summaryrefslogtreecommitdiffstats
path: root/init/init_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* init shouldn't call DumpState by default.Elliott Hughes2015-10-091-1/+4
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-410/+57
* init: replace strdup() in parse_config()Tom Cherry2015-08-101-1/+5
* Create Service and ServiceManager classesTom Cherry2015-08-071-372/+47
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-1/+1
* init: Create classes for Action and CommandTom Cherry2015-07-301-199/+24
* init: Adding support to import directoriesLee Campbell2015-07-271-3/+33
* init: do expand_props before calling the builtins.Yabin Cui2015-07-241-71/+30
* init: Let property_get return std::string.Yabin Cui2015-07-241-12/+6
* init support for cgroups.Elliott Hughes2015-06-171-0/+11
* init: change exec parsing to make SECLABEL optionalMark Salyzyn2015-06-021-1/+2
* Fix insmod module sizeTom Cherry2015-05-121-3/+4
* Clean up init /proc/cmdline handling.Elliott Hughes2015-05-071-10/+8
* Revert "Revert "Remove now-unusable 'setcon' command.""Elliott Hughes2015-04-241-1/+0
* Revert "Remove now-unusable 'setcon' command."Nick Kralevich2015-04-241-0/+1
* Remove now-unusable 'setcon' command.Elliott Hughes2015-04-231-1/+0
* Fix memory leak in parse_actionTom Cherry2015-04-131-0/+7
* Remove execonce.Elliott Hughes2015-04-031-1/+0
* Merge "Remove no-op "capabilities"."Elliott Hughes2015-04-011-3/+0
|\
| * Remove no-op "capabilities".Elliott Hughes2015-04-011-3/+0
* | Revert "Revert "Adding e4crypt support""Paul Lawrence2015-03-311-0/+1
|/
* Log more timing information from init.Elliott Hughes2015-03-281-6/+10
* init: missing break statementMark Salyzyn2015-03-241-0/+1
* Add init command to set verified propertiesSami Tolvanen2015-03-191-0/+1
* Remove chroot from init.Elliott Hughes2015-03-181-1/+0
* Remove chdir from init.Elliott Hughes2015-03-151-1/+0
* Remove obsolete setkey.Elliott Hughes2015-03-131-1/+0
* Remove getsebool/setsebool from init and toolbox.Stephen Smalley2015-03-131-1/+0
* builtins: remove setenforce commandNick Kralevich2015-03-111-1/+0
* Merge "Implement exec."Elliott Hughes2015-03-111-2/+62
|\
| * Implement exec.Elliott Hughes2015-02-251-2/+62
* | Add init support for dm-verity logging modeSami Tolvanen2015-03-041-0/+3
|/
* bootchart: fix bootchart can not be triggered problemYongqin Liu2015-02-121-0/+2
* Clean up reading and writing in init.Elliott Hughes2015-02-061-12/+12
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-1/+40
* Build init as C++.Elliott Hughes2015-02-041-0/+892