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
/
kern
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-13
Add refcnt_take_if_gt()
Matt Dunwoodie
1
-0
/
+13
2021-03-25
Permit kern.somaxconn when the unix pledge is used. Previously this was only
abieber
1
-2
/
+2
2021-03-23
Make a child execute fork_return() only if PTRACE_FORK has been specified.
mpi
1
-3
/
+6
2021-03-23
Skip first frame when saving stacktraces, it's always witness_checkorder().
mpi
1
-3
/
+3
2021-03-21
makes `struct execsw' to:
semarie
1
-4
/
+10
2021-03-21
Use uppercases for defines.
mpi
1
-6
/
+6
2021-03-20
namei: reorganize a bit the error path for simples cases
semarie
1
-23
/
+17
2021-03-18
regen
mvs
2
-5
/
+5
2021-03-18
Unlock sendsyslog(2). Console output still requires kernel lock to be
mvs
2
-41
/
+58
2021-03-16
handle theoretical case of sigfillsz not being pow2-sized on some
deraadt
1
-4
/
+8
2021-03-12
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic
mpi
3
-15
/
+11
2021-03-10
The ktrace record for recvmsg/recvfrom could contain extract bits in
deraadt
1
-3
/
+10
2021-03-10
spelling
jsg
10
-25
/
+25
2021-03-09
Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)
bluhm
1
-28
/
+154
2021-03-08
Revert commitid: AZrsCSWEYDm7XWuv;
claudio
3
-10
/
+14
2021-03-08
Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig().
mpi
1
-6
/
+3
2021-03-08
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic.
mpi
3
-14
/
+10
2021-03-08
Remove the workaround which identified Go executables, and permitted them
deraadt
1
-7
/
+2
2021-03-06
ansi
jsg
2
-4
/
+4
2021-03-04
Merge issignal() and CURSIG() in preparation for turning it mp-safe.
mpi
2
-14
/
+22
2021-02-27
Replace stray direct call of f_event with filter_event().
visa
1
-2
/
+2
2021-02-25
let m_copydata use a void * instead of caddr_t
dlg
1
-2
/
+3
2021-02-24
kqueue: Revise filterops interface
visa
1
-41
/
+188
2021-02-24
In sorflush() use m_purge() instead of handrolling it.
bluhm
1
-3
/
+2
2021-02-23
remove unused malloc_roundup()
jsg
1
-13
/
+1
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
1
-2
/
+9
2021-02-22
Move UNIX socket's garbage collector to `systqmp'. It touches nothing
mvs
1
-3
/
+3
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
1
-6
/
+7
2021-02-15
Move single_thread_set() out of KERNEL_LOCK().
mpi
3
-10
/
+8
2021-02-11
sbdrop(): use NULL instead of 0 in pointer assignment
mvs
1
-2
/
+2
2021-02-11
"proc: table is full" actually means thread table is full; ok mpi@ sthen@
otto
1
-2
/
+2
2021-02-11
In the various open functions reduce the fdplock() to only span over the
claudio
1
-16
/
+27
2021-02-10
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
mvs
2
-49
/
+171
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
mpi
12
-43
/
+39
2021-02-08
Do not hold onto the fdplock longer then needed. Release the lock after
claudio
1
-6
/
+9
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
mpi
6
-135
/
+80
2021-02-04
Revert previous commit. The vnode returned by ptm_vn_open() is open and
claudio
1
-33
/
+28
2021-02-04
Prevent a lock order issue by shuffling code around. Instead of allocating
claudio
1
-28
/
+33
2021-02-03
Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledge
tobhe
1
-1
/
+3
2021-01-29
Use NULL instead of 0 to clear v_socket pointer (which actually clears all
claudio
1
-2
/
+2
2021-01-29
Whitespace.
rob
1
-3
/
+2
2021-01-28
Show when witness(4) has run out of lock order data entries.
visa
1
-2
/
+14
2021-01-27
kqueue: Fix termination assert
visa
1
-2
/
+12
2021-01-20
If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure
bluhm
1
-2
/
+2
2021-01-19
kern/subr_disk.c: convert ifunit() to if_unit(9)
mvs
1
-3
/
+5
2021-01-19
/etc/malloc.conf path-approval in pledge is no longer needed since 6.5
deraadt
1
-9
/
+1
2021-01-18
regen
mvs
2
-5
/
+5
2021-01-18
Unlock getppid(2).
mvs
1
-2
/
+2
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
5
-8
/
+10
2021-01-17
kqueue: Revise fd close notification
visa
1
-30
/
+117
[next]