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
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-13
Add refcnt_take_if_gt()
Matt Dunwoodie
1
-0
/
+1
2021-03-21
makes `struct execsw' to:
semarie
1
-2
/
+2
2021-03-18
regen
mvs
2
-4
/
+4
2021-03-17
Fix bit position of ORPHAN in PS_BITS.
visa
1
-2
/
+2
2021-03-12
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic
mpi
1
-2
/
+1
2021-03-10
spelling
jsg
7
-14
/
+14
2021-03-09
Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)
bluhm
1
-3
/
+3
2021-03-04
Merge issignal() and CURSIG() in preparation for turning it mp-safe.
mpi
1
-13
/
+2
2021-02-25
let m_copydata use a void * instead of caddr_t
dlg
1
-2
/
+2
2021-02-24
kqueue: Revise filterops interface
visa
1
-11
/
+69
2021-02-23
remove unused malloc_roundup()
jsg
1
-2
/
+1
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
1
-2
/
+1
2021-02-15
Move single_thread_set() out of KERNEL_LOCK().
mpi
1
-2
/
+2
2021-02-10
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
mvs
1
-14
/
+21
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
mpi
1
-15
/
+6
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
mpi
2
-11
/
+4
2021-02-06
6.9-beta
deraadt
1
-3
/
+3
2021-02-04
Remove last remnants of ASU ac_flag from accounting.
rob
1
-2
/
+1
2021-02-01
Remove obsolete vnode operation vector declarations.
visa
1
-6
/
+1
2021-01-23
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
1
-1
/
+9
2021-01-18
Mark `ps_oppid' as atomic.
mvs
1
-2
/
+2
2021-01-18
regen
mvs
2
-4
/
+4
2021-01-18
Revert wrong commit.
mvs
2
-4
/
+4
2021-01-18
Convert ifunit() to if_unit(9).
mvs
2
-4
/
+4
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
1
-1
/
+2
2021-01-17
kqueue: Revise fd close notification
visa
2
-3
/
+4
2021-01-17
Replace SB_KNOTE and sb_flagsintr with direct checking of klist.
visa
1
-6
/
+3
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2
-4
/
+2
2021-01-11
New rw_obj_init() API providing reference-counted rwlock.
mpi
1
-1
/
+23
2021-01-11
Simplify sleep signal handling a bit by introducing sleep_signal_check().
claudio
1
-3
/
+2
2021-01-02
pool(9): remove ticks
cheloha
1
-3
/
+3
2020-12-30
Add singly-linked tail queue macros from FreeBSD.
millert
1
-1
/
+98
2020-12-28
Analog to the the kern.audio.record sysctl parameter for audio(4)
mglocker
1
-2
/
+15
2020-12-27
Make NET_LOCK() assertions conditional to DIAGNOSTIC
visa
1
-1
/
+8
2020-12-25
Refactor klist insertion and removal
visa
1
-1
/
+3
2020-12-25
Small smr_grace_wait() optimization
visa
1
-1
/
+2
2020-12-24
tsleep(9): add global "nowake" channel for threads avoiding wakeup(9)
cheloha
1
-1
/
+3
2020-12-20
Introduce klistops
visa
1
-1
/
+17
2020-12-18
Add fd close notification for kqueue-based poll() and select()
visa
1
-1
/
+2
2020-12-18
Make knote_{activate,remove}() internal to kern_event.c.
visa
1
-3
/
+1
2020-12-15
Add helpers around rw_status(9) to help checking if a lock is held.
mpi
1
-1
/
+24
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
1
-2
/
+2
2020-12-09
Add kernel-only per-thread kqueue & helpers to initialize and free it.
mpi
2
-2
/
+8
2020-12-07
Convert the per-process thread list into a SMR_TAILQ.
mpi
1
-6
/
+15
2020-12-07
Refactor kqueue_scan() so it can be used by other syscalls.
mpi
1
-2
/
+2
2020-12-02
Hoist DTYPE_* out of #ifdef _KERNEL.
martijn
1
-6
/
+9
2020-11-25
Change kqueue_scan() to keep track of collected events in the given context.
mpi
1
-1
/
+4
2020-11-20
Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_
mglocker
1
-2
/
+2
2020-11-14
Constify dktypenames and fstypenames in libc.
guenther
1
-3
/
+3
2020-11-10
setitimer(2): ITIMER_REAL: protect state with per-process mutex ps_mtx
cheloha
1
-3
/
+3
[next]