summaryrefslogtreecommitdiffstats
path: root/libc/include/sys
Commit message (Collapse)AuthorAgeFilesLines
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-283-0/+54
| | | | Change-Id: Ide040884c456190226e580513099fdb8377e015b
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-1/+10
| | | | Change-Id: I312ee608dbf9249e4886a10d45d13e3cda8a9042
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+2
| | | | Change-Id: I04bb655d77e414021e1f2a973329167ad76ca1c4
* Merge "libc: Add missing pipe2() declaration and implementation." into ↵David 'Digit' Turner2010-09-282-2/+6
|\ | | | | | | gingerbread
| * libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-2/+6
| | | | | | | | Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-273-4/+4
|/ | | | Change-Id: I4af84f912062cd2ff34711c25122fb323f20c032
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-292-4/+1
| | | | This reverts commit e4fa46e75cd0d433b5c6c064720ed7e195cba7c8.
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-1/+1
| | | | | | The syscall expects the size of the buffer as the second argument. Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-223-11/+133
| | | | | | | | Also add missing declarations to misc. functions. Fix clearerr() implementation (previous was broken). Handle feature test macros like _POSIX_C_SOURCE properly. Change-Id: Icdc973a6b9d550a166fc2545f727ea837fe800c4
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-151-0/+8
| | | | Change-Id: Iffd41046fd0933c66542abf7627a1569522dfcb2
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ↵David 'Digit' Turner2010-06-092-0/+2
| | | | | | DO NOT MERGE Change-Id: Iac4eb5911ffe4a7ab72b84df44e907685ac816af
* merge from open-source masterThe Android Open Source Project2010-05-132-1/+4
|\ | | | | | | Change-Id: I2be62bce462ee53fe9519f433523bd7a44a73d40
| * Set SA_RESTORER in sigaction()Matt Fischer2010-05-122-1/+4
| | | | | | | | | | | | | | | | | | 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 functionsMike Chan2010-03-021-3/+3
| | | | | | | | | | | | | | | | | | 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-022-0/+2
| |
* | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+8
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ ↵David 'Digit' Turner2010-02-092-0/+12
| | | | | | | | inclusion guards
* | Implement clone() C library function properly.David 'Digit' Turner2010-01-251-1/+1
| | | | | | | | | | | | | | 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).
* | Add fts, err, and sys/queue for grepColin Cross2010-01-151-0/+557
| | | | | | | | Change-Id: Id47514a1812d828e95efa2fab0e9c15c5b682b58
* | Add definition of rlim_tColin Cross2010-01-151-0/+2
|/ | | | Change-Id: Ie8c2451360cbcce9fc1587528a95aca09a03d0de
* Add the BSD sys_signame array.Thorsten Glaser2009-11-051-32/+37
| | | | Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* Merge change 10538Android Code Review2009-09-202-0/+55
|\ | | | | | | | | * changes: added syscalls for SuperH which automatically generate by gensyscalls.py
| * added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-012-0/+55
| |
* | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ↵David 'Digit' Turner2009-06-221-0/+7
|/ | | | structure
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0355-0/+4738
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0355-4738/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-194-108/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-1/+6
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-154-96/+4
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+11
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-176-12/+81
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2159-0/+4853