summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/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/+26
|
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+55
| | | | Signed-off-by: San Mehat <san@google.com>
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-7/+10
| | | | | | | 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).
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03169-0/+4562
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03169-4562/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1725-41/+519
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21152-0/+4084