1. c80ffec Defer registration of the arc4random fork-detect handler. by Josh Gao · 10 years ago
  2. 3e45901 Make getpid work before the main thread is initialized. by Josh Gao · 10 years ago
  3. 250667a Take the arc4random lock before forking. by Josh Gao · 10 years ago
  4. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 10 years ago
  5. 95fa26e Update symbol versions. by Josh Gao · 10 years ago
  6. 2ed5852 Merge "Rationalize visibility." by Treehugger Robot · 10 years ago
  7. 213584b Remove obsolete GCC workaround. by Elliott Hughes · 10 years ago
  8. 3ba55f8 Rationalize visibility. by Elliott Hughes · 10 years ago
  9. 93bae32 Merge "Fix the SIZE_T_MAX SSIZE_MAX defines." by Treehugger Robot · 10 years ago
  10. 47fcfff Fix the SIZE_T_MAX SSIZE_MAX defines. by Christopher Ferris · 10 years ago
  11. 20788ae Add ctermid. by Elliott Hughes · 10 years ago
  12. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
  13. cf4c364 Merge "Move /vendor/bin down with /vendor/xbin." by Elliott Hughes · 10 years ago
  14. 409e48a More C compatibility. by Elliott Hughes · 10 years ago
  15. 8cabd86 Move /vendor/bin down with /vendor/xbin. by Elliott Hughes · 10 years ago
  16. 74669e9 Merge "Add /vendor/xbin to root's path." by Treehugger Robot · 10 years ago
  17. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  18. 901cc14 Merge "Just use libstdc++ for the cxa stuff inside bionic." by Treehugger Robot · 10 years ago
  19. 99a84c8 Remove __cachectl. by Josh Gao · 10 years ago
  20. f21ca65 Merge "Fix __errordecl on clang." by Treehugger Robot · 10 years ago
  21. 8ba4424 Fix __errordecl on clang. by Josh Gao · 10 years ago
  22. 71e783d Remove __brk by Dimitry Ivanov · 10 years ago
  23. d23c37b Merge changes I1bb1925a,Icd638673 by Treehugger Robot · 10 years ago
  24. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 10 years ago
  25. 8428fb0 Merge "Remove deprecated Android.mk files" by Colin Cross · 10 years ago
  26. e20730c Merge "Remove declaration for __brk." by Treehugger Robot · 10 years ago
  27. 6e9c1f6 Remove declaration for __brk. by Josh Gao · 10 years ago
  28. 9a29c3f Add /vendor/xbin to root's path. by Erik Kline · 10 years ago
  29. 816fab9 Just use libstdc++ for the cxa stuff inside bionic. by Elliott Hughes · 10 years ago
  30. 676f6e3 Merge "Remove libstdc++ include files." by Treehugger Robot · 10 years ago
  31. f44b232 Remove libstdc++ include files. by Elliott Hughes · 10 years ago
  32. 7510c33 Remove deprecated Android.mk files by Colin Cross · 10 years ago
  33. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 10 years ago
  34. a3c2df9 Merge "Improve diagnostics from the assembler __strcat_chk routines." by Treehugger Robot · 10 years ago
  35. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 10 years ago
  36. 8c2467a Merge "Don't use __u64/__u32 in <sys/user.h>." by Treehugger Robot · 10 years ago
  37. bb12921 Don't use __u64/__u32 in <sys/user.h>. by Josh Gao · 10 years ago
  38. eab4803 Update documentation for malloc debug. by Christopher Ferris · 10 years ago
  39. 8963dd3 Make all rt_sigtimedwait signatures match. by Elliott Hughes · 10 years ago
  40. 82ef6a1 Updated to v4.4.11 kernel headers. by Christopher Ferris · 10 years ago
  41. 5a22d3e Force clang for bionic by Colin Cross · 10 years ago
  42. 5df5884 Merge "Regenerate NOTICE files." by Elliott Hughes · 10 years ago
  43. ecffdeb Merge "Stop including <machine/cpu-features.h>." by Elliott Hughes · 10 years ago
  44. 382bd66 Stop including <machine/cpu-features.h>. by Elliott Hughes · 10 years ago
  45. 882b8af Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  46. 79d0281 Merge "Use Android.soong.mk to handle mixed Android.mk and Android.bp dirs" by Colin Cross · 10 years ago
  47. acf2c26 Use Android.soong.mk to handle mixed Android.mk and Android.bp dirs by Colin Cross · 10 years ago
  48. cb8ef17 Merge "Fix <resolv.h> and <netinet/tcp.h> so dnscap builds." by Elliott Hughes · 10 years ago
  49. f021061 Fix <resolv.h> and <netinet/tcp.h> so dnscap builds. by Elliott Hughes · 10 years ago
  50. c6190a9 We have the _r ether_ntoa/ether_aton functions too. by Elliott Hughes · 10 years ago
  51. f6324d5 Fix our *ether* headers mess. by Elliott Hughes · 10 years ago
  52. 0c65708 Update Android.bp to match Android.mk by Dan Willemsen · 10 years ago
  53. 6db7e5a Merge "Always update search domain paths." by Pierre Imai · 10 years ago
  54. bab9d79 Remove <net/if_types.h>. by Elliott Hughes · 10 years ago
  55. d0b1733 Merge "Remove various bits of header cruft." by Elliott Hughes · 10 years ago
  56. 35c115c Merge "Remove linker-namespace functions from the header" by Dimitry Ivanov · 10 years ago
  57. 06e2202 Always update search domain paths. by Pierre Imai · 10 years ago
  58. 12f3541 Remove various bits of header cruft. by Elliott Hughes · 10 years ago
  59. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 10 years ago
  60. e2f2583 Remove declaration of pthread_cond_timedwait_relative_np. by Elliott Hughes · 10 years ago
  61. d2f3ce9 Merge "Remove pthread_mutex_lock_timeout_np from <pthread.h>." by Elliott Hughes · 10 years ago
  62. 0155995 Merge "Generalize the clone function slightly." by Elliott Hughes · 10 years ago
  63. 3164ab7 Remove pthread_mutex_lock_timeout_np from <pthread.h>. by Elliott Hughes · 10 years ago
  64. e104a2e Generalize the clone function slightly. by Elliott Hughes · 10 years ago
  65. 2adde7b End all lists in check-symbols-glibc.py with a ,. by Elliott Hughes · 10 years ago
  66. 5ac45a2 Merge "Remove a duplicate declaration, improve check-symbols-glibc.py." by Treehugger Robot · 10 years ago
  67. 2178826 Remove a duplicate declaration, improve check-symbols-glibc.py. by Elliott Hughes · 10 years ago
  68. e29e99c Remove --exclude-libs ldflags. by Dan Albert · 10 years ago
  69. 98ac6f4 Merge "Use clang's nullability instead of nonnull." by Treehugger Robot · 10 years ago
  70. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  71. 5e2342f Merge "Remove <sys/atomics.h>." by Elliott Hughes · 10 years ago
  72. 9f0aab8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 10 years ago
  73. 0f93237 Merge "Update strip property format" by Colin Cross · 10 years ago
  74. 2ab69cc Merge "Update documentation to work with gitiles." by Christopher Ferris · 10 years ago
  75. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  76. 9ee905f Merge "Move <machine/endian.h> somewhere more private." by Elliott Hughes · 10 years ago
  77. 45d3cf9 Merge "Update Android.bp to match Android.mk" by Treehugger Robot · 10 years ago
  78. ed50763 Remove <sys/atomics.h>. by Elliott Hughes · 10 years ago
  79. 3d12517 Move <machine/endian.h> somewhere more private. by Elliott Hughes · 10 years ago
  80. 3338ee5 Merge "Move glibc-syscalls.h into bits/." by Elliott Hughes · 10 years ago
  81. 3fb1b37 Merge "Remove <sys/utime.h>." by Elliott Hughes · 10 years ago
  82. d3b4166 Merge "Move the IEEE fp header out of the public headers." by Elliott Hughes · 10 years ago
  83. eb9b0a1 Merge "Move nsswitch.h into libc/dns/include." by Elliott Hughes · 10 years ago
  84. af5afdb Merge "Remove <net/if_ieee1394.h>." by Elliott Hughes · 10 years ago
  85. 5ab6f6c Merge "Remove <sys/ioctl_compat.h>." by Elliott Hughes · 10 years ago
  86. e10ff49 Remove <sys/utime.h>. by Elliott Hughes · 10 years ago
  87. d3f51a4 Merge "Remove unused <sys/socketcalls.h> header." by Elliott Hughes · 10 years ago
  88. 64959d2 Remove <sys/ioctl_compat.h>. by Elliott Hughes · 10 years ago
  89. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago
  90. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 10 years ago
  91. 82140be Remove <net/if_ieee1394.h>. by Elliott Hughes · 10 years ago
  92. 42d7527 Move nsswitch.h into libc/dns/include. by Elliott Hughes · 10 years ago
  93. 583a4f8 Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac by Josh Gao · 10 years ago
  94. 6bad319 Remove unused <sys/socketcalls.h> header. by Elliott Hughes · 10 years ago
  95. ec46719 Merge "Fix various empty .h files in bionic." by Elliott Hughes · 10 years ago
  96. edfc5d7 Merge "Record the resolution start time on errors." by Lorenzo Colitti · 10 years ago
  97. 8b8611a Record the resolution start time on errors. by Pierre Imai · 10 years ago
  98. 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 10 years ago
  99. b089e46 Remove nonexported _ns_flagdata from public header. by Josh Gao · 10 years ago
  100. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago