summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Update USB accessory kernel header to include serial number sup...android-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9Mike Lockwood2011-03-141-0/+2
* DO NOT MERGE: linux/usb/f_accessory.h: Update USB accessory kernel headerMike Lockwood2011-03-111-4/+7
* Add linux/usb/f_accessory.h header for USB accessory driver DO NOT MERGEMike Lockwood2011-02-211-0/+38
* Merge "Only look up A records if the system has IPv4." into gingerbreadandroid-cts-2.3_r2android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1David Turner2011-01-181-29/+59
|\
| * Only look up A records if the system has IPv4.Lorenzo Colitti2011-01-151-29/+59
* | Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9Steinar H. Gunderson2011-01-141-13/+31
* | Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6Steinar H. Gunderson2011-01-141-0/+4
* | Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6Steinar H. Gunderson2011-01-141-4/+6
|/
* 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