summaryrefslogtreecommitdiffstats
path: root/libc/docs/CHANGES.TXT
Commit message (Expand)AuthorAgeFilesLines
* Fix __get_tls() in static C library to use kernel helpers.David 'Digit' Turner2010-08-271-0/+7
* linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-231-0/+2
* libc: update alarm() implementation to return 0 on error.David 'Digit' Turner2010-07-081-0/+5
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-0/+2
* libc: Fix sem_post() implementation to wake up all waiting threads.David 'Digit' Turner2010-07-021-1/+4
* libc: add sanity checks to pthread_mutex_destroy()David 'Digit' Turner2010-06-281-1/+3
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-0/+13
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-151-0/+25
* libc: add missing truncate() declarationDavid 'Digit' Turner2010-06-111-0/+3
* libc: Add missing <termio.h> headerDavid 'Digit' Turner2010-06-111-0/+2
* sysconf(): Fix line parser for /proc files.David 'Digit' Turner2010-06-091-0/+3
* Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGEDavid 'Digit' Turner2010-06-091-0/+2
* Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGEDavid 'Digit' Turner2010-06-091-0/+2
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-091-0/+3
* Use private futexes for semaphores, unless they are initialized with pshared ...David 'Digit' Turner2010-06-081-0/+3
* Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)David 'Digit' Turner2010-05-191-1/+6
* pthread: Use private futexes by default in condition variablesDavid 'Digit' Turner2010-03-221-7/+4
* Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-0/+5
* Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-181-1/+7
* Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-10/+0
* bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+10
* Fix spurious DNS lookups in the C library.David 'Digit' Turner2010-03-081-0/+4
* Fix timezone management in the C libraryDavid 'Digit' Turner2010-03-051-0/+6
* add sigaltstack syscallAndrei Popescu2010-03-021-0/+2
* Fix pthread_sigmask() to return correct error values.David 'Digit' Turner2010-03-011-0/+4
* Implement support for RFC 3484 (address selection/sorting) in bionic. (TheSteinar H. Gunderson2010-02-241-0/+6
* Fix sem_post() behaviour to wake up multiple waiting threads.David 'Digit' Turner2010-02-121-0/+3
* Fix sem_trywait() implementation + update changelog.David 'Digit' Turner2010-02-121-1/+8
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-0/+1
* Add Bionic Changelog in libc/docs/CHANGES.TXTDavid 'Digit' Turner2010-01-211-0/+133