summaryrefslogtreecommitdiffstats
path: root/libc/arch-sh/syscalls
Commit message (Collapse)AuthorAgeFilesLines
* 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