index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
poll.c
Age
Commit message (
Expand
)
Author
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
poll, ppoll: use cancel.h
Peter S. Mazinger
2012-06-15
poll.c: do not inline syscall
Peter S. Mazinger
2010-04-02
poll.c: fix incorrect merge
Austin Foxley
2010-04-02
Merge commit 'origin/master' into nptl
Austin Foxley
2010-03-04
poll: unavailable on linux < 2.2.0
Bernhard Reutner-Fischer
2009-10-17
whitespace fixes
Austin Foxley
2009-10-17
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-02-25
Reinstate __libc_foo's needed for linuxthreads.old.
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis 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 features
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2007-10-23
Poll with zero timeout
Joakim Tjernlund
2007-05-25
Jean-Christian de Rivaz writes:
Mike Frysinger
2007-02-28
add support for ppoll() and emulate poll() with it when __NR_poll does not exist
Mike Frysinger
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-08-23
psm updates: add __libc symbols for signal cancellation
Mike Frysinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Implement more hidden
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2004-03-18
Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which
Eric Andersen
2004-02-11
Fix bug from the syscall reorganization, detected by python's test_poll.py.
Manuel Novoa III
2004-01-21
Move poll to its own file, rather than being only half in its own file
Eric Andersen
2003-10-22
Per suggestion and patch from Ken Staton, emulates poll using
Eric Andersen