summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added and modified bionic code to support SuperH architectureShin-ichiro KAWASAKI2009-09-2832-3/+2672
* Merge change 10538Android Code Review2009-09-20159-2/+5206
|\
| * added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-01159-2/+5206
* | Merge change 10539Android Code Review2009-09-171-2/+12
|\ \
| * | modified kernel headers re-generate tools to support SuperH architectureShin-ichiro KAWASAKI2009-07-011-2/+12
| |/
* | Merge change 10587Android Code Review2009-09-161-0/+1
|\ \
| * | Fill l_ld of linkmaps with value from soinfo::dynamic.Thinker K.F Li2009-09-151-0/+1
* | | Linux kernel helpers support is provided to android for its TLS implementatio...vinay harugop2009-09-161-1/+3
* | | Merge change 10541Android Code Review2009-09-154-1/+117
|\ \ \
| * | | added and modified libdl to support SuperH architectureShin-ichiro KAWASAKI2009-08-314-1/+117
| | |/ | |/|
* | | Merge change 10542Android Code Review2009-09-155-1/+345
|\ \ \
| * | | added and modified libm to support SuperH architectureShin-ichiro KAWASAKI2009-08-315-1/+345
| |/ /
* | | Merge change 11671Android Code Review2009-09-151-6/+10
|\ \ \
| * | | Define 64 bit types if compiling with -std=c99Martin Storsjo2009-09-141-6/+10
* | | | Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time...Matthieu CASTET2009-09-141-11/+1
| |_|/ |/| |
* | | ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 's...vinay harugop2009-09-092-0/+17
|/ /
* | Include <endian.h> instead of <sys/endian.h>,Chih-Wei Huang2009-08-311-1/+1
* | Changed logging functions in bionic/logd_write.c.Alexey Tarasov2009-08-251-32/+50
* | Merge change 10749Android Code Review2009-08-211-0/+1
|\ \
| * | Make sure size_t is defined before used in strings.hMartin Storsjo2009-07-221-0/+1
| |/
* | Merge change 10757Android Code Review2009-08-211-1/+2
|\ \
| * | Add an 's and a . to the bionic/libc README.Joe LaPenna2009-07-231-1/+2
| |/
* | Merge change 10057Android Code Review2009-08-072-0/+88
|\ \
| * | Add mspace_merge_objectsBarry Hayes2009-06-022-0/+88
| |/
* | merge from donutJean-Baptiste Queru2009-08-032-37/+48
|\ \
| * | 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
| |/ /
* | | merge from donutJean-Baptiste Queru2009-07-2914-175/+385
|\ \ \ | |/ /
| * | 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 korg/donut into korg/masterJean-Baptiste Queru2009-07-2537-235/+1815
|\ \ \ | |/ / | | / | |/ |/|
| * 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