1. fe44c3c Merge "Make sigaction consistent about SA_RESTORER and sa_restorer" by Elliott Hughes · 8 years ago
  2. 177429c Merge "Improve the comment in the ARM setjmp.S." by Treehugger Robot · 8 years ago
  3. 0f546f4 Merge "Run bpfmt manually." by Treehugger Robot · 8 years ago
  4. d50a1de Run bpfmt manually. by Elliott Hughes · 8 years ago
  5. a325151 Merge "Rewrite getentropy." by Elliott Hughes · 8 years ago
  6. e58d49e Improve the comment in the ARM setjmp.S. by Elliott Hughes · 8 years ago
  7. 733c1e4 Avoid trademarks. by Elliott Hughes · 8 years ago
  8. 11f6076 Make sigaction consistent about SA_RESTORER and sa_restorer by Evgeny Eltsin · 8 years ago
  9. 211c4d3 Rewrite getentropy. by Elliott Hughes · 8 years ago
  10. a026108 Merge "Avoid abort when calling pthread_mutex_destroy more than once." by Yabin Cui · 8 years ago
  11. 2dec3d7 Avoid abort when calling pthread_mutex_destroy more than once. by Yabin Cui · 8 years ago
  12. b82dcc6 Merge "Support priority inheritance mutex in 32-bit programs." by Yabin Cui · 8 years ago
  13. ed95f37 Merge "Add `struct sigaction64` and `sigaction64`." by Elliott Hughes · 8 years ago
  14. 86a7806 Merge "Update to v4.15 kernel headers." by Christopher Ferris · 8 years ago
  15. 5a00ba7 Support priority inheritance mutex in 32-bit programs. by Yabin Cui · 8 years ago
  16. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 8 years ago
  17. 934ec94 Update to v4.15 kernel headers. by Christopher Ferris · 8 years ago
  18. a9fc82f Renames nonplat_property_contexts to vendor_property_contexts by Bowgo Tsai · 8 years ago
  19. 460130b Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too. by Elliott Hughes · 8 years ago
  20. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  21. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  22. 4cd3550 Merge "Move static variable out of should_trace()." by Treehugger Robot · 8 years ago
  23. 7ebafb3 Use sigprocmask rather than sigblock/sigsetmask. by Elliott Hughes · 8 years ago
  24. 6dafb4a Move all the short <signal.h> functions together. by Elliott Hughes · 8 years ago
  25. 2e2a893 Merge "linker: simpler encoding for SHT_RELR sections." by Treehugger Robot · 8 years ago
  26. 97d1c75 Merge "Better handling of sigset_t on LP32." by Treehugger Robot · 8 years ago
  27. 4b1c6e7 Better handling of sigset_t on LP32. by Elliott Hughes · 8 years ago
  28. f16b659 linker: simpler encoding for SHT_RELR sections. by Rahul Chaudhry · 8 years ago
  29. c6ea39d Merge "Use __BIONIC_FORTIFY_VARIADIC for variadic functions." by Chih-hung Hsieh · 8 years ago
  30. 4debf20 Merge "Make the <android/dlext.h> docs show up on the web." by Elliott Hughes · 8 years ago
  31. c9cd4eb Merge "<sys/ioctl.h> shouldn't pollute the namespace as much." by Elliott Hughes · 8 years ago
  32. 2cb5f7f Move static variable out of should_trace(). by Wei Li · 8 years ago
  33. 5f6d1a5 <sys/ioctl.h> shouldn't pollute the namespace as much. by Elliott Hughes · 8 years ago
  34. f81abef Use __BIONIC_FORTIFY_VARIADIC for variadic functions. by Chih-Hung Hsieh · 8 years ago
  35. 5046e5f Make the <android/dlext.h> docs show up on the web. by Elliott Hughes · 8 years ago
  36. 25ac447 Merge "Support priority inheritance mutex in 64bit programs." by Yabin Cui · 8 years ago
  37. 4a2407b Merge "Fix __gnu_Unwind_Find_exidx for static executables." by Treehugger Robot · 8 years ago
  38. aeb5bc6 Fix __gnu_Unwind_Find_exidx for static executables. by Dan Albert · 8 years ago
  39. 586b676 Partial revert of "Remove obsolete __stack_chk_fail_local." by Dan Albert · 8 years ago
  40. 2e2c72d Pre-M and GCC compatibility for crtbegin. by Dan Albert · 8 years ago
  41. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  42. 73871ad Merge "Deprecate readdir_r." by Elliott Hughes · 8 years ago
  43. 6ea8037 Merge "Block bunch of privileged syscalls to apps" by Treehugger Robot · 8 years ago
  44. 2f23ced Block bunch of privileged syscalls to apps by Victor Hsieh · 8 years ago
  45. f19af37 Deprecate readdir_r. by Elliott Hughes · 9 years ago
  46. d00d38b Merge "linker: add experimental support for SHT_RELR sections." by Elliott Hughes · 8 years ago
  47. b7feec7 linker: add experimental support for SHT_RELR sections. by Rahul Chaudhry · 8 years ago
  48. 40f15ec Package bionic static libraries in the NDK. by Dan Albert · 8 years ago
  49. 8583d5a Include what we use. by Dan Albert · 8 years ago
  50. c728aa3 Merge "Reland "Cleanup transitive includes in the legacy inlines."" by Treehugger Robot · 8 years ago
  51. e5fbd98 Merge "Address a bunch of clang-tidy complaints." by Treehugger Robot · 8 years ago
  52. 3048a36 Simplify CT_CCL and CT_STRING inner loop. by Elliott Hughes · 8 years ago
  53. 2b66844 Merge "Support %mc/%ms/%m[ in sscanf." by Treehugger Robot · 8 years ago
  54. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  55. 38e4aef Support %mc/%ms/%m[ in sscanf. by Elliott Hughes · 8 years ago
  56. df4c928 Merge "Fixing app compat issue b/72143978" by Treehugger Robot · 8 years ago
  57. 0dac056 Merge "Add bpf syscall to seccomp whitelist" by Treehugger Robot · 8 years ago
  58. b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
  59. 989d804 Reland "Cleanup transitive includes in the legacy inlines." by Dan Albert · 8 years ago
  60. ee88e76 Merge "Deprecate set_seccomp_filter" by Treehugger Robot · 8 years ago
  61. 60f3ed4 Add bpf syscall to seccomp whitelist by Chenbo Feng · 8 years ago
  62. 62cb397 Merge "Revert "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""""" by Joachim Sauer · 8 years ago
  63. 54c7152 Revert "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""""" by Joachim Sauer · 8 years ago
  64. 8e81d97 Merge "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""""" by Treehugger Robot · 8 years ago
  65. ca092c2 Merge "malloc debug: reset FreeTrackData mutex after fork" by Christopher Ferris · 8 years ago
  66. 52d4c3a Deprecate set_seccomp_filter by Victor Hsieh · 8 years ago
  67. 0d63a3c Merge "Do not set PR_SET_NO_NEW_PRIVS when install seccomp filter" by Treehugger Robot · 8 years ago
  68. 1a8106e malloc debug: reset FreeTrackData mutex after fork by Denis Hsu · 8 years ago
  69. dab45ad Do not set PR_SET_NO_NEW_PRIVS when install seccomp filter by Victor Hsieh · 8 years ago
  70. f1515f6 Clean up the time(2) implementation. by Elliott Hughes · 8 years ago
  71. a074ac7 Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  72. 4473ccd bionic: add vdso time() by Mark Salyzyn · 8 years ago
  73. 1b0f2b4 Remove obsolete workaround. by Elliott Hughes · 8 years ago
  74. a238a9a Merge "Fix dlclose for libraries with thread_local dtors" by Dimitry Ivanov · 8 years ago
  75. 06016f2 Fix dlclose for libraries with thread_local dtors by dimitry · 8 years ago
  76. 4197139 Merge changes I23bec365,I55645cc0,I38a246c8 by Dimitry Ivanov · 8 years ago
  77. 581723e Make ld-android.so export linker symbols by dimitry · 8 years ago
  78. 91c88ae Merge "Expose kernel input headers for toolbox" by Treehugger Robot · 8 years ago
  79. 4a7c51a Merge "Mark abs/labs/llabs as 19+ rather than 21+" by Treehugger Robot · 8 years ago
  80. 51a7fe8 Mark abs/labs/llabs as 19+ rather than 21+ by Ryan Prichard · 8 years ago
  81. ca056d7 Expose kernel input headers for toolbox by Dan Willemsen · 8 years ago
  82. f9fcb1e Merge "Fix typo in README.md for malloc_debug" by Treehugger Robot · 8 years ago
  83. 4f02dd5 Split zygote's seccomp filter into two by Victor Hsieh · 8 years ago
  84. 5a1a953 Fix typo in README.md for malloc_debug by Mikhail Naganov · 8 years ago
  85. 558a4f5 Merge "Simplify atoi*/strto* for signed integers." by Elliott Hughes · 8 years ago
  86. cb239bd Simplify atoi*/strto* for signed integers. by Elliott Hughes · 8 years ago
  87. f23ccdb Merge "Speed up __sfileext initialization." by Elliott Hughes · 8 years ago
  88. 1a56a26 Speed up __sfileext initialization. by Elliott Hughes · 8 years ago
  89. 1133fec Use inline ctype functions for ato*/strto* and scanf. by Elliott Hughes · 8 years ago
  90. 9dc37b9 Merge "Refactor the ato* and strto* family." by Elliott Hughes · 8 years ago
  91. 1921dce Refactor the ato* and strto* family. by Elliott Hughes · 8 years ago
  92. e275d6d Split properties into their own class to make testing better by Tom Cherry · 8 years ago
  93. 721a530 Merge "Revert "Don't use serialized propertyinfo"" by Tom Cherry · 8 years ago
  94. 5e77d57 Merge "POSIX says `sigaction::sa_flags` is `int`." by Elliott Hughes · 8 years ago
  95. b9d5a87 Merge "Use treble_linker_namespace instead of treble." by Treehugger Robot · 8 years ago
  96. a40640d POSIX says `sigaction::sa_flags` is `int`. by Elliott Hughes · 8 years ago
  97. 59a6ee9 Merge "Add trivial termios tests." by Elliott Hughes · 8 years ago
  98. 64f355f Use in_addr in ip_mreq_source and ip_msfilter. by Elliott Hughes · 8 years ago
  99. 5da9646 Add trivial termios tests. by Elliott Hughes · 8 years ago
  100. 8be995b Revert "Don't use serialized propertyinfo" by Tom Cherry · 8 years ago