summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_fd.c
AgeCommit message (Expand)Author
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2003-02-14fix bug that would leave an FD locked if dup'd, then closed.Marco S Hyman
2003-02-05AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table...Marco S Hyman
2003-02-05handle the case where from_fd == to_fd in _thread_fd_table_dupMarco S Hyman
2003-02-05thread fd handling, part 2. Don't mung file flags until forcedMarco S Hyman
2003-02-04Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesMarco S Hyman
2003-01-19return (func(...)) not needed when the current function and funcMarco S Hyman
2002-11-12get rid of compiler warningsMarco S Hyman
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-10-30removes duplicate functions and factor out common code so the needed (butMarco S Hyman
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-01-10initialise locks properlyDavid Leonard
1998-12-23preserve FreeBSD identsDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard