summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Mntent functions: Moving mount entry functionsManas Abichandani2010-10-292-132/+161
* Merge "Bionic: Implementing mount table entry functions" into froyoLinux Build Service Account2010-09-151-2/+128
|\
| * Bionic: Implementing mount table entry functionsManas Abichandani2010-09-021-2/+128
* | bionic: Fix signal mask size mismatch between bionic and kernelNela Gurevich2010-08-251-4/+28
|/
* 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
* | | am 362b2aab: Merge change Ib4550a04 into eclair-mr2Vladimir Chtchetkine2009-11-198-351/+647
|\ \ \
| * | | Split libc_debug.so into two .so modules loaded on demand from libc.soVladimir Chtchetkine2009-11-188-351/+647
* | | | am bc10cd29: Fix a typo that resulted in a crash in the boot sequenceDavid 'Digit' Turner2009-09-231-1/+1
|\ \ \ \ | |/ / /
| * | | Fix a typo that resulted in a crash in the boot sequenceDavid 'Digit' Turner2009-09-231-1/+1
* | | | am d154954f: Merge change 26419 into eclairDavid 'Digit' Turner2009-09-231-10/+131
|\ \ \ \ | |/ / /
| * | | Add pthread_mutex_lock_timeout_npDavid 'Digit' Turner2009-09-221-10/+131
* | | | merge from open-source masterJean-Baptiste Queru2009-09-161-11/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time...Matthieu CASTET2009-09-141-11/+1
* | | | merge from open-source masterJean-Baptiste Queru2009-09-011-32/+50
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Changed logging functions in bionic/logd_write.c.Alexey Tarasov2009-08-251-32/+50
* | | merge from open-source masterJean-Baptiste Queru2009-08-072-0/+88
|\ \ \ | |/ /
| * | Merge change 10057Android Code Review2009-08-072-0/+88
| |\ \ | | |/ | |/|
| | * Add mspace_merge_objectsBarry Hayes2009-06-022-0/+88
* | | am 39f3745c: Restore malloc debug.Andy McFadden2009-07-214-16/+21
|\ \ \ | |/ /
| * | Restore malloc debug.Andy McFadden2009-07-214-16/+21
* | | am b56b5659: Fix the C library runtime initialization order.David 'Digit' Turner2009-07-204-100/+115
|\ \ \ | |/ /
| * | Fix the C library runtime initialization order.David 'Digit' Turner2009-07-184-100/+115
* | | allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren...Mathias Agopian2009-07-131-1/+12