1. 5927b04 Merge "Hide internal __system_property_* functions" by Dimitry Ivanov · 9 years ago
  2. 77463d8 Merge "Use <linux/eventpoll.h> to implement <sys/epoll.h>." by Elliott Hughes · 9 years ago
  3. 893fd97 Use <linux/eventpoll.h> to implement <sys/epoll.h>. by Elliott Hughes · 9 years ago
  4. 41a3a6f Hide internal __system_property_* functions by Dimitry Ivanov · 9 years ago
  5. 4473e34 Add legacy inlines for more termios stuff. by Dan Albert · 9 years ago
  6. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 9 years ago
  7. 4c78ca7 Cleanup now that we don't need __NDK_FPABI__. by Dan Albert · 9 years ago
  8. 606ba27 Merge changes I9d06ea8a,I2d157024 by Treehugger Robot · 9 years ago
  9. c54937b Merge "add fortified implementations of send/sendto" by Treehugger Robot · 9 years ago
  10. 9c2094f Fixup API level guards for new fortify functions. by Dan Albert · 9 years ago
  11. 8b154b1 Guard the GNU strerror_r with an API check. by Dan Albert · 9 years ago
  12. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  13. ade3be4 Merge "Add __system_property_wait and return the serial in __system_property_read_callback." by Treehugger Robot · 9 years ago
  14. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 9 years ago
  15. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago
  16. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  17. e76ee99 isnan and isinf aren't functions. by Elliott Hughes · 9 years ago
  18. 5dc75c6 Merge "glibc ipc64_perm __key compatibility." by Treehugger Robot · 9 years ago
  19. a29821b glibc ipc64_perm __key compatibility. by Elliott Hughes · 9 years ago
  20. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
  21. 6a9755d Update to kernel headers v4.9.3. by Christopher Ferris · 9 years ago
  22. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  23. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  24. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  25. 7844b4c Merge "Add props files for each partition" by Treehugger Robot · 9 years ago
  26. dc94cf5 Add props files for each partition by Jaekyun Seok · 9 years ago
  27. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  28. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 9 years ago
  29. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
  30. d3cfd26 Add declaration of tgkill to signal.h. by Josh Gao · 9 years ago
  31. bc94bb3 Fix an obsolete comment. by Elliott Hughes · 9 years ago
  32. cb0134d Merge "Update socket constants." by Elliott Hughes · 9 years ago
  33. 8d76871 Update socket constants. by Elliott Hughes · 9 years ago
  34. 21b70e6 Remove BSD cruft from <pwd.h>. by Elliott Hughes · 9 years ago
  35. cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 9 years ago
  36. 04a3b24 Merge "Correct the return types of readv and writev." by Treehugger Robot · 9 years ago
  37. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
  38. 609880c Merge "Fix getpriority/setpriority types." by Treehugger Robot · 9 years ago
  39. 3b6b2f7 Merge "Fix return type of sync(2)." by Treehugger Robot · 9 years ago
  40. 79a8f4b Fix return type of sync(2). by Elliott Hughes · 9 years ago
  41. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  42. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  43. 753361a Correct the return types of readv and writev. by Josh Gao · 9 years ago
  44. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  45. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  46. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  47. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  48. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  49. bfc6ce6 Merge "Remove bogus OPEN_MAX and CHILD_MAX constants." by Elliott Hughes · 9 years ago
  50. ff5f17b Remove bogus OPEN_MAX and CHILD_MAX constants. by Elliott Hughes · 9 years ago
  51. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  52. a3ab8eb Merge "Fix format macros for fast16 and fast32 int types." by Elliott Hughes · 9 years ago
  53. e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
  54. a3ce418 Revert "Add legacy inlines for locale aware APIs." by Dan Albert · 9 years ago
  55. eb59653 Fix format macros for fast16 and fast32 int types. by Xiaolei Yu · 9 years ago
  56. 9bf2497 _FILE_OFFSET_BITS=64's posix_fallocate should be posix_fallocate64. by Elliott Hughes · 9 years ago
  57. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  58. edecce3 Merge "Fix stdin/stdout/stderr for pre-M." by Treehugger Robot · 9 years ago
  59. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  60. 73c44a4 Fix our _POSIX_* macros to declare barriers and spin locks. by Elliott Hughes · 9 years ago
  61. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  62. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
  63. 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
  64. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  65. 904460f Merge "bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE" by Nick Desaulniers · 9 years ago
  66. 53ad33b Merge "Remove remaining big-endian cruft." by Elliott Hughes · 9 years ago
  67. 09d900d bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE by Nick Desaulniers · 9 years ago
  68. f45d76a Match _Nonnull between char and wchar_t funcs. by Dan Albert · 9 years ago
  69. 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
  70. 4971277 Remove remaining big-endian cruft. by Elliott Hughes · 9 years ago
  71. 81b4aad Fix BYTE_ORDER check in <netinet/ip6.h>. by Josh Gao · 9 years ago
  72. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  73. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  74. a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
  75. 31d7037 Expose some more function decls. by Dan Albert · 9 years ago
  76. cb0b143 Provide fake definitions for libstdc++. by Dan Albert · 9 years ago
  77. 69b2654 Provide static inlines for in6addr things. by Dan Albert · 9 years ago
  78. 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
  79. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  80. e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
  81. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  82. 106b3a8 Update to kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  83. 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
  84. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  85. ecb7611 Document that our getnameinfo(3) prototype is unfixably wrong. by Elliott Hughes · 9 years ago
  86. fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
  87. c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
  88. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  89. 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
  90. 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
  91. e73fc63 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." by Treehugger Robot · 9 years ago
  92. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  93. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  94. 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
  95. cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
  96. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  97. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  98. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  99. 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
  100. f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago