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
/
lib
/
libc
/
hidden
/
sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for timeconting in userland.
pirofti
2020-07-06
2
-2
/
+40
*
mincore() is a relic from the past, exposing physical machine information
deraadt
2019-01-11
1
-2
/
+1
*
Wrap <sched.h> and <sys/futex.h> so that internal calls go direct
guenther
2017-08-15
1
-0
/
+25
*
port the RBT code to userland by making it part of libc.
dlg
2017-06-19
1
-0
/
+42
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
6
-5
/
+95
*
Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, to
guenther
2016-03-30
1
-0
/
+25
*
Wrap waitpid() so calls go direct; weaken wait() and wait3().
guenther
2015-10-25
1
-0
/
+28
*
recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)
guenther
2015-10-04
1
-1
/
+3
*
getpeereid() and sockatmark() are neither used in libc nor in ISO C, so mark
guenther
2015-10-04
1
-1
/
+3
*
Wrap <sys/sem.h> so internal calls go direct and all the symbols are weak
guenther
2015-09-14
1
-0
/
+28
*
Make isfdtype() and getmntinfo() weak symbols
guenther
2015-09-14
2
-2
/
+4
*
Wrap <sys/sysctl.h> so that calls go direct and the symbol is weak
guenther
2015-09-13
1
-0
/
+25
*
Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak
guenther
2015-09-12
1
-4
/
+4
*
Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't
guenther
2015-09-11
6
-0
/
+196
*
Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration
guenther
2015-09-11
1
-0
/
+40