1. 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
  2. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  3. e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
  4. 3afa181 Merge "versioner: add support for __VERSIONER_NO_GUARD." by Josh Gao · 9 years ago
  5. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  6. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  7. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  8. d30bc9e Fix "Unknown token error" when upstream clang is used. by MinSeong Kim · 9 years ago
  9. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
  10. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 10 years ago
  11. ac04d34 Merge "Update to kernel headers v4.7.2." by Christopher Ferris · 9 years ago
  12. 106b3a8 Update to kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  13. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
  14. 0b1a282 Merge "Fix a typo in the debug malloc usage info" by Christopher Ferris · 9 years ago
  15. 6313116 Merge "Revert "Switch back to the BSD exec for now."" by Treehugger Robot · 9 years ago
  16. e19c672 Revert "Switch back to the BSD exec for now." by Elliott Hughes · 9 years ago
  17. 6395a30 Merge "Fix execvp/execvpe behavior with absolute paths and ENOEXEC." by Elliott Hughes · 9 years ago
  18. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  19. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
  20. 18c31d7 Switch back to the BSD exec for now. by Elliott Hughes · 9 years ago
  21. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  22. fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
  23. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  24. 723a2e6 Merge "Fix mips build." am: 685ed4467c by Elliott Hughes · 9 years ago
  25. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  26. a0a3a8c Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." am: 7d4e28a486 by Elliott Hughes · 9 years ago
  27. 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
  28. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  29. 4321522 Merge "Be more restrictive about max frame size." am: a6b73d36ef by Elliott Hughes · 9 years ago
  30. a6b73d3 Merge "Be more restrictive about max frame size." by Treehugger Robot · 9 years ago
  31. 74600ce Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Elliott Hughes · 9 years ago
  32. 8e547bd Be more restrictive about max frame size. by Elliott Hughes · 9 years ago
  33. 5c730fe Merge "Add missing <sys/stat.h> macros." am: fe4ab7dc30 by Elliott Hughes · 9 years ago
  34. daf7506 Merge "Fix various <sys/socket.h> prototypes." am: c8476bb7ad by Elliott Hughes · 9 years ago
  35. d29747f Merge "mprotect and msync take void*, not const void*." am: 1df81cd177 by Elliott Hughes · 9 years ago
  36. ecb7611 Document that our getnameinfo(3) prototype is unfixably wrong. by Elliott Hughes · 9 years ago
  37. fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
  38. c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
  39. 1df81cd Merge "mprotect and msync take void*, not const void*." by Treehugger Robot · 9 years ago
  40. c8d967f Merge "Fix memmem behavior with empty needles." am: ce8a5b4b9d by Elliott Hughes · 9 years ago
  41. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  42. 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
  43. 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
  44. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  45. b3ed1c5 Merge "Fix mktime's errno behavior." am: 228e747b6c by Elliott Hughes · 9 years ago
  46. 228e747 Merge "Fix mktime's errno behavior." by Treehugger Robot · 9 years ago
  47. a671192 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." am: e73fc63f96 by Elliott Hughes · 9 years ago
  48. e73fc63 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." by Treehugger Robot · 9 years ago
  49. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  50. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  51. 0805744 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Josh Gao · 9 years ago
  52. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  53. f6f567f Merge "POSIX says <sys/types.h> should make all the pthread_* types available." by Elliott Hughes · 9 years ago
  54. 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
  55. 96ea9e6 Merge "POSIX says <locale.h> makes NULL visible." am: cea5c8a609 by Elliott Hughes · 9 years ago
  56. 8407dde Merge "Fix sysconf(_SC_ARG_MAX)." am: 51b3b44585 by Elliott Hughes · 9 years ago
  57. a7908ef Merge "Fix recvfrom prototype." am: 4a77fa3dcd by Elliott Hughes · 9 years ago
  58. cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
  59. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
  60. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  61. f232711 Merge "Fix pthread_barrierattr_getpshared prototype." am: f8f2949744 by Elliott Hughes · 9 years ago
  62. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  63. f3308b9 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." am: a1858a7f59 by Elliott Hughes · 9 years ago
  64. e8469fd Merge "POSIX says SEM_FAILED shall have type sem_t*." am: 5b45d2fec8 by Elliott Hughes · 9 years ago
  65. 243fcc2 Merge "POSIX says <fcntl.h> makes SEEK_* visible." am: f135e4e56b by Elliott Hughes · 9 years ago
  66. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  67. 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
  68. f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago
  69. c1d06e4 Merge "Add two missing POSIX constant-only headers." am: 0e1b92af2f by Elliott Hughes · 9 years ago
  70. 0e1b92a Merge "Add two missing POSIX constant-only headers." by Treehugger Robot · 9 years ago
  71. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  72. 95b0680 POSIX says SEM_FAILED shall have type sem_t*. by Elliott Hughes · 9 years ago
  73. c553788 POSIX says <locale.h> makes NULL visible. by Elliott Hughes · 9 years ago
  74. fb94c63 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." am: b17d845d9b by Elliott Hughes · 9 years ago
  75. fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
  76. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
  77. 48bfc6e Add two missing POSIX constant-only headers. by Elliott Hughes · 9 years ago
  78. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  79. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  80. 2ce52af Merge "dlerror returns char*, not const char*." am: 166f875eab by Elliott Hughes · 9 years ago
  81. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 9 years ago
  82. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
  83. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
  84. 4aa98a3 Merge "Add __attribute__((sentinel)) tags to execl and friends." am: 32a2e137a5 by Josh Gao · 9 years ago
  85. 32a2e13 Merge "Add __attribute__((sentinel)) tags to execl and friends." by Treehugger Robot · 9 years ago
  86. fdcf8ed Merge "Move brillo closer to Android." am: 299e501419 by Elliott Hughes · 9 years ago
  87. 4fe10a4 Merge "Remove __static_cast macro from <sys/cdefs.h>." am: 18af5bfa5d by Elliott Hughes · 9 years ago
  88. 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
  89. 18af5bf Merge "Remove __static_cast macro from <sys/cdefs.h>." by Treehugger Robot · 9 years ago
  90. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  91. d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
  92. 732a173 Merge "Fortify vsnprintf in more cases." am: af211ab23f by Elliott Hughes · 9 years ago
  93. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  94. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  95. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  96. b9243aa Merge "Remove more stdio copy/paste." am: f5042cab10 by Elliott Hughes · 9 years ago
  97. f5042ca Merge "Remove more stdio copy/paste." by Treehugger Robot · 9 years ago
  98. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  99. f84421c Merge "Don't use the same declaration to declare multiple symbol names." by Josh Gao · 9 years ago
  100. dcc8feb Merge "Don't use the same declaration to declare multiple symbol names." by Treehugger Robot · 9 years ago