Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inotify: add inotify_init1 system call support | Vladimir Zapolskiy | 2010-06-01 | 1 | -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 header | Stephan Raue | 2009-09-21 | 1 | -0/+60 |
| | | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> Signed-off-by: Stephan Raue <mailinglists@openelec.tv> | ||||
* | force arches to provide sys/user.h | Mike Frysinger | 2009-07-26 | 1 | -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 constant | Denis Vlasenko | 2009-03-02 | 1 | -0/+2 |
| | |||||
* | update ptrace.h to latest from glibc | Mike Frysinger | 2008-12-11 | 1 | -2/+41 |
| | |||||
* | Austin Morgan writes in #917: add support for inotify | Mike Frysinger | 2006-06-21 | 1 | -0/+92 |
| | |||||
* | grab from glibc | Mike Frysinger | 2006-03-01 | 1 | -0/+77 |
| | |||||
* | epoll is linux specific | Mike Frysinger | 2006-02-22 | 1 | -0/+110 |
| | |||||
* | move linux-specific header to linux subdir | Mike Frysinger | 2006-01-29 | 1 | -0/+32 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 2 | -0/+130 |
and to better support each arch. This is a really big patch... -Erik |