summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sys
Commit message (Collapse)AuthorAgeFilesLines
* Add eventfd support.Jean-Christian de Rivaz2011-12-231-0/+48
| | | | | | | | | | | | | Hello, I whould like to share this simple patch that add the eventfd call to uClibc. Please review so it can be accepted to be merged. Jean-Christian Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> (cherry picked from commit 9ed163dc0eaebe8734c35b356c406e9eb1c68d76)
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-111-2/+24
|
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-111-4/+36
| | | | | | | Note: TODO: This lacks cancellation support. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-011-0/+13
| | | | | | | | This patch introduces support for inotify_init1 system call, found since Linux 2.6.27. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add timerfd syscall and headerStephan Raue2009-09-211-0/+60
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> Signed-off-by: Stephan Raue <mailinglists@openelec.tv>
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
| | | | | | | Now that Linux is no longer installing linux/user.h, arches will have to provide their own. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add EPOLLRDHUP constantDenis Vlasenko2009-03-021-0/+2
|
* update ptrace.h to latest from glibcMike Frysinger2008-12-111-2/+41
|
* Austin Morgan writes in #917: add support for inotifyMike Frysinger2006-06-211-0/+92
|
* grab from glibcMike Frysinger2006-03-011-0/+77
|
* epoll is linux specificMike Frysinger2006-02-221-0/+110
|
* move linux-specific header to linux subdirMike Frysinger2006-01-291-0/+32
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-012-0/+130
and to better support each arch. This is a really big patch... -Erik