summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | mntent.h requires stdio.hColin Cross2010-01-151-0/+1
* | | | | Add definition of rlim_tColin Cross2010-01-151-0/+2
* | | | | Import change from ctype.h revision 1.20 from openbsdColin Cross2010-01-151-0/+4
* | | | | Import include/arpa/telnet.h from BSDColin Cross2010-01-151-0/+316
* | | | | Import regex from OpenBSDColin Cross2010-01-151-0/+105
* | | | | Fix ptsname_r(3) return type to match glibcColin Cross2010-01-121-1/+1
* | | | | Fix usleep(3) return type to be POSIX-compliant.Elliott Hughes2009-12-141-1/+1
* | | | | am f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation t...Mathias Agopian2009-12-041-1/+0
|\ \ \ \ \
| * \ \ \ \ am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C libra...Mathias Agopian2009-12-031-1/+0
| |\ \ \ \ \
| | * \ \ \ \ am 5f53a182: Revert "Add qsort_r() implementation to the C library."Mathias Agopian2009-12-031-1/+0
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1Mathias Agopian2009-12-031-1/+0
| | | | |_|/ | | | |/| |
* | | | | | am be71c814: am 20b3097d: am 754c178a: Add qsort_r() implementation to the C ...David 'Digit' Turner2009-12-041-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
* | | | | | Added a comment.Andy McFadden2009-11-251-0/+3
* | | | | | am 01a1f8b0: am b5239ed1: libc: allow usage of time64.h from cpp codeFred Fettinger2009-11-231-0/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am b5239ed1: libc: allow usage of time64.h from cpp codeFred Fettinger2009-11-231-0/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | libc: allow usage of time64.h from cpp codeFred Fettinger2009-11-231-0/+5
| | |/ / /
* | | | | Add stdlib functions mbstowcs() and wcstombs().Dan Bornstein2009-11-101-0/+2
* | | | | am 83362689: merge from open-source masterJean-Baptiste Queru2009-11-091-32/+37
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterJean-Baptiste Queru2009-11-091-32/+37
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Add the BSD sys_signame array.Thorsten Glaser2009-11-051-32/+37
* | | | am 73981476: merge from open-source masterJean-Baptiste Queru2009-10-142-0/+55
|\ \ \ \ | |/ / /
| * | | merge from open-source masterJean-Baptiste Queru2009-10-142-0/+55
| |\ \ \ | | |/ /
| | * | 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 a GNU-compatible TEMP_FAILURE_RETRY.Elliott Hughes2009-10-051-0/+8
|/ / / /
* | | | am d154954f: Merge change 26419 into eclairDavid 'Digit' Turner2009-09-231-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Add pthread_mutex_lock_timeout_npDavid 'Digit' Turner2009-09-221-0/+7
* | | | merge from open-source masterJean-Baptiste Queru2009-09-161-6/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Define 64 bit types if compiling with -std=c99Martin Storsjo2009-09-141-6/+10
* | | | am 9e74f697: libc: add void to clock() function prototypeErik Gilling2009-09-091-1/+1
|\ \ \ \ | | |/ / | |/| |