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-06
Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) was
mvs
4
-39
/
+47
2020-07-06
pipex_rele_session() frees memory pointed by `old_session_keys'. Use it in
mvs
1
-2
/
+2
2020-07-06
fix spelling
deraadt
1
-2
/
+2
2020-07-06
Save and restore FPU around signal handlers.
kettenis
2
-4
/
+24
2020-07-06
Hide most of the contents behind #ifdef _KERNEL. Reorganize the file a
kettenis
1
-11
/
+18
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
kettenis
6
-219
/
+50
2020-07-06
defer access of fb_info pointer in drm_fb_helper_hotplug_event()
jsg
1
-1
/
+2
2020-07-06
Add support for timeconting in userland.
pirofti
54
-68
/
+657
2020-07-06
Repair athn(4) in client mode against WPA2 access points.
stsp
2
-13
/
+30
2020-07-06
match on D-Link DWA-121 rev B1
jsg
1
-1
/
+2
2020-07-06
regen
jsg
2
-4
/
+9
2020-07-06
add D-Link DWA-121 rev B1
jsg
1
-1
/
+2
2020-07-06
Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked to
kettenis
1
-3
/
+2
2020-07-06
wire up kstat(4)
dlg
14
-28
/
+42
2020-07-06
kstat does open, close, and ioctl.
dlg
1
-1
/
+9
2020-07-06
tell the kernel how to build kstat
dlg
1
-1
/
+4
2020-07-06
add kstat(4), a subsystem to let the kernel expose statistics to userland.
dlg
2
-0
/
+882
2020-07-05
Double checking you committed the correct diff sometimes pays
krw
6
-23
/
+23
2020-07-05
use the intended operator in cpu_rnd_messybits(); ok kettenis@
naddy
1
-2
/
+2
2020-07-05
Nuke struct scsi_link's "scsibus" member. The two drivers using it
krw
6
-16
/
+14
2020-07-05
Use scsi_link's 'bus' field rather than slightly more obscure
krw
1
-4
/
+2
2020-07-05
Enable xhci(4) and a (deliberately) tiny set of USB devices.
kettenis
2
-3
/
+14
2020-07-05
We need to set the bypass bit for "raw" DMA memory as well.
kettenis
1
-1
/
+23
2020-07-05
Count traps and interrupts. And count system calls in the same place
kettenis
2
-4
/
+10
2020-07-05
Don't forget to schedule an AST in need_resched().
kettenis
1
-1
/
+7
2020-07-05
uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like done in utvfu(4)
landry
1
-2
/
+3
2020-07-05
Save FPU state to PCB before running a signal handler. This doesn't
kettenis
1
-1
/
+9
2020-07-05
Make sure we return ENAMETOOLONG when copying a string into a buffer of
kettenis
2
-2
/
+12
2020-07-05
We're self-hosted now.
kettenis
1
-5
/
+1
2020-07-05
Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.
stsp
1
-1
/
+2
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
jsg
1
-3
/
+5
2020-07-04
Bump the size of the ramdisk.
kettenis
1
-2
/
+2
2020-07-04
Use block device numbers instead of character device numbers.
kettenis
1
-4
/
+4
2020-07-04
Nestle all sc_link initialization near config_found() invocation.
krw
1
-4
/
+4
2020-07-04
Fill in nam2blk array.
kettenis
1
-1
/
+5
2020-07-04
Nestle all sc_c.sc_link initialization near config_found() invocation.
krw
2
-9
/
+10
2020-07-04
Set dsisr member of the trapframe struct to a defined value before falling
kettenis
1
-1
/
+2
2020-07-04
OF_finddevice() returns -1 upon failure. Fix various checks of the return
kettenis
2
-7
/
+8
2020-07-04
Fix intermittent failing device initialization seen on some Synaptics
mglocker
1
-9
/
+10
2020-07-04
Do the same as libc, store "-1" in the return value when a syscall failed.
mpi
2
-6
/
+9
2020-07-04
Remove no-op cn30xxgmx_reset_board().
visa
3
-12
/
+3
2020-07-04
Use klist_invalidate() in knote_processexit()
visa
1
-6
/
+14
2020-07-04
It's been agreed upon that global locks should be expressed using
anton
8
-72
/
+72
2020-07-04
Permit the stack to check transport and network checksums. Although the link
procter
1
-9
/
+3
2020-07-03
Use an LFENCE instruction everywhere where we use RDTSC when we are
kettenis
2
-9
/
+18
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
florian
2
-9
/
+9
2020-07-03
We need a RAMDISK kernel config as well of course.
kettenis
1
-0
/
+50
2020-07-03
Pass the expected 'scsibus_attach_args *' to scsibus_attach() via
krw
2
-5
/
+5
2020-07-02
timecounting: make the dummy counter interrupt- and MP-safe
cheloha
1
-2
/
+2
2020-07-02
Add RAMDISK config for powerpc64.
kettenis
2
-1
/
+6
[prev]
[next]