summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add pn544.h clean kernel headerandroid-cts-2.3_r1android-2.3_r1android-2.3.2_r1android-2.3.1_r1Nick Pelly2010-11-011-0/+21
* libc: fix executable destruction support.David 'Digit' Turner2010-10-214-5/+61
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
* Fix the build. Oops.David 'Digit' Turner2010-10-111-0/+2
* Merge "libc: tag missing functions in system headers." into gingerbreadDavid 'Digit' Turner2010-10-118-12/+34
|\
| * libc: tag missing functions in system headers.David 'Digit' Turner2010-10-098-12/+34
* | libc: optimize memmove() with memcpy() if possible.David 'Digit' Turner2010-10-071-1/+4
|/
* Revert "libc: memmove(): non-overlapping block optim."Marco Nelissen2010-09-281-5/+1
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-2812-0/+162
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-2810-14/+30
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-289-0/+80
* Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+6
|\
| * libc: Add missing C++ guards to <pathconf.h>David 'Digit' Turner2010-09-271-0/+6
* | Merge "libc: memmove(): non-overlapping block optim." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+5
|\ \
| * | libc: memmove(): non-overlapping block optim.David 'Digit' Turner2010-09-271-1/+5
| |/
* | Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+4
|\ \
| * | libc: add missing O_CLOEXEC from <fcntl.h>David 'Digit' Turner2010-09-271-0/+4
| |/
* | Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-2810-4/+92
|\ \
| * | libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-2710-4/+92
| |/
* | Merge "libm: remove aliasing issue." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+1
|\ \
| * | libm: remove aliasing issue.David 'Digit' Turner2010-09-271-1/+1
| |/
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-276-8/+6
|/
* Use a recursive lock for pthread_once. DO NOT MERGE.Wink Saville2010-09-221-3/+3
* add /vendor supportBrian Swetland2010-09-191-1/+1
* 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
|/
* 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
|\