summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove much of the dereferencing of the fd table entries to lookdeischen2002-08-291-0/+16
* In the words of the submitter:deischen2001-10-211-2/+10
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-111-0/+40
* _exit in libc is now __sys_exit not __sys__exit.deischen2001-01-291-0/+3
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-54/+56
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-10/+60
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-16/+8
* Fix problems with cancellation while in critical regions.deischen1999-12-171-15/+30
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-23/+193
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix thread initialization to allow for the case where stdio filedeischen1999-08-051-6/+6
* In the words of the author:jb1999-06-201-15/+55
* [ The author's description... ]jb1999-03-231-2/+2
* Don't clobber errno if we are not going to fail.dt1998-09-131-1/+4
* Add compile time debug instead of doing this all the time. Reduce thejb1998-06-091-46/+333
* Remove error check from call to set the file descriptor to non-blockingjb1998-05-271-12/+9
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-36/+53
* Fixes from Jeremy Allison and Terry Lambert for pthreads:julian1998-02-131-10/+22
* Make error checking less zealous to handle devices like /dev/nulljb1997-04-011-2/+10
* Submitted by: John Birrelljulian1997-02-051-16/+35
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-5/+19
* Reviewed by: julianjulian1996-01-221-0/+364
OpenPOWER on IntegriCloud