1. bcb0a92 Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 15 years ago
  2. 9a9c161 sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 15 years ago
  3. 1bc98cc Merge "bionic: Add ARM optimized strcpy()" by Jean-Baptiste Queru · 15 years ago
  4. 73c04b3 bionic: Add ARM optimized strcpy() by Jim Huang · 15 years ago
  5. ea0fe85 Merge "Bionic: Aliasing problems with frexpf" by Jean-Baptiste Queru · 15 years ago
  6. fddaafc Bionic: Aliasing problems with frexpf by Rodrigo Obregon · 15 years ago
  7. 96c03c7 Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  8. 7047810 Remove duplicated _rand48 implementation. Use stdlib version instead by Jim Huang · 15 years ago
  9. b2061a3 Merge "resolv: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  10. 4afe0f4 Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  11. ade2a92 Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  12. 2215c11 Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  13. 8ad63d7 Merge "stdlib: strtod: Hide internal symbol __dtoa" by Jean-Baptiste Queru · 15 years ago
  14. 1e0a4e1 Merge "stdio: make internal symbols static/hidden" by Jean-Baptiste Queru · 15 years ago
  15. 847223d Merge "__set_errno: Hide internal symbol __set_syscall_errno" by Jean-Baptiste Queru · 15 years ago
  16. 5109146 Merge "Reconcile assembly-only macros in <machine/cpu-features.h>" by Jean-Baptiste Queru · 15 years ago
  17. 347db52 Merge "Update ATOM string routines to latest" by Jean-Baptiste Queru · 15 years ago
  18. cd9c98d __set_errno: Hide internal symbol __set_syscall_errno by Jim Huang · 15 years ago
  19. c9a41a6 pthread-timers: Hide internal symbol __timer_table_start_stop by Jim Huang · 15 years ago
  20. c940945 bionic: stubs: Make internal symbol static by Jim Huang · 15 years ago
  21. 8b2707a time64: make helper functions static by Jim Huang · 15 years ago
  22. 7cc5666 resolv: make internal symbols static/hidden by Jim Huang · 15 years ago
  23. cec75a7 stdlib: strtod: Hide internal symbol __dtoa by Jim Huang · 15 years ago
  24. b486773 stdio: make internal symbols static/hidden by Jim Huang · 15 years ago
  25. 124a542 Update ATOM string routines to latest by Bruce Beare · 15 years ago
  26. f67e521 Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 15 years ago
  27. 66ad342 Merge "gethnamaddr: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  28. 94e5c5e Reconcile assembly-only macros in <machine/cpu-features.h> by Jim Huang · 15 years ago
  29. e5c35e0 gethnamaddr: make helper functions static by Jim Huang · 15 years ago
  30. 9d16a79 Hide the symbol of helper function __libc_android_abort by Jim Huang · 15 years ago
  31. 3cf53d1 Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 15 years ago
  32. 312be56 Merge "Use ARMv6 instruction for handling byte order" by Jean-Baptiste Queru · 15 years ago
  33. 3558834 Merge "Move the atom optimization flags into TARGET_linux-x86.mk." by Jean-Baptiste Queru · 15 years ago
  34. 3a1bbee Add eventfd system call support by Keith Deacon · 15 years ago
  35. aa35095 Use ARMv6 instruction for handling byte order by Jim Huang · 15 years ago
  36. a172709 bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistency by Jim Huang · 15 years ago
  37. 26c15a8 Move the atom optimization flags into TARGET_linux-x86.mk. by Chih-Wei Huang · 15 years ago
  38. 4f086ae Implemented pthread_atfork() by Matt Fischer · 16 years ago
  39. e73a571 Add kernel header file ipv6_route.h in bionic. by Banavathu, Srinivas Naik · 16 years ago
  40. 7f21626 Merge "Fix undefined reference to dl_iterate_phdr for x86" by Jean-Baptiste Queru · 15 years ago
  41. fc6d95b Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos" by Jean-Baptiste Queru · 15 years ago
  42. aa46fa2 Fix undefined reference to dl_iterate_phdr for x86 by Bruce Beare · 15 years ago
  43. 1698442 Fix missing NL by Bruce Beare · 16 years ago
  44. 6fce15c Merge "Regenerate linux/netfilter_ipv6/ip6_tables.h." by Jean-Baptiste Queru · 16 years ago
  45. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 16 years ago
  46. c1a534b Regenerate linux/netfilter_ipv6/ip6_tables.h. by Vilmos Nebehaj · 16 years ago
  47. 2bf607d Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb by Chris Peterson · 16 years ago
  48. e8f79c1 merge from open-source master by The Android Open Source Project · 16 years ago
  49. c6b5cd8 Merge "Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN)" by David Turner · 16 years ago
  50. b44fcd6 Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN) by Mikael Ohlson · 16 years ago
  51. 04ed4a1 merge from open-source master by The Android Open Source Project · 16 years ago
  52. 4032c1e added missing ether_aton and ether_ntoa by Szymon Jakubczak · 16 years ago
  53. 15956f9 merge from open-source master by The Android Open Source Project · 16 years ago
  54. 16c91ef Merge "Add missing termios defns to bring on par with ARM" by David Turner · 16 years ago
  55. 84baa86 Add missing termios defns to bring on par with ARM by Bruce Beare · 16 years ago
  56. 7b6e6fa merge from open-source master by The Android Open Source Project · 16 years ago
  57. f982f03 Merge "pthread: introduce pthread_setname_np() as a mean to give names to threads" by David Turner · 16 years ago
  58. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 16 years ago
  59. 8e1ee7f merge from open-source master by The Android Open Source Project · 16 years ago
  60. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  61. fdf2454 merge from open-source master by The Android Open Source Project · 16 years ago
  62. 1297428 Merge "Add declaration for sys_signame[] forgotten in change 12489" by David Turner · 16 years ago
  63. 4aef0ae merge from open-source master by The Android Open Source Project · 16 years ago
  64. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  65. f439445 fix build by Jean-Baptiste Queru · 16 years ago
  66. bb7928c merge from open-source master by The Android Open Source Project · 16 years ago
  67. c3581dc Merge "Sometimes the compiler is very right! Found bug in bessel routines for float." by Jean-Baptiste Queru · 16 years ago
  68. 7911e05 Merge "Reduce compiler anxiety." by David Turner · 16 years ago
  69. 16b59c4 Merge "Added support for LD_PRELOAD" by David Turner · 16 years ago
  70. 6ba5efd Merge "stdio: simplify __fremovelock()" by David Turner · 16 years ago
  71. 1612328 Merge "Reversed order of const and static to hush warning from compiler." by Jean-Baptiste Queru · 16 years ago
  72. 051ea9b stdio: simplify __fremovelock() by André Goddard Rosa · 16 years ago
  73. 4fd42c1 Added support for LD_PRELOAD by Matt Fischer · 16 years ago
  74. d791da7 Merge "string: tidy up strndup()" by David Turner · 16 years ago
  75. c1f8dd9 Sometimes the compiler is very right! Found bug in bessel routines for float. by Scott Turner · 16 years ago
  76. f450fa5 merge from open-source master by The Android Open Source Project · 16 years ago
  77. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 16 years ago
  78. 716e060 Merge "added headers for SuperH which automatically generate by update_all.py" by Jean-Baptiste Queru · 16 years ago
  79. 3472348 linker: fix the undefined weak symbols issue by Yi Sun · 16 years ago
  80. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 16 years ago
  81. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 16 years ago
  82. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 16 years ago
  83. e734769 improve readability of stdlib: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  84. 5ef5272 merge from open-source master by The Android Open Source Project · 16 years ago
  85. 95faece merge from open-source master by The Android Open Source Project · 16 years ago
  86. 1698d9e Fixed support for RTLD_NEXT in dlsym() by Matt Fischer · 16 years ago
  87. f1cd18b am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 16 years ago
  88. 9163872 kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 16 years ago
  89. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 16 years ago
  90. 1d16862 merge from open-source master by The Android Open Source Project · 16 years ago
  91. d046725 merge from open-source master by The Android Open Source Project · 16 years ago
  92. 5ffedb2 merge from open-source master by The Android Open Source Project · 16 years ago
  93. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 16 years ago
  94. f8916e2 Merge "bionic: clear only the part of the buffer which is not overwritten afterward" by David Turner · 16 years ago
  95. 4ad72f8 Merge "linker: fix the undefined weak symbols issue" by David Turner · 16 years ago
  96. 3cab22c linker: fix the undefined weak symbols issue by Min-su, Kim · 16 years ago
  97. 8ab5b02 Merge changes Ibdc6e3c8,I9bcb91a2 by David Turner · 16 years ago
  98. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 16 years ago
  99. 62ac0dc merge from open-source master by The Android Open Source Project · 16 years ago
  100. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 16 years ago