1. b3b11ed Merge "Prefer property_contexts from /system & /vendor" by Treehugger Robot · 9 years ago
  2. 176cf1f Prefer property_contexts from /system & /vendor by Alex Klyubin · 9 years ago
  3. 5450f86 Fix leak of bionic TLS when threads are detached. by Josh Gao · 9 years ago
  4. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 9 years ago
  5. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 9 years ago
  6. 5d0c1fc Merge "Replace cxa_guard fences with acquire loads" by Hans Boehm · 9 years ago
  7. 963daed Replace cxa_guard fences with acquire loads by Hans Boehm · 9 years ago
  8. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
  9. c9a840a Merge "Add timeout support to __system_property_wait." by Treehugger Robot · 9 years ago
  10. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago
  11. 6ce686c Downgrade the special case of pthread_t(0) to a warning. by Elliott Hughes · 9 years ago
  12. b66a003 Fix a comment in the pthread_cond_t implementation. by Elliott Hughes · 9 years ago
  13. 3fed6ff Include the pthread_t in the "bad pthread_t" fatal abort. by Elliott Hughes · 9 years ago
  14. fec0e01 Merge "Add __libc_format_buffer_va_list." by Josh Gao · 9 years ago
  15. 273991c Add __libc_format_buffer_va_list. by Josh Gao · 9 years ago
  16. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  17. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  18. 125f1c0 Add details on why AT_SYMLINK_NOFOLLOW is dangerous by Nick Kralevich · 9 years ago
  19. 0370905 Merge "Be more strict about using invalid `pthread_t`s." by Elliott Hughes · 9 years ago
  20. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 9 years ago
  21. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  22. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  23. f201c70 Merge "Revert "Stop checking the global thread list in several trivial cases."" by Elliott Hughes · 9 years ago
  24. bcb1529 Revert "Stop checking the global thread list in several trivial cases." by Elliott Hughes · 9 years ago
  25. a1fa522 Merge "Improve a comment." by Elliott Hughes · 9 years ago
  26. f5a4992 Stop checking the global thread list in several trivial cases. by Elliott Hughes · 9 years ago
  27. 5e6cf05 Improve a comment. by Elliott Hughes · 9 years ago
  28. a187a6f Merge "Revert "Remove the global thread list."" by David James · 9 years ago
  29. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  30. 9b9d4eb Merge "Remove the global thread list." by Elliott Hughes · 9 years ago
  31. 8e7396c s/NULL/nullptr/ in system properties code. by Elliott Hughes · 9 years ago
  32. 9160ed9 clang-format system_properties.cpp. by Elliott Hughes · 9 years ago
  33. 93e272d Merge "property_contexts: split into platform and non-platform components" by Sandeep Patil · 9 years ago
  34. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
  35. 34f0cfa property_contexts: split into platform and non-platform components by Sandeep Patil · 9 years ago
  36. cafd355 Do not send 0 byte string content. by Dimitry Ivanov · 9 years ago
  37. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  38. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  39. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  40. f8a6d47 Reserve a realtime signal for debuggerd. by Josh Gao · 10 years ago
  41. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 9 years ago
  42. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
  43. 940d460 Merge "Revert "Revert "move android_ids into bionic""" by Elliott Hughes · 9 years ago
  44. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  45. bb59d47 Make /dev/__properties__ 0711 by Nick Kralevich · 9 years ago
  46. d3cfd26 Add declaration of tgkill to signal.h. by Josh Gao · 9 years ago
  47. 5489183 Merge "Define range of GIDs for cached app data." by Jeff Sharkey · 9 years ago
  48. 0ff61f6 Make the __stack_chk_fail message more searchable on the internets. by Elliott Hughes · 9 years ago
  49. 3f6eee9 Revert "Revert "move android_ids into bionic"" by Elliott Hughes · 9 years ago
  50. 934bc86 Define range of GIDs for cached app data. by Jeff Sharkey · 9 years ago
  51. 50ae6dd Merge "Revert "move android_ids into bionic"" by Treehugger Robot · 9 years ago
  52. 77cb68d Revert "move android_ids into bionic" by Elliott Hughes · 9 years ago
  53. ded6c91 Merge "move android_ids into bionic" by Elliott Hughes · 9 years ago
  54. 722d01a Fix icu4c calling on x86. by Elliott Hughes · 9 years ago
  55. f634655 Fix wcsto* where strings begin with whitespace. by Dan Albert · 9 years ago
  56. cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 10 years ago
  57. 68ddf5c Merge "Abort harder." by Elliott Hughes · 10 years ago
  58. f347046 Merge changes Iade6a185,Iab3050bd by Evgenii Stepanov · 10 years ago
  59. 1a13db5 move android_ids into bionic by William Roberts · 10 years ago
  60. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 10 years ago
  61. 4bf5522 Abort harder. by Elliott Hughes · 10 years ago
  62. 609880c Merge "Fix getpriority/setpriority types." by Treehugger Robot · 10 years ago
  63. 585fc3e Add __libc_arc4random_unlimited_entropy. by Josh Gao · 10 years ago
  64. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 10 years ago
  65. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 10 years ago
  66. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 10 years ago
  67. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 10 years ago
  68. ae693ad bionic: make NONBLOCK call to getrandom by Wei Wang · 10 years ago
  69. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 10 years ago
  70. c2395be Merge "Enable malloc debug using environment variables" by Christopher Ferris · 10 years ago
  71. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 10 years ago
  72. a5c1698 Merge "Fix iswlower/iswupper." by Christopher Ferris · 10 years ago
  73. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 10 years ago
  74. f76a21a Fix iswlower/iswupper. by Elliott Hughes · 10 years ago
  75. 0741d8d Fix getrandom syscall checking by Wei Wang · 10 years ago
  76. f97b27a Merge "Differentiate the wctype functions we need to improve." by Elliott Hughes · 10 years ago
  77. 98c6688 Differentiate the wctype functions we need to improve. by Elliott Hughes · 10 years ago
  78. cd9ce19 Merge changes I7f32dc9f,I9d88ddb1 by Treehugger Robot · 10 years ago
  79. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 10 years ago
  80. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 10 years ago
  81. 8bfaac0 Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock" by Dimitry Ivanov · 10 years ago
  82. f6a21bf Eliminate deadlock in forked child due to delayed resetting mutex lock by Mingwei Shi · 10 years ago
  83. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 10 years ago
  84. 8c22ff7 Merge "Fix gettid() after clone()." by Treehugger Robot · 10 years ago
  85. a4edf7a Fix gettid() after clone(). by Robert Sesek · 10 years ago
  86. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 10 years ago
  87. 2295068 Fix ifaddrs error handling. by Elliott Hughes · 10 years ago
  88. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 10 years ago
  89. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 10 years ago
  90. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 10 years ago
  91. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 10 years ago
  92. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 10 years ago
  93. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 10 years ago
  94. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 10 years ago
  95. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 10 years ago
  96. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 10 years ago
  97. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 10 years ago
  98. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 10 years ago
  99. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 10 years ago
  100. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 10 years ago