summaryrefslogtreecommitdiffstats
path: root/libc/arch-sh/syscalls.mk
Commit message (Expand)AuthorAgeFilesLines
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-281-0/+1
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-1/+1
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-281-0/+1
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+1
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-1/+1
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-091-0/+1
* bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-021-3/+3
* add sigaltstack syscallAndrei Popescu2010-03-021-0/+1
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-231-0/+2
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-1/+1
* added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-011-0/+157