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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-18
Add size to free(9) calls
kn
2
-31
/
+35
2020-07-18
The kernel and bootblocks never reference this file...
deraadt
1
-41
/
+0
2020-07-18
__main() is not need anymore
deraadt
1
-8
/
+1
2020-07-18
Use the same names as the 64-bit PowerPC ELF ABI for the relocations.
kettenis
1
-117
/
+141
2020-07-18
Add size to free(9) calls
kn
1
-11
/
+16
2020-07-18
Add size to free(9) calls
kn
1
-5
/
+6
2020-07-18
enter stand
deraadt
1
-2
/
+2
2020-07-18
Improve kernel linker script. Split binary in a .text, .rodata and .data
kettenis
2
-6
/
+34
2020-07-18
Pass boothowto and bootduid parameters to the booted kernel via the
kettenis
4
-36
/
+38
2020-07-18
Add functions to set/add properties on an FDT node.
kettenis
2
-6
/
+122
2020-07-18
Remove an unused function.
visa
1
-12
/
+1
2020-07-18
Userland timecounter implementation for octeon
visa
6
-8
/
+36
2020-07-18
replace stat collection with the kstat api.
dlg
3
-207
/
+368
2020-07-17
Pay attention to "openbsd,boothowto" and "openbsd,bootduid" properties
kettenis
1
-1
/
+9
2020-07-17
Userland timecounter for macppc
gkoehler
2
-4
/
+4
2020-07-17
Allow setsockopt SO_RTABLE when pleding "wroute" soon to be needed
florian
1
-1
/
+11
2020-07-17
Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX
kn
1
-3
/
+3
2020-07-17
Randomize the system stoeplitz key
tb
1
-1
/
+30
2020-07-17
Fix definition of KIOC_GETBOOTDUID ioctl.
kettenis
1
-2
/
+2
2020-07-17
Use interface index instead of pointer to corresponding interface
mvs
4
-32
/
+68
2020-07-17
Check destruction ability before search instance of clone interface.
mvs
1
-4
/
+4
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
patrick
14
-25
/
+148
2020-07-17
Merge the two if blocks checking if the font in use contains a given
fcambus
1
-8
/
+3
2020-07-17
Revert r1.170. dlg and jmatthew simultaneously fixed this the
tb
1
-3
/
+1
2020-07-17
i forgot to commit this with if_ix.c r1.169
dlg
1
-1
/
+2
2020-07-17
This needs <net/toeplitz.h> for stoeplitz_to_key(9).
tb
1
-1
/
+3
2020-07-17
use the system stoeplitz key instead of a random one.
dlg
2
-4
/
+14
2020-07-17
enable multiq support for ix.
dlg
4
-62
/
+72
2020-07-17
Virtual functions are effectively identical to full physical functions,
jmatthew
1
-1
/
+5
2020-07-17
name the rx rings so systat mb shows them.
dlg
1
-1
/
+3
2020-07-17
Consistently use the port type and speed register (PTYS) to determine if
jmatthew
1
-11
/
+4
2020-07-17
add kstats to myx.
dlg
1
-1
/
+206
2020-07-17
Read ogen from the other timehands; fixes tk_generation
gkoehler
1
-2
/
+2
2020-07-17
Always a joker hiding somewhere.
krw
1
-4
/
+4
2020-07-16
adjtime(2): distribute skew along arbitrary period on runtime clock
cheloha
1
-23
/
+14
2020-07-16
Pass the interrupt handler cookie instead of the pointer to it
patrick
1
-2
/
+2
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
krw
46
-194
/
+193
2020-07-16
First stab at a bootloader for OpenBSD/powerpc64.
kettenis
10
-4
/
+1354
2020-07-16
Add BOOT kernel config.
kettenis
2
-0
/
+60
2020-07-16
Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. Heavily
kettenis
6
-4
/
+283
2020-07-16
Reset firmware state upon reboot.
kettenis
1
-2
/
+16
2020-07-16
Access scsibus_softc info (luns, adapter, adapter_target,
krw
7
-27
/
+28
2020-07-16
Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() can
patrick
4
-6
/
+14
2020-07-16
To be able to have intr_barrier() on arm64, we need to be able to
patrick
4
-11
/
+27
2020-07-16
Beef up struct scsibus_softc to hold the information needed to
krw
2
-37
/
+64
2020-07-16
drm/i915: Also drop vm.ref along error paths for vma construction
jsg
1
-10
/
+6
2020-07-16
drm/i915: Drop vm.ref for duplicate vma on construction
jsg
1
-0
/
+1
2020-07-16
drm/amdgpu: asd function needs to be unloaded in suspend phase
jsg
1
-0
/
+6
2020-07-16
drm/amdgpu: add TMR destory function for psp
jsg
1
-4
/
+53
2020-07-16
drm/amdgpu: don't do soft recovery if gpu_recovery=0
jsg
1
-1
/
+2
[prev]
[next]