1. 51c8355 Add arc4random_addrandom binary compatibility. by Elliott Hughes · 10 years ago
  2. 47ed03f Merge "Add dlmalloc_usable_size for 32 bit arches." into lmp-dev by Christopher Ferris · 10 years ago
  3. 1c365cb Add dlmalloc_usable_size for 32 bit arches. by Christopher Ferris · 10 years ago
  4. 5beddb7 Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 10 years ago
  5. 1e010d6 Add back a dummy arc4random_stir for compatibility. by Elliott Hughes · 10 years ago
  6. cb093d1 Merge "Upgrade bionic to tzdata2014g." into lmp-dev by Elliott Hughes · 10 years ago
  7. 9ac60bf Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 10 years ago
  8. b519ea4 Upgrade bionic to tzdata2014g. by Elliott Hughes · 10 years ago
  9. 2b10e2f Undefine _Atomic before redefining by Hans Boehm · 10 years ago
  10. c8cf351 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 10 years ago
  11. c191a8a Merge "Look into ld_preloads before current library" into lmp-dev by Dmitriy Ivanov · 10 years ago
  12. b2eb09a Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 10 years ago
  13. 05e190c Look into ld_preloads before current library by Dmitriy Ivanov · 10 years ago
  14. 67f1f3b Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 10 years ago
  15. a0eeb0b Merge "Fix pthread_getattr_np for the main thread." into lmp-dev by Elliott Hughes · 10 years ago
  16. 598d25b Merge "Replace snprintf calls in linker." into lmp-dev by Christopher Ferris · 10 years ago
  17. 172955a Replace snprintf calls in linker. by Christopher Ferris · 10 years ago
  18. 6cc4e3b Merge "call uselocale() before freelocale() to make sure that g_local_key has a valid locale." into lmp-dev by Elliott Hughes · 10 years ago
  19. 8a46cf0 call uselocale() before freelocale() to make sure that g_local_key has a valid locale. by Wally Yau · 10 years ago
  20. 3f7635f Use the default unwind code. by Christopher Ferris · 10 years ago
  21. 6421823 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 10 years ago
  22. 84d0683 Fix unistd.getpid_caching_and_clone. by Elliott Hughes · 10 years ago
  23. 2d80400 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 10 years ago
  24. 1506fc1 Expose android_set_abort_message(). by Dan Albert · 10 years ago
  25. e3ad34b Merge "Revert "Add support for protected local symbol lookup."" into lmp-dev by Dmitriy Ivanov · 10 years ago
  26. 9419420 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  27. 6df7b60 Hide C++ stuff in libc. Put it back in libstdc++. by Dan Albert · 10 years ago
  28. 9e56ce4 Merge "Fix leak_realloc, copy entire allocation." into lmp-dev by Christopher Ferris · 10 years ago
  29. 5df0839 Fix leak_realloc, copy entire allocation. by Christopher Ferris · 10 years ago
  30. d8e0076 Merge "Keep symbols for linker" into lmp-dev by Dmitriy Ivanov · 10 years ago
  31. be4348e Keep symbols for linker by Dmitriy Ivanov · 10 years ago
  32. f0f66c0 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 10 years ago
  33. e2050ae Merge "Change name of MB_CUR_MAX implementation function." into lmp-dev by Dan Albert · 10 years ago
  34. bafee43 Change name of MB_CUR_MAX implementation function. by Dan Albert · 10 years ago
  35. 553c0ea Merge "Move mtctxres.c to libc_dns.a." into lmp-dev by Dan Albert · 10 years ago
  36. 9f53397 Move mtctxres.c to libc_dns.a. by Dan Albert · 10 years ago
  37. 0533195 Merge "malloc_usable_size returns the original size." into lmp-dev by Christopher Ferris · 10 years ago
  38. 59c1ee4 malloc_usable_size returns the original size. by Christopher Ferris · 10 years ago
  39. 4bea4c6 Label pages mapped by linker_allocator by Dmitriy Ivanov · 10 years ago
  40. 8a84d38 Optimize symbol lookup by Dmitriy Ivanov · 10 years ago
  41. d332bc6 Hide __libc_malloc_dispatch. by Dan Albert · 10 years ago
  42. 72d7e66 Fix our x86 PIC_PROLOGUE. by Elliott Hughes · 10 years ago
  43. f4d21fb Merge "Make __set_errno hidden in asm." into lmp-dev by Dan Albert · 10 years ago
  44. e35fd48 Make __set_errno hidden in asm. by Dan Albert · 10 years ago
  45. 49de01a Add a way to disable backtracing in malloc debug. by Christopher Ferris · 10 years ago
  46. 43227c0 Android is all-PIC/PIE. by Elliott Hughes · 10 years ago
  47. 3e7b8e2 Merge "Do a second key cleanup in pthread_exit." into lmp-dev by Christopher Ferris · 10 years ago
  48. 18d93f2 Do a second key cleanup in pthread_exit. by Christopher Ferris · 10 years ago
  49. 501eb51 Merge "Upgrade bionic to tzdata2014f." into lmp-dev by Elliott Hughes · 10 years ago
  50. 6edf898 Merge "Fix the tzdata update tools." into lmp-dev by Elliott Hughes · 10 years ago
  51. 90cb5ff Fix the tzdata update tools. by Elliott Hughes · 10 years ago
  52. 0dc2c1d Upgrade bionic to tzdata2014f. by Elliott Hughes · 10 years ago
  53. bc0d65c Merge "Proper MB_CUR_MAX." into lmp-dev by Dan Albert · 10 years ago
  54. 6035e6c Proper MB_CUR_MAX. by Dan Albert · 10 years ago
  55. 5b39a44 Merge "Fix mbsrtowcs(3) src param for finished string." into lmp-dev by Dan Albert · 10 years ago
  56. 938a800 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 10 years ago
  57. 40079b0 Fixes build. by Dan Albert · 10 years ago
  58. 5386a74 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 10 years ago
  59. 00a8344 Merge "Workaround b/16818336 which fails build under aggressive inlining." into lmp-dev by Elliott Hughes · 10 years ago
  60. 7aa27e1 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 10 years ago
  61. 7a5f095 Merge "Revert most of "Cleanup: Delete dead code."" into lmp-dev by Paul Jensen · 10 years ago
  62. 59b0933 Explain how wcswcs ended up in ndk_cruft.cpp. by Elliott Hughes · 10 years ago
  63. 1544eae Revert most of "Cleanup: Delete dead code." by Paul Jensen · 10 years ago
  64. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 10 years ago
  65. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 10 years ago
  66. 61833de Fix memchr with a zero length. by Christopher Ferris · 10 years ago
  67. 4f76469 Implement <sys/fsuid.h>. by Elliott Hughes · 10 years ago
  68. cd54195 [MIPSR6] Use C-coded string ops on mips32r6/mips64r6 by Duane Sand · 10 years ago
  69. 11bf8a3 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 10 years ago
  70. c701e5b Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 10 years ago
  71. 1242f7e Remove declarations for things that don't exist. by Elliott Hughes · 10 years ago
  72. f6aa177 Merge "Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."" into lmp-dev by Elliott Hughes · 10 years ago
  73. 26c1420 Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp." by Elliott Hughes · 10 years ago
  74. e872c92 Merge "en_US.UTF-8 is also supported." into lmp-dev by Dan Albert · 10 years ago
  75. 7149362 en_US.UTF-8 is also supported. by Dan Albert · 10 years ago
  76. d0a80a9 There is no _MIN for unsigned types. by Dan Albert · 10 years ago
  77. 4e58609 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 10 years ago
  78. 1dd1b88 __libc_fatal should print a newline to stderr. by Dan Albert · 10 years ago
  79. 2ea0a58 Fix linkage of grantpt(3). by Elliott Hughes · 10 years ago
  80. a09fe11 Added a bionic systrace class and tracing to pthread_mutex.cpp. by Brigid Smith · 10 years ago
  81. 1a5db57 Fix mips/mips64 build by Dmitriy Ivanov · 10 years ago
  82. 5febb0d Fix 'adb shell /system/bin/linker' crash by Dmitriy Ivanov · 10 years ago
  83. 2be1be4 Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 10 years ago
  84. 78e4f8f syscall(3)'s return type should be long. by Elliott Hughes · 10 years ago
  85. b1b60c3 Use vsnprintf(3) in syslog(3). by Elliott Hughes · 10 years ago
  86. c1a6a72 Remove localtime_tz and strftime_tz. by Elliott Hughes · 10 years ago
  87. 708c112 Start hiding "private/bionic_time.h". by Elliott Hughes · 10 years ago
  88. 9379ce6 Merge "There is no _MIN for unsigned types." into lmp-dev by Dan Albert · 10 years ago
  89. a1a813d Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-dev by Dan Albert · 10 years ago
  90. 8db0ce7 Merge "__libc_fatal should print a newline to stderr." into lmp-dev by Dan Albert · 10 years ago
  91. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  92. 6554996 Fix global variable initialization for linker by Dmitriy Ivanov · 10 years ago
  93. 34b258d [MIPS] Fix atomic_is_lock_free test for mips32. by Raghu Gandham · 10 years ago
  94. b902641 Implement twalk(3), add unit tests. by Elliott Hughes · 10 years ago
  95. 5ade7e3 [MIPS] Drop soft-fp targets by Duane Sand · 10 years ago
  96. c86950c [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models by Duane Sand · 10 years ago
  97. bc74ecf HACK: Disable syslog going to android log. by Christopher Ferris · 10 years ago
  98. 92d8b23 debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping by Nick Kralevich · 10 years ago
  99. 49fbec6 HACK: remove %m support from printf. by Colin Cross · 10 years ago
  100. 4126c12 Fix belated review comments on syslog change. by Elliott Hughes · 10 years ago