aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-28bionic/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_r1donut-release2donut-releasedonutErik Gilling
2009-07-28Merge change 8281 into donutAndroid (Google) Code Review
2009-07-27Make the DNS resolver accept domain names with an underscore.David 'Digit' Turner
2009-07-22linker: remove newlines from DL_ERR so that dlerror works correctlyErik Gilling
2009-07-21Restore malloc debug.Andy McFadden
2009-07-18Fix the C library runtime initialization order.David 'Digit' Turner
2009-07-17Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner
2009-07-10Add new C++ headers <cerrno> and <cfloat>David 'Digit' Turner
2009-07-10Add <linux/uinput.h> to C library kernel headersDavid 'Digit' Turner
2009-07-10Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner
2009-06-25Merge change 2990 into donutAndroid (Google) Code Review
2009-06-24Merge change 5184 into donutAndroid (Google) Code Review
2009-06-23update clean msm_camera.hIliyan Malchev
2009-06-22Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ...David 'Digit' Turner
2009-06-16Update cleaned-up kernel headersDavid 'Digit' Turner
2009-06-15Add LD_LIBRARY_PATH support to bionic's linkerDavid Bartley
2009-06-12Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner
2009-06-04bionic: update msm_camera.h headerIliyan Malchev
2009-06-03Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner
2009-06-02Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner
2009-06-01linker: Give more context for failures during library dependency resolution.Dima Zavin
2009-05-27linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin
2009-05-27libc: Add an intermediate version of the static libc without mallocDima Zavin
2009-05-27libc: Cleanup the libc makefile.Dima Zavin
2009-05-27Merge change 2470 into donutAndroid (Google) Code Review
2009-05-27Merge change 1852 into donutAndroid (Google) Code Review
2009-05-26add msm_camera.h header and .gitignore file to bionicIliyan Malchev
2009-05-26update msm_adsp.h headerIliyan Malchev
2009-05-27Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner
2009-05-26Fix the parsing of the .fini_array in the dynamic linker (it should happen in...David 'Digit' Turner
2009-05-20Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner
2009-05-20Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __...David 'Digit' Turner
2009-05-18Add <cmath> standard C++ header.David 'Digit' Turner
2009-05-15revert to previous implementation of __aeabi_atexit() since the new one seems...David 'Digit' Turner
2009-05-14Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by...David 'Digit' Turner
2009-05-12linker: Compute symbol name before lookup so we can also use it for error msgDima Zavin
2009-05-05change getaddrinfo() implementation to match GLibc.David 'Digit' Turner
2009-05-01Merge change 57 into donutAndroid (Google) Code Review
2009-04-30Increase the limit of loaded shared libraries from 64 to 96 This change is re...James Dong
2009-04-24libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBCDave Bort
2009-04-22merge cupcake into donutJean-Baptiste Queru
2009-04-13Add the domain search list for VPN connection.Chung-yih Wang
2009-04-10AI 145714: Added cstring wrapper around string.h.Niko Catania
2009-04-08AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and ...Niko Catania
2009-04-02AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime.Niko Catania
2009-03-30AI 143504: Completed cstddef to be non empty and similar to the gnu stl imple...Niko Catania
2009-03-27AI 143161: am: CL 142857 Add some bluring to the animation. This requires a n...Mathias Agopian
2009-03-25Automated import from //branches/cupcake/...@142857,142857android-sdk-1.5_r3android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5cupcake-releasecupcakeMathias Agopian
2009-03-24Automated import from //branches/donutburger/...@140950,140950Iliyan Malchev
2009-03-19auto import from //branches/cupcake_rel/...@141571The Android Open Source Project