- 1369379 init: allow ':' in property names by Tom Cherry · 8 years ago
- ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 8 years ago
- 14fc013 init: start move to Android.bp by Tom Cherry · 8 years ago
- 64e3f88 Merge "init should #include <sys/sysmacros.h>" by Treehugger Robot · 8 years ago
- 7264bee add ueventd to shutdown critial process by Keun-young Park · 8 years ago
- 51056c4 init should #include <sys/sysmacros.h> by Elliott Hughes · 8 years ago
- 81824eb Merge "Add libkeyutils." by Elliott Hughes · 8 years ago
- d761dd7 Merge "Work around clang-tidy segmentation fault." by Treehugger Robot · 8 years ago
- f8627ce Add libkeyutils. by Elliott Hughes · 8 years ago
- cdad92f Merge "first stage mount: removing the requirement of by-name prefix for AVB" by Treehugger Robot · 8 years ago
- 4963b42 Merge changes I172acf0f,I97b6e17a by Tom Cherry · 8 years ago
- 20651f6 first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 8 years ago
- 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 8 years ago
- b066fcc init: add "+passcred" for socket to set SO_PASSCRED by Mark Salyzyn · 8 years ago
- 0dda322 Merge changes I46690d1c,I84c11aa5 by Tom Cherry · 8 years ago
- 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 8 years ago
- 517e1f1 init: Check DecodeUid() result and use error string by Tom Cherry · 8 years ago
- 7275802 Work around clang-tidy segmentation fault. by Chih-Hung Hsieh · 8 years ago
- 61559e4 Merge "init: cleanup exec_service documentation" by Treehugger Robot · 8 years ago
- 33838b1 init: change kill order and fix error reporting in KillProcessGroup() by Tom Cherry · 8 years ago
- 323d579 init: cleanup exec_service documentation by William Roberts · 8 years ago
- e2629c5 Merge "init: manually restorecon mke2fs tools on ramdisk" by Treehugger Robot · 8 years ago
- e1e3e20 Merge changes Ieb44fa8f,I01b26fe5 by Treehugger Robot · 8 years ago
- 2d019f8 init: manually restorecon mke2fs tools on ramdisk by Jin Qian · 8 years ago
- 4599627 init: setup keyring before ueventd starts by Mark Salyzyn · 8 years ago
- 5a86cb7 init: use do_exec() for init_user0 by Tom Cherry · 8 years ago
- 672dd97 Merge "ueventd: do not reference init's sehandle" by Tom Cherry · 8 years ago
- ea5fca4 init: fix first stage mount failure due to /dev/device-mapper not found by Bowgo Tsai · 8 years ago
- 7c3f147 Merge "init: add an initializer for keychord_id_" by Tom Cherry · 8 years ago
- e7656b7 ueventd: do not reference init's sehandle by Tom Cherry · 8 years ago
- 6a8314c Merge "ueventd: remove leftovers of the SELinux policy update mechanism" by Tom Cherry · 8 years ago
- 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
- f51c66b ueventd: fix typo from previous patchset by Tom Cherry · 8 years ago
- 6daf514 ueventd: remove leftovers of the SELinux policy update mechanism by Tom Cherry · 8 years ago
- 4de31e1 combine wait for exec log with service exit log by Keun-young Park · 8 years ago
- 59c74a3 Merge "init: fix last_reboot_reason string" by Treehugger Robot · 8 years ago
- 47d15ed Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 8 years ago
- 84d43c8 Merge "do not start shutdown animation from init" by Treehugger Robot · 8 years ago
- 7feab68 set default shutdown timeout to 6 secs by Keun-young Park · 8 years ago
- 8cde090 Merge "add additional dump for timeout" by Keun-young Park · 8 years ago
- b0a14f8 Merge changes Ibe91fd2d,I59e2bd9e by Treehugger Robot · 8 years ago
- 1663e97 add additional dump for timeout by Keun-young Park · 8 years ago
- 47336ce init: fix last_reboot_reason string by Tom Cherry · 8 years ago
- 6f7ef2f init: remove 'computing context for service'... message by Tom Cherry · 8 years ago
- 86e31a8 init: use full command for exec services' names by Tom Cherry · 8 years ago
- 8df35dc Merge "init: fix first stage mount failure when two fstab entries have verity_loc" by Treehugger Robot · 8 years ago
- d9ebf06 Merge "init: rename 'Trigger' to 'Event' and convert to std::variant" by Tom Cherry · 8 years ago
- 960ed3c Merge changes I1f70f2c4,I698ca962,Idbbf2682 by Tom Cherry · 8 years ago
- ad6741c init: remove unused parts of parser.cpp by Tom Cherry · 8 years ago
- fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
- 71881ff init: fix first stage mount failure when two fstab entries have verity_loc by Bowgo Tsai · 8 years ago
- 35c5bcc init: add Parser::AddSingleLineParser() by Tom Cherry · 8 years ago
- 26ed9cb init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 8 years ago
- 41346e5 Merge "Update persist.sys.usb.config on runtime" by Treehugger Robot · 8 years ago
- 0cf3a07 Update persist.sys.usb.config on runtime by Jaekyun Seok · 8 years ago
- f1bd536 Merge "init: set ro.boot.avb_version in recovery mode" by Treehugger Robot · 8 years ago
- bcd36a2 Merge "init: moving early mount logic into init_first_stage.cpp" by Treehugger Robot · 8 years ago
- fd18a45 init: set ro.boot.avb_version in recovery mode by Bowgo Tsai · 8 years ago
- d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 8 years ago
- ad54d09 init: create init_tests.cpp by Tom Cherry · 8 years ago
- 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
- e6ec266 init: fix errno handling on KillProcessGroup by William Roberts · 8 years ago
- e2b04b7 do not start shutdown animation from init by Keun-young Park · 8 years ago
- 012c573 init: Stop combining actions by Tom Cherry · 8 years ago
- 19866bf init: add warning that `start` is not synchronous by Tom Cherry · 8 years ago
- 14ed55b Merge "init: handle sys.powerctl immediately" by Tom Cherry · 8 years ago
- 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 8 years ago
- cc054c9 ueventd: create classes for dev and sys permissions by Tom Cherry · 8 years ago
- 1a898c2 Set libavb version into system property for Treble OTA by Bowgo Tsai · 8 years ago
- eea6080 Merge "Revert "Send property_service AVC messages to the kernel audit system"" by Elliott Hughes · 8 years ago
- d8f9356 Revert "Send property_service AVC messages to the kernel audit system" by Elliott Hughes · 8 years ago
- 1ab8f55 ueventd: convert platform_names from C list to std::vector by Tom Cherry · 8 years ago
- e3e4821 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 8 years ago
- e771b69 Merge changes I6a29c678,I76212f65 by Treehugger Robot · 8 years ago
- d738137 Merge changes from topic 'avb-early-mount' by Treehugger Robot · 8 years ago
- aaf70e7 fs_mgr: support AVB in fs_mgr_update_verity_state() by Bowgo Tsai · 8 years ago
- 8bba52f init: support early_mount with vboot 2.0 (external/avb/libavb) by Bowgo Tsai · 8 years ago
- fc827be reboot: fix owner and permissions of last_reboot_reason file by Todd Poynor · 8 years ago
- 659b78e Merge changes Ie5ec609a,I5a2ac369,I690137b5 by Tom Cherry · 8 years ago
- 3fa4673 ueventd: Fix up string handling in handle_*_device_event() by Tom Cherry · 8 years ago
- 060b74b ueventd: convert mkdir_recursive() to std::string by Tom Cherry · 8 years ago
- 780a71e ueventd: move subsystem logic from code to ueventd.rc by Tom Cherry · 8 years ago
- 00e1c4f Passing additional parameter to powerctl by Dmitri Plotnikov · 8 years ago
- 120add0 Merge "ueventd: remove /dev/log" by Treehugger Robot · 8 years ago
- 1621189 Merge "ueventd: replace char** links with std::vector<std::string>" by Treehugger Robot · 8 years ago
- d4ff8d8 ueventd: remove /dev/log by Tom Cherry · 8 years ago
- 2ba5c81 poll umount completion from /proc/mounts by Keun-young Park · 8 years ago
- 72ca48e Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 8 years ago
- 2e344f9 ueventd: replace char** links with std::vector<std::string> by Tom Cherry · 8 years ago
- 4f6feec Merge "init: clean up more headers" by Treehugger Robot · 8 years ago
- f57c0bf init: clean up more headers by Tom Cherry · 8 years ago
- a74635d Merge "Reflect move of mapping file to /system." by Treehugger Robot · 8 years ago
- ab5ab1e Merge "init: more header cleanup" by Treehugger Robot · 8 years ago
- 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
- bf2dd48 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
- 2992311 Reflect move of mapping file to /system. by Dan Cashman · 8 years ago
- c44f6a4 ueventd: Write tests for the get_*_symlinks() functions by Tom Cherry · 8 years ago
- 554c1fa Merge "init: use read_file and write_file to implement do_copy builtin" by Tom Cherry · 8 years ago
- dbe88e7 init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 8 years ago
- 815578c Merge "init: Use std::string for write_file()" by Treehugger Robot · 8 years ago