summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add the posix_memalign(3) function to bionic"Ken Sumrall2011-12-202-0/+30
|\
| * Add the posix_memalign(3) function to bionicKen Sumrall2011-12-142-0/+30
* | am a37f3729: readdir: fix interface to kernel getdents64 functionBruce Beare2011-12-191-4/+10
|\ \ | |/ |/|
| * readdir: fix interface to kernel getdents64 functionBruce Beare2011-12-191-4/+10
* | libc: x86: Use SSE2 or SSSE3 optimized routines when possible.David 'Digit' Turner2011-12-141-1/+6
* | am 8d28b043: am 94963af2: update video/dsscomp.hErik Gilling2011-12-131-27/+30
|\ \ | |/
| * am 94963af2: update video/dsscomp.hErik Gilling2011-12-131-27/+30
| |\
| | * update video/dsscomp.hErik Gilling2011-12-131-27/+30
* | | am f3087c6e: am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x...Bruce Beare2011-12-121-5/+2
|\ \ \ | |/ /
| * | am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x86.mkBruce Beare2011-12-091-5/+2
| |\ \
| | * | x86: libc may use the gcc flags from TARGET_linux-x86.mkBruce Beare2011-12-091-5/+2
* | | | am 68ec71eb: am 7d03c9cb: pathconf: dead loop in bionic function __2_symlinksBruce Beare2011-12-121-14/+11
|\ \ \ \ | |/ / /
| * | | am 7d03c9cb: pathconf: dead loop in bionic function __2_symlinksBruce Beare2011-12-091-14/+11
| |\ \ \ | | |/ /
| | * | pathconf: dead loop in bionic function __2_symlinksBruce Beare2011-12-071-14/+11
* | | | am ffe65783: am bba5c314: update video/dsscomp.hErik Gilling2011-12-121-31/+44
|\ \ \ \ | |/ / /
| * | | am bba5c314: update video/dsscomp.hErik Gilling2011-12-081-31/+44
| |\ \ \ | | | |/ | | |/|
| | * | update video/dsscomp.hErik Gilling2011-12-081-31/+44
* | | | libc: optimize pthread mutex lock/unlock operations (1/2)David 'Digit' Turner2011-12-071-80/+83
* | | | libc: optimize pthread_once() implementation.David 'Digit' Turner2011-12-071-8/+60
* | | | am a73de44b: am 177ba8cb: Prevent deadlock when using forkRabin Vincent2011-12-061-8/+16
|\ \ \ \ | |/ / /
| * | | am 177ba8cb: Prevent deadlock when using forkRabin Vincent2011-12-061-8/+16
| |\ \ \ | | | |/ | | |/|
| | * | Prevent deadlock when using forkRabin Vincent2011-12-061-8/+16
* | | | Merge 35765066 from ics-mr1-plus-aospJean-Baptiste Queru2011-12-061-1/+1
|\ \ \ \ | |/ / /
| * | | am e4a21c89: signal: Align the sigset_t size passed to from user space to ker...Bruce Beare2011-12-051-8/+37
| |\ \ \ | | |/ /
| | * | signal: Align the sigset_t size passed to from user space to kernel.Bruce Beare2011-12-051-8/+37
* | | | am cb835cd7: am cb1df916: string: Fix wrong comparison semanticsBruce Beare2011-12-054-7/+7
|\ \ \ \ | |/ / /
| * | | am cb1df916: string: Fix wrong comparison semanticsBruce Beare2011-12-054-7/+7
| |\ \ \ | | |/ /
| | * | string: Fix wrong comparison semanticsBruce Beare2011-12-054-7/+7
* | | | am 75039baf: am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10Bruce Beare2011-12-051-1/+1
|\ \ \ \ | |/ / /
| * | | am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10Bruce Beare2011-12-051-1/+1
| |\ \ \ | | |/ /
| | * | MALLOC_DEBUG: enable the option libc.debug.malloc = 10Bruce Beare2011-12-051-1/+1
* | | | am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race cond...Jack Ren2011-11-302-1/+6
|\ \ \ \ | |/ / /
| * | | am e480fc83: bionic: fix pthread_{create, exit}/signal race conditionJack Ren2011-11-292-1/+6
| |\ \ \ | | |/ /
| | * | bionic: fix pthread_{create, exit}/signal race conditionJack Ren2011-11-292-1/+6
* | | | am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issueJack Ren2011-11-301-0/+5
|\ \ \ \ | |/ / /
| * | | am 31e72bc3: bionic: fix __get_tls( ) crash issueJack Ren2011-11-291-0/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * bionic: fix __get_tls( ) crash issueJack Ren2011-11-291-0/+5
* | | Merge "Request both v4 and v6 dns when on secondary net"Robert Greenwalt2011-11-291-8/+19
|\ \ \
| * | | Request both v4 and v6 dns when on secondary netRobert Greenwalt2011-11-221-8/+19
* | | | update capabilities.hNick Kralevich2011-11-281-40/+65
* | | | libc: Fix typo that broke NDK compatibility.David 'Digit' Turner2011-11-231-1/+1
* | | | Merge "libc: provide atomic operations will full barriers for NDK apps."David 'Digit' Turner2011-11-227-307/+244
|\ \ \ \
| * | | | libc: provide atomic operations will full barriers for NDK apps.David 'Digit' Turner2011-11-167-307/+244
| |/ / /
* | | | Merge "Add tgkill syscall."Jeff Brown2011-11-2110-2/+121
|\ \ \ \
| * | | | Add tgkill syscall.Jeff Brown2011-11-1810-2/+121
* | | | | ASLR: enable pthread stack location randomizationNick Kralevich2011-11-181-4/+1
| |/ / / |/| | |
* | | | Merge "libc: speed-up flockfile()/funlockfile()"David 'Digit' Turner2011-11-164-153/+44
|\ \ \ \
| * | | | libc: speed-up flockfile()/funlockfile()David 'Digit' Turner2011-11-154-153/+44
| |/ / /
* | | | Merge "bionic: Do not use <sys/atomics.h> for platform code."David Turner2011-11-167-159/+457
|\ \ \ \
| * | | | bionic: Do not use <sys/atomics.h> for platform code.David 'Digit' Turner2011-11-167-159/+457
| |/ / /