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