summaryrefslogtreecommitdiffstats
path: root/libc/docs
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix the definition of SIGRTMAXDavid 'Digit' Turner2010-12-201-0/+3
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-161-0/+2
* <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-061-0/+3
* <time.h>: Add timegm(), timelocal() and others.David 'Digit' Turner2010-12-061-0/+2
* libc: Add <android/api-level.h>David 'Digit' Turner2010-12-061-1/+10
* resolved conflicts for merge of 6a51defa to gingerbread-plus-aospDavid 'Digit' Turner2010-08-291-0/+7
|\
| * Fix __get_tls() in static C library to use kernel helpers.David 'Digit' Turner2010-08-271-0/+7
* | resolved conflicts for merge of 6774809b to gingerbread-plus-aospDavid 'Digit' Turner2010-07-261-0/+2
|\ \ | |/
| * linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-231-0/+2
* | resolved conflicts for merge of 4f086aeb to gingerbread-plus-aospJean-Baptiste Queru2010-07-231-0/+2
|\ \ | |/ |/|
| * Implemented pthread_atfork()android-sdk-tools_r7android-adt-0.9.8Matt Fischer2010-07-231-1/+7
* | 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
* am cdb68bf8: Merge change 2470 into donutAndroid (Google) Code Review2009-05-271-0/+20
|\
| * Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner2009-05-271-0/+20
* | auto import //branches/master/...@140412The Android Open Source Project2009-03-181-0/+12
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+491
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-491/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-192-144/+271
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+364