summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/thread_fd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused zero length file.kurt2007-11-191-0/+0
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-22/+0
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-6/+3
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-32/+5
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-5/+32
* libc changes for thread safety. Tested on:marc2002-11-031-32/+5
* put changes back, this time ALL the files.fgsch2001-09-041-3/+3
* Back out fgsch@'s tree breaking commits.todd2001-08-301-3/+3
* fix some const warningsfgsch2001-08-301-3/+3
* thread specific storage and fd locking for single-threaded libc (ie, no-ops)d2000-01-061-0/+52