summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add libkeyutils." am: 81824ebf1f am: dce08d5572Elliott Hughes2017-05-123-51/+7
|\
| * Merge "Add libkeyutils."Elliott Hughes2017-05-123-51/+7
| |\
| | * Add libkeyutils.Elliott Hughes2017-05-103-51/+7
* | | Merge "Work around clang-tidy segmentation fault." am: d761dd747e am: 4a926efc49Chih-Hung Hsieh2017-05-101-0/+6
|\| |
| * | Merge "Work around clang-tidy segmentation fault."Treehugger Robot2017-05-101-0/+6
| |\ \
| | * | Work around clang-tidy segmentation fault.Chih-Hung Hsieh2017-05-041-0/+6
* | | | Merge "first stage mount: removing the requirement of by-name prefix for AVB"...Bowgo Tsai2017-05-091-85/+115
|\| | |
| * | | Merge "first stage mount: removing the requirement of by-name prefix for AVB"Treehugger Robot2017-05-091-85/+115
| |\ \ \
| | * | | first stage mount: removing the requirement of by-name prefix for AVBBowgo Tsai2017-05-081-85/+115
| | |/ /
* | | | Merge changes I172acf0f,I97b6e17a am: 4963b42d7b am: 09b0da7b10Tom Cherry2017-05-093-13/+31
|\| | |
| * | | Merge changes I172acf0f,I97b6e17aTom Cherry2017-05-093-13/+31
| |\ \ \
| | * | | init: change kill order and fix error reporting in KillProcessGroup()Tom Cherry2017-05-043-13/+31
| * | | | init: remove restorecon() from util.cppTom Cherry2017-05-086-25/+19
| | |_|/ | |/| |
* | | | init: remove restorecon() from util.cppTom Cherry2017-05-086-38/+32
* | | | Merge "init: add "+passcred" for socket to set SO_PASSCRED" am: 9811cd33ac am...Mark Salyzyn2017-05-085-12/+25
|\| | |
| * | | init: add "+passcred" for socket to set SO_PASSCREDMark Salyzyn2017-05-085-12/+25
* | | | Merge changes I46690d1c,I84c11aa5 am: 0dda322d4a am: 18b23afa4bTom Cherry2017-05-0810-114/+247
|\| | |
| * | | Merge changes I46690d1c,I84c11aa5Tom Cherry2017-05-0810-114/+247
| |\ \ \ | | |_|/ | |/| |
| | * | init: do not log directly from read_file() and write_file()Tom Cherry2017-05-058-57/+117
| | * | init: Check DecodeUid() result and use error stringTom Cherry2017-05-056-57/+130
| | |/
* | | Merge "init: cleanup exec_service documentation" am: 61559e491e am: b46b61049bWilliam Roberts2017-05-041-3/+3
|\| |
| * | Merge "init: cleanup exec_service documentation"Treehugger Robot2017-05-041-3/+3
| |\ \ | | |/ | |/|
| | * init: cleanup exec_service documentationWilliam Roberts2017-05-041-3/+3
* | | Merge "init: manually restorecon mke2fs tools on ramdisk" am: e2629c5682 am: ...Jin Qian2017-05-031-3/+6
|\| |
| * | Merge "init: manually restorecon mke2fs tools on ramdisk"Treehugger Robot2017-05-031-3/+6
| |\ \
| | * | init: manually restorecon mke2fs tools on ramdiskJin Qian2017-05-031-3/+6
* | | | Merge changes Ieb44fa8f,I01b26fe5 am: e1e3e20337 am: d8dc29df8eMark Salyzyn2017-05-032-0/+50
|\| | |
| * | | Merge changes Ieb44fa8f,I01b26fe5Treehugger Robot2017-05-032-0/+50
| |\ \ \ | | |/ / | |/| |
| | * | init: setup keyring before ueventd startsMark Salyzyn2017-05-032-0/+50
| | |/
* | | Merge "init: use do_exec() for init_user0" am: 5ad06cbb1c am: 577c75e78cTom Cherry2017-05-031-1/+3
|\| |
| * | init: use do_exec() for init_user0Tom Cherry2017-05-031-1/+3
| |/
* | Merge "ueventd: do not reference init's sehandle" am: 672dd970f4 am: e4988c9a34Tom Cherry2017-05-039-30/+36
|\|
| * Merge "ueventd: do not reference init's sehandle"Tom Cherry2017-05-039-30/+36
| |\
| | * ueventd: do not reference init's sehandleTom Cherry2017-05-019-30/+36
* | | Merge "init: fix first stage mount failure due to /dev/device-mapper not foun...Bowgo Tsai2017-05-021-2/+5
|\| |
| * | init: fix first stage mount failure due to /dev/device-mapper not foundBowgo Tsai2017-05-021-2/+5
* | | Merge "init: add an initializer for keychord_id_" am: 7c3f147070 am: e2865c0f54Tom Cherry2017-05-014-3/+79
|\| |
| * | Merge "init: add an initializer for keychord_id_"Tom Cherry2017-05-014-3/+79
| |\ \ | | |/ | |/|
| | * init: add an initializer for keychord_id_Tom Cherry2017-05-014-3/+79
* | | Merge "ueventd: remove leftovers of the SELinux policy update mechanism" am: ...Tom Cherry2017-05-011-12/+0
|\| |
| * | Merge "ueventd: remove leftovers of the SELinux policy update mechanism"Tom Cherry2017-05-011-12/+0
| |\ \
| | * | ueventd: remove leftovers of the SELinux policy update mechanismTom Cherry2017-05-011-12/+0
| | |/
* | | Merge "ueventd: fix typo from previous patchset" am: c8877530c7 am: 4be091d588Tom Cherry2017-05-011-3/+0
|\| |
| * | ueventd: fix typo from previous patchsetTom Cherry2017-05-011-3/+0
| |/
* | Merge "combine wait for exec log with service exit log" am: 483d2f9a59 am: 01...Keun-young Park2017-04-281-9/+9
|\|
| * combine wait for exec log with service exit logKeun-young Park2017-04-281-9/+9
* | Merge "init: fix last_reboot_reason string" am: 59c74a3bd1 am: 2be5884903Tom Cherry2017-04-271-3/+1
|\|
| * Merge "init: fix last_reboot_reason string"Treehugger Robot2017-04-271-3/+1
| |\
| | * init: fix last_reboot_reason stringTom Cherry2017-04-261-3/+1
* | | Merge "set default shutdown timeout to 6 secs" am: 47d15ed5b9 am: 0020d4c076Keun-young Park2017-04-261-2/+1
|\| |