Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: add <sys/eventfd.h> and corresponding implementations. | David 'Digit' Turner | 2010-09-28 | 1 | -0/+19 |
| | | | | Change-Id: Ide040884c456190226e580513099fdb8377e015b | ||||
* | libc: Add missing waitid() implementation. | David 'Digit' Turner | 2010-09-28 | 1 | -3/+3 |
| | | | | Change-Id: I312ee608dbf9249e4886a10d45d13e3cda8a9042 | ||||
* | libc: Add missing fdatasync() implementation | David 'Digit' Turner | 2010-09-28 | 1 | -0/+19 |
| | | | | Change-Id: I04bb655d77e414021e1f2a973329167ad76ca1c4 | ||||
* | libc: Add missing pipe2() declaration and implementation. | David 'Digit' Turner | 2010-09-27 | 1 | -0/+19 |
| | | | | Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c | ||||
* | Revert "Set SA_RESTORER in sigaction()" | Dima Zavin | 2010-07-29 | 1 | -3/+3 |
| | | | | This reverts commit e4fa46e75cd0d433b5c6c064720ed7e195cba7c8. | ||||
* | libc: fix fstatfs() implementation. | David 'Digit' Turner | 2010-07-08 | 1 | -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' Turner | 2010-06-09 | 1 | -0/+19 |
| | | | | | | DO NOT MERGE Change-Id: Iac4eb5911ffe4a7ab72b84df44e907685ac816af | ||||
* | merge from open-source master | The Android Open Source Project | 2010-05-13 | 1 | -3/+3 |
|\ | | | | | | | Change-Id: I2be62bce462ee53fe9519f433523bd7a44a73d40 | ||||
| * | Set SA_RESTORER in sigaction() | Matt Fischer | 2010-05-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | GDB looks for specific opcode sequences when trying to recognize a stack frame as a signal trampoline. The sequences it looks for happen to be those created when SA_RESTORER is set, since glibc always sets a restorer. This patch does the same here, so that the trampolines can be correctly identified. Change-Id: I0ac574a68818cb24d939c3527f3aaeb04b853d04 | ||||
* | | bonic: libc: cpuacct support for setuid functions | Mike Chan | 2010-03-02 | 3 | -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 syscall | Andrei Popescu | 2010-03-02 | 1 | -0/+19 |
| | | |||||
* | | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers | San Mehat | 2010-02-23 | 2 | -0/+38 |
| | | | | | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | | Implement clone() C library function properly. | David 'Digit' Turner | 2010-01-25 | 1 | -6/+8 |
|/ | | | | | | | 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/@135843 | The Android Open Source Project | 2009-03-03 | 168 | -0/+3220 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 168 | -3220/+0 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 11 | -211/+0 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 9 | -18/+79 |
| | |||||
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 176 | -0/+3370 |