1. 4afba66 fastboot: call mke2fs tools to generate ext4 image by Jin Qian · 7 years ago
  2. c0d88ed fs_mgr: call format_f2fs correctly with -f by Jaegeuk Kim · 7 years ago
  3. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 7 years ago
  4. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 7 years ago
  5. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 7 years ago
  6. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 7 years ago
  7. d135473 Merge "Remove ALOGD_IF_SLOW" by Tom Cherry · 7 years ago
  8. 11649e8 Merge "Do not umount /vendor, /system, and /oem even if they are R/W." by Treehugger Robot · 7 years ago
  9. e036651 Merge "adbd: lessen security constraints when the device is unlocked" by Treehugger Robot · 7 years ago
  10. f1d3dbc adbd: lessen security constraints when the device is unlocked by Bowgo Tsai · 7 years ago
  11. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 7 years ago
  12. 420eabe Merge "Revert "Mark libmetricslogger vendor_available."" by Treehugger Robot · 7 years ago
  13. 0ba5609 Merge "ueventd: add tests for setegid()/setfscreatecon() and threads" by Treehugger Robot · 7 years ago
  14. 0430efb Revert "Mark libmetricslogger vendor_available." by Steven Moreland · 7 years ago
  15. d1c73b5 Merge "logcat: Add missing newline to read failure" by Treehugger Robot · 7 years ago
  16. c2e181c ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 7 years ago
  17. ca94f65 Merge "Make the library usable as a library." by Christopher Ferris · 7 years ago
  18. 5be0573 Merge changes from topic 'ext4_encryption_flag' by Tom Cherry · 7 years ago
  19. 91a17a4 Merge "rootdir: record last build signature and kernel version" by Treehugger Robot · 7 years ago
  20. d226a51 Make the library usable as a library. by Christopher Ferris · 7 years ago
  21. 9339403 rootdir: record last build signature and kernel version by Mark Salyzyn · 7 years ago
  22. b76158d Merge "fs_mgr: trim the terminating '\0' when reading from device tree" by Treehugger Robot · 7 years ago
  23. f610d6d Merge "crasher: add a case that leaks until OOM-kill." by Treehugger Robot · 7 years ago
  24. d312abe Merge "Move tools to separate directory." by Christopher Ferris · 7 years ago
  25. 399b4ee crasher: add a case that leaks until OOM-kill. by Josh Gao · 7 years ago
  26. b5d7a87 Move tools to separate directory. by Christopher Ferris · 7 years ago
  27. 454285d Merge "libmemunreachable: track kernel binder references" by Colin Cross · 7 years ago
  28. f559655 fs_mgr: trim the terminating '\0' when reading from device tree by Bowgo Tsai · 7 years ago
  29. f572b91 libmemunreachable: track kernel binder references by Colin Cross · 7 years ago
  30. f42d028 Merge "Add vendor_available to liblog_headers." by Treehugger Robot · 7 years ago
  31. c30f248 Add vendor_available to liblog_headers. by Steven Moreland · 7 years ago
  32. 08678e1 Remove ALOGD_IF_SLOW by Tom Cherry · 7 years ago
  33. 0c22c56 Merge "A few cleanups." by Christopher Ferris · 7 years ago
  34. 5607f36 Merge "libutils: liblog export headers" by Treehugger Robot · 7 years ago
  35. f6d5431 A few cleanups. by Christopher Ferris · 7 years ago
  36. 5aee3ff Merge "Remove old LOG_EVENT_* code from libsysutils" by Treehugger Robot · 7 years ago
  37. 97ba18e Merge "Fix mips build." by Baligh Uddin · 7 years ago
  38. 087f3b7 Remove old LOG_EVENT_* code from libsysutils by Yifan Hong · 7 years ago
  39. 3517fe0 Fix mips build. by Christopher Ferris · 7 years ago
  40. 3c7f566 Merge "Use mem cgroups in libprocessgroup if they're available" by Robert Benea · 7 years ago
  41. 1add237 Merge "Add full support for initing registers." by Christopher Ferris · 7 years ago
  42. 3280e48 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 7 years ago
  43. 2a25c4a Add full support for initing registers. by Christopher Ferris · 7 years ago
  44. 896297b Merge "Move Timer from init to libbase" by Tom Cherry · 7 years ago
  45. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  46. 11b91e7 Merge "Use void instead of no parameters in 2 function declarations." by Ian Elliott · 7 years ago
  47. 0870514 logcat: Add missing newline to read failure by Luca Stefani · 7 years ago
  48. e8a75e8 Merge "Revert "Use mem cgroups in libprocessgroup if they're available"" by Treehugger Robot · 7 years ago
  49. fc10e3d Revert "Use mem cgroups in libprocessgroup if they're available" by Tim Murray · 7 years ago
  50. 58e06c5 Use void instead of no parameters in 2 function declarations. by Ian Elliott · 7 years ago
  51. 32ac9bf Merge "Add missing test files to compile." by Christopher Ferris · 7 years ago
  52. 9744fb2 Add missing test files to compile. by Christopher Ferris · 7 years ago
  53. 2d07f72 Merge "Init .gnu_debugdata in GetElf()." by Christopher Ferris · 7 years ago
  54. f444650 Merge "bootstat.cpp: update help message for --record_boot_complete" by Treehugger Robot · 7 years ago
  55. 78b2b94 bootstat.cpp: update help message for --record_boot_complete by Yongqin Liu · 7 years ago
  56. a6bee4a Merge "Add test config for memunreachable_test" by Treehugger Robot · 7 years ago
  57. 48d610a Merge "Remove reference to deleted gzip module" by Treehugger Robot · 7 years ago
  58. b9e74ba Add test config for memunreachable_test by Colin Cross · 7 years ago
  59. 508e0b8 Merge "Move libnativebridge headers into the module." by Treehugger Robot · 7 years ago
  60. 58b3c79 libutils: liblog export headers by Steven Moreland · 7 years ago
  61. ae590fe Merge "System/core: Remove include/ziparchive" by Treehugger Robot · 7 years ago
  62. 73c2ef4 Remove reference to deleted gzip module by Colin Cross · 7 years ago
  63. e9811f3 fs_mgr: set ext4 encryption flag with tune2fs when needed by Eric Biggers · 7 years ago
  64. 8d3bcd4 fs_mgr: refactor pre-mount logic into prepare_fs_for_mount() by Eric Biggers · 7 years ago
  65. b2b88e3 Move libnativebridge headers into the module. by Steven Moreland · 7 years ago
  66. c31963b Merge "Libziparchive: Export headers in defaults" by Treehugger Robot · 7 years ago
  67. d201b29 System/core: Remove include/ziparchive by Andreas Gampe · 7 years ago
  68. a10a7e7 Libziparchive: Export headers in defaults by Andreas Gampe · 7 years ago
  69. 6a9d567 Merge "init: add info logs in first stage mount if we have to poll" by Treehugger Robot · 7 years ago
  70. 4ca2a30 Merge "fs_mgr: Adding logs when failing to wait for a device file" by Treehugger Robot · 7 years ago
  71. 0f4fb54 Merge "ueventd: don't double fork firmware handlers" by Tom Cherry · 7 years ago
  72. 9d34496 fs_mgr: Adding logs when failing to wait for a device file by Jinguang Dong · 7 years ago
  73. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 7 years ago
  74. cd0c2d8 Merge "fs_mgr: allow no verity metadata when the device is unlocked." by Treehugger Robot · 7 years ago
  75. 69542ed Merge "Backtrace: Add libziparchive dependency" by Treehugger Robot · 7 years ago
  76. c1bc424 Merge "init: Support custom shutdown actions" by Treehugger Robot · 7 years ago
  77. 0f296e0 ueventd: don't double fork firmware handlers by Tom Cherry · 7 years ago
  78. f3ae82f Merge "ueventd: remove character device symlinks (/dev/usb/*)" by Tom Cherry · 7 years ago
  79. a51c40c Merge "init: reap zombies only after kill(-pid, ...)" by Tom Cherry · 7 years ago
  80. cccb34f add "shutdown critical" to service by Keun-young Park · 7 years ago
  81. eeab491 init: Support custom shutdown actions by Wei Wang · 7 years ago
  82. 6333cd0 Merge "fs_mgr: report errno string for __mount errors" by Treehugger Robot · 7 years ago
  83. 322e176 init: add info logs in first stage mount if we have to poll by Tom Cherry · 7 years ago
  84. d1fe3bd fs_mgr: allow no verity metadata when the device is unlocked. by Bowgo Tsai · 7 years ago
  85. 8f0947c Backtrace: Add libziparchive dependency by Andreas Gampe · 7 years ago
  86. eb42bb8 Merge "zlib is not exposed to libziparchive headers" by Treehugger Robot · 7 years ago
  87. e7cf680 zlib is not exposed to libziparchive headers by Jiyong Park · 7 years ago
  88. 7b44858 Merge "libziparchive headers are moved to local directory" by Treehugger Robot · 7 years ago
  89. aa82721 Merge "Ran clang-format on libziparchive sources and headers" by Treehugger Robot · 7 years ago
  90. cdf7ff8 libziparchive headers are moved to local directory by Jiyong Park · 7 years ago
  91. cd997e6 Ran clang-format on libziparchive sources and headers by Jiyong Park · 7 years ago
  92. 22de50d Merge "Remove unnecessary SELinux dependencies" by Treehugger Robot · 7 years ago
  93. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 7 years ago
  94. 570b76f Init .gnu_debugdata in GetElf(). by Christopher Ferris · 7 years ago
  95. c10e141 Merge "init: Read previous state of securebits before modifying" by Treehugger Robot · 7 years ago
  96. f596551 init: Read previous state of securebits before modifying by Luis Hector Chavez · 7 years ago
  97. 8d13d80 init: reap zombies only after kill(-pid, ...) by Tom Cherry · 7 years ago
  98. c997cd6 Merge "logd + liblogd to Android.bp" by Treehugger Robot · 7 years ago
  99. 67897d4 Merge changes Ie89f709b,Ibf543a7d,I1d8092a1 by Treehugger Robot · 7 years ago
  100. 0fda1cf Fix out of bound read in libziparchive by Tianjie Xu · 7 years ago