summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/select.c
Commit message (Expand)AuthorAgeFilesLines
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-111-2/+2
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-14/+43
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger2009-03-131-1/+20
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+1
* if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6Mike Frysinger2007-09-151-0/+24
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* psm updates: add __libc symbols for signal cancellationMike Frysinger2006-08-231-5/+8
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-5/+5
* Implement more hiddenPeter S. Mazinger2005-12-081-14/+5
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+29