| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Fix the definition of SIGRTMAX | David 'Digit' Turner | 2010-12-20 | 1 | -0/+3 |
* | libc: Add ftruncate64 and improve 64-bit parameter syscall handling. | David 'Digit' Turner | 2010-12-16 | 1 | -0/+2 |
* | <sched.h>: Add sched_getcpu() and cpu_set_t | David 'Digit' Turner | 2010-12-06 | 1 | -0/+3 |
* | <time.h>: Add timegm(), timelocal() and others. | David 'Digit' Turner | 2010-12-06 | 1 | -0/+2 |
* | libc: Add <android/api-level.h> | David 'Digit' Turner | 2010-12-06 | 1 | -1/+10 |
* | resolved conflicts for merge of 6a51defa to gingerbread-plus-aosp | David 'Digit' Turner | 2010-08-29 | 1 | -0/+7 |
|\ |
|
| * | Fix __get_tls() in static C library to use kernel helpers. | David 'Digit' Turner | 2010-08-27 | 1 | -0/+7 |
* | | resolved conflicts for merge of 6774809b to gingerbread-plus-aosp | David 'Digit' Turner | 2010-07-26 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | linker: Support dlopen(NULL, ...) properly. | David 'Digit' Turner | 2010-07-23 | 1 | -0/+2 |
* | | resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp | Jean-Baptiste Queru | 2010-07-23 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Implemented pthread_atfork()android-sdk-tools_r7android-adt-0.9.8 | Matt Fischer | 2010-07-23 | 1 | -1/+7 |
* | | libc: update alarm() implementation to return 0 on error. | David 'Digit' Turner | 2010-07-08 | 1 | -0/+5 |
* | | libc: fix fstatfs() implementation. | David 'Digit' Turner | 2010-07-08 | 1 | -0/+2 |
* | | libc: Fix sem_post() implementation to wake up all waiting threads. | David 'Digit' Turner | 2010-07-02 | 1 | -1/+4 |
* | | libc: add sanity checks to pthread_mutex_destroy() | David 'Digit' Turner | 2010-06-28 | 1 | -1/+3 |
* | | Remove compiler warnings when building Bionic. | David 'Digit' Turner | 2010-06-22 | 1 | -0/+13 |
* | | wchar.h: improve wchar_t support in Bionic | David 'Digit' Turner | 2010-06-15 | 1 | -0/+25 |
* | | libc: add missing truncate() declaration | David 'Digit' Turner | 2010-06-11 | 1 | -0/+3 |
* | | libc: Add missing <termio.h> header | David 'Digit' Turner | 2010-06-11 | 1 | -0/+2 |
* | | sysconf(): Fix line parser for /proc files. | David 'Digit' Turner | 2010-06-09 | 1 | -0/+3 |
* | | Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGE | David 'Digit' Turner | 2010-06-09 | 1 | -0/+2 |
* | | Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE | David 'Digit' Turner | 2010-06-09 | 1 | -0/+2 |
* | | Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ... | David 'Digit' Turner | 2010-06-09 | 1 | -0/+3 |
* | | Use private futexes for semaphores, unless they are initialized with pshared ... | David 'Digit' Turner | 2010-06-08 | 1 | -0/+3 |
* | | Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) | David 'Digit' Turner | 2010-05-19 | 1 | -1/+6 |
|/ |
|
* | pthread: Use private futexes by default in condition variables | David 'Digit' Turner | 2010-03-22 | 1 | -7/+4 |
* | Use private futexes for pthread_mutex_t. | David 'Digit' Turner | 2010-03-18 | 1 | -0/+5 |
* | Add pthread_condattr_init/destroy/setpshared/getpshared | David 'Digit' Turner | 2010-03-18 | 1 | -1/+7 |
* | Revert "bionic: pthread: use private futexes by default for mutexes and condv... | Fabrice Di Meglio | 2010-03-11 | 1 | -10/+0 |
* | bionic: pthread: use private futexes by default for mutexes and condvars | David 'Digit' Turner | 2010-03-11 | 1 | -0/+10 |
* | Fix spurious DNS lookups in the C library. | David 'Digit' Turner | 2010-03-08 | 1 | -0/+4 |
* | Fix timezone management in the C library | David 'Digit' Turner | 2010-03-05 | 1 | -0/+6 |
* | add sigaltstack syscall | Andrei Popescu | 2010-03-02 | 1 | -0/+2 |
* | Fix pthread_sigmask() to return correct error values. | David 'Digit' Turner | 2010-03-01 | 1 | -0/+4 |
* | Implement support for RFC 3484 (address selection/sorting) in bionic. (The | Steinar H. Gunderson | 2010-02-24 | 1 | -0/+6 |
* | Fix sem_post() behaviour to wake up multiple waiting threads. | David 'Digit' Turner | 2010-02-12 | 1 | -0/+3 |
* | Fix sem_trywait() implementation + update changelog. | David 'Digit' Turner | 2010-02-12 | 1 | -1/+8 |
* | Implement clone() C library function properly. | David 'Digit' Turner | 2010-01-25 | 1 | -0/+1 |
* | Add Bionic Changelog in libc/docs/CHANGES.TXT | David 'Digit' Turner | 2010-01-21 | 1 | -0/+133 |
* | am cdb68bf8: Merge change 2470 into donut | Android (Google) Code Review | 2009-05-27 | 1 | -0/+20 |
|\ |
|
| * | Fix getservent() so that it returns s_port in network byte order. | David 'Digit' Turner | 2009-05-27 | 1 | -0/+20 |
* | | auto import //branches/master/...@140412 | The Android Open Source Project | 2009-03-18 | 1 | -0/+12 |
|/ |
|
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 2 | -0/+491 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 2 | -491/+0 |
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 2 | -144/+271 |
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -0/+364 |