summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/bionic in...Steve Kondik2011-02-281-0/+4
|\
| * Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6Steinar H. Gunderson2011-01-141-0/+4
* | bionic: Add NASTY_PTHREAD_CREATE_HACKSteve Kondik2010-12-201-0/+4
* | Additions necessary for busyboxSteve Kondik2010-12-173-0/+11
|/
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-098-12/+34
* 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 C++ guards to <pathconf.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+6
|\
| * libc: Add missing C++ guards to <pathconf.h>David 'Digit' Turner2010-09-271-0/+6
* | Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+4
|\ \
| * | libc: add missing O_CLOEXEC from <fcntl.h>David 'Digit' Turner2010-09-271-0/+4
| |/
* | Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-283-2/+9
|\ \
| * | libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-273-2/+9
| |/
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-275-6/+6
|/
* 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-228-14/+141
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-152-3/+11
* libc: add missing truncate() declarationDavid 'Digit' Turner2010-06-111-0/+1
* libc: Add missing <termio.h> headerDavid 'Digit' Turner2010-06-111-0/+32
* Remove a gcc-4.5 compilation warning:Jing Yu2010-06-091-1/+1
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+2
* resolved conflicts for merge of 7b6e6fa5 to krakenJean-Baptiste Queru2010-06-031-0/+2
|\
| * merge from open-source masterThe Android Open Source Project2010-06-031-0/+2
| |\
| | * pthread: introduce pthread_setname_np() as a mean to give names to threadsAndré Goddard Rosa2010-05-192-0/+8
* | | Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)David 'Digit' Turner2010-05-191-0/+35
|/ /
* | merge from open-source masterThe Android Open Source Project2010-05-141-0/+1
|\ \ | |/
| * Merge "Add declaration for sys_signame[] forgotten in change 12489"David Turner2010-05-141-0/+1
| |\
| | * Add declaration for sys_signame[] forgotten in change 12489Thorsten Glaser2010-04-051-0/+1
* | | merge from open-source masterThe Android Open Source Project2010-05-132-1/+4
|\ \ \ | |/ /
| * | Set SA_RESTORER in sigaction()Matt Fischer2010-05-122-1/+4
| |/
* | merge from open-source masterThe Android Open Source Project2010-03-221-0/+12
|\ \ | |/
| * Added support for dladdr()Matt Fischer2010-03-171-0/+12
| * am 5f53a182: Revert "Add qsort_r() implementation to the C library."Mathias Agopian2009-12-031-1/+0
| |\
| * \ am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
| |\ \
| * \ \ merge from open-source masterJean-Baptiste Queru2009-11-081-32/+37
| |\ \ \
* | | | | Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-181-0/+5
* | | | | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-5/+0
* | | | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+5
* | | | | 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
* | | | | Changed __get_h_errno linkage to "C".Nicolas Catania2010-02-121-4/+4
* | | | | 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-252-3/+4
* | | | | Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershellColin Cross2010-01-152-0/+17
* | | | | Add killpg functionColin Cross2010-01-151-0/+1
* | | | | Add fts, err, and sys/queue for grepColin Cross2010-01-153-0/+772