summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* [bionic]: Fixing futex problem in cpuacct update.M8668AAABQNLYA1080M8660AAABQNLYA1082M8660AAABQNLYA108001M7630AABBQMLZA4030Shashank Mittal2011-02-081-7/+8
* libc: fix executable destruction support.David 'Digit' Turner2010-10-214-5/+61
* Use a recursive lock for pthread_once. DO NOT MERGE.Wink Saville2010-09-221-3/+3
* Bulletproof leak dump against null hash entriesChristopher Tate2010-08-091-20/+29
* libc: Fix sem_post() implementation to wake up all waiting threads.David 'Digit' Turner2010-07-021-46/+175
* libc: add sanity checks to pthread_mutex_destroy()David 'Digit' Turner2010-06-281-2/+7
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-226-10/+15
* Allow static C++ destructors to be properly called on dlclose().David 'Digit' Turner2010-06-181-105/+0
* libc: remove cutils dependenciesDavid 'Digit' Turner2010-06-113-4/+9
* Use private futexes for semaphores, unless they are initialized with pshared ...David 'Digit' Turner2010-06-082-56/+87
* resolved conflicts for merge of 7b6e6fa5 to krakenJean-Baptiste Queru2010-06-031-0/+54
|\
| * merge from open-source masterThe Android Open Source Project2010-06-031-0/+54
| |\
| | * pthread: introduce pthread_setname_np() as a mean to give names to threadsAndré Goddard Rosa2010-05-191-0/+54
* | | Atomic/SMP update, part 3.Andy McFadden2010-05-282-5/+24
* | | Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)David 'Digit' Turner2010-05-191-0/+347
|/ /
* | merge from open-source masterThe Android Open Source Project2010-05-032-0/+4
|\|
| * Merge "Fix log channel initialization at bionic/logd_write.c."David Turner2010-05-011-0/+2
| |\
| | * Fix log channel initialization at bionic/logd_write.c.Alexey Tarasov2009-12-031-0/+2
| * | bionic: add missing NULL check from memory allocation on record_backtrace()André Goddard Rosa2010-04-291-0/+2
* | | 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
| * | bionic: clear only the part of the buffer which is not overwritten afterwardAndré Goddard Rosa2010-03-281-2/+1
* | | 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-221-20/+23
* | | merge from open-source masterThe Android Open Source Project2010-03-224-10/+10
|\| |
| * | 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
| | |/
| * | 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
| | |/
| * / bionic: equalize the <unknown> program name between ssp.c and libc_init_common.cAndré Goddard Rosa2010-02-051-2/+2
| |/
| * merge from eclairJean-Baptiste Queru2009-11-151-11/+158
| |\
| | * eclair snapshotJean-Baptiste Queru2009-11-123-11/+246
* | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-58/+129
* | | Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-181-3/+82
* | | 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-111-493/+298
* | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-298/+493
* | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-022-0/+68
* | | Fix pthread_sigmask() to return correct error values.David 'Digit' Turner2010-03-011-1/+11
* | | Merge "Merge memory checking functionality from sandbox"Vladimir Chtchetkine2010-02-174-54/+1067
|\ \ \
| * | | Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-164-54/+1067
* | | | Fix sem_post() behaviour to wake up multiple waiting threads.David 'Digit' Turner2010-02-121-1/+1
* | | | Fix sem_trywait() implementation + update changelog.David 'Digit' Turner2010-02-121-1/+2
* | | | Fix android_id_from_name to accept "app_0" as a valid ID.David 'Digit' Turner2010-02-121-1/+1
|/ / /
* | | Implement clone() C library function properly.David 'Digit' Turner2010-01-251-0/+81
* | | Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershellColin Cross2010-01-153-0/+120
* | | Add fts, err, and sys/queue for grepColin Cross2010-01-152-0/+1167
* | | Fix libc logging implementation.Andy McFadden2009-11-301-1/+2