1. e05816c Merge "Fix debug malloc for LP64." by Elliott Hughes · 10 years ago
  2. 64b2963 Fix debug malloc for LP64. by Elliott Hughes · 10 years ago
  3. f42df8c Merge "Add lsearch(3) for ltrace." by Elliott Hughes · 10 years ago
  4. 7f3a272 Add lsearch(3) for ltrace. by Elliott Hughes · 10 years ago
  5. 796249a Merge "Remove duplicate line in linker/Android.mk." by Elliott Hughes · 10 years ago
  6. 88b44fe Remove duplicate line in linker/Android.mk. by Elliott Hughes · 10 years ago
  7. b732b71 Merge "Move accept4 tests into sys_socket_test.cpp." by Christopher Ferris · 10 years ago
  8. 108f6dc Move accept4 tests into sys_socket_test.cpp. by Christopher Ferris · 10 years ago
  9. aad59fa Merge "Small accept4 fixes." by Christopher Ferris · 10 years ago
  10. 9cea377 Small accept4 fixes. by Christopher Ferris · 10 years ago
  11. 557942a Merge "Fix math tests." by Calin Juravle · 10 years ago
  12. d8fe15f Merge "add 32-bit bionic implementation for denver arch" by Christopher Ferris · 10 years ago
  13. c19972a Merge "Use __unused instead of UNUSED in linker.cpp" by Christopher Ferris · 10 years ago
  14. 6617fb7 Merge "Add lconv declaration and localeconv(3)" by Calin Juravle · 10 years ago
  15. 50282f7 Add lconv declaration and localeconv(3) by Pavel Chupin · 10 years ago
  16. c8564f2 Fix math tests. by Calin Juravle · 10 years ago
  17. a58b3f7 Merge "Add accept4 unit test to bionic." by Christopher Ferris · 10 years ago
  18. cd3303f Merge "linker: use LOCAL_MULTILIB := both style to build linker64" by Colin Cross · 10 years ago
  19. 2f3ba88 Add accept4 unit test to bionic. by Andrei Emeltchenko · 10 years ago
  20. 406a75d linker: use LOCAL_MULTILIB := both style to build linker64 by Colin Cross · 10 years ago
  21. 206fe5f Merge changes I1935a63d,I3dfd3647 by Calin Juravle · 10 years ago
  22. f1d7536 Fix and clean up strtotimeval by Weichuan Yan · 10 years ago
  23. bc475bc Merge "Add accept4() syscall" by Christopher Ferris · 10 years ago
  24. 4bfaf46 Added strtotimeval tests. by Calin Juravle · 10 years ago
  25. ecbf00b Merge "Clean up CMSG_*HDR in <sys/socket.h>" by Calin Juravle · 10 years ago
  26. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 10 years ago
  27. 5b5d6e7 add 32-bit bionic implementation for denver arch by Shu Zhang · 10 years ago
  28. c8fc4dd Merge "Keep the symbol table in the shared libc." by Christopher Ferris · 10 years ago
  29. f1de90b Clean up CMSG_*HDR in <sys/socket.h> by Calin Juravle · 10 years ago
  30. 812fd42 Use __unused instead of UNUSED in linker.cpp by Kito Cheng · 10 years ago
  31. 0ae6445 Keep the symbol table in the shared libc. by Christopher Ferris · 10 years ago
  32. f71c0e7 Merge "Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG" by Brian Carlstrom · 10 years ago
  33. 133bd09 Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG by Brian Carlstrom · 10 years ago
  34. 989a80b Merge "Fix LP64 libm for 128-bit long doubles" by Calin Juravle · 10 years ago
  35. 9e8a8dc Merge "Remove ALIGNBYTES and ALIGN from <sys/param.h>" by Calin Juravle · 10 years ago
  36. 4d77c11 Fix LP64 libm for 128-bit long doubles by Calin Juravle · 10 years ago
  37. 95c1abe Merge "FORTIFY_SOURCE: don't define s?printf macros if already defined" by Nick Kralevich · 10 years ago
  38. cce6c38 Merge "libc: Thread IDs missing from logcat -v thread" by Mark Salyzyn · 10 years ago
  39. 998d7b0 Merge "Fix deadlock in timer_delete." by Christopher Ferris · 10 years ago
  40. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 10 years ago
  41. 753ad77 Fix deadlock in timer_delete. by Christopher Ferris · 10 years ago
  42. 8664be5 libc: Thread IDs missing from logcat -v thread by Mark Salyzyn · 10 years ago
  43. 2cc5860 Merge "Added a test flag to bionic run-test targets." by Calin Juravle · 10 years ago
  44. 7227066 Added a test flag to bionic run-test targets. by Calin Juravle · 10 years ago
  45. 7eb28b5 FORTIFY_SOURCE: don't define s?printf macros if already defined by Nick Kralevich · 10 years ago
  46. 849e162 Merge "Use the float/double assert macros." by Christopher Ferris · 10 years ago
  47. f171b34 Use the float/double assert macros. by Christopher Ferris · 10 years ago
  48. f212bbf Merge "Update libm to the upstream head (2014.03.13)" by Calin Juravle · 10 years ago
  49. 143df89 Merge "Clean up reentrancy cruft." by Elliott Hughes · 10 years ago
  50. 205c788 Clean up reentrancy cruft. by Elliott Hughes · 10 years ago
  51. d16100c Merge "Clean up <stdio.h> macros." by Elliott Hughes · 10 years ago
  52. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 10 years ago
  53. 6ece7fc Merge "property: fix getting dirty serial value" by Elliott Hughes · 10 years ago
  54. 879d330 property: fix getting dirty serial value by jiaguo · 10 years ago
  55. bd3155d Update libm to the upstream head (2014.03.13) by Calin Juravle · 10 years ago
  56. 01cd788 Merge "Upgrade to current upstream scanf implementation." by Elliott Hughes · 10 years ago
  57. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 10 years ago
  58. 0e79338 Merge "Ensure we always have symbols for atof, strtof, strtold." by Elliott Hughes · 10 years ago
  59. 5a81738 Ensure we always have symbols for atof, strtof, strtold. by Elliott Hughes · 10 years ago
  60. 56e1eeb Merge "logd: default user space logger" by Mark Salyzyn · 10 years ago
  61. eef2928 Merge "Include what you use." by Elliott Hughes · 10 years ago
  62. 4048856 Include what you use. by Elliott Hughes · 10 years ago
  63. 2282e16 Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h" by Elliott Hughes · 10 years ago
  64. 2725ca9 Use [u]int32_t instead of __[u]int32_t in sys/types.h by Pavel Chupin · 10 years ago
  65. c1005aa logd: default user space logger by Mark Salyzyn · 10 years ago
  66. ef43a6f Merge "Clean up our termios implementation." by Elliott Hughes · 10 years ago
  67. 8d4b584 Clean up our termios implementation. by Elliott Hughes · 10 years ago
  68. 76b4f1a Merge "More stdio cleanup." by Elliott Hughes · 10 years ago
  69. ad41e9a More stdio cleanup. by Elliott Hughes · 10 years ago
  70. 55f9710 Merge "Reimplement clock(3) and switch to OpenBSD time(3)." by Elliott Hughes · 10 years ago
  71. cccfe1e Reimplement clock(3) and switch to OpenBSD time(3). by Elliott Hughes · 10 years ago
  72. 753e139 Merge "Add a basic unit test for system(3)." by Elliott Hughes · 10 years ago
  73. 3cdf573 Add a basic unit test for system(3). by Elliott Hughes · 10 years ago
  74. dd8c786 Merge "Add various benchmarks." by Elliott Hughes · 10 years ago
  75. b28e490 Add various benchmarks. by Elliott Hughes · 10 years ago
  76. 5810bcf Merge "Sysconfig fixes" by Calin Juravle · 10 years ago
  77. 40c31ad Merge "Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr" by Calin Juravle · 10 years ago
  78. a0ca209 Sysconfig fixes by Calin Juravle · 10 years ago
  79. a4eafa6 Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr by Calin Juravle · 10 years ago
  80. 10f6beb Merge "Add system/extras strftime and strptime tests." by Elliott Hughes · 10 years ago
  81. 3e3409a Add system/extras strftime and strptime tests. by Elliott Hughes · 10 years ago
  82. 2cd3490 Merge "Take ownership of various simple syscall wrappers." by Elliott Hughes · 10 years ago
  83. 247dc91 Take ownership of various simple syscall wrappers. by Elliott Hughes · 10 years ago
  84. a305659 Merge "Switch to NetBSD utmp.c." by Elliott Hughes · 10 years ago
  85. 19f58ef Switch to NetBSD utmp.c. by Elliott Hughes · 10 years ago
  86. ec674b4 Merge "Switch to upstream FreeBSD ldexp.c." by Elliott Hughes · 10 years ago
  87. 21d9e58 Merge "Rename the stack protector intermediate library." by Elliott Hughes · 10 years ago
  88. 57a8836 Switch to upstream FreeBSD ldexp.c. by Elliott Hughes · 10 years ago
  89. 7aef274 Merge "Switch to OpenBSD wcscoll." by Elliott Hughes · 10 years ago
  90. 6380b51 Rename the stack protector intermediate library. by Elliott Hughes · 10 years ago
  91. 321ecc4 Merge "Remove non-standard memswap." by Elliott Hughes · 10 years ago
  92. c8937ea Switch to OpenBSD wcscoll. by Elliott Hughes · 10 years ago
  93. 152b9de Remove non-standard memswap. by Elliott Hughes · 10 years ago
  94. 638e789 Merge "Upgrade to tzdata2014a." by Elliott Hughes · 10 years ago
  95. 159b28e Upgrade to tzdata2014a. by Elliott Hughes · 10 years ago
  96. 55b6ec3 Merge "Update the NOTICE files" by Calin Juravle · 10 years ago
  97. c4fbf92 Update the NOTICE files by Calin Juravle · 10 years ago
  98. 0bca08d Merge "Update res_debug.c to take into account changes to the nameser.h" by Calin Juravle · 10 years ago
  99. cd50898 Merge "Add includes for waitpid" by Brian Carlstrom · 10 years ago
  100. be1d91d Add includes for waitpid by Brian Carlstrom · 10 years ago