1. 6d7a1ee Merge "Remove $(module)_install_to_out_data flag from test makefile" by Treehugger Robot · 9 years ago
  2. af730e6 Merge "Fix SysV IPC test failures on Android devices." by Elliott Hughes · 9 years ago
  3. b16e443 Remove $(module)_install_to_out_data flag from test makefile by Dimitry Ivanov · 9 years ago
  4. ac04d34 Merge "Update to kernel headers v4.7.2." by Christopher Ferris · 9 years ago
  5. 106b3a8 Update to kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  6. b04c771 Merge "Fix pty.bug_28979140 test in Bionic" by Treehugger Robot · 9 years ago
  7. e901447 Fix pty.bug_28979140 test in Bionic by Alex Vakulenko · 9 years ago
  8. 40bae4f Fix SysV IPC test failures on Android devices. by Elliott Hughes · 9 years ago
  9. 3db6013 Merge "Initialize __abort_message_ptr in linker's copy of libc" by Treehugger Robot · 9 years ago
  10. 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
  11. 0b1a282 Merge "Fix a typo in the debug malloc usage info" by Christopher Ferris · 9 years ago
  12. 6313116 Merge "Revert "Switch back to the BSD exec for now."" by Treehugger Robot · 9 years ago
  13. e19c672 Revert "Switch back to the BSD exec for now." by Elliott Hughes · 9 years ago
  14. 6395a30 Merge "Fix execvp/execvpe behavior with absolute paths and ENOEXEC." by Elliott Hughes · 9 years ago
  15. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  16. a1e5972 Merge "linker: stat /proc/self/exe instead of executable_path" by Treehugger Robot · 9 years ago
  17. f4e3ebe linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 9 years ago
  18. 0e99e40 Merge "Switch back to the BSD exec for now." by Treehugger Robot · 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. e1d792b Merge "Fix execvpe ENOEXEC behavior." by Elliott Hughes · 9 years ago
  22. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  23. fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
  24. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  25. e8cce1a Merge "Don't warn about DT_FLAGS_1 containing DF_1_PIE" am: 42d24ca818 by Dimitry Ivanov · 9 years ago
  26. 42d24ca Merge "Don't warn about DT_FLAGS_1 containing DF_1_PIE" by Dimitry Ivanov · 9 years ago
  27. 59ba65e Don't warn about DT_FLAGS_1 containing DF_1_PIE by Bernhard Rosenkränzer · 9 years ago
  28. 723a2e6 Merge "Fix mips build." am: 685ed4467c by Elliott Hughes · 9 years ago
  29. 685ed44 Merge "Fix mips build." by Treehugger Robot · 9 years ago
  30. 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
  31. a0a3a8c Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." am: 7d4e28a486 by Elliott Hughes · 9 years ago
  32. 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
  33. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  34. 2223d5b Merge "[mips] Add missing linker shdr tests" am: fc9958ce76 by Dimitry Ivanov · 9 years ago
  35. fc9958c Merge "[mips] Add missing linker shdr tests" by Dimitry Ivanov · 9 years ago
  36. 4321522 Merge "Be more restrictive about max frame size." am: a6b73d36ef by Elliott Hughes · 9 years ago
  37. a6b73d3 Merge "Be more restrictive about max frame size." by Treehugger Robot · 9 years ago
  38. 74600ce Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Elliott Hughes · 9 years ago
  39. f74eb26 Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Treehugger Robot · 9 years ago
  40. 8e547bd Be more restrictive about max frame size. by Elliott Hughes · 9 years ago
  41. 5c730fe Merge "Add missing <sys/stat.h> macros." am: fe4ab7dc30 by Elliott Hughes · 9 years ago
  42. daf7506 Merge "Fix various <sys/socket.h> prototypes." am: c8476bb7ad by Elliott Hughes · 9 years ago
  43. d29747f Merge "mprotect and msync take void*, not const void*." am: 1df81cd177 by Elliott Hughes · 9 years ago
  44. ecb7611 Document that our getnameinfo(3) prototype is unfixably wrong. by Elliott Hughes · 9 years ago
  45. fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
  46. c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
  47. 1df81cd Merge "mprotect and msync take void*, not const void*." by Treehugger Robot · 9 years ago
  48. c8d967f Merge "Fix memmem behavior with empty needles." am: ce8a5b4b9d by Elliott Hughes · 9 years ago
  49. 6ad89b0 Merge "Add a script to update the bionic headers." am: 061446c2df by Dan Albert · 9 years ago
  50. ce8a5b4 Merge "Fix memmem behavior with empty needles." by Treehugger Robot · 9 years ago
  51. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  52. 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
  53. 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
  54. cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
  55. 44a6544 [mips] Add missing linker shdr tests by Nikola Veljkovic · 9 years ago
  56. 061446c Merge "Add a script to update the bionic headers." by Treehugger Robot · 9 years ago
  57. 9bc42a9 Merge "versioner: handle _FILE_OFFSET_BITS=64." am: 8ca3f3116d by Josh Gao · 9 years ago
  58. 8ca3f31 Merge "versioner: handle _FILE_OFFSET_BITS=64." by Treehugger Robot · 9 years ago
  59. a77b3a9 versioner: handle _FILE_OFFSET_BITS=64. by Josh Gao · 9 years ago
  60. b500830 Merge "linker: add test for zeroed out shdr_table_" am: 3b2d331e77 by Dimitry Ivanov · 9 years ago
  61. 3b2d331 Merge "linker: add test for zeroed out shdr_table_" by Treehugger Robot · 9 years ago
  62. 2911452 Merge changes Iaf798077,I9080838f,Ia13a8ae2,If0d81b0a,Ie493d8c3 am: 52848b02b3 by Josh Gao · 9 years ago
  63. 52848b0 Merge changes Iaf798077,I9080838f,Ia13a8ae2,If0d81b0a,Ie493d8c3 by Treehugger Robot · 9 years ago
  64. a9e2c78 Merge "linker: add test for zero shdr offset" am: 4154b77285 by Dimitry Ivanov · 9 years ago
  65. 4154b77 Merge "linker: add test for zero shdr offset" by Treehugger Robot · 9 years ago
  66. 9ab148c versioner: add idempotence test that uses the bionic headers. by Josh Gao · 9 years ago
  67. 05d6bef Merge "[MIPS] Fix bionic test build" am: 63ccb1bdac by Lazar Trsic · 9 years ago
  68. 9f7ce3d versioner: fix off-by-one error in header guard calculation. by Josh Gao · 9 years ago
  69. 5595834 linker: add test for zeroed out shdr_table_ by Dimitry Ivanov · 9 years ago
  70. 63ccb1b Merge "[MIPS] Fix bionic test build" by Treehugger Robot · 9 years ago
  71. 8420be9 Add a script to update the bionic headers. by Dan Albert · 9 years ago
  72. 4623044 linker: add test for zero shdr offset by Dimitry Ivanov · 9 years ago
  73. 1b4b3d7 versioner: improve preprocessor tests. by Josh Gao · 9 years ago
  74. a6b8c4e versioner: always copy over source headers when preprocessing. by Josh Gao · 9 years ago
  75. b0af100 versioner: add test output directories to gitignore. by Josh Gao · 9 years ago
  76. b3ed1c5 Merge "Fix mktime's errno behavior." am: 228e747b6c by Elliott Hughes · 9 years ago
  77. 6841874 Merge "linker: add test for empty shdr table" am: ac69db1f85 by Dimitry Ivanov · 9 years ago
  78. 228e747 Merge "Fix mktime's errno behavior." by Treehugger Robot · 9 years ago
  79. ac69db1 Merge "linker: add test for empty shdr table" by Treehugger Robot · 9 years ago
  80. 293d513 [MIPS] Fix bionic test build by Lazar Trsic · 9 years ago
  81. 5a66605 Merge "linker: add test for zero shstrndx" am: 21482db6e1 by Dimitry Ivanov · 9 years ago
  82. 21482db Merge "linker: add test for zero shstrndx" by Treehugger Robot · 9 years ago
  83. 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 9 years ago
  84. c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 9 years ago
  85. aa2798e Merge changes Ibcefd6d9,I249c0815,If59cb6da am: 0deb70cd04 by Dimitry Ivanov · 9 years ago
  86. 0deb70c Merge changes Ibcefd6d9,I249c0815,If59cb6da by Dimitry Ivanov · 9 years ago
  87. 6a2f9e6 Merge "versioner: Ignore if Clang is missing" am: 3e3364a89d by Andreas Gampe · 9 years ago
  88. 3e3364a Merge "versioner: Ignore if Clang is missing" by Treehugger Robot · 9 years ago
  89. 64da006 versioner: Ignore if Clang is missing by Andreas Gampe · 9 years ago
  90. a671192 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." am: e73fc63f96 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. c275939 Merge "versioner: copy unmodified headers when preprocessing." am: 0538dcfd4c by Josh Gao · 9 years ago
  93. 0538dcf Merge "versioner: copy unmodified headers when preprocessing." by Josh Gao · 9 years ago
  94. ff25581 Remove some duplication in the makefile by Dimitry Ivanov · 9 years ago
  95. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  96. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  97. 7978634 versioner: copy unmodified headers when preprocessing. by Josh Gao · 9 years ago
  98. 0805744 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Josh Gao · 9 years ago
  99. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  100. cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 9 years ago