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
/
signal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move sigwait(3) from libpthread to libc
jca
2019-01-12
1
-1
/
+2
*
sigsetmask() and sigblock() are no longer used by any setjmp implementation
guenther
2016-09-26
1
-3
/
+3
*
Make sure attributes are applied to function declarations before they're
guenther
2016-09-06
1
-6
/
+18
*
Remove sigreturn declaration and the now-unused libc syscall stub
guenther
2016-05-09
1
-2
/
+1
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
1
-2
/
+5
*
Split the intra-thread functionality from kill(2) into its own syscall
guenther
2015-11-10
1
-1
/
+2
*
Use sigaction() instead of signal() to avoid pulling in unnecessary
guenther
2015-10-25
1
-2
/
+2
*
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
guenther
2015-10-23
1
-5
/
+5
*
Don't wrap initialized variables: binutils appears to be mishandling them
guenther
2015-09-19
1
-1
/
+3
*
Do provide hidden _libc_* aliases for sig{block,setmask} and use them in
guenther
2015-09-13
1
-3
/
+3
*
Finish wrapping <signal.h> so that calls to the sigset ops go direct and
guenther
2015-09-12
1
-4
/
+21
*
Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't
guenther
2015-09-11
1
-1
/
+6
*
Pull in namespace.h when building all .c files using gcc's -include option,
guenther
2015-09-10
1
-2
/
+1
*
Hide __sigintr and __strsignal as internal implementation details.
guenther
2015-09-09
1
-1
/
+7
*
Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame
guenther
2015-09-06
1
-0
/
+27