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_fd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix bug that would leave an FD locked if dup'd, then closed.
marc
2003-02-14
1
-5
/
+23
*
AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table_dup
marc
2003-02-05
1
-2
/
+2
*
handle the case where from_fd == to_fd in _thread_fd_table_dup
marc
2003-02-05
1
-15
/
+18
*
thread fd handling, part 2. Don't mung file flags until forced
marc
2003-02-05
1
-11
/
+15
*
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
marc
2003-02-04
1
-21
/
+127
*
return (func(...)) not needed when the current function and func
marc
2003-01-19
1
-3
/
+2
*
get rid of compiler warnings
marc
2002-11-12
1
-2
/
+1
*
thread safe libc -- 2nd try. OK miod@, millert@
marc
2002-11-05
1
-30
/
+11
*
back out previous patch.. there are still some vax/m68k issues
marc
2002-11-03
1
-11
/
+30
*
libc changes for thread safety. Tested on:
marc
2002-11-03
1
-30
/
+11
*
removes duplicate functions and factor out common code so the needed (but
marc
2002-10-30
1
-463
/
+222
*
put changes back, this time ALL the files.
fgsch
2001-09-04
1
-3
/
+3
*
Back out fgsch@'s tree breaking commits.
todd
2001-08-30
1
-3
/
+3
*
fix some const warnings.
fgsch
2001-08-30
1
-3
/
+3
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-25
/
+29
*
sync with FreeBSD
d
1999-11-25
1
-23
/
+63
*
sync with FreeBSD
d
1999-05-26
1
-3
/
+3
*
initialise locks properly
d
1999-01-10
1
-2
/
+2
*
preserve FreeBSD idents
d
1998-12-23
1
-2
/
+2
*
sync with FreeBSD (rwlock, gc thread, man pages)
d
1998-11-09
1
-3
/
+6
*
experimental threaded libc - kernel only
d
1998-08-27
1
-0
/
+719