OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / epoll.c
2014-09-05 Bernhard Reutner... libc: split multi-source epoll.c
2013-02-20 Markos Chandrasepoll: Use epoll_pwait if arch does not have the epoll_...
2013-02-20 Markos Chandrasepoll: Use epoll_create1 if arch does not have the...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-06-15 Peter S. Mazingerepoll.c: add cancellation to epoll_[p]wait()
2012-06-15 Peter S. Mazingeradd epoll_pwait()
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-11 Phil BlundellFix __libc_epoll_pwait compile failure on x86
2011-05-13 Bernhard Reutner... epoll: redo cancellation to match master
2011-05-13 Peter S. Mazingerepoll.c: add cancellation to epoll_[p]wait()
2011-05-11 Thierry RedingImplement epoll_create1 and epoll_pwait system calls.
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-02-24 Mike Frysingerunify stub logic
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-02-22 Mike Frysingersimplify epoll code
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2005-01-06 Mike FrysingerJustin Cormack <justin@street-vision.com> writes: