summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: fix subcontext SELinux stringsTom Cherry2017-10-021-2/+2
* Merge "init: run vendor commands in a separate SELinux context"Tom Cherry2017-10-0223-193/+992
|\
| * init: run vendor commands in a separate SELinux contextTom Cherry2017-09-2923-193/+992
* | Merge "init: remove non-protobuf single persistent property file"Tom Cherry2017-09-271-101/+9
|\ \
| * | init: remove non-protobuf single persistent property fileTom Cherry2017-09-271-101/+9
| |/
* | Merge "init: report shutdown,container for sigterm of init"Mark Salyzyn2017-09-271-2/+1
|\ \ | |/ |/|
| * init: report shutdown,container for sigterm of initMark Salyzyn2017-09-271-2/+1
* | Merge "init: cleanup exit() uses"Tom Cherry2017-09-273-9/+5
|\ \ | |/ |/|
| * init: cleanup exit() usesTom Cherry2017-09-263-9/+5
* | init: shutdown,thermal shut off display immediatelyMark Salyzyn2017-09-261-0/+2
* | init: fix typoTom Cherry2017-09-191-1/+1
|/
* Merge "init: use protobuf for serialization of persistent properties"Tom Cherry2017-09-197-148/+159
|\
| * init: use protobuf for serialization of persistent propertiesTom Cherry2017-09-197-148/+159
* | Merge "init: add exec_background command"Tom Cherry2017-09-182-0/+19
|\ \ | |/ |/|
| * init: add exec_background commandTom Cherry2017-09-182-0/+19
* | Merge "init: fix crash when reboot is triggered by a builtin"Tom Cherry2017-09-152-5/+21
|\ \
| * | init: fix crash when reboot is triggered by a builtinTom Cherry2017-09-152-5/+21
| |/
* / init: fix hiding of move constructors of Result<T>Tom Cherry2017-09-152-2/+51
|/
* Merge "init: fix variable scope issue with ExpandArgs()"Tom Cherry2017-09-121-8/+10
|\
| * init: fix variable scope issue with ExpandArgs()Tom Cherry2017-09-111-8/+10
* | Merge "init: Allow clean system shutdown upon SIGTERM"Treehugger Robot2017-09-078-14/+58
|\ \
| * | init: Allow clean system shutdown upon SIGTERMLuis Hector Chavez2017-09-078-14/+58
| |/
* / Log pid for writes to sys.powerctlTom Cherry2017-09-051-0/+16
|/
* Merge "Add odm sepolicy support to selinux.cpp"Treehugger Robot2017-09-041-14/+53
|\
| * Add odm sepolicy support to selinux.cppkaichieh2017-09-011-14/+53
* | init: add option to read file fully on readaheadWei Wang2017-09-012-18/+44
* | Merge "use a single file for storing persistent properties"Tom Cherry2017-08-305-83/+566
|\ \ | |/ |/|
| * use a single file for storing persistent propertiesTom Cherry2017-08-295-83/+566
* | Merge "init: fix signal handling and LOG(FATAL) in child processes"Tom Cherry2017-08-282-6/+20
|\ \ | |/ |/|
| * init: fix signal handling and LOG(FATAL) in child processesTom Cherry2017-08-252-6/+20
* | Merge "init: support setting rlimits per service"Treehugger Robot2017-08-288-14/+276
|\ \
| * | init: support setting rlimits per serviceTom Cherry2017-08-288-14/+276
* | | Merge "init: log all failures of Service::Start()"Tom Cherry2017-08-283-6/+20
|\ \ \
| * | | init: log all failures of Service::Start()Tom Cherry2017-08-253-6/+20
| | |/ | |/|
* | | Clarify SELinux service error messageNick Kralevich2017-08-251-1/+5
| |/ |/|
* | Merge "init: do not load persistent properties from temporary /data"Tom Cherry2017-08-251-0/+11
|\ \
| * | init: do not load persistent properties from temporary /dataTom Cherry2017-08-241-0/+11
| |/
* / Switch /data/misc/reboot/last_reboot_reason to persistent propertyMark Salyzyn2017-08-242-17/+15
|/
* Merge "init: Fix -DUSER_MODE_LINUX compilation"Treehugger Robot2017-08-242-4/+3
|\
| * init: Fix -DUSER_MODE_LINUX compilationDmitry Shmidt2017-08-232-4/+3
* | init: enable error reporting of builtin functionsTom Cherry2017-08-232-1/+17
* | init: log Service failures via Result<T>Tom Cherry2017-08-233-42/+43
* | init: pass errors from one Result<T> to another betterTom Cherry2017-08-234-32/+163
* | init: cleanup environment handlingTom Cherry2017-08-237-67/+11
* | init: add log to time spent in waiting for fileWei Wang2017-08-221-4/+7
|/
* Fix use-after-free of stack-allocated temporary string.Andreas Huber2017-08-211-1/+3
* Merge "init: only set ro.boottime.<service> properties once."Tom Cherry2017-08-181-1/+4
|\
| * Merge "init: only set ro.boottime.<service> properties once."Tom Cherry2017-08-181-1/+4
| |\
| | * init: only set ro.boottime.<service> properties once.Tom Cherry2017-08-181-1/+4
* | | Merge "ueventd: fix subsystem list logic issues"Tom Cherry2017-08-183-17/+16
|\| |