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-09-05
Whitespace.
kettenis
1
-4
/
+4
2020-09-05
allow compile of kernels with DDB, in more cases.
deraadt
2
-2
/
+6
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
krw
5
-20
/
+22
2020-09-05
Add mpii(4).
kettenis
3
-9
/
+12
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
krw
13
-27
/
+27
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
kettenis
1
-2
/
+2
2020-09-04
Make the kernel address space a bit bigger.
kettenis
1
-1
/
+1
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
kettenis
1
-1
/
+5
2020-09-04
Add kstat to cnmac(4)
visa
8
-89
/
+351
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-5
/
+2
2020-09-04
drm/amdgpu: Fix buffer overflow in INFO ioctl
jsg
1
-0
/
+4
2020-09-04
Add RK3308 pinctrl support
jmatthew
1
-1
/
+153
2020-09-04
Add RK3308 GRF
jmatthew
1
-1
/
+2
2020-09-03
amd64: lapic: refactor timer programming
cheloha
1
-19
/
+34
2020-09-03
Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).
kettenis
1
-3
/
+5
2020-09-03
The "USL" VT switch and keyboard ioctls are a hack and don't follow the
kettenis
1
-8
/
+8
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
krw
14
-28
/
+28
2020-09-02
Add #define SID_SCSI2_RESPONSE 0x2 to allow elimination of another bunch of
krw
1
-1
/
+2
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
krw
2
-4
/
+4
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
krw
11
-23
/
+23
2020-09-02
vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()
deraadt
2
-2
/
+8
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
mglocker
2
-16
/
+21
2020-09-01
Fix signotify() for powerpc64 bsd.mp
gkoehler
2
-5
/
+15
2020-09-01
zap nasty whitespace
tb
1
-3
/
+3
2020-09-01
Implement address translation for bus_space_mmap(9).
kettenis
1
-1
/
+25
2020-09-01
Store the device tree node in the pcitag_t.
kettenis
2
-4
/
+38
2020-09-01
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
tb
1
-2
/
+8
2020-09-01
Add PMAP_NOCACHE flag to the address returned by the generic
kettenis
1
-2
/
+2
2020-09-01
Fix write un-protecting of kernel memory. p was used uninitialized
patrick
2
-6
/
+6
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
krw
19
-122
/
+122
2020-09-01
Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson
gnezdo
1
-21
/
+7
2020-09-01
Remove unused sysctl_int_arr(9)
gnezdo
2
-17
/
+2
2020-09-01
Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr
gnezdo
5
-63
/
+37
2020-09-01
Convert icmp6_sysct to sysctl_bounded_args
gnezdo
2
-27
/
+16
2020-08-31
crank to 6.8-beta
deraadt
3
-9
/
+9
2020-08-31
Backout clear endpoint stall on open(2). It seems to break an illuminated
patrick
1
-3
/
+1
2020-08-30
Don't include "net/netisr.h" header. It's not needed here.
mvs
2
-4
/
+2
2020-08-30
pppac(4) uses per cpu counters for collect `ifnet' statistics, but in
mvs
2
-7
/
+6
2020-08-30
Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thus
krw
2
-17
/
+10
2020-08-30
Reorganize the interrupt handler code to avoid a potential bogus KASSERT,
kettenis
1
-10
/
+12
2020-08-30
Lock all kernel PTE entries into the page tables, even "managed" ones
kettenis
1
-1
/
+4
2020-08-30
add missing wakeup for the unlikely dying case
anton
1
-1
/
+3
2020-08-30
use unique wait messages with msleep_nsec()
anton
1
-2
/
+2
2020-08-30
avoid a invalid pointer deref in hvn_stop()
jsg
1
-1
/
+1
2020-08-30
PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+
uaa
1
-6
/
+21
2020-08-29
More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12()
krw
1
-4
/
+20
2020-08-29
Use ISSET() to check b_flags for B_READ.
krw
2
-4
/
+4
2020-08-29
Missing u_int -> u_int32_t chunks from previous.
krw
1
-5
/
+9
2020-08-29
Use u_int32_t for nsecs, making it crystal clear that the values
krw
2
-12
/
+16
2020-08-29
Only fall back on using the first potential root disk as the boot disk if
kettenis
1
-2
/
+4
[prev]
[next]