aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_file.c
Commit message (Expand)AuthorAgeFilesLines
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-6/+3
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-1/+2
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-11/+110
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-1/+13
* Fixed bug, caused threads to wait for locks which nobody hold.Dmitrij Tejblum1998-09-091-3/+3
* Removed unused variables.Alexander Langer1998-09-071-4/+1
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-10/+10
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-18/+25
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-111-48/+282
* Reviewed by: julianJulian Elischer1996-01-221-0/+125