summaryrefslogtreecommitdiffstats
path: root/libc/arch-sh/syscalls
Commit message (Collapse)AuthorAgeFilesLines
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-281-0/+32
| | | | Change-Id: Ide040884c456190226e580513099fdb8377e015b
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-3/+3
| | | | Change-Id: I312ee608dbf9249e4886a10d45d13e3cda8a9042
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-281-0/+32
| | | | Change-Id: I04bb655d77e414021e1f2a973329167ad76ca1c4
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+32
| | | | Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-3/+3
| | | | | | The syscall expects the size of the buffer as the second argument. Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ↵David 'Digit' Turner2010-06-091-0/+32
| | | | | | DO NOT MERGE Change-Id: Iac4eb5911ffe4a7ab72b84df44e907685ac816af
* bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-023-9/+9
| | | | | | | | | Any of the setuid functions now updates /acct/uid/ with its own tid before changing users. This is so we can properly account for cpu time per uid. Change-Id: I34186cf4d5228cac8439e582a9e26c01ef3011e4 Signed-off-by: Mike Chan <mike@android.com>
* add sigaltstack syscallAndrei Popescu2010-03-021-0/+32
|
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+64
| | | | Signed-off-by: San Mehat <san@google.com>
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-4/+7
| | | | | | | Only provide an implementation for ARM at the moment, since it requires specific assembly fragments (the standard syscall stubs cannot be used because the child returns in a different stack).
* added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-01155-0/+4992