aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Apply https://android-git.corp.google.com/g/60855 to dalvik-dev.Brian Carlstrom2010-08-181-0/+5
* linker: fix overwriting the real linker error stringDima Zavin2010-08-171-1/+1
* 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-232-1/+14
* bionic: update processed kernel header msm_camera.hWu-cheng Li2010-07-191-4/+51
* add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+10
* 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
* Add missing SMP barriers to libstdc++David 'Digit' Turner2010-07-072-7/+27
* 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
* libstdc++: use extern "C++" in all our C++ system headers.David 'Digit' Turner2010-06-2511-0/+43
* 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
* Merge "wchar.h: improve wchar_t support in Bionic" into krakenDavid 'Digit' Turner2010-06-1535-127/+1683
|\
| * wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-1535-127/+1683
* | Merge "linker: remove libcutils dependency by re-implementing simpler socket_...David 'Digit' Turner2010-06-152-4/+44
|\ \ | |/ |/|
| * linker: remove libcutils dependency by re-implementing simpler socket_local_c...David 'Digit' Turner2010-06-102-4/+44
* | 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
* DO NOT MERGE - add sincos.c to libm compilationDavid 'Digit' Turner2010-06-091-0/+1
* Update libthread_db for gdb-7.0 - DO NOT MERGEDavid 'Digit' Turner2010-06-092-11/+73
* Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGEDavid 'Digit' Turner2010-06-093-0/+55
* 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