1. 415daa8 Increase signal stack size on 32-bit to 16kB. by Josh Gao · 9 years ago
  2. e429bf2 Merge "Update timezone data to 2017a" by Joachim Sauer · 9 years ago
  3. 34ddaaf Expand whitelist by Paul Lawrence · 9 years ago
  4. da2082d Update timezone data to 2017a by Joachim Sauer · 9 years ago
  5. cdf19c8 Merge "Generate both static and shared libseccomp_policy." by Elliott Hughes · 9 years ago
  6. b7e8fe5 Merge "Refactor the kernel update scripts." by Christopher Ferris · 9 years ago
  7. e6daf3f Expand whitelist by Paul Lawrence · 9 years ago
  8. 926add1 Generate both static and shared libseccomp_policy. by Elliott Hughes · 9 years ago
  9. 15d3fef Refactor the kernel update scripts. by Christopher Ferris · 9 years ago
  10. 5faa316 Merge "Expand whitelist" by Paul Lawrence · 9 years ago
  11. 7b4e7c4 Expand whitelist by Paul Lawrence · 9 years ago
  12. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 9 years ago
  13. ebceea8 Merge "Revert "Revert "Revert "Make libc.so global"""" by Dimitry Ivanov · 9 years ago
  14. 4021909 Revert "Revert "Revert "Make libc.so global""" by Dimitry Ivanov · 9 years ago
  15. d9e52fe Merge "Move seccomp policy to bionic" by Treehugger Robot · 9 years ago
  16. ca1fda8 Merge "Fix pre-L MB_CUR_MAX." by Treehugger Robot · 9 years ago
  17. dfe8434 Move seccomp policy to bionic by Paul Lawrence · 9 years ago
  18. 5f41ce2 Merge "Update to kernel headers v4.10." by Christopher Ferris · 9 years ago
  19. c712aed Merge "Revert "Move seccomp policy to bionic"" by Paul Lawrence · 9 years ago
  20. 98a53b7 Revert "Move seccomp policy to bionic" by Paul Lawrence · 9 years ago
  21. d0ceac6 Merge "Move seccomp policy to bionic" by Paul Lawrence · 9 years ago
  22. 3246b9d Merge "libc: __system_property_set uses writev to write atomically" by Treehugger Robot · 9 years ago
  23. b876bab Move __system_property_*_serial back to LIBC by Dimitry Ivanov · 9 years ago
  24. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 9 years ago
  25. 06a3220 Move seccomp policy to bionic by Paul Lawrence · 9 years ago
  26. 5927b04 Merge "Hide internal __system_property_* functions" by Dimitry Ivanov · 9 years ago
  27. 5d0c1fc Merge "Replace cxa_guard fences with acquire loads" by Hans Boehm · 9 years ago
  28. 77463d8 Merge "Use <linux/eventpoll.h> to implement <sys/epoll.h>." by Elliott Hughes · 9 years ago
  29. 893fd97 Use <linux/eventpoll.h> to implement <sys/epoll.h>. by Elliott Hughes · 9 years ago
  30. 9eba112 Merge "Expand whitelist" by Treehugger Robot · 9 years ago
  31. 41a3a6f Hide internal __system_property_* functions by Dimitry Ivanov · 9 years ago
  32. 9dbfd8a Merge "Add legacy inlines for more termios stuff." by Treehugger Robot · 9 years ago
  33. 7f24a4f Merge "Revert "Run the versioner as part of the build."" by Dan Albert · 9 years ago
  34. 69c7562 Revert "Run the versioner as part of the build." by Dan Albert · 9 years ago
  35. bd15a90 Merge "Run the versioner as part of the build." by Dan Albert · 9 years ago
  36. 0b2486a Expand whitelist by Paul Lawrence · 9 years ago
  37. b2a74cd Merge "Autogenerate single policy from syscalls and whitelist" by Treehugger Robot · 9 years ago
  38. 963daed Replace cxa_guard fences with acquire loads by Hans Boehm · 9 years ago
  39. 4473e34 Add legacy inlines for more termios stuff. by Dan Albert · 9 years ago
  40. 45715b2 Run the versioner as part of the build. by Dan Albert · 9 years ago
  41. 7ea4090 Autogenerate single policy from syscalls and whitelist by Paul Lawrence · 9 years ago
  42. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
  43. c9a840a Merge "Add timeout support to __system_property_wait." by Treehugger Robot · 9 years ago
  44. 5c15b8c Fix pre-L MB_CUR_MAX. by Dan Albert · 9 years ago
  45. 48af7cb Update to kernel headers v4.10. by Christopher Ferris · 9 years ago
  46. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago
  47. 6ce686c Downgrade the special case of pthread_t(0) to a warning. by Elliott Hughes · 9 years ago
  48. b66a003 Fix a comment in the pthread_cond_t implementation. by Elliott Hughes · 9 years ago
  49. ff3197b Merge "Revert "Revert "Make libc.so global""" by Treehugger Robot · 9 years ago
  50. 2a4d892 Revert "Revert "Make libc.so global"" by Dimitry Ivanov · 9 years ago
  51. 4731fbd Merge "Cleanup now that we don't need __NDK_FPABI__." by Treehugger Robot · 9 years ago
  52. 4c78ca7 Cleanup now that we don't need __NDK_FPABI__. by Dan Albert · 9 years ago
  53. 3fed6ff Include the pthread_t in the "bad pthread_t" fatal abort. by Elliott Hughes · 9 years ago
  54. fec0e01 Merge "Add __libc_format_buffer_va_list." by Josh Gao · 9 years ago
  55. 273991c Add __libc_format_buffer_va_list. by Josh Gao · 9 years ago
  56. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
  57. 606ba27 Merge changes I9d06ea8a,I2d157024 by Treehugger Robot · 9 years ago
  58. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  59. 9c2094f Fixup API level guards for new fortify functions. by Dan Albert · 9 years ago
  60. 8b154b1 Guard the GNU strerror_r with an API check. by Dan Albert · 9 years ago
  61. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  62. 7b52454 Merge "Add details on why AT_SYMLINK_NOFOLLOW is dangerous" by Treehugger Robot · 9 years ago
  63. e7ea761 Merge "Revert "Make libc.so global"" by Treehugger Robot · 9 years ago
  64. 125f1c0 Add details on why AT_SYMLINK_NOFOLLOW is dangerous by Nick Kralevich · 9 years ago
  65. 65236d4 Revert "Make libc.so global" by Dimitry Ivanov · 9 years ago
  66. 0370905 Merge "Be more strict about using invalid `pthread_t`s." by Elliott Hughes · 9 years ago
  67. ade3be4 Merge "Add __system_property_wait and return the serial in __system_property_read_callback." by Treehugger Robot · 9 years ago
  68. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 9 years ago
  69. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  70. 5b74e9b Merge "Make libc.so global" by Treehugger Robot · 9 years ago
  71. 879177c Make libc.so global by Dimitry Ivanov · 9 years ago
  72. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago
  73. e86a8d6 Merge "Removing the kuser_helper elf note from building" by Treehugger Robot · 9 years ago
  74. dd91b32 Removing the kuser_helper elf note from building by mspector · 9 years ago
  75. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  76. f201c70 Merge "Revert "Stop checking the global thread list in several trivial cases."" by Elliott Hughes · 9 years ago
  77. bcb1529 Revert "Stop checking the global thread list in several trivial cases." by Elliott Hughes · 9 years ago
  78. a1fa522 Merge "Improve a comment." by Elliott Hughes · 9 years ago
  79. f5a4992 Stop checking the global thread list in several trivial cases. by Elliott Hughes · 9 years ago
  80. 5e6cf05 Improve a comment. by Elliott Hughes · 9 years ago
  81. be8a2af Create seccomp policy without TRAP for further processing by Paul Lawrence · 9 years ago
  82. 33ae5a9 Merge "isnan and isinf aren't functions." by Elliott Hughes · 9 years ago
  83. e76ee99 isnan and isinf aren't functions. by Elliott Hughes · 9 years ago
  84. a187a6f Merge "Revert "Remove the global thread list."" by David James · 9 years ago
  85. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  86. 9b9d4eb Merge "Remove the global thread list." by Elliott Hughes · 9 years ago
  87. b88112d Merge "bionic: move ADF uapi header out of bionic" by Treehugger Robot · 9 years ago
  88. 8e7396c s/NULL/nullptr/ in system properties code. by Elliott Hughes · 9 years ago
  89. 9160ed9 clang-format system_properties.cpp. by Elliott Hughes · 9 years ago
  90. 5dc75c6 Merge "glibc ipc64_perm __key compatibility." by Treehugger Robot · 9 years ago
  91. 93e272d Merge "property_contexts: split into platform and non-platform components" by Sandeep Patil · 9 years ago
  92. a29821b glibc ipc64_perm __key compatibility. by Elliott Hughes · 9 years ago
  93. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
  94. 34f0cfa property_contexts: split into platform and non-platform components by Sandeep Patil · 9 years ago
  95. 7518109 bionic: move ADF uapi header out of bionic by Greg Hackmann · 9 years ago
  96. 351a796 Update to kernel headers v4.9.6. by Christopher Ferris · 9 years ago
  97. 00e388d Merge "Update to kernel headers v4.9.3." by Christopher Ferris · 9 years ago
  98. 451909d Remove dependency on libc.a from the linker by Dimitry Ivanov · 9 years ago
  99. 577a944 Merge "Adding kuser_helper on note to all arm32 binaries." by Max Spector · 9 years ago
  100. 0c45c7d Merge "Don't mark __res_params or android_net_context as packed." by Treehugger Robot · 9 years ago