index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
uthread
/
uthread_fd.c
Age
Commit message (
Expand
)
Author
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2003-02-14
fix bug that would leave an FD locked if dup'd, then closed.
Marco S Hyman
2003-02-05
AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table...
Marco S Hyman
2003-02-05
handle the case where from_fd == to_fd in _thread_fd_table_dup
Marco S Hyman
2003-02-05
thread fd handling, part 2. Don't mung file flags until forced
Marco S Hyman
2003-02-04
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
Marco S Hyman
2003-01-19
return (func(...)) not needed when the current function and func
Marco S Hyman
2002-11-12
get rid of compiler warnings
Marco S Hyman
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2002-10-30
removes duplicate functions and factor out common code so the needed (but
Marco S Hyman
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-01-10
initialise locks properly
David Leonard
1998-12-23
preserve FreeBSD idents
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-27
experimental threaded libc - kernel only
David Leonard