aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_fd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildEd Maste2010-11-131-1054/+0
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Remove much of the dereferencing of the fd table entries to lookDaniel Eischen2002-08-291-0/+16
* In the words of the submitter:Daniel Eischen2001-10-211-2/+10
* Remove (int) file descriptor locking. It should be up to theDaniel Eischen2001-02-111-0/+40
* _exit in libc is now __sys_exit not __sys__exit.Daniel Eischen2001-01-291-0/+3
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-54/+56
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-10/+60
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-16/+8
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-15/+30
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-23/+193
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix thread initialization to allow for the case where stdio fileDaniel Eischen1999-08-051-6/+6
* In the words of the author:John Birrell1999-06-201-15/+55
* [ The author's description... ]John Birrell1999-03-231-2/+2
* Don't clobber errno if we are not going to fail.Dmitrij Tejblum1998-09-131-1/+4
* Add compile time debug instead of doing this all the time. Reduce theJohn Birrell1998-06-091-46/+333
* Remove error check from call to set the file descriptor to non-blockingJohn Birrell1998-05-271-12/+9
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-36/+53
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-131-10/+22
* Make error checking less zealous to handle devices like /dev/nullJohn Birrell1997-04-011-2/+10
* Submitted by: John BirrellJulian Elischer1997-02-051-16/+35
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-5/+19
* Reviewed by: julianJulian Elischer1996-01-221-0/+364