summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | bionic: add cleaned-up proximity-sensor headerIliyan Malchev2009-07-081-0/+23
* | | am 6ee8f1b0: Merge change 2990 into donutAndroid (Google) Code Review2009-06-251-4/+52
|\ \ \ | |/ /
| * | Merge change 2990 into donutAndroid (Google) Code Review2009-06-251-4/+52
| |\ \
| | * | Add LD_LIBRARY_PATH support to bionic's linkerDavid Bartley2009-06-151-4/+52
* | | | am 380f2498: Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
|\ \ \ \ | |/ / /
| * | | Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
| |\ \ \
| | * | | update clean msm_camera.hIliyan Malchev2009-06-231-24/+26
* | | | | delete akm8973.h from original headersIliyan Malchev2009-06-231-33/+0
* | | | | add header for akm8973Iliyan Malchev2009-06-222-0/+78
* | | | | am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time acces...David 'Digit' Turner2009-06-221-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ...David 'Digit' Turner2009-06-221-0/+7
| |/ / /
* | | | Merge change 4509Android (Google) Code Review2009-06-221-38/+7
|\ \ \ \
| * | | | Removed non-standard declaration in cstring.Nicolas Catania2009-06-171-38/+7
* | | | | Merge change 4025Android (Google) Code Review2009-06-174-2/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti2009-06-164-2/+12
* | | | | am 9cfccefa: Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
* | | | | am 3ddc15e1: Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-141-0/+28
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-121-0/+28
* | | | am bf8709f5: bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
|\ \ \ \ | |/ / /
| * | | bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
* | | | am 3a654b1e: Revert "Fix the C library initialization to avoid calling static...David 'Digit' Turner2009-06-0311-273/+94
|\ \ \ \ | |/ / /
| * | | Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner2009-06-0311-273/+94
* | | | am 03eabfe6: Fix the C library initialization to avoid calling static C++ con...David 'Digit' Turner2009-06-0311-94/+273
|\ \ \ \ | |/ / /
| * | | Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-0211-94/+273
| |/ /
* | | am 0353195f: linker: Give more context for failures during library dependency...Dima Zavin2009-06-011-1/+4
|\ \ \ | |/ /
| * | linker: Give more context for failures during library dependency resolution.Dima Zavin2009-06-011-1/+4
* | | am 2e85579c: linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-285-67/+106
|\ \ \ | |/ /
| * | linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-275-67/+106
* | | am 49e55332: libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-281-0/+26
|\ \ \ | |/ /
| * | libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-271-0/+26
* | | am ca122b0e: libc: Cleanup the libc makefile.Dima Zavin2009-05-281-116/+84
|\ \ \ | |/ /
| * | libc: Cleanup the libc makefile.Dima Zavin2009-05-271-116/+84
* | | am cdb68bf8: Merge change 2470 into donutAndroid (Google) Code Review2009-05-272-2/+27
|\ \ \ | |/ /
| * | Merge change 2470 into donutAndroid (Google) Code Review2009-05-272-2/+27
| |\ \
| | * | Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner2009-05-272-2/+27
* | | | am 5c106fca: Merge change 1852 into donutAndroid (Google) Code Review2009-05-272-2/+18
|\ \ \ \ | |/ / /
| * | | Merge change 1852 into donutAndroid (Google) Code Review2009-05-272-2/+18
| |\ \ \
| | * | | Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __...David 'Digit' Turner2009-05-202-2/+18
* | | | | am 94a144ea: add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-262-0/+356
|\ \ \ \ \ | |/ / / /
| * | | | add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-262-0/+356
* | | | | am 1c8e1094: update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
|\ \ \ \ \ | |/ / / /
| * | | | update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
| | |/ / | |/| |
* | | | am 8215679b: Fix the parsing of the .fini_array in the dynamic linker (it sho...David 'Digit' Turner2009-05-262-24/+148
|\ \ \ \ | |/ / /
| * | | Fix the parsing of the .fini_array in the dynamic linker (it should happen in...David 'Digit' Turner2009-05-262-24/+148
* | | | am e5446feb: Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner2009-05-254-2/+88
|\ \ \ \ | |/ / /
| * | | Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner2009-05-204-2/+88
| |/ /
* | | am 8169573c: Add <cmath> standard C++ header. This is needed for upcoming STL...David 'Digit' Turner2009-05-191-0/+71
|\ \ \ | |/ /
| * | Add <cmath> standard C++ header.David 'Digit' Turner2009-05-181-0/+71
* | | Add standalone_months field to libc strftime().Eric Fischer2009-05-152-4/+15