1. a648733 Implement <iconv.h>. by Elliott Hughes · 8 years ago
  2. 5da4fe4 Fix overflow in get_phys_pages and get_avphys_pages. by Elliott Hughes · 8 years ago
  3. 7b4fb64 Merge "Add more const-correct C++ overloads." by Treehugger Robot · 8 years ago
  4. 8f0c87e Remove dead `longjmperror`. by Elliott Hughes · 8 years ago
  5. df9a489 Add more const-correct C++ overloads. by Elliott Hughes · 8 years ago
  6. 4a3c975 Merge "libc: Add support to allow library calls to find appropriate shell executable for a process" by Sandeep Patil · 8 years ago
  7. 9b1ca56 libc: Add support to allow library calls to find appropriate shell executable for a process by Sandeep Patil · 8 years ago
  8. 55d0f16 Merge "Always use CLOCK_MONOTONIC for pthreads and semaphores" am: cbb09bcbb1 by Tom Cherry · 8 years ago
  9. cbb09bc Merge "Always use CLOCK_MONOTONIC for pthreads and semaphores" by Tom Cherry · 8 years ago
  10. ac49ced Always use CLOCK_MONOTONIC for pthreads and semaphores by Tom Cherry · 8 years ago
  11. a86d68d Merge "Report correct errno on clone failure" am: b2688f4a2a by Dimitry Ivanov · 8 years ago
  12. 6de6087 Report correct errno on clone failure by dimitry · 8 years ago
  13. 212ea2b Merge "With O_TMPFILE, open(2) takes a mode argument." am: 2fdefadcee by Elliott Hughes · 8 years ago
  14. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  15. 5869bbe Merge "libc fortify: make string.h use diagnose_if" am: b1b125ead1 by George Burgess IV · 8 years ago
  16. b630046 libc fortify: make string.h use diagnose_if by George Burgess IV · 8 years ago
  17. b3f1343 Merge "Remove restrict/__restrict." am: 6616056f0f by Elliott Hughes · 8 years ago
  18. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  19. b82a2d0 Merge "POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX." am: 8aa4bc7c55 by Elliott Hughes · 8 years ago
  20. 06bd586 POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX. by Elliott Hughes · 8 years ago
  21. a97079d Merge "Implement wcwidth(3) in terms of icu4c." am: bafa1985ec by Elliott Hughes · 8 years ago
  22. c41b560 Implement wcwidth(3) in terms of icu4c. by Elliott Hughes · 8 years ago
  23. 78d878c Merge "libc: Move FORTIFY into one file; make style fixups" am: 4f36cabd8d by George Burgess IV · 8 years ago
  24. d34b0a9 libc: Move FORTIFY into one file; make style fixups by George Burgess IV · 8 years ago
  25. b231a63 Merge "Split our FORTIFY implementation into libc_fortify" am: 086b1b5a22 by George Burgess IV · 8 years ago
  26. 086b1b5 Merge "Split our FORTIFY implementation into libc_fortify" by Treehugger Robot · 8 years ago
  27. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  28. 778b1bd Merge "Replace killpg." am: 57ad09278f by Elliott Hughes · 8 years ago
  29. 57ad092 Merge "Replace killpg." by Elliott Hughes · 8 years ago
  30. 9a626a8 Merge "Remove outdated _FORTIFY_SOURCE #undefs" am: 71853ad5c5 by George Burgess IV · 8 years ago
  31. 53c4c8a Remove outdated _FORTIFY_SOURCE #undefs by George Burgess IV · 8 years ago
  32. 452c185 Merge "Hide various mbstate implementation details." am: dcdd0e3760 by Elliott Hughes · 8 years ago
  33. 697f42a Hide various mbstate implementation details. by Elliott Hughes · 8 years ago
  34. 021d7ca Merge "Move wchar _l functions out of wchar.cpp." am: 78c8b306ee by Dan Albert · 8 years ago
  35. 3f03579 Move wchar _l functions out of wchar.cpp. by Dan Albert · 8 years ago
  36. 5f78abd Merge changes from topic 'locale-android-support' am: 2d585e0070 by Dan Albert · 8 years ago
  37. 2d585e0 Merge changes from topic 'locale-android-support' by Dan Albert · 8 years ago
  38. 1a8b7f2 Add a non-TLS slot implementation of locale.cpp. by Dan Albert · 8 years ago
  39. e2fd010 Move non-locale.h APIs out of locale.cpp. by Dan Albert · 8 years ago
  40. 7532b32 Replace killpg. by Elliott Hughes · 8 years ago
  41. ea42686 Merge "Move environ valiable into it's own file" am: 73d17e7720 by Victor Khimenko · 8 years ago
  42. 73d17e7 Merge "Move environ valiable into it's own file" by Victor Khimenko · 8 years ago
  43. 0969d46 Merge "Make inline tcsetattr definition match constants." am: e76ff925df by Elliott Hughes · 8 years ago
  44. 0a0743f Move environ valiable into it's own file by Victor Khimenko · 8 years ago
  45. 1449974 Make inline tcsetattr definition match constants. by Elliott Hughes · 8 years ago
  46. f437c90 Merge "bionic: fix assorted static analyzer warnings" am: e202036e03 by George Burgess IV · 9 years ago
  47. 7059100 bionic: fix assorted static analyzer warnings by George Burgess IV · 9 years ago
  48. ff5a101 Merge "Disable stack protector for __libc_preinit" am: 814e3a2b31 am: aca18a3d3a by Stephen Crane · 9 years ago
  49. f4b1cbd Disable stack protector for __libc_preinit by Stephen Crane · 9 years ago
  50. 02a12a3 Merge "Shave another uninteresting stack frame off aborts." am: e300bf837f by Elliott Hughes · 9 years ago
  51. d7c5262 Shave another uninteresting stack frame off aborts. by Elliott Hughes · 9 years ago
  52. 069be70 Merge "Move a <wchar.h> implementation detail into the implementation." am: 0bd23e4706 by Elliott Hughes · 9 years ago
  53. e2d4663 Move a <wchar.h> implementation detail into the implementation. by Elliott Hughes · 9 years ago
  54. edc195b Merge "Remove `volatile` from the `__errno` declaration." am: 7f6bcc4780 by Elliott Hughes · 9 years ago
  55. 7f6bcc4 Merge "Remove `volatile` from the `__errno` declaration." by Treehugger Robot · 9 years ago
  56. e452cb1 Remove `volatile` from the `__errno` declaration. by Elliott Hughes · 9 years ago
  57. 12678c5 Merge "MIPS: 32/64-bit VDSO support" am: 72c8fce6c9 am: d32465b255 by Goran Ferenc · 9 years ago
  58. 996f6de MIPS: 32/64-bit VDSO support by Goran Ferenc · 9 years ago
  59. 620834f Merge "Va_end should be used with va_start" am: 137a2cf967 am: c29146f9d0 by Mikhail Lappo · 9 years ago
  60. 13ec1cf Va_end should be used with va_start by Mikhail Lappo · 9 years ago
  61. c5f4e9a Merge "properties: do not fail in the absence of vendor properties" into oc-dev by Sandeep Patil · 9 years ago
  62. 03ed4af properties: do not fail in the absence of vendor properties by Sandeep Patil · 9 years ago
  63. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  64. dfcb82d Clean up __isthreaded. by Elliott Hughes · 9 years ago
  65. d9a741c Make raise/abort work with stale cached pid/tid values. by Josh Gao · 9 years ago
  66. 9ae2372 Cope with AT_SYSINFO not being set on x86. by Elliott Hughes · 9 years ago
  67. bf2af69 Make raise/abort work with stale cached pid/tid values. by Josh Gao · 9 years ago
  68. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  69. 7ba2bed Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. by Elliott Hughes · 9 years ago
  70. 7b37fa9 Merge "Move bionic_systrace.cpp over to CachedProperty." by Treehugger Robot · 9 years ago
  71. a0e5d06 Un-deprecated __system_property_find_nth. by Elliott Hughes · 9 years ago
  72. 57e7a0d Merge "Un-deprecated __system_property_find_nth." by Treehugger Robot · 9 years ago
  73. 438e019 Un-deprecated __system_property_find_nth. by Elliott Hughes · 9 years ago
  74. e4ddb3c Move bionic_systrace.cpp over to CachedProperty. by Elliott Hughes · 9 years ago
  75. ef2b2fe Link to the public post about clang FORTIFY. by Elliott Hughes · 9 years ago
  76. be4232b Report the right error code from PropertyServiceConnection() by Tom Cherry · 9 years ago
  77. 2be8013 Merge "Move libc_logging.cpp over to CachedProperty." by Treehugger Robot · 9 years ago
  78. a7afa02 Don't let missing Treble property context files affect errno. by Elliott Hughes · 9 years ago
  79. 87ff824 Move libc_logging.cpp over to CachedProperty. by Elliott Hughes · 9 years ago
  80. 7ade61c Don't let missing Treble property context files affect errno. by Elliott Hughes · 9 years ago
  81. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 9 years ago
  82. 01e04f5 Break android_set_abort_message out of libc_logging. by Josh Gao · 9 years ago
  83. 10ec928 Break android_set_abort_message out of libc_logging. by Josh Gao · 9 years ago
  84. 62c03a4 Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE by Nick Kralevich · 9 years ago
  85. 8424239 Fix x86 system calls made from ELF preinit. by Elliott Hughes · 9 years ago
  86. 12a0704 Merge "Fix x86 system calls made from ELF preinit." by Elliott Hughes · 9 years ago
  87. eb04ed5 Fix x86 system calls made from ELF preinit. by Elliott Hughes · 9 years ago
  88. 2a4a5e7 Add end() method to bionic's ScopedTrace class by Dimitry Ivanov · 9 years ago
  89. cf96f35 Merge changes from topic 'debuggerd_fallback' by Josh Gao · 9 years ago
  90. b3b11ed Merge "Prefer property_contexts from /system & /vendor" by Treehugger Robot · 9 years ago
  91. 415daa8 Increase signal stack size on 32-bit to 16kB. by Josh Gao · 9 years ago
  92. 176cf1f Prefer property_contexts from /system & /vendor by Alex Klyubin · 9 years ago
  93. 5450f86 Fix leak of bionic TLS when threads are detached. by Josh Gao · 9 years ago
  94. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 9 years ago
  95. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 9 years ago
  96. 5d0c1fc Merge "Replace cxa_guard fences with acquire loads" by Hans Boehm · 9 years ago
  97. 963daed Replace cxa_guard fences with acquire loads by Hans Boehm · 9 years ago
  98. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
  99. c9a840a Merge "Add timeout support to __system_property_wait." by Treehugger Robot · 9 years ago
  100. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago