1. 8f92500 optimize delete/delete[] operators by removing unneeded branch by André Goddard Rosa · 15 years ago
  2. 9560452 merge from eclair by Jean-Baptiste Queru · 15 years ago
  3. 194d3fa eclair snapshot by Jean-Baptiste Queru · 15 years ago
  4. 71c0aeb Merge change I37d0317d by Android Code Review · 15 years ago
  5. ad13c57 added and modified linker to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  6. 92b10af Add the BSD sys_signame array. by Thorsten Glaser · 15 years ago
  7. 1009327 added and modified bionic code to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  8. 4e30c09 Merge change 10538 by Android Code Review · 15 years ago
  9. 5632aeb Merge change 10539 by Android Code Review · 15 years ago
  10. 5672726 Merge change 10587 by Android Code Review · 15 years ago
  11. a246a71 Linux kernel helpers support is provided to android for its TLS implementation. This fix addresses this by modifying by vinay harugop · 15 years ago
  12. 5cf640c Fill l_ld of linkmaps with value from soinfo::dynamic. by Thinker K.F Li · 15 years ago
  13. c7f65a0 Merge change 10541 by Android Code Review · 15 years ago
  14. 77e9c05 Merge change 10542 by Android Code Review · 15 years ago
  15. 252c576 Merge change 11671 by Android Code Review · 15 years ago
  16. a4e67f4 Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_timedwait_relative helper by Matthieu CASTET · 16 years ago
  17. c88110e Define 64 bit types if compiling with -std=c99 by Martin Storsjo · 15 years ago
  18. 76ec689 ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 'swp' instruction is deprecated by vinay harugop · 15 years ago
  19. ce0595d modified SYSCALLS.TXT to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  20. a90528a Include <endian.h> instead of <sys/endian.h>, by Chih-Wei Huang · 15 years ago
  21. efecfde added and modified libdl to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  22. d87945b added and modified libm to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  23. cc05d12 Changed logging functions in bionic/logd_write.c. by Alexey Tarasov · 16 years ago
  24. 8f53951 Merge change 10749 by Android Code Review · 15 years ago
  25. f76b577 Merge change 10757 by Android Code Review · 15 years ago
  26. bb08537 Merge change 10057 by Android Code Review · 15 years ago
  27. c1e553a merge from donut by Jean-Baptiste Queru · 15 years ago
  28. 61e844f merge from donut by Jean-Baptiste Queru · 15 years ago
  29. fde8642 bionic/linker: keep track of opened libraries by basename by Erik Gilling · 15 years ago
  30. 22b5eb8 Merge change 8281 into donut by Android (Google) Code Review · 15 years ago
  31. 3773d35 Make the DNS resolver accept domain names with an underscore. by David 'Digit' Turner · 15 years ago
  32. e727466 Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  33. 1d763d5 Add an 's and a . to the bionic/libc README. by Joe LaPenna · 15 years ago
  34. d00d23a linker: remove newlines from DL_ERR so that dlerror works correctly by Erik Gilling · 15 years ago
  35. 70f1280 Make sure size_t is defined before used in strings.h by Martin Storsjo · 15 years ago
  36. 39f3745 Restore malloc debug. by Andy McFadden · 15 years ago
  37. b56b565 Fix the C library runtime initialization order. by David 'Digit' Turner · 15 years ago
  38. ef0bd18 Pass the elfdata pointer in a slot of the temporary TLS area. by David 'Digit' Turner · 15 years ago
  39. 3480655 Add new C++ headers <cerrno> and <cfloat> by David 'Digit' Turner · 15 years ago
  40. db4616b Add <linux/uinput.h> to C library kernel headers by David 'Digit' Turner · 15 years ago
  41. c4eee37 Prevent a crash in the memory leak checker (which happened in chk_free()) by David 'Digit' Turner · 15 years ago
  42. 37429ff modified kernel headers re-generate tools to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  43. 336efb5 added syscalls for SuperH which automatically generate by gensyscalls.py by Tony Sim · 15 years ago
  44. 6ee8f1b Merge change 2990 into donut by Android (Google) Code Review · 15 years ago
  45. 380f249 Merge change 5184 into donut by Android (Google) Code Review · 15 years ago
  46. 0711600 update clean msm_camera.h by Iliyan Malchev · 15 years ago
  47. 09baf4e Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure by David 'Digit' Turner · 15 years ago
  48. 9cfccef Update cleaned-up kernel headers by David 'Digit' Turner · 15 years ago
  49. bc3a5c2 Add LD_LIBRARY_PATH support to bionic's linker by David Bartley · 15 years ago
  50. 3ddc15e Add new clean header for PPP on PPTP (VPN) by David 'Digit' Turner · 15 years ago
  51. bf8709f bionic: update msm_camera.h header by Iliyan Malchev · 15 years ago
  52. 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 15 years ago
  53. f30dae9 Add mspace_merge_objects by Barry Hayes · 15 years ago
  54. 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 15 years ago
  55. 0353195 linker: Give more context for failures during library dependency resolution. by Dima Zavin · 15 years ago
  56. 2e85579 linker: Make the errors reported by dlopen/dlsym be more useful. by Dima Zavin · 15 years ago
  57. 49e5533 libc: Add an intermediate version of the static libc without malloc by Dima Zavin · 15 years ago
  58. ca122b0 libc: Cleanup the libc makefile. by Dima Zavin · 15 years ago
  59. cdb68bf Merge change 2470 into donut by Android (Google) Code Review · 15 years ago
  60. 5c106fc Merge change 1852 into donut by Android (Google) Code Review · 15 years ago
  61. 94a144e add msm_camera.h header and .gitignore file to bionic by Iliyan Malchev · 15 years ago
  62. 1c8e109 update msm_adsp.h header by Iliyan Malchev · 15 years ago
  63. 2735b33 Fix getservent() so that it returns s_port in network byte order. by David 'Digit' Turner · 15 years ago
  64. 8215679 Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order). by David 'Digit' Turner · 15 years ago
  65. e5446fe Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support. by David 'Digit' Turner · 15 years ago
  66. 0ba91ed Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation by David 'Digit' Turner · 15 years ago
  67. 8169573 Add <cmath> standard C++ header. by David 'Digit' Turner · 15 years ago
  68. d386afc revert to previous implementation of __aeabi_atexit() since the new one seems to crash a static ICU String destructor. by David 'Digit' Turner · 15 years ago
  69. 3e16f84 Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by the C++ ABI for ARM document. by David 'Digit' Turner · 15 years ago
  70. d1b40d8 linker: Compute symbol name before lookup so we can also use it for error msg by Dima Zavin · 15 years ago
  71. 5e56370 change getaddrinfo() implementation to match GLibc. by David 'Digit' Turner · 15 years ago
  72. 85a01ff Merge change 57 into donut by Android (Google) Code Review · 15 years ago
  73. ba52b30 Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0 by James Dong · 15 years ago
  74. d2c9dcc libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC by Dave Bort · 15 years ago
  75. 6166357 merge cupcake into donut by Jean-Baptiste Queru · 15 years ago
  76. aeae1f5 Add the domain search list for VPN connection. by Chung-yih Wang · 15 years ago
  77. 89b62a1 AI 145714: Added cstring wrapper around string.h. by Niko Catania · 15 years ago
  78. 00a18f6 AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests. by Niko Catania · 15 years ago
  79. 88f8a4a AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime. by Niko Catania · 15 years ago
  80. 416ceb8 AI 143504: Completed cstddef to be non empty and similar to the gnu stl implementation. by Niko Catania · 15 years ago
  81. a43b482 AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. by Mathias Agopian · 16 years ago
  82. 90ec5f2 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
  83. 6ed739e Automated import from //branches/cupcake/...@142857,142857 by Mathias Agopian · 16 years ago
  84. 5e12d7e Automated import from //branches/donutburger/...@140950,140950 by Iliyan Malchev · 16 years ago
  85. 7b31dd6 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
  86. 78bf5fc auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  87. 0b251a1 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 16 years ago
  88. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  89. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  90. a799b53 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  91. fe57450 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  92. 7d9dcdc auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  93. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  94. 2489551 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  95. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  96. c2f23bb Merge branch 'cupcake' by The Android Open Source Project · 16 years ago
  97. d375275 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  98. 8af5c80 Merge branch 'cupcake' by android-build SharedAccount · 16 years ago
  99. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  100. 658d73a Merge branch 'cupcake' by The Android Open Source Project · 16 years ago