1. 8ad4093 Add #defines for some key enums. by Elliott Hughes · 9 years ago
  2. e2d4663 Move a <wchar.h> implementation detail into the implementation. by Elliott Hughes · 9 years ago
  3. a09953e Merge "Expose pthread_mutex_lock_timeout_np to the NDK." by Treehugger Robot · 9 years ago
  4. 112581a Merge "Don't use the overloadable attribute if we're not fortified." by Elliott Hughes · 9 years ago
  5. af0c781 Add <sys/mtio.h>. by Elliott Hughes · 9 years ago
  6. 6fa8df9 Don't use the overloadable attribute if we're not fortified. by Elliott Hughes · 9 years ago
  7. 7f6bcc4 Merge "Remove `volatile` from the `__errno` declaration." by Treehugger Robot · 9 years ago
  8. 87d1df9 Merge "The bsd_signal declaration shouldn't be visible if API > 21." by Treehugger Robot · 9 years ago
  9. e452cb1 Remove `volatile` from the `__errno` declaration. by Elliott Hughes · 9 years ago
  10. 583ef36 The bsd_signal declaration shouldn't be visible if API > 21. by Elliott Hughes · 9 years ago
  11. 8c67f1e Expose pthread_mutex_lock_timeout_np to the NDK. by Dan Albert · 9 years ago
  12. 2eab77e Fix boost build with unified headers. by Elliott Hughes · 9 years ago
  13. 8f7a987 Merge "Revert "Make mallopt available in the future."" by Christopher Ferris · 9 years ago
  14. 7c08c79 Revert "Make mallopt available in the future." by Christopher Ferris · 9 years ago
  15. f58179c Merge "Stop including <sys/sysmacros.h> from <sys/types.h>." by Treehugger Robot · 9 years ago
  16. 1f66c6d Merge "Fix _POSIX_THREAD_PROCESS_SHARED." by Treehugger Robot · 9 years ago
  17. 8543f92 Stop including <sys/sysmacros.h> from <sys/types.h>. by Elliott Hughes · 9 years ago
  18. 7bbe7cb Merge changes Iefdc1662,I8ee9ce62 by Treehugger Robot · 9 years ago
  19. 5a215d7 Don't define IN_CLOEXEC/IN_NONBLOCK for pre-L. by Dan Albert · 9 years ago
  20. cdfface Undef EPOLL_CLOEXEC for pre-L. by Dan Albert · 9 years ago
  21. 468c808 Fix _POSIX_THREAD_PROCESS_SHARED. by Elliott Hughes · 9 years ago
  22. 8fbd15a Merge "Make `union semun` usable." by Elliott Hughes · 9 years ago
  23. 497ad30 Make `union semun` usable. by Elliott Hughes · 9 years ago
  24. 083923d Make mallopt available in the future. by Christopher Ferris · 9 years ago
  25. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  26. d390df1 Restore ELF32_ST_INFO/ELF64_ST_INFO. by Elliott Hughes · 9 years ago
  27. 82f7208 Merge "Update bionic after Clang rebase" by Yi Kong · 9 years ago
  28. 7ba2bed Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. by Elliott Hughes · 9 years ago
  29. 06be345 Update bionic after Clang rebase by Yi Kong · 9 years ago
  30. e54e64b Merge "Make the _Unwind_Ptr declaration match clang's." by Elliott Hughes · 9 years ago
  31. f2c6ad6 Make the _Unwind_Ptr declaration match clang's. by Elliott Hughes · 9 years ago
  32. 2e8e5e6 DO NOT MERGE: The future is now. by Josh Gao · 9 years ago
  33. 64cdd0c Merge "Make all the ELF relocation constants available." by Treehugger Robot · 9 years ago
  34. 237c3ee Merge "libc: fix typo in __RENAME macro" by Treehugger Robot · 9 years ago
  35. 5109bb4 Make all the ELF relocation constants available. by Elliott Hughes · 9 years ago
  36. 31e5a35 libc: fix typo in __RENAME macro by George Burgess IV · 9 years ago
  37. 0446c8c Add missing arch-specific AT_ cruft. by Elliott Hughes · 9 years ago
  38. 791989d Merge "Add PT_ARM_EXIDX." by Treehugger Robot · 9 years ago
  39. 57e7a0d Merge "Un-deprecated __system_property_find_nth." by Treehugger Robot · 9 years ago
  40. 3914b19 Add PT_ARM_EXIDX. by Dan Albert · 9 years ago
  41. 438e019 Un-deprecated __system_property_find_nth. by Elliott Hughes · 9 years ago
  42. ef2b2fe Link to the public post about clang FORTIFY. by Elliott Hughes · 9 years ago
  43. 278d31d Merge "libc: add const-correct string.h overloads" by Treehugger Robot · 9 years ago
  44. 19710f7 libc: remove newlines in prototypes in string.h by George Burgess IV · 9 years ago
  45. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 9 years ago
  46. bce9a7d libc: use __bos instead of __bos0 for strchr. by George Burgess IV · 9 years ago
  47. 284c8f1 Revert "isnan and isinf aren't functions." by Dan Albert · 9 years ago
  48. 8ebfc0d Merge "POSIX support varies by API level." by Treehugger Robot · 9 years ago
  49. 72b6f4f Merge "pthread barrier and spinlock types should only appear at API level 24." by Elliott Hughes · 9 years ago
  50. 06d7f2c POSIX support varies by API level. by Elliott Hughes · 9 years ago
  51. 468a5d2 pthread barrier and spinlock types should only appear at API level 24. by Elliott Hughes · 9 years ago
  52. e36fb9e Merge "Only rename mmap to mmap64 if we're L or newer." by Treehugger Robot · 9 years ago
  53. 8bd97b0 Merge "Only rename fgetpos/fsetpos/fseeko/ftello/funopen if we're N or newer." by Elliott Hughes · 9 years ago
  54. 785b249 Only rename mmap to mmap64 if we're L or newer. by Dan Albert · 9 years ago
  55. 79a3db0 Only rename fgetpos/fsetpos/fseeko/ftello/funopen if we're N or newer. by Elliott Hughes · 9 years ago
  56. 3645e71 Only rename sendfile to sendfile64 if we're L or newer. by Elliott Hughes · 9 years ago
  57. ca1fda8 Merge "Fix pre-L MB_CUR_MAX." by Treehugger Robot · 9 years ago
  58. 5927b04 Merge "Hide internal __system_property_* functions" by Dimitry Ivanov · 9 years ago
  59. 77463d8 Merge "Use <linux/eventpoll.h> to implement <sys/epoll.h>." by Elliott Hughes · 9 years ago
  60. 893fd97 Use <linux/eventpoll.h> to implement <sys/epoll.h>. by Elliott Hughes · 9 years ago
  61. 41a3a6f Hide internal __system_property_* functions by Dimitry Ivanov · 9 years ago
  62. 4473e34 Add legacy inlines for more termios stuff. by Dan Albert · 9 years ago
  63. 5c15b8c Fix pre-L MB_CUR_MAX. by Dan Albert · 9 years ago
  64. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago
  65. 4c78ca7 Cleanup now that we don't need __NDK_FPABI__. by Dan Albert · 9 years ago
  66. 606ba27 Merge changes I9d06ea8a,I2d157024 by Treehugger Robot · 9 years ago
  67. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  68. 9c2094f Fixup API level guards for new fortify functions. by Dan Albert · 9 years ago
  69. 8b154b1 Guard the GNU strerror_r with an API check. by Dan Albert · 9 years ago
  70. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  71. ade3be4 Merge "Add __system_property_wait and return the serial in __system_property_read_callback." by Treehugger Robot · 9 years ago
  72. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  73. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago
  74. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  75. e76ee99 isnan and isinf aren't functions. by Elliott Hughes · 9 years ago
  76. 5dc75c6 Merge "glibc ipc64_perm __key compatibility." by Treehugger Robot · 9 years ago
  77. a29821b glibc ipc64_perm __key compatibility. by Elliott Hughes · 9 years ago
  78. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
  79. 6a9755d Update to kernel headers v4.9.3. by Christopher Ferris · 9 years ago
  80. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  81. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  82. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  83. 7844b4c Merge "Add props files for each partition" by Treehugger Robot · 9 years ago
  84. dc94cf5 Add props files for each partition by Jaekyun Seok · 9 years ago
  85. 0a3637d Runtime support for CFI by Evgenii Stepanov · 9 years ago
  86. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 9 years ago
  87. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
  88. d3cfd26 Add declaration of tgkill to signal.h. by Josh Gao · 9 years ago
  89. bc94bb3 Fix an obsolete comment. by Elliott Hughes · 9 years ago
  90. cb0134d Merge "Update socket constants." by Elliott Hughes · 9 years ago
  91. 8d76871 Update socket constants. by Elliott Hughes · 9 years ago
  92. 21b70e6 Remove BSD cruft from <pwd.h>. by Elliott Hughes · 9 years ago
  93. cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 9 years ago
  94. 04a3b24 Merge "Correct the return types of readv and writev." by Treehugger Robot · 9 years ago
  95. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
  96. 609880c Merge "Fix getpriority/setpriority types." by Treehugger Robot · 9 years ago
  97. 3b6b2f7 Merge "Fix return type of sync(2)." by Treehugger Robot · 9 years ago
  98. 79a8f4b Fix return type of sync(2). by Elliott Hughes · 9 years ago
  99. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  100. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago