summaryrefslogtreecommitdiffstats
path: root/libc/include/sys
Commit message (Expand)AuthorAgeFilesLines
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-092-0/+5
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-283-0/+54
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-1/+10
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+2
* Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-282-2/+6
|\
| * libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-2/+6
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-273-4/+4
|/
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-292-4/+1
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-1/+1
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-223-11/+133
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-151-0/+8
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+2
* merge from open-source masterThe Android Open Source Project2010-05-132-1/+4
|\
| * Set SA_RESTORER in sigaction()Matt Fischer2010-05-122-1/+4
* | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-021-3/+3
* | add sigaltstack syscallAndrei Popescu2010-03-022-0/+2
* | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+8
* | Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusi...David 'Digit' Turner2010-02-092-0/+12
* | Implement clone() C library function properly.David 'Digit' Turner2010-01-251-1/+1
* | Add fts, err, and sys/queue for grepColin Cross2010-01-151-0/+557
* | Add definition of rlim_tColin Cross2010-01-151-0/+2
|/
* Add the BSD sys_signame array.Thorsten Glaser2009-11-051-32/+37
* Merge change 10538Android Code Review2009-09-202-0/+55
|\
| * 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
|/
* 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