1. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  2. 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
  3. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  4. fc9958c Merge "[mips] Add missing linker shdr tests" by Dimitry Ivanov · 9 years ago
  5. a6b73d3 Merge "Be more restrictive about max frame size." by Treehugger Robot · 9 years ago
  6. f74eb26 Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Treehugger Robot · 9 years ago
  7. 8e547bd Be more restrictive about max frame size. by Elliott Hughes · 9 years ago
  8. ecb7611 Document that our getnameinfo(3) prototype is unfixably wrong. by Elliott Hughes · 9 years ago
  9. fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
  10. c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
  11. 1df81cd Merge "mprotect and msync take void*, not const void*." by Treehugger Robot · 9 years ago
  12. ce8a5b4 Merge "Fix memmem behavior with empty needles." by Treehugger Robot · 9 years ago
  13. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  14. 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
  15. 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
  16. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  17. 44a6544 [mips] Add missing linker shdr tests by Nikola Veljkovic · 9 years ago
  18. 061446c Merge "Add a script to update the bionic headers." by Treehugger Robot · 9 years ago
  19. 8ca3f31 Merge "versioner: handle _FILE_OFFSET_BITS=64." by Treehugger Robot · 9 years ago
  20. a77b3a9 versioner: handle _FILE_OFFSET_BITS=64. by Josh Gao · 9 years ago
  21. 3b2d331 Merge "linker: add test for zeroed out shdr_table_" by Treehugger Robot · 9 years ago
  22. 52848b0 Merge changes Iaf798077,I9080838f,Ia13a8ae2,If0d81b0a,Ie493d8c3 by Treehugger Robot · 9 years ago
  23. 4154b77 Merge "linker: add test for zero shdr offset" by Treehugger Robot · 9 years ago
  24. 9ab148c versioner: add idempotence test that uses the bionic headers. by Josh Gao · 9 years ago
  25. 9f7ce3d versioner: fix off-by-one error in header guard calculation. by Josh Gao · 9 years ago
  26. 5595834 linker: add test for zeroed out shdr_table_ by Dimitry Ivanov · 9 years ago
  27. 63ccb1b Merge "[MIPS] Fix bionic test build" by Treehugger Robot · 9 years ago
  28. 8420be9 Add a script to update the bionic headers. by Dan Albert · 9 years ago
  29. 4623044 linker: add test for zero shdr offset by Dimitry Ivanov · 9 years ago
  30. 1b4b3d7 versioner: improve preprocessor tests. by Josh Gao · 9 years ago
  31. a6b8c4e versioner: always copy over source headers when preprocessing. by Josh Gao · 9 years ago
  32. b0af100 versioner: add test output directories to gitignore. by Josh Gao · 9 years ago
  33. 228e747 Merge "Fix mktime's errno behavior." by Treehugger Robot · 9 years ago
  34. ac69db1 Merge "linker: add test for empty shdr table" by Treehugger Robot · 9 years ago
  35. 293d513 [MIPS] Fix bionic test build by Lazar Trsic · 9 years ago
  36. 21482db Merge "linker: add test for zero shstrndx" by Treehugger Robot · 9 years ago
  37. 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 9 years ago
  38. c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 9 years ago
  39. 0deb70c Merge changes Ibcefd6d9,I249c0815,If59cb6da by Dimitry Ivanov · 9 years ago
  40. 3e3364a Merge "versioner: Ignore if Clang is missing" by Treehugger Robot · 9 years ago
  41. 64da006 versioner: Ignore if Clang is missing by Andreas Gampe · 9 years ago
  42. e73fc63 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." by Treehugger Robot · 9 years ago
  43. 0538dcf Merge "versioner: copy unmodified headers when preprocessing." by Josh Gao · 9 years ago
  44. ff25581 Remove some duplication in the makefile by Dimitry Ivanov · 9 years ago
  45. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  46. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  47. 7978634 versioner: copy unmodified headers when preprocessing. by Josh Gao · 9 years ago
  48. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  49. cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 9 years ago
  50. 972e3d0 Add test for misaligned section header by Dimitry Ivanov · 9 years ago
  51. 6f89d02 Merge "POSIX says <sys/types.h> should make all the pthread_* types available." by Treehugger Robot · 9 years ago
  52. 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
  53. cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
  54. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
  55. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  56. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  57. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  58. 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
  59. f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago
  60. e808702 Merge "linker: disallow W + E PT_LOAD segments" by Dimitry Ivanov · 9 years ago
  61. 0e1b92a Merge "Add two missing POSIX constant-only headers." by Treehugger Robot · 9 years ago
  62. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  63. 95b0680 POSIX says SEM_FAILED shall have type sem_t*. by Elliott Hughes · 9 years ago
  64. c553788 POSIX says <locale.h> makes NULL visible. by Elliott Hughes · 9 years ago
  65. fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
  66. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
  67. 48bfc6e Add two missing POSIX constant-only headers. by Elliott Hughes · 9 years ago
  68. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  69. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  70. 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 9 years ago
  71. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 9 years ago
  72. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
  73. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
  74. c623e7e Merge "linker: use stat(2) to check file existence" by Dimitry Ivanov · 9 years ago
  75. 4cf7024 linker: use stat(2) to check file existence by Dimitry Ivanov · 9 years ago
  76. cea35d7 Merge "linker_asan: Translate absolute dlopen paths to use asan-libraries." by Treehugger Robot · 9 years ago
  77. 45d25ca linker_asan: Translate absolute dlopen paths to use asan-libraries. by Dimitry Ivanov · 9 years ago
  78. 4519a4d Merge "Add ndk_library for libdl." by Treehugger Robot · 9 years ago
  79. 32a2e13 Merge "Add __attribute__((sentinel)) tags to execl and friends." by Treehugger Robot · 9 years ago
  80. 3e35b26 Merge "Check alignment along with range of mapped file fragments" by Treehugger Robot · 9 years ago
  81. 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
  82. 18af5bf Merge "Remove __static_cast macro from <sys/cdefs.h>." by Treehugger Robot · 9 years ago
  83. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  84. d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
  85. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  86. af211ab Merge "Fortify vsnprintf in more cases." by Elliott Hughes · 9 years ago
  87. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  88. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  89. bd90675 Check alignment along with range of mapped file fragments by Dimitry Ivanov · 9 years ago
  90. f5042ca Merge "Remove more stdio copy/paste." by Treehugger Robot · 9 years ago
  91. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  92. ce11d26 Merge "linker: fix mips build" by Treehugger Robot · 9 years ago
  93. 576a375 linker: fix mips build by Dimitry Ivanov · 9 years ago
  94. dcc8feb Merge "Don't use the same declaration to declare multiple symbol names." by Treehugger Robot · 9 years ago
  95. 8336b64 Merge changes I868417f4,I57ac3667 by Treehugger Robot · 9 years ago
  96. f8592a3 versioner: add support for preprocessing headers. by Josh Gao · 9 years ago
  97. 8a03c83 Don't use the same declaration to declare multiple symbol names. by Josh Gao · 9 years ago
  98. 8feba83 versioner: fix makefiles. by Josh Gao · 9 years ago
  99. 566735d versioner: purge iostreams. by Josh Gao · 9 years ago
  100. 1605788 versioner: assorted fixes. by Josh Gao · 9 years ago