summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-131/+122
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-122/+131
* Change libpthread's f*lockfile() routines to stop acting as no-opsguenther2009-10-211-131/+122
* Use fileno() instead of peeking into FILE *; Paul Stoeberderaadt2008-03-231-4/+4
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-2/+3
* Use queue macros instead of directly accessing fields. ok marc@ miod@otto2005-10-141-5/+5
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-10/+3
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-2/+2
* Add needed table of strong functions that override weak functionsmarc2002-11-071-11/+4
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
* fix some const warnings.fgsch2001-08-301-2/+2
* volatile, unused varsd2000-01-061-3/+2
* sync with FreeBSDd1999-11-251-16/+27
* funlockfile shouldnt assume flockfile has been calledd1998-12-231-3/+12
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-20/+9
* experimental threaded libc - kernel onlyd1998-08-271-0/+367