| Commit message (Expand) | Author | Age | Files | Lines |
* | resolved conflicts for merge of 7b6e6fa5 to kraken | Jean-Baptiste Queru | 2010-06-03 | 1 | -0/+54 |
|\ |
|
| * | merge from open-source master | The Android Open Source Project | 2010-06-03 | 1 | -0/+54 |
| |\ |
|
| | * | pthread: introduce pthread_setname_np() as a mean to give names to threads | André Goddard Rosa | 2010-05-19 | 1 | -0/+54 |
* | | | Atomic/SMP update, part 3. | Andy McFadden | 2010-05-28 | 2 | -5/+24 |
* | | | Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) | David 'Digit' Turner | 2010-05-19 | 1 | -0/+347 |
|/ / |
|
* | | merge from open-source master | The Android Open Source Project | 2010-05-03 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Merge "Fix log channel initialization at bionic/logd_write.c." | David Turner | 2010-05-01 | 1 | -0/+2 |
| |\ |
|
| | * | Fix log channel initialization at bionic/logd_write.c. | Alexey Tarasov | 2009-12-03 | 1 | -0/+2 |
| * | | bionic: add missing NULL check from memory allocation on record_backtrace() | André Goddard Rosa | 2010-04-29 | 1 | -0/+2 |
* | | | merge from open-source master | The Android Open Source Project | 2010-04-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | bionic: fix memory leak in get_malloc_leak_info() error path | André Goddard Rosa | 2010-03-29 | 1 | -1/+2 |
| * | | bionic: clear only the part of the buffer which is not overwritten afterward | André Goddard Rosa | 2010-03-28 | 1 | -2/+1 |
* | | | Fix typo that broke recursive mutexes implementation. | David 'Digit' Turner | 2010-03-23 | 1 | -1/+1 |
* | | | pthread: Use private futexes by default in condition variables | David 'Digit' Turner | 2010-03-22 | 1 | -20/+23 |
* | | | merge from open-source master | The Android Open Source Project | 2010-03-22 | 4 | -10/+10 |
|\ \ \
| |/ / |
|
| * | | Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" | David Turner | 2010-03-18 | 1 | -5/+4 |
| |\ \ |
|
| | * | | bionic: on pthread_join(), avoid extra check in case we find the thread | André Goddard Rosa | 2010-02-05 | 1 | -5/+4 |
| | |/ |
|
| * | | Merge "bionic: ftell() returns a long, not an int" | David Turner | 2010-03-18 | 1 | -1/+1 |
| |\ \ |
|
| | * | | bionic: ftell() returns a long, not an int | André Goddard Rosa | 2010-02-05 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge "bionic: remove unneeded variable from chk_realloc()" | David Turner | 2010-03-16 | 1 | -2/+3 |
| |\ \ |
|
| | * | | bionic: remove unneeded variable from chk_realloc() | André Goddard Rosa | 2010-02-05 | 1 | -2/+3 |
| | |/ |
|
| * | | bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c | André Goddard Rosa | 2010-02-05 | 1 | -2/+2 |
| |/ |
|
| * | merge from eclair | Jean-Baptiste Queru | 2009-11-15 | 1 | -11/+158 |
| |\ |
|
| | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-12 | 3 | -11/+246 |
* | | | Use private futexes for pthread_mutex_t. | David 'Digit' Turner | 2010-03-18 | 1 | -58/+129 |
* | | | Add pthread_condattr_init/destroy/setpshared/getpshared | David 'Digit' Turner | 2010-03-18 | 1 | -3/+82 |
* | | | Fix indentation in pthread mutex implementation. | David 'Digit' Turner | 2010-03-17 | 1 | -207/+202 |
* | | | Revert "bionic: pthread: use private futexes by default for mutexes and condv... | Fabrice Di Meglio | 2010-03-11 | 1 | -493/+298 |
* | | | bionic: pthread: use private futexes by default for mutexes and condvars | David 'Digit' Turner | 2010-03-11 | 1 | -298/+493 |
* | | | bonic: libc: cpuacct support for setuid functions | Mike Chan | 2010-03-02 | 2 | -0/+68 |
* | | | Fix pthread_sigmask() to return correct error values. | David 'Digit' Turner | 2010-03-01 | 1 | -1/+11 |
* | | | Merge "Merge memory checking functionality from sandbox" | Vladimir Chtchetkine | 2010-02-17 | 4 | -54/+1067 |
|\ \ \ |
|
| * | | | Merge memory checking functionality from sandbox | Vladimir Chtchetkine | 2010-02-16 | 4 | -54/+1067 |
* | | | | Fix sem_post() behaviour to wake up multiple waiting threads. | David 'Digit' Turner | 2010-02-12 | 1 | -1/+1 |
* | | | | Fix sem_trywait() implementation + update changelog. | David 'Digit' Turner | 2010-02-12 | 1 | -1/+2 |
* | | | | Fix android_id_from_name to accept "app_0" as a valid ID. | David 'Digit' Turner | 2010-02-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Implement clone() C library function properly. | David 'Digit' Turner | 2010-01-25 | 1 | -0/+81 |
* | | | Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell | Colin Cross | 2010-01-15 | 3 | -0/+120 |
* | | | Add fts, err, and sys/queue for grep | Colin Cross | 2010-01-15 | 2 | -0/+1167 |
* | | | Fix libc logging implementation. | Andy McFadden | 2009-11-30 | 1 | -1/+2 |
* | | | am 362b2aab: Merge change Ib4550a04 into eclair-mr2 | Vladimir Chtchetkine | 2009-11-19 | 8 | -351/+647 |
|\ \ \ |
|
| * | | | Split libc_debug.so into two .so modules loaded on demand from libc.so | Vladimir Chtchetkine | 2009-11-18 | 8 | -351/+647 |
* | | | | am bc10cd29: Fix a typo that resulted in a crash in the boot sequence | David 'Digit' Turner | 2009-09-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix a typo that resulted in a crash in the boot sequence | David 'Digit' Turner | 2009-09-23 | 1 | -1/+1 |
* | | | | am d154954f: Merge change 26419 into eclair | David 'Digit' Turner | 2009-09-23 | 1 | -10/+131 |
|\ \ \ \
| |/ / / |
|
| * | | | Add pthread_mutex_lock_timeout_np | David 'Digit' Turner | 2009-09-22 | 1 | -10/+131 |
* | | | | merge from open-source master | Jean-Baptiste Queru | 2009-09-16 | 1 | -11/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time... | Matthieu CASTET | 2009-09-14 | 1 | -11/+1 |
* | | | | merge from open-source master | Jean-Baptiste Queru | 2009-09-01 | 1 | -32/+50 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Changed logging functions in bionic/logd_write.c. | Alexey Tarasov | 2009-08-25 | 1 | -32/+50 |