index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances
deraadt
1
-5
/
+1
2021-03-11
spelling
jsg
1
-3
/
+3
2020-07-17
Userland timecounter for macppc
gkoehler
1
-2
/
+2
2020-07-06
Add support for timeconting in userland.
pirofti
1
-0
/
+23
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
1
-3
/
+0
2020-05-27
Retire <machine/varargs.h>.
visa
1
-3
/
+0
2019-12-05
Remove clause #3 from mrg@NetBSD license.
mpi
1
-3
/
+1
2019-01-22
flense more trailing whitespace
phessler
1
-5
/
+5
2019-01-22
remove trailing whitespace in the Laptop Package part of the license text.
phessler
1
-4
/
+4
2017-05-08
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
dlg
1
-1
/
+2
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
kettenis
1
-1
/
+2
2016-05-03
implement bus_space_read_raw_X and bus_space_write_raw_X
dlg
1
-1
/
+29
2016-03-05
One ddb interface is enough for ppc.
mpi
1
-2
/
+1
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
miod
1
-2
/
+1
2015-09-30
Remove some trailing whitespace.
krw
1
-4
/
+4
2015-09-30
Use consistant whitespace/comments for #define'ing LABELSECTOR,
krw
1
-4
/
+4
2015-07-17
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out
miod
1
-3
/
+3
2015-06-26
move the ppc mplock implementation from macppc to powerpc.
dlg
1
-51
/
+2
2015-04-02
One function pointer per pic function is enough.
mpi
1
-3
/
+1
2015-03-31
Make it possisble to disable block address translation mechanism on
mpi
1
-3
/
+0
2015-02-10
increase min address to page size for all remaining min == 0 systems.
tedu
1
-2
/
+2
2015-02-07
Need to define APM_USER_HIBERNATE_REQ here too.
miod
1
-1
/
+2
2015-01-24
Implement bus_dmamem_alloc_range(9) for macppc/socppc.
kettenis
1
-1
/
+10
2014-10-09
revert unintentional commit unrelated to LKM
tedu
1
-2
/
+2
2014-10-09
remove LKM devices
tedu
1
-2
/
+2
2014-07-02
Remove unused mainbus intr hook abstraction.
tobiasu
1
-31
/
+2
2014-07-02
Remove unused system_type and friends. Remnants from universal powerpc support
tobiasu
1
-12
/
+1
2014-06-02
Bump DFLSSIZ to 2MB to match most of the other platforms.
brad
1
-2
/
+2
2014-04-07
increase MSGBUFSIZE
deraadt
1
-2
/
+2
2014-04-01
Remove the almost unused abstraction around "struct firmware" and use
mpi
2
-94
/
+3
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
guenther
1
-15
/
+15
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
miod
1
-10
/
+1
2014-01-24
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
miod
1
-6
/
+1
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
miod
1
-2
/
+1
2013-11-05
Add a stub for the new MD hook needed to handle ACPI Power Resources.
mpi
1
-1
/
+2
2013-10-17
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
miod
1
-2
/
+1
2013-10-09
Initialize ns_per_tick as soon as we have read the timebase from the
mpi
1
-1
/
+2
2013-09-13
Initialize the variable guarding the clock interrupt routine after
mpi
1
-1
/
+3
2013-08-17
Remove a bunch of unused variables and functions aging from the pre
mpi
1
-3
/
+1
2013-08-07
Mimic what's done on sparc64 and parse the OpenFirmware device tree to
mpi
1
-0
/
+108
2013-06-01
add missing license (PD) block
jasper
2
-4
/
+4
2013-04-21
Unify the zs tty driver.
sebastia
1
-2
/
+2
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
deraadt
1
-6
/
+7
2013-03-17
Avoid namespace pollution from <powerpc/cpu.h>.
kettenis
1
-4
/
+7
2012-12-08
Fix a comment now that PowerPC 970 are recognized, make it clear that
mpi
1
-2
/
+2
2012-12-06
Implement bus_space_mmap(9).
mpi
1
-1
/
+2
2012-08-30
Add the possibility to map DMA memory non-cached, based on the i386/amd64
mpi
1
-13
/
+22
2012-08-24
ansi
jsg
1
-19
/
+7
2012-06-26
create new machine/_float.h which is namespace clean. create a new
deraadt
3
-6
/
+3
2012-03-26
Add APM_IOC_HIBERNATE
deraadt
1
-1
/
+2
[next]