1. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  2. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  3. 8c22ff7 Merge "Fix gettid() after clone()." by Treehugger Robot · 9 years ago
  4. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  5. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  6. 2295068 Fix ifaddrs error handling. by Elliott Hughes · 9 years ago
  7. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
  8. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  9. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  10. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  11. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  12. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
  13. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
  14. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  15. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  16. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
  17. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 10 years ago
  18. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
  19. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
  20. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  21. fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
  22. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  23. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  24. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  25. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  26. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
  27. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  28. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  29. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  30. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  31. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
  32. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  33. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  34. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
  35. 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
  36. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  37. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  38. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  39. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  40. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  41. 4f62c5b Merge changes I7718b1ba,I648adc35 by Treehugger Robot · 9 years ago
  42. d13e9a6 Align-up and randomize shared libraries. by Evgenii Stepanov · 9 years ago
  43. a24a247 Merge "Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC." by Yabin Cui · 9 years ago
  44. fe4a4d8 Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC. by Yabin Cui · 9 years ago
  45. 4ce902c Support 32-bit ARM vdso. by Elliott Hughes · 9 years ago
  46. b6453c5 Only initialize the global stack protector once. by Josh Gao · 10 years ago
  47. 1089afb Make getpid work before TLS has been initialized. by Josh Gao · 10 years ago
  48. c80ffec Defer registration of the arc4random fork-detect handler. by Josh Gao · 10 years ago
  49. 3e45901 Make getpid work before the main thread is initialized. by Josh Gao · 10 years ago
  50. 250667a Take the arc4random lock before forking. by Josh Gao · 10 years ago
  51. 213584b Remove obsolete GCC workaround. by Elliott Hughes · 10 years ago
  52. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
  53. e20730c Merge "Remove declaration for __brk." by Treehugger Robot · 10 years ago
  54. 6e9c1f6 Remove declaration for __brk. by Josh Gao · 10 years ago
  55. 676f6e3 Merge "Remove libstdc++ include files." by Treehugger Robot · 10 years ago
  56. f44b232 Remove libstdc++ include files. by Elliott Hughes · 10 years ago
  57. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 10 years ago
  58. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 10 years ago
  59. 8963dd3 Make all rt_sigtimedwait signatures match. by Elliott Hughes · 10 years ago
  60. f6324d5 Fix our *ether* headers mess. by Elliott Hughes · 10 years ago
  61. e104a2e Generalize the clone function slightly. by Elliott Hughes · 10 years ago
  62. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  63. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  64. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 10 years ago
  65. 7ba106c Fix <wctype.h>. by Elliott Hughes · 10 years ago
  66. 6f6f905 Implement mblen(3). by Elliott Hughes · 10 years ago
  67. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
  68. 13d79ab Fix ftw/nftw to only report unreadable directories once. by Elliott Hughes · 10 years ago
  69. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  70. 08794d4 Merge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792,I93625d19, ... by Josh Gao · 10 years ago
  71. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
  72. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  73. 8d387ee fix oem_XXXX ids to incorporate both ranges by Mark Salyzyn · 10 years ago
  74. e4510a2 Break up the rest of stubs.cpp. by Elliott Hughes · 10 years ago
  75. b38347a bionic: split out getpwnam and friends by Mark Salyzyn · 10 years ago
  76. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 10 years ago
  77. 7897405 Merge "Add SysV signal handling" by Elliott Hughes · 10 years ago
  78. 5b528c0 Merge "Make it harder to use a broken legacy function by accident." by Elliott Hughes · 10 years ago
  79. 9a30714 Merge "Format code to calculate thread stack and signal stack." by Yabin Cui · 10 years ago
  80. 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
  81. ff624c2 Format code to calculate thread stack and signal stack. by Yabin Cui · 10 years ago
  82. 5db4b6e Make it harder to use a broken legacy function by accident. by Elliott Hughes · 10 years ago
  83. af39abd Merge "Check current pid at libc initialization for 32-bit build." by Yabin Cui · 10 years ago
  84. 36733fc Check current pid at libc initialization for 32-bit build. by Yabin Cui · 10 years ago
  85. d15dfb2 clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case by Greg Hackmann · 10 years ago
  86. d132099 Merge "Add hasmntopt(3)" by Greg Hackmann · 10 years ago
  87. d81143d Merge "libc: implement kernel vdso syscalls for i386" by Elliott Hughes · 10 years ago
  88. 76640d5 Merge "Add {get,set}domainname(2)" by Greg Hackmann · 10 years ago
  89. 3679ade Add hasmntopt(3) by Greg Hackmann · 10 years ago
  90. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  91. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  92. a03c62b epoll_create: reject size <= 0 by Greg Hackmann · 10 years ago
  93. fb23fa3 clone: check for NULL child stack by Greg Hackmann · 10 years ago
  94. 725b2a9 Add pthread_getname_np. by Elliott Hughes · 10 years ago
  95. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
  96. 20f2c1e Init functions after debug malloc succeeds. by Christopher Ferris · 10 years ago
  97. ffd19ee Merge "Improve and fix the stack-protector tests." by Elliott Hughes · 10 years ago
  98. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 10 years ago
  99. 2bf5332 Minor clock_getcpuclockid optimization. by Elliott Hughes · 10 years ago
  100. ba2232d Merge "forkpty: set the output fd to -1 on the slave side." by Josh Gao · 10 years ago