- e2716e2 Merge "Add memcg related configs to init." by Robert Benea · 8 years ago
- 74f8115 Add memcg related configs to init. by Robert Benea · 8 years ago
- 50fd20b Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 8 years ago
- f1080fd uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 8 years ago
- fb9c109 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 8 years ago
- c457f40 ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 8 years ago
- e47acde Move Timer from init to libbase by Tom Cherry · 8 years ago
- 5d51c9b Merge "init: add info logs in first stage mount if we have to poll" by Treehugger Robot · 8 years ago
- 0541ca7 Merge "ueventd: don't double fork firmware handlers" by Tom Cherry · 8 years ago
- 6ad4109 Merge "add "shutdown critical" to service" by Treehugger Robot · 8 years ago
- 236b50b Merge "init: Support custom shutdown actions" by Treehugger Robot · 8 years ago
- bdcfeef ueventd: don't double fork firmware handlers by Tom Cherry · 8 years ago
- 1064a6d Merge "ueventd: remove character device symlinks (/dev/usb/*)" by Tom Cherry · 8 years ago
- b78f772 Merge "init: reap zombies only after kill(-pid, ...)" by Tom Cherry · 8 years ago
- d14b7c7 add "shutdown critical" to service by Keun-young Park · 8 years ago
- 02d61d8 init: Support custom shutdown actions by Wei Wang · 8 years ago
- 187de3b init: add info logs in first stage mount if we have to poll by Tom Cherry · 8 years ago
- 3bf314d Remove unnecessary SELinux dependencies by Nick Kralevich · 8 years ago
- e9fc89d init: Read previous state of securebits before modifying by Luis Hector Chavez · 8 years ago
- 65333cf init: reap zombies only after kill(-pid, ...) by Tom Cherry · 8 years ago
- 0d6f729 init: Use ScopedCaps for cap_init() by Luis Hector Chavez · 8 years ago
- 96109e6 init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent" by Luis Hector Chavez · 8 years ago
- 391bf55 Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent" by Guang Zhu · 8 years ago
- 50ec97c init: Terminate gracefully when CAP_SYS_BOOT is absent by Luis Hector Chavez · 8 years ago
- 9b348a3 ueventd: remove character device symlinks (/dev/usb/*) by Tom Cherry · 8 years ago
- fc40f71 Merge "AVB: allow no metadata in the generic system.img for project Treble" by Treehugger Robot · 8 years ago
- 4949dc8 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 8 years ago
- 59202f6 init: create android::init:: namespace by Tom Cherry · 8 years ago
- 8bd4b2b init: cleanup some string usage by Tom Cherry · 8 years ago
- 24cc588 Revert "Revert "init: poll in first stage mount if required devices are not found"" by Sandeep Patil · 8 years ago
- 9056819 Revert "Revert "ueventd: remove PlatformDeviceList"" by Sandeep Patil · 8 years ago
- 5b63c7f fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 8 years ago
- 7d81213 Revert "ueventd: remove PlatformDeviceList" by Tom Cherry · 8 years ago
- 0331a97 Revert "init: poll in first stage mount if required devices are not found" by Tom Cherry · 8 years ago
- 49c4cc6 init: poll in first stage mount if required devices are not found by Tom Cherry · 8 years ago
- e310168 Merge "ueventd: remove PlatformDeviceList" by Tom Cherry · 8 years ago
- 77a1581 ueventd: remove PlatformDeviceList by Tom Cherry · 8 years ago
- fef3489 Merge "Move restorecon() of /sys from init to ueventd." by Tom Cherry · 8 years ago
- 2c46cb6 Move restorecon() of /sys from init to ueventd. by Tom Cherry · 8 years ago
- c448905 init: Run restorecon_recursive asynchronously by Tom Marshall · 8 years ago
- a75418c Merge "Revert workaround of clang-tidy segmentation fault." by Treehugger Robot · 8 years ago
- a62f5eb Merge "init: move killing of process groups to libprocessgroup" by Tom Cherry · 8 years ago
- 6f865e0 Revert workaround of clang-tidy segmentation fault. by Chih-Hung Hsieh · 8 years ago
- c160220 first stage mount: removing the restriction of mount points by Bowgo Tsai · 8 years ago
- a5b539d init: move killing of process groups to libprocessgroup by Tom Cherry · 8 years ago
- 7cc7df3 ueventd: parallelize uevent handling by Tom Cherry · 8 years ago
- b72b745 init: allow ':' in property names by Tom Cherry · 8 years ago
- 5a10227 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 8 years ago
- 1856b26 init: start move to Android.bp by Tom Cherry · 8 years ago
- c0d7b87 Merge "init should #include <sys/sysmacros.h>" by Treehugger Robot · 8 years ago
- c2fe1e9 add ueventd to shutdown critial process by Keun-young Park · 8 years ago
- 2e1f7f0 init should #include <sys/sysmacros.h> by Elliott Hughes · 8 years ago
- 9a22a27 Merge "Add libkeyutils." by Elliott Hughes · 8 years ago
- d6bad3a Merge "Work around clang-tidy segmentation fault." by Treehugger Robot · 8 years ago
- 49df762 Add libkeyutils. by Elliott Hughes · 8 years ago
- 8d3411e Merge "first stage mount: removing the requirement of by-name prefix for AVB" by Treehugger Robot · 8 years ago
- af6ab6c Merge changes I172acf0f,I97b6e17a by Tom Cherry · 8 years ago
- 645e26d first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 8 years ago
- 6830b48 init: remove restorecon() from util.cpp by Tom Cherry · 8 years ago
- fe4a3fe init: add "+passcred" for socket to set SO_PASSCRED by Mark Salyzyn · 8 years ago
- 73c685a Merge changes I46690d1c,I84c11aa5 by Tom Cherry · 8 years ago
- 011c785 init: do not log directly from read_file() and write_file() by Tom Cherry · 8 years ago
- 5e02c8e init: Check DecodeUid() result and use error string by Tom Cherry · 8 years ago
- 52f12ea Work around clang-tidy segmentation fault. by Chih-Hung Hsieh · 8 years ago
- 275af4e Merge "init: cleanup exec_service documentation" by Treehugger Robot · 8 years ago
- bf07118 init: change kill order and fix error reporting in KillProcessGroup() by Tom Cherry · 8 years ago
- 4231193 init: cleanup exec_service documentation by William Roberts · 8 years ago
- 7a0d6c6 Merge "init: manually restorecon mke2fs tools on ramdisk" by Treehugger Robot · 8 years ago
- 8c765c2 Merge changes Ieb44fa8f,I01b26fe5 by Treehugger Robot · 8 years ago
- 7dce8f7 init: manually restorecon mke2fs tools on ramdisk by Jin Qian · 8 years ago
- 12346fd init: setup keyring before ueventd starts by Mark Salyzyn · 8 years ago
- 3cd1245 init: use do_exec() for init_user0 by Tom Cherry · 8 years ago
- 7513a3a Merge "ueventd: do not reference init's sehandle" by Tom Cherry · 8 years ago
- d0f82e1 init: fix first stage mount failure due to /dev/device-mapper not found by Bowgo Tsai · 8 years ago
- e782617 Merge "init: add an initializer for keychord_id_" by Tom Cherry · 8 years ago
- 382e4fa ueventd: do not reference init's sehandle by Tom Cherry · 8 years ago
- 42fdbe2 Merge "ueventd: remove leftovers of the SELinux policy update mechanism" by Tom Cherry · 8 years ago
- 51af437 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
- d63a790 ueventd: fix typo from previous patchset by Tom Cherry · 8 years ago
- 535b633 ueventd: remove leftovers of the SELinux policy update mechanism by Tom Cherry · 8 years ago
- 7bc7a0c combine wait for exec log with service exit log by Keun-young Park · 8 years ago
- 29982de Merge "init: fix last_reboot_reason string" by Treehugger Robot · 8 years ago
- e22b1df Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 8 years ago
- acdfaa8 Merge "do not start shutdown animation from init" by Treehugger Robot · 8 years ago
- b73918c set default shutdown timeout to 6 secs by Keun-young Park · 8 years ago
- 54b8a1b Merge "add additional dump for timeout" by Keun-young Park · 8 years ago
- 3b5cb7c Merge changes Ibe91fd2d,I59e2bd9e by Treehugger Robot · 8 years ago
- fb04573 add additional dump for timeout by Keun-young Park · 8 years ago
- 5014d83 init: fix last_reboot_reason string by Tom Cherry · 8 years ago
- 38d8ab1 init: remove 'computing context for service'... message by Tom Cherry · 8 years ago
- 362ec92 init: use full command for exec services' names by Tom Cherry · 8 years ago
- d47e95e Merge "init: fix first stage mount failure when two fstab entries have verity_loc" by Treehugger Robot · 8 years ago
- 7087ea3 Merge "init: rename 'Trigger' to 'Event' and convert to std::variant" by Tom Cherry · 8 years ago
- feadc78 Merge changes I1f70f2c4,I698ca962,Idbbf2682 by Tom Cherry · 8 years ago
- 2e823da init: remove unused parts of parser.cpp by Tom Cherry · 8 years ago
- 7d587e9 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
- 6d95f28 init: fix first stage mount failure when two fstab entries have verity_loc by Bowgo Tsai · 8 years ago
- 46edaec init: add Parser::AddSingleLineParser() by Tom Cherry · 8 years ago
- cef21de init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 8 years ago
- e9758b0 Merge "Update persist.sys.usb.config on runtime" by Treehugger Robot · 8 years ago