summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/poll.c
Commit message (Expand)AuthorAgeFilesLines
* poll.c: fix incorrect mergeAustin Foxley2010-04-021-3/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-0/+3
|\
| * poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-041-1/+2
* | whitespace fixesAustin Foxley2009-10-171-1/+1
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-24/+24
|/
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-14/+9
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Poll with zero timeoutJoakim Tjernlund2007-10-231-0/+4
* Jean-Christian de Rivaz writes:Mike Frysinger2007-05-251-1/+1
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-281-0/+17
* 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-4/+7
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-22/+24
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-4/+4
* Implement more hiddenPeter S. Mazinger2005-12-081-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-15/+15
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-181-12/+12
* Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III2004-02-111-3/+3
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-211-0/+12
* Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen2003-10-221-0/+192