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
/
epoll.c
Age
Commit message (
Expand
)
Author
2017-06-21
remove editor hints for vi
Waldemar Brodkorb
2014-09-05
libc: split multi-source epoll.c
Bernhard Reutner-Fischer
2013-02-20
epoll: Use epoll_pwait if arch does not have the epoll_wait syscall
Markos Chandras
2013-02-20
epoll: Use epoll_create1 if arch does not have the epoll_create syscall
Markos Chandras
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-06-15
epoll.c: add cancellation to epoll_[p]wait()
Peter S. Mazinger
2012-06-15
add epoll_pwait()
Peter S. Mazinger
2011-06-10
Fix __libc_epoll_pwait compile failure on x86
Phil Blundell
2011-05-13
epoll: redo cancellation to match master
Bernhard Reutner-Fischer
2011-05-13
epoll.c: add cancellation to epoll_[p]wait()
Peter S. Mazinger
2011-05-11
Implement epoll_create1 and epoll_pwait system calls.
Thierry Reding
2011-02-24
unify stub logic
Mike Frysinger
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-02-22
simplify epoll code
Mike Frysinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2005-01-06
Justin Cormack <justin@street-vision.com> writes:
Mike Frysinger