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
*
Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of
fgsch
2010-01-03
1
-3
/
+31
*
Make internal file descriptor handling async-signal safe by eliminating
kurt
2009-12-06
1
-48
/
+91
*
Fix PR #5942: preserve errno across fd flag updates, so that successful
deraadt
2008-10-02
1
-1
/
+4
*
Eliminate many lint warnings by either: using the appropriate type,
kurt
2007-05-18
1
-2
/
+2
*
Remove unused function _thread_fd_unlock_owned() and
kurt
2007-04-27
1
-44
/
+4
*
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
kurt
2007-04-27
1
-9
/
+9
*
Normally pipes created by threaded apps are left non-blocking after being
kurt
2006-12-01
1
-5
/
+6
*
style(9) extra space
kurt
2006-09-26
1
-2
/
+2
*
Part 2 of file descriptor race and deadlock corrections.
kurt
2006-09-26
1
-69
/
+189
*
fix a bug where the logic was reversed
kurt
2006-09-23
1
-2
/
+2
*
Part 1 of file descriptor race and deadlock corrections.
kurt
2006-09-22
1
-84
/
+187
*
major bump to libc and libpthread to break the dependency of a
marc
2004-06-07
1
-33
/
+10
*
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