summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-2710-4/+92
* Use a recursive lock for pthread_once. DO NOT MERGE.Wink Saville2010-09-221-3/+3
* Add wmemcmp to Android.mkKenny Root2010-09-101-0/+1
* Merge "Fix return value." into gingerbreadrich cannings2010-08-311-10/+1
|\
| * Fix return value.rich cannings2010-08-311-10/+1
* | Merge "Make timezones available to the host build." into gingerbreadJesse Wilson2010-08-311-0/+12
|\ \ | |/ |/|
| * Make timezones available to the host build.Jesse Wilson2010-08-311-0/+12
* | Fix __get_tls() in static C library to use kernel helpers.David 'Digit' Turner2010-08-273-15/+74
|/
* Bulletproof leak dump against null hash entriesChristopher Tate2010-08-091-20/+29
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-298-50/+6
* bionic: update processed kernel header msm_camera.hWu-cheng Li2010-07-271-0/+1
* Update time zone data to the new version 2010k.Eric Fischer2010-07-263-1/+1
* linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-231-0/+2
* bionic: update processed kernel header msm_camera.hWu-cheng Li2010-07-191-4/+51
* libc: update alarm() implementation to return 0 on error.David 'Digit' Turner2010-07-082-0/+9
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-0811-14/+52
* libc: Fix sem_post() implementation to wake up all waiting threads.David 'Digit' Turner2010-07-023-48/+180
* libc: add sanity checks to pthread_mutex_destroy()David 'Digit' Turner2010-06-282-3/+10
* Merge "Add clean headers for 7x30 video codec." into gingerbreadNick Pelly2010-06-232-0/+862
|\
| * Add clean headers for 7x30 video codec.Nick Pelly2010-06-232-0/+862
* | Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-2233-57/+269
|/
* Allow static C++ destructors to be properly called on dlclose().David 'Digit' Turner2010-06-1812-38/+186
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-1535-127/+1683
* libc: add missing truncate() declarationDavid 'Digit' Turner2010-06-112-0/+4
* libc: Add missing <termio.h> headerDavid 'Digit' Turner2010-06-112-0/+34
* libc: remove cutils dependenciesDavid 'Digit' Turner2010-06-114-4/+116
* sysconf(): Fix line parser for /proc files.David 'Digit' Turner2010-06-092-1/+4
* Add missing termios defns to bring on par with ARM - DO NOT MERGEBruce Beare2010-06-091-0/+17
* Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGEDavid 'Digit' Turner2010-06-091-0/+2
* Remove a gcc-4.5 compilation warning:Jing Yu2010-06-091-1/+1
* Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGEDavid 'Digit' Turner2010-06-095-125/+144
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-0910-0/+83
* Use private futexes for semaphores, unless they are initialized with pshared ...David 'Digit' Turner2010-06-084-56/+147
* resolved conflicts for merge of 7b6e6fa5 to krakenJean-Baptiste Queru2010-06-032-0/+56
|\
| * merge from open-source masterThe Android Open Source Project2010-06-032-0/+56
| |\
| | * Merge "pthread: introduce pthread_setname_np() as a mean to give names to thr...David Turner2010-06-033-0/+62
| | |\
| | | * pthread: introduce pthread_setname_np() as a mean to give names to threadsAndré Goddard Rosa2010-05-193-0/+62
* | | | Atomic/SMP update, part 3.Andy McFadden2010-05-284-61/+109
* | | | Atomic/SMP update.Andy McFadden2010-05-202-6/+20
* | | | Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)David 'Digit' Turner2010-05-194-1/+391
|/ / /
* | | merge from open-source masterThe Android Open Source Project2010-05-1715-57/+56
|\ \ \ | |/ /
| * | improve readability of stdio: fix indentation and remove trailing spacesAndré Goddard Rosa2010-05-1715-57/+56
| |/
* | merge from open-source masterThe Android Open Source Project2010-05-141-0/+1
|\ \ | |/
| * Merge "Add declaration for sys_signame[] forgotten in change 12489"David Turner2010-05-141-0/+1
| |\
| | * Add declaration for sys_signame[] forgotten in change 12489Thorsten Glaser2010-04-051-0/+1
* | | merge from open-source masterThe Android Open Source Project2010-05-138-6/+50
|\ \ \ | |/ /
| * | Set SA_RESTORER in sigaction()Matt Fischer2010-05-128-6/+50
* | | merge from open-source masterThe Android Open Source Project2010-05-122-7/+7
|\ \ \ | |/ /
| * | stdio: simplify __fremovelock()André Goddard Rosa2010-05-101-3/+1
| * | Merge "string: tidy up strndup()"David Turner2010-05-101-4/+6
| |\ \