1. 48af7cb Update to kernel headers v4.10. by Christopher Ferris · 9 years ago
  2. b66a003 Fix a comment in the pthread_cond_t implementation. by Elliott Hughes · 9 years ago
  3. ff3197b Merge "Revert "Revert "Make libc.so global""" by Treehugger Robot · 9 years ago
  4. 2a4d892 Revert "Revert "Make libc.so global"" by Dimitry Ivanov · 9 years ago
  5. 4731fbd Merge "Cleanup now that we don't need __NDK_FPABI__." by Treehugger Robot · 9 years ago
  6. 4c78ca7 Cleanup now that we don't need __NDK_FPABI__. by Dan Albert · 9 years ago
  7. 3fed6ff Include the pthread_t in the "bad pthread_t" fatal abort. by Elliott Hughes · 9 years ago
  8. fec0e01 Merge "Add __libc_format_buffer_va_list." by Josh Gao · 9 years ago
  9. 273991c Add __libc_format_buffer_va_list. by Josh Gao · 9 years ago
  10. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
  11. 606ba27 Merge changes I9d06ea8a,I2d157024 by Treehugger Robot · 9 years ago
  12. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  13. 9c2094f Fixup API level guards for new fortify functions. by Dan Albert · 9 years ago
  14. 8b154b1 Guard the GNU strerror_r with an API check. by Dan Albert · 9 years ago
  15. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  16. 7b52454 Merge "Add details on why AT_SYMLINK_NOFOLLOW is dangerous" by Treehugger Robot · 9 years ago
  17. e7ea761 Merge "Revert "Make libc.so global"" by Treehugger Robot · 9 years ago
  18. 125f1c0 Add details on why AT_SYMLINK_NOFOLLOW is dangerous by Nick Kralevich · 9 years ago
  19. 65236d4 Revert "Make libc.so global" by Dimitry Ivanov · 9 years ago
  20. 0370905 Merge "Be more strict about using invalid `pthread_t`s." by Elliott Hughes · 9 years ago
  21. ade3be4 Merge "Add __system_property_wait and return the serial in __system_property_read_callback." by Treehugger Robot · 9 years ago
  22. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 9 years ago
  23. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  24. 5b74e9b Merge "Make libc.so global" by Treehugger Robot · 9 years ago
  25. 879177c Make libc.so global by Dimitry Ivanov · 9 years ago
  26. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago
  27. e86a8d6 Merge "Removing the kuser_helper elf note from building" by Treehugger Robot · 9 years ago
  28. dd91b32 Removing the kuser_helper elf note from building by mspector · 9 years ago
  29. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  30. f201c70 Merge "Revert "Stop checking the global thread list in several trivial cases."" by Elliott Hughes · 9 years ago
  31. bcb1529 Revert "Stop checking the global thread list in several trivial cases." by Elliott Hughes · 9 years ago
  32. a1fa522 Merge "Improve a comment." by Elliott Hughes · 9 years ago
  33. f5a4992 Stop checking the global thread list in several trivial cases. by Elliott Hughes · 9 years ago
  34. 5e6cf05 Improve a comment. by Elliott Hughes · 9 years ago
  35. be8a2af Create seccomp policy without TRAP for further processing by Paul Lawrence · 9 years ago
  36. 33ae5a9 Merge "isnan and isinf aren't functions." by Elliott Hughes · 9 years ago
  37. e76ee99 isnan and isinf aren't functions. by Elliott Hughes · 9 years ago
  38. a187a6f Merge "Revert "Remove the global thread list."" by David James · 9 years ago
  39. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  40. 9b9d4eb Merge "Remove the global thread list." by Elliott Hughes · 9 years ago
  41. b88112d Merge "bionic: move ADF uapi header out of bionic" by Treehugger Robot · 9 years ago
  42. 8e7396c s/NULL/nullptr/ in system properties code. by Elliott Hughes · 9 years ago
  43. 9160ed9 clang-format system_properties.cpp. by Elliott Hughes · 9 years ago
  44. 5dc75c6 Merge "glibc ipc64_perm __key compatibility." by Treehugger Robot · 9 years ago
  45. 93e272d Merge "property_contexts: split into platform and non-platform components" by Sandeep Patil · 9 years ago
  46. a29821b glibc ipc64_perm __key compatibility. by Elliott Hughes · 9 years ago
  47. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
  48. 34f0cfa property_contexts: split into platform and non-platform components by Sandeep Patil · 10 years ago
  49. 7518109 bionic: move ADF uapi header out of bionic by Greg Hackmann · 9 years ago
  50. 351a796 Update to kernel headers v4.9.6. by Christopher Ferris · 9 years ago
  51. 00e388d Merge "Update to kernel headers v4.9.3." by Christopher Ferris · 9 years ago
  52. 451909d Remove dependency on libc.a from the linker by Dimitry Ivanov · 9 years ago
  53. 577a944 Merge "Adding kuser_helper on note to all arm32 binaries." by Max Spector · 9 years ago
  54. 0c45c7d Merge "Don't mark __res_params or android_net_context as packed." by Treehugger Robot · 9 years ago
  55. 2e3d6a1 Adding kuser_helper on note to all arm32 binaries. by mspector · 9 years ago
  56. 6a9755d Update to kernel headers v4.9.3. by Christopher Ferris · 10 years ago
  57. 6418f95 Merge "Use trap not kill in seccomp filter" by Paul Lawrence · 9 years ago
  58. 9935e0f Don't mark __res_params or android_net_context as packed. by Stephen Hines · 9 years ago
  59. cafd355 Do not send 0 byte string content. by Dimitry Ivanov · 9 years ago
  60. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  61. 40250bb Merge "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  62. 3d9fc69 Use trap not kill in seccomp filter by Paul Lawrence · 9 years ago
  63. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  64. f0b42ae Merge "Removed include log\logger.h from log_fake.cpp" by Vijay Venkatraman · 9 years ago
  65. 191d2f3 Removed include log\logger.h from log_fake.cpp by Vijay Venkatraman · 9 years ago
  66. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 11 years ago
  67. 7844b4c Merge "Add props files for each partition" by Treehugger Robot · 10 years ago
  68. dc94cf5 Add props files for each partition by Jaekyun Seok · 10 years ago
  69. ad3b399 Merge "Add seccomp support library" by Treehugger Robot · 10 years ago
  70. eabc352 Add seccomp support library by Paul Lawrence · 10 years ago
  71. 082bec5 Merge "Runtime support for CFI" by Evgenii Stepanov · 10 years ago
  72. 2d261e8 Merge changes from topic 'kill_debuggerd' by Josh Gao · 10 years ago
  73. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  74. 35bbed8 Declare dependency on android_filesystem_config.h by Colin Cross · 10 years ago
  75. f8a6d47 Reserve a realtime signal for debuggerd. by Josh Gao · 10 years ago
  76. 1b2975d Merge "localtime_r(3) should act as if it calls tzset(3)." by Elliott Hughes · 10 years ago
  77. ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 10 years ago
  78. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 10 years ago
  79. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 10 years ago
  80. 0625beb Merge "Fix streaming(memcpy) performance on Cortex-A7" by Christopher Ferris · 10 years ago
  81. 940d460 Merge "Revert "Revert "move android_ids into bionic""" by Elliott Hughes · 10 years ago
  82. 39b6d59 Merge "Move to .md files for even trivial documentation." by Elliott Hughes · 10 years ago
  83. b0e8c56 Remove the global thread list. by Elliott Hughes · 10 years ago
  84. da7a0b1 Move to .md files for even trivial documentation. by Elliott Hughes · 10 years ago
  85. bb59d47 Make /dev/__properties__ 0711 by Nick Kralevich · 10 years ago
  86. d3cfd26 Add declaration of tgkill to signal.h. by Josh Gao · 10 years ago
  87. cbfdc7f Fix streaming(memcpy) performance on Cortex-A7 by Chitti Babu Theegala · 10 years ago
  88. 5489183 Merge "Define range of GIDs for cached app data." by Jeff Sharkey · 10 years ago
  89. a1d32f9 Merge "Make the __stack_chk_fail message more searchable on the internets." by Treehugger Robot · 10 years ago
  90. 0ff61f6 Make the __stack_chk_fail message more searchable on the internets. by Elliott Hughes · 10 years ago
  91. bc94bb3 Fix an obsolete comment. by Elliott Hughes · 10 years ago
  92. cb0134d Merge "Update socket constants." by Elliott Hughes · 10 years ago
  93. 3f6eee9 Revert "Revert "move android_ids into bionic"" by Elliott Hughes · 10 years ago
  94. f27e979 Merge "Update to kernel headers v4.8.14." by Christopher Ferris · 10 years ago
  95. 8d76871 Update socket constants. by Elliott Hughes · 10 years ago
  96. 8b3e812 Merge "libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings" by Christopher Ferris · 10 years ago
  97. 9438a64 Merge "Remove BSD cruft from <pwd.h>." by Elliott Hughes · 10 years ago
  98. 934bc86 Define range of GIDs for cached app data. by Jeff Sharkey · 10 years ago
  99. 49f525c Update to kernel headers v4.8.14. by Christopher Ferris · 10 years ago
  100. 21b70e6 Remove BSD cruft from <pwd.h>. by Elliott Hughes · 10 years ago