summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | stdio: simplify asprintf()André Goddard Rosa2010-04-291-5/+2
| * | | | improve readability of stdlib: fix indentation and remove trailing spacesAndré Goddard Rosa2010-04-2911-232/+230
| | |_|/ | |/| |
* | | | merge from open-source masterThe Android Open Source Project2010-04-081-3/+3
|\ \ \ \ | |/ / /
| * | | bionic: fix memory leak in get_malloc_leak_info() error pathAndré Goddard Rosa2010-03-291-1/+2
| * | | Merge "bionic: clear only the part of the buffer which is not overwritten aft...David Turner2010-03-301-2/+1
| |\ \ \
| | * | | bionic: clear only the part of the buffer which is not overwritten afterwardAndré Goddard Rosa2010-03-281-2/+1
* | | | | am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32San Mehat2010-04-0611-283/+678
|\ \ \ \ \
| * | | | | kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32android-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1San Mehat2010-04-0611-283/+678
* | | | | | merge from open-source masterThe Android Open Source Project2010-03-311-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | stdlib: optimize bsearch()André Goddard Rosa2010-03-281-2/+2
| | |/ / / | |/| | |
* | | | | merge from open-source masterThe Android Open Source Project2010-03-3116-13/+7365
|\ \ \ \ \ | |/ / / /
| * | | | Merge changes Ibdc6e3c8,I9bcb91a2David Turner2010-03-292-5/+5
| |\ \ \ \
| | * | | | Correct generic memset implementationChris Dearman2010-02-051-4/+4
| | * | | | Generic memcpy should define MEMCOPY before including bcopy.cChris Dearman2010-02-051-1/+1
| | | |/ / | | |/| |
| * | | | Merge "Atom optimized string and memory routines"David Turner2010-03-2914-8/+7360
| |\ \ \ \
| | * | | | Atom optimized string and memory routinesBruce Beare2010-03-2614-8/+7360
* | | | | | merge from open-source masterThe Android Open Source Project2010-03-291-3/+16
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Android hack for size_tBruce Beare2010-03-261-3/+16
| |/ / /
* | | | Fix comparison of IPv6 prefixesKenny Root2010-03-241-1/+1
* | | | libc: kernel: update msm_kgsl.hDima Zavin2010-03-241-1/+6
* | | | Fix typo that broke recursive mutexes implementation.David 'Digit' Turner2010-03-231-1/+1
* | | | pthread: Use private futexes by default in condition variablesDavid 'Digit' Turner2010-03-222-27/+27
* | | | merge from open-source masterThe Android Open Source Project2010-03-2222-32/+96
|\ \ \ \ | |/ / /
| * | | Merge "bionic: on pthread_join(), avoid extra check in case we find the thread"David Turner2010-03-181-5/+4
| |\ \ \
| | * | | bionic: on pthread_join(), avoid extra check in case we find the threadAndré Goddard Rosa2010-02-051-5/+4
| | |/ /
| * | | Merge "bionic: ftell() returns a long, not an int"David Turner2010-03-181-1/+1
| |\ \ \
| | * | | bionic: ftell() returns a long, not an intAndré Goddard Rosa2010-02-051-1/+1
| | |/ /
| * | | Added support for dladdr()Matt Fischer2010-03-171-0/+12
| * | | Merge "x86 syscall system call implementation"David Turner2010-03-172-0/+53
| |\ \ \
| | * | | x86 syscall system call implementationBruce Beare2010-03-042-0/+53
| * | | | Merge "Fix pread()/pwrite() stubs"David Turner2010-03-172-4/+4
| |\ \ \ \
| | * | | | Fix pread()/pwrite() stubsMatt Fischer2010-02-122-4/+4
| | | |/ / | | |/| |
| * | | | Merge "bionic: remove unneeded variable from chk_realloc()"David Turner2010-03-161-2/+3
| |\ \ \ \
| | * | | | bionic: remove unneeded variable from chk_realloc()André Goddard Rosa2010-02-051-2/+3
| | |/ / /
| * | | | Merge "bionic: equalize the <unknown> program name between ssp.c and libc_ini...David Turner2010-03-161-2/+2
| |\ \ \ \
| | * | | | bionic: equalize the <unknown> program name between ssp.c and libc_init_common.cAndré Goddard Rosa2010-02-051-2/+2
| | |/ / /
| * | | | Merge "improve readability of string: fix indentation and remove trailing spa...David Turner2010-03-1613-18/+17
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | improve readability of string: fix indentation and remove trailing spacesAndré Goddard Rosa2010-01-3013-18/+17
| | |/
| | * merge from eclairJean-Baptiste Queru2009-11-1541-3082/+4903
| | |\
| | | * eclair snapshotJean-Baptiste Queru2009-11-1244-3081/+4990
* | | | Merge "Fix strtod security bug."David 'Digit' Turner2010-03-221-28/+142
|\ \ \ \
| * | | | Fix strtod security bug.David 'Digit' Turner2010-03-091-28/+142
* | | | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-186-167/+208
* | | | | Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-183-4/+94
* | | | | Fix indentation in pthread mutex implementation.David 'Digit' Turner2010-03-171-207/+202
* | | | | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-116-611/+298
* | | | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-116-298/+611
* | | | | Merge "Only use NEON memcpy if __ARM_NEON__ is defined"Colin Cross2010-03-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only use NEON memcpy if __ARM_NEON__ is definedColin Cross2010-03-091-1/+1
* | | | | Fix spurious DNS lookups in the C library.David 'Digit' Turner2010-03-085-5/+19
|/ / / /