summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_select.c
Commit message (Expand)AuthorAgeFilesLines
* Make the libc_r version of select() set the readable or writablearchie2002-08-291-4/+6
* Make these functions cancellation points like they should be:archie2002-05-021-1/+14
* Return correct number of total bits set in all fd_set's.asmodai2002-04-091-9/+18
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-14/+13
* Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Track libc's three-tier symbol naming. libc_r must currently implementjasone2000-01-121-2/+4
* When checking for valid timevals in the wrapped select() and poll()deischen1999-08-301-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* move sanity check of timeval struct so as not to segfault when passedalfred1999-08-201-5/+5
* Sanity check time structures passed in, return EINVAL like the systemalfred1999-08-191-1/+5
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* Fix few warnings on the alpha.dt1999-06-231-1/+2
* In the words of the author:jb1999-06-201-83/+101
* [ The author's description... ]jb1999-03-231-1/+5
* Update the caller's descriptor masks even if there are none ready forjb1998-06-121-1/+1
* Implement compile time debug support instead of tracking file name andjb1998-06-091-6/+6
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-2/+7
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-16/+9
* Reviewed by: julianjulian1996-01-221-0/+179
OpenPOWER on IntegriCloud