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
/
regress
/
sys
/
kern
/
kqueue
/
kqueue-process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve synchronization between the parent and children. This fixes
visa
2018-08-03
1
-27
/
+35
*
To make debugging the kqueue test easier, always print the assertion
bluhm
2016-09-20
1
-14
/
+10
*
When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.
bluhm
2016-09-04
1
-2
/
+2
*
Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.
guenther
2016-07-14
1
-1
/
+10
*
Last parameter to execl[e]() functions *must* be cast to a pointer.
krw
2016-03-17
1
-2
/
+2
*
NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait for
uebayasi
2015-08-13
1
-4
/
+10
*
Kill a useless assignment.
uebayasi
2015-08-02
1
-2
/
+1
*
Refactor to prepare a future change; no functional changes.
uebayasi
2015-08-02
1
-14
/
+16
*
Confirm that a NOTE_EXIT knote is delivered when the child exits
guenther
2010-08-04
1
-3
/
+19
*
various cleanups; david says results are same
deraadt
2003-07-31
1
-2
/
+4
*
-Wall and calc fix in the random
mickey
2003-06-12
1
-2
/
+6
*
kill err(3) newlines; ok miod@, deraadt@
jsyn
2002-06-11
1
-2
/
+2
*
A start for testing EVFILT_PROC, not done yet, but this is a good check point.
art
2002-03-02
1
-0
/
+133