summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|/ / / /
* | | | Fix timezone management in the C libraryDavid 'Digit' Turner2010-03-052-0/+14
* | | | QUalcomm H.264 encoder support.Gloria Wang2010-03-031-69/+254
* | | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-0221-43/+219
* | | | libc: kernel: update pmem header with cache flush ioctlDima Zavin2010-03-021-0/+1
* | | | add sigaltstack syscallAndrei Popescu2010-03-0210-0/+85
* | | | Fix pthread_sigmask() to return correct error values.David 'Digit' Turner2010-03-012-1/+15
* | | | Merge "Implement support for RFC 3484 (address selection/sorting) in bionic. ...David Turner2010-02-242-27/+362
|\ \ \ \
| * | | | Implement support for RFC 3484 (address selection/sorting) in bionic. (TheSteinar H. Gunderson2010-02-242-27/+362
* | | | | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-2312-0/+175
|/ / / /
* | | | Merge "Merge memory checking functionality from sandbox"Vladimir Chtchetkine2010-02-174-54/+1067
|\ \ \ \
| * | | | Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-164-54/+1067
* | | | | Merge "Changed __get_h_errno linkage to "C"."Niko Catania2010-02-121-4/+4
|\ \ \ \ \
| * | | | | Changed __get_h_errno linkage to "C".Nicolas Catania2010-02-121-4/+4
| |/ / / /
* | | | | Fix sem_post() behaviour to wake up multiple waiting threads.David 'Digit' Turner2010-02-122-1/+4
* | | | | Fix sem_trywait() implementation + update changelog.David 'Digit' Turner2010-02-122-2/+10
* | | | | Fix android_id_from_name to accept "app_0" as a valid ID.David 'Digit' Turner2010-02-121-1/+1
|/ / / /
* | | | Merge "Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ ...David Turner2010-02-092-0/+12
|\ \ \ \
| * | | | Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusi...David 'Digit' Turner2010-02-092-0/+12
* | | | | am 58060c50: am ee424e23: bionic: update processed kernel header a1026.hIliyan Malchev2010-02-091-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am ee424e23: bionic: update processed kernel header a1026.hIliyan Malchev2010-02-091-1/+2
| |\ \ \ \