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
/
libpthread
/
include
/
semaphore.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the thread-related .h files to /usr/src/include/, since the
guenther
2017-10-15
1
-62
/
+0
*
needs sys/cdefs.h because a case has been found where it is pulled
deraadt
2013-03-26
1
-3
/
+3
*
SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)
guenther
2013-03-24
1
-10
/
+3
*
machine/limits.h does not contain everything this file wants. It wants
deraadt
2013-03-24
1
-2
/
+2
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-2
/
+1
*
sem_timedwait() needs the struct timespec tag to be pre-declared here.
guenther
2012-07-11
1
-3
/
+4
*
Add sem_timewait() and fix sem_wait()'s handling of signals, so
guenther
2012-03-03
1
-1
/
+2
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-10
/
+10
*
tab vs. spaces
fgsch
2002-01-18
1
-12
/
+12
*
From FreeBSD: header for POSIX 1003.1b semaphores.
fgsch
2002-01-18
1
-0
/
+68