summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/poll.c
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15poll, ppoll: use cancel.hPeter S. Mazinger
2012-06-15poll.c: do not inline syscallPeter S. Mazinger
2010-04-02poll.c: fix incorrect mergeAustin Foxley
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-04poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-10-23Poll with zero timeoutJoakim Tjernlund
2007-05-25Jean-Christian de Rivaz writes:Mike Frysinger
2007-02-28add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-08-23psm updates: add __libc symbols for signal cancellationMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08Implement more hiddenPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2004-03-18Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen
2004-02-11Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2003-10-22Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen