summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sys
Commit message (Collapse)AuthorAgeFilesLines
* 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