summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-111-461/+7
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-16/+18
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-3/+37
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-6/+3
* Fix problems with cancellation while in critical regions.deischen1999-12-171-1/+2
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-11/+110
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-1/+13
* Fixed bug, caused threads to wait for locks which nobody hold.dt1998-09-091-3/+3
* Removed unused variables.alex1998-09-071-4/+1
* Implement compile time debug support instead of tracking file name andjb1998-06-091-10/+10
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-18/+25
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-111-48/+282
* Reviewed by: julianjulian1996-01-221-0/+125
OpenPOWER on IntegriCloud