| Commit message (Expand) | Author | Age | Files | Lines |
* | LibC definitions for missing elements needed for networking | Ajay Nambi | 2011-06-06 | 1 | -3/+34 |
* | [bionic]: Fixing futex problem in cpuacct update.M8260AAABQNLZA301103 | Shashank Mittal | 2011-02-07 | 1 | -7/+8 |
* | libc: fix executable destruction support. | David 'Digit' Turner | 2010-10-21 | 4 | -5/+61 |
* | Use a recursive lock for pthread_once. DO NOT MERGE. | Wink Saville | 2010-09-22 | 1 | -3/+3 |
* | Bulletproof leak dump against null hash entries | Christopher Tate | 2010-08-09 | 1 | -20/+29 |
* | libc: Fix sem_post() implementation to wake up all waiting threads. | David 'Digit' Turner | 2010-07-02 | 1 | -46/+175 |
* | libc: add sanity checks to pthread_mutex_destroy() | David 'Digit' Turner | 2010-06-28 | 1 | -2/+7 |
* | Remove compiler warnings when building Bionic. | David 'Digit' Turner | 2010-06-22 | 6 | -10/+15 |
* | Allow static C++ destructors to be properly called on dlclose(). | David 'Digit' Turner | 2010-06-18 | 1 | -105/+0 |
* | libc: remove cutils dependencies | David 'Digit' Turner | 2010-06-11 | 3 | -4/+9 |
* | Use private futexes for semaphores, unless they are initialized with pshared ... | David 'Digit' Turner | 2010-06-08 | 2 | -56/+87 |
* | 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 |