summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_select.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
* WARNS=3'ify.deischen2007-11-301-2/+8
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* Rename _thr_enter_cancellation_point to _thr_cancel_enter, renamedavidxu2003-12-091-2/+2
* If select() is only used for sleep, convert it to nanosleep,davidxu2003-07-031-4/+9
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-2/+3
* Make libpthread KSE aware.mini2002-09-161-173/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* 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