summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bionic: update msm_camera.hM76XXTSNCJNLYA5010Priya Komarlingam2009-11-301-2/+5
* Merge change I2edd7a3e into eclairQuIC Gerrit Code Review2009-11-231-13/+21
|\
| * bionic: Updating android_pmem.h as per current kernelPriya Komarlingam2009-11-231-13/+21
* | Merge change I6c5050d2 into eclairQuIC Gerrit Code Review2009-11-232-0/+834
|\ \ | |/
| * bionic: sound header files for alsa libraryAsish Bhattacharya2009-11-232-0/+834
* | Merge change I49ff9384 into eclairQuIC Gerrit Code Review2009-11-232-0/+850
|\ \ | |/ |/|
| * bionic: Added support for 7x30 video driversGopikrishnaiah Anandan2009-11-202-0/+850
* | Merge change I13494856 into eclairQuIC Gerrit Code Review2009-11-201-1/+6
|\ \ | |/ |/|
| * bionic: Use ldrex/strex instead of swp instruction to be multicore safeSukanya Rajkhowa2009-11-191-1/+6
* | Updating bionic headers as per QCOM kernelPriya Komarlingam2009-11-1911-50/+527
|/
* bionic: Update linker addresses to support 2G VM splitAjay Dudani2009-11-172-3/+3
* eclair snapshotJean-Baptiste Queru2009-11-1250-3218/+5185
* bionic/linker: keep track of opened libraries by basenameandroid-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1Erik Gilling2009-07-281-2/+6
* Merge change 8281 into donutAndroid (Google) Code Review2009-07-281-34/+34
|\
| * linker: remove newlines from DL_ERR so that dlerror works correctlyErik Gilling2009-07-221-34/+34
* | Make the DNS resolver accept domain names with an underscore.David 'Digit' Turner2009-07-271-1/+8
|/
* Restore malloc debug.Andy McFadden2009-07-214-16/+21
* Fix the C library runtime initialization order.David 'Digit' Turner2009-07-184-100/+115
* Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-172-7/+21
* Add new C++ headers <cerrno> and <cfloat>David 'Digit' Turner2009-07-104-0/+84
* Add <linux/uinput.h> to C library kernel headersDavid 'Digit' Turner2009-07-101-0/+67
* Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner2009-07-103-63/+88
* 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
* | Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
|\ \
| * | update clean msm_camera.hIliyan Malchev2009-06-231-24/+26
* | | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ...David 'Digit' Turner2009-06-221-0/+7
|/ /
* | Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
* | Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-121-0/+28
* | bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
* | Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner2009-06-0311-273/+94
* | Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-0211-94/+273
|/
* linker: Give more context for failures during library dependency resolution.Dima Zavin2009-06-011-1/+4
* linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-275-67/+106
* libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-271-0/+26
* libc: Cleanup the libc makefile.Dima Zavin2009-05-271-116/+84
* 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
* | 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
* | | add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-262-0/+356
* | | update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
| |/ |/|
* | Fix the parsing of the .fini_array in the dynamic linker (it should happen in...David 'Digit' Turner2009-05-262-24/+148
* | Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner2009-05-204-2/+88
|/
* Add <cmath> standard C++ header.David 'Digit' Turner2009-05-181-0/+71
* revert to previous implementation of __aeabi_atexit() since the new one seems...David 'Digit' Turner2009-05-151-1/+2
* Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by...David 'Digit' Turner2009-05-141-2/+3
* linker: Compute symbol name before lookup so we can also use it for error msgDima Zavin2009-05-121-2/+2
* change getaddrinfo() implementation to match GLibc.David 'Digit' Turner2009-05-051-2/+6
* Merge change 57 into donutAndroid (Google) Code Review2009-05-011-0/+37
|\