1. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  2. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  3. 5489183 Merge "Define range of GIDs for cached app data." by Jeff Sharkey · 9 years ago
  4. 0ff61f6 Make the __stack_chk_fail message more searchable on the internets. by Elliott Hughes · 9 years ago
  5. 934bc86 Define range of GIDs for cached app data. by Jeff Sharkey · 9 years ago
  6. 50ae6dd Merge "Revert "move android_ids into bionic"" by Treehugger Robot · 9 years ago
  7. 77cb68d Revert "move android_ids into bionic" by Elliott Hughes · 9 years ago
  8. ded6c91 Merge "move android_ids into bionic" by Elliott Hughes · 9 years ago
  9. 722d01a Fix icu4c calling on x86. by Elliott Hughes · 9 years ago
  10. f634655 Fix wcsto* where strings begin with whitespace. by Dan Albert · 9 years ago
  11. cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 9 years ago
  12. 68ddf5c Merge "Abort harder." by Elliott Hughes · 9 years ago
  13. f347046 Merge changes Iade6a185,Iab3050bd by Evgenii Stepanov · 9 years ago
  14. 1a13db5 move android_ids into bionic by William Roberts · 10 years ago
  15. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
  16. 4bf5522 Abort harder. by Elliott Hughes · 9 years ago
  17. 609880c Merge "Fix getpriority/setpriority types." by Treehugger Robot · 9 years ago
  18. 585fc3e Add __libc_arc4random_unlimited_entropy. by Josh Gao · 9 years ago
  19. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  20. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  21. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  22. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 9 years ago
  23. ae693ad bionic: make NONBLOCK call to getrandom by Wei Wang · 9 years ago
  24. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  25. c2395be Merge "Enable malloc debug using environment variables" by Christopher Ferris · 9 years ago
  26. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  27. a5c1698 Merge "Fix iswlower/iswupper." by Christopher Ferris · 9 years ago
  28. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  29. f76a21a Fix iswlower/iswupper. by Elliott Hughes · 9 years ago
  30. 0741d8d Fix getrandom syscall checking by Wei Wang · 9 years ago
  31. f97b27a Merge "Differentiate the wctype functions we need to improve." by Elliott Hughes · 9 years ago
  32. 98c6688 Differentiate the wctype functions we need to improve. by Elliott Hughes · 9 years ago
  33. cd9ce19 Merge changes I7f32dc9f,I9d88ddb1 by Treehugger Robot · 9 years ago
  34. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  35. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  36. 8bfaac0 Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock" by Dimitry Ivanov · 9 years ago
  37. f6a21bf Eliminate deadlock in forked child due to delayed resetting mutex lock by Mingwei Shi · 9 years ago
  38. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 9 years ago
  39. 8c22ff7 Merge "Fix gettid() after clone()." by Treehugger Robot · 9 years ago
  40. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  41. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  42. 2295068 Fix ifaddrs error handling. by Elliott Hughes · 9 years ago
  43. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
  44. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  45. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  46. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  47. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  48. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
  49. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
  50. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  51. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  52. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
  53. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 9 years ago
  54. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
  55. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
  56. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  57. fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
  58. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  59. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  60. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  61. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  62. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
  63. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  64. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  65. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  66. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  67. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
  68. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  69. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  70. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
  71. 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
  72. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  73. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  74. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  75. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  76. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  77. 4f62c5b Merge changes I7718b1ba,I648adc35 by Treehugger Robot · 9 years ago
  78. d13e9a6 Align-up and randomize shared libraries. by Evgenii Stepanov · 9 years ago
  79. a24a247 Merge "Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC." by Yabin Cui · 9 years ago
  80. fe4a4d8 Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC. by Yabin Cui · 9 years ago
  81. 4ce902c Support 32-bit ARM vdso. by Elliott Hughes · 9 years ago
  82. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  83. 1089afb Make getpid work before TLS has been initialized. by Josh Gao · 9 years ago
  84. c80ffec Defer registration of the arc4random fork-detect handler. by Josh Gao · 9 years ago
  85. 3e45901 Make getpid work before the main thread is initialized. by Josh Gao · 9 years ago
  86. 250667a Take the arc4random lock before forking. by Josh Gao · 9 years ago
  87. 213584b Remove obsolete GCC workaround. by Elliott Hughes · 9 years ago
  88. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 9 years ago
  89. e20730c Merge "Remove declaration for __brk." by Treehugger Robot · 9 years ago
  90. 6e9c1f6 Remove declaration for __brk. by Josh Gao · 9 years ago
  91. 676f6e3 Merge "Remove libstdc++ include files." by Treehugger Robot · 9 years ago
  92. f44b232 Remove libstdc++ include files. by Elliott Hughes · 9 years ago
  93. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 9 years ago
  94. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 9 years ago
  95. 8963dd3 Make all rt_sigtimedwait signatures match. by Elliott Hughes · 9 years ago
  96. f6324d5 Fix our *ether* headers mess. by Elliott Hughes · 9 years ago
  97. e104a2e Generalize the clone function slightly. by Elliott Hughes · 9 years ago
  98. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  99. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  100. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 9 years ago