1. c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
  2. 1df81cd Merge "mprotect and msync take void*, not const void*." by Treehugger Robot · 9 years ago
  3. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  4. 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
  5. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  6. 228e747 Merge "Fix mktime's errno behavior." by Treehugger Robot · 9 years ago
  7. e73fc63 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." by Treehugger Robot · 9 years ago
  8. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  9. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  10. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  11. 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
  12. cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
  13. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
  14. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  15. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  16. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  17. 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
  18. f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago
  19. 0e1b92a Merge "Add two missing POSIX constant-only headers." by Treehugger Robot · 9 years ago
  20. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  21. 95b0680 POSIX says SEM_FAILED shall have type sem_t*. by Elliott Hughes · 9 years ago
  22. c553788 POSIX says <locale.h> makes NULL visible. by Elliott Hughes · 9 years ago
  23. fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
  24. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
  25. 48bfc6e Add two missing POSIX constant-only headers. by Elliott Hughes · 9 years ago
  26. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  27. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  28. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 9 years ago
  29. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
  30. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
  31. 32a2e13 Merge "Add __attribute__((sentinel)) tags to execl and friends." by Treehugger Robot · 9 years ago
  32. 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
  33. 18af5bf Merge "Remove __static_cast macro from <sys/cdefs.h>." by Treehugger Robot · 9 years ago
  34. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  35. d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
  36. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  37. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  38. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  39. f5042ca Merge "Remove more stdio copy/paste." by Treehugger Robot · 9 years ago
  40. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  41. dcc8feb Merge "Don't use the same declaration to declare multiple symbol names." by Treehugger Robot · 9 years ago
  42. 8a03c83 Don't use the same declaration to declare multiple symbol names. by Josh Gao · 9 years ago
  43. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 10 years ago
  44. 77a3e28 Update NOTICE files. by Elliott Hughes · 9 years ago
  45. 4b10751 Merge "Guard fortify inlines with __ANDROID_API__." by Treehugger Robot · 9 years ago
  46. dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
  47. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  48. ed9e6a4 Merge changes I01c4d9a8,Ic34734b4 by Treehugger Robot · 9 years ago
  49. c8a95a3 Run genversion-scripts.py. by Dan Albert · 9 years ago
  50. ed3c787 Guard include of uchar.h in stdatomic.h by Pirama Arumuga Nainar · 9 years ago
  51. f0b5311 Merge changes Iecc1b127,Ib67f07db,I7672d34c by Treehugger Robot · 9 years ago
  52. d7d4937 Merge changes Ib5962ea3,I8c1a7464,I06ce7c31 by Treehugger Robot · 9 years ago
  53. 37ba905 Run genversion-scripts.py. by Dan Albert · 9 years ago
  54. ea701b3 Only check arch tag if we have *any* arch tags. by Dan Albert · 9 years ago
  55. 10085bf Add pylintrc. by Dan Albert · 9 years ago
  56. 0fb3b0a Merge changes Iedab3259,I333fe8ae by Treehugger Robot · 9 years ago
  57. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  58. bbf593f Merge "Correct libstdc++ version" by Dimitry Ivanov · 9 years ago
  59. 00c8e95 Put bsd_signal back. by Dan Albert · 9 years ago
  60. 674d93d Unversion some symbols for the NDK. by Dan Albert · 9 years ago
  61. 1d8b312 Merge "More stdio one-liners." by Treehugger Robot · 9 years ago
  62. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  63. 5b1357d Merge changes I2d334db2,Iab9fbc73 by Treehugger Robot · 9 years ago
  64. 2b1b1a9 Correct libstdc++ version by Dimitry Ivanov · 9 years ago
  65. e412f89 Clean up 32-bit x86 memset assembler. by Elliott Hughes · 9 years ago
  66. 490b951 Merge "More stdio cleanup." by Treehugger Robot · 9 years ago
  67. 3a528f1 Fix x86 __memset_chk. by Lev Rumyantsev · 9 years ago
  68. 36a88e8 Restore attribute alloc_size for GCC. by Elliott Hughes · 9 years ago
  69. 3318c56 Merge changes I946cde38,I4b8e0ea1,I2e8141a8 by Treehugger Robot · 9 years ago
  70. bf0e762 Mark LIBC_O as being a future version. by Dan Albert · 9 years ago
  71. 09bc172 Mark LIBC_N as being introduced in android-24. by Dan Albert · 9 years ago
  72. b8109d0 Annotate the libc version map with NDK info. by Dan Albert · 9 years ago
  73. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  74. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  75. 4bc6eea Merge "Add symbol versions to libstdc++.so" by Dimitry Ivanov · 9 years ago
  76. 6cc8d47 Add symbol versions to libstdc++.so by Dimitry Ivanov · 9 years ago
  77. 0cf1abe Merge "Add IOV_MAX to <limits.h>." by Treehugger Robot · 9 years ago
  78. f2d7d41 Add IOV_MAX to <limits.h>. by Elliott Hughes · 9 years ago
  79. 7292725 Admit that we don't actually support thread priority inheritance. by Elliott Hughes · 9 years ago
  80. 931be5a Merge "Clean up <uchar.h> and <wctype.h> transitive includes." by Treehugger Robot · 9 years ago
  81. af8be4e Merge "More kernel header cleanup." by Christopher Ferris · 9 years ago
  82. 0fe8885 Clean up <uchar.h> and <wctype.h> transitive includes. by Elliott Hughes · 9 years ago
  83. 61bd7cb Merge changes I0262eed9,Iba9ee03a by Treehugger Robot · 9 years ago
  84. 3e6929d Add a temporary hack to work around __NDK_FPABI__. by Dan Albert · 9 years ago
  85. c102075 Remove _GNU_SOURCE guard on tmpnam. by Dan Albert · 9 years ago
  86. 7b737e4 Remove #pragma GCC visibility. by Elliott Hughes · 9 years ago
  87. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
  88. 557b3a1 Merge "Remove bionic's now-unused UniquePtr." by Treehugger Robot · 9 years ago
  89. 1291e50 Remove bionic's now-unused UniquePtr. by Elliott Hughes · 9 years ago
  90. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  91. 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  92. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  93. 420d02c Merge "Make it possible to build bionic with -I instead of -isystem." by Elliott Hughes · 9 years ago
  94. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  95. 5956b4e More kernel header cleanup. by Christopher Ferris · 9 years ago
  96. 4f62c5b Merge changes I7718b1ba,I648adc35 by Treehugger Robot · 9 years ago
  97. 508d292 Only define sa_family_t once. by Elliott Hughes · 9 years ago
  98. 3e3f4a5 Treat "persist.sys.timezone" as being a Java-format timezone. by Elliott Hughes · 9 years ago
  99. a9fbaee Merge "Align-up and randomize shared libraries." by Evgenii Stepanov · 9 years ago
  100. fe28077 Merge "Move/remove android only kernel uapi headers." by Christopher Ferris · 9 years ago