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
/
uthread
/
uthread_close.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make internal file descriptor handling async-signal safe by eliminating
kurt
2009-12-06
1
-3
/
+3
*
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
kurt
2007-04-27
1
-2
/
+2
*
Part 2 of file descriptor race and deadlock corrections.
kurt
2006-09-26
1
-8
/
+15
*
Part 1 of file descriptor race and deadlock corrections.
kurt
2006-09-22
1
-39
/
+1
*
Based upon a freebsd change:
marc
2003-12-23
1
-10
/
+6
*
fix bug that would leave an FD locked if dup'd, then closed.
marc
2003-02-14
1
-7
/
+2
*
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
marc
2003-02-04
1
-2
/
+3
*
if fstat fails fails, as it will on some sockets, close anyway.
d
2000-10-04
1
-4
/
+10
*
unused variable
d
2000-01-06
1
-2
/
+1
*
sync with FreeBSD
d
1999-11-25
1
-10
/
+25
*
document cancellation point handling a bit better
d
1999-06-09
1
-1
/
+6
*
pthread_cancel() and cancellation points
d
1999-01-17
1
-1
/
+3
*
ident
d
1999-01-06
1
-0
/
+1
*
sync with FreeBSD (rwlock, gc thread, man pages)
d
1998-11-09
1
-1
/
+0
*
experimental threaded libc - kernel only
d
1998-08-27
1
-0
/
+89