summaryrefslogtreecommitdiffstats
path: root/init/init_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Init: Remove unused variablesAndreas Gampe2014-11-241-6/+0
* Remove an unused #include of <sys/_properties.h>.Elliott Hughes2014-06-301-3/+0
* Improve init's debug printing.Riley Andrews2014-06-261-0/+3
* Add ability to boot from charger mode.Riley Andrews2014-06-201-0/+1
* correct the setenv option judging conditionGavin.Chang2014-05-161-1/+1
* init: add 'enable <service>' to negate "service <service>... disabled"JP Abgrall2014-05-031-0/+1
* init: limit visibility of init_parser.c helpersGreg Hackmann2013-11-251-5/+5
* am 2f924ebe: am a94d2b39: Merge "Add a restorecon_recursive built-in command ...Nick Kralevich2013-10-101-0/+1
|\
| * Add a restorecon_recursive built-in command to init.Stephen Smalley2013-10-101-0/+1
* | am 0b7d588d: am f2c4c4ad: Merge "init: Fix queue_all_property_triggers with n...Benoit Goby2013-09-241-2/+4
|\ \ | |/
| * init: Fix queue_all_property_triggers with nonexistent propertiesBenoit Goby2013-09-241-2/+4
* | am 0cbaed42: am a8ba1f2f: Merge "Add support for socket security context spec...Colin Cross2013-08-231-1/+3
|\ \ | |/
| * Add support for socket security context specification.Stephen Smalley2013-08-231-1/+3
| * init: switch property_get to use __system_property_getColin Cross2013-06-171-8/+8
| * init: prevent action being added to the action_queue twiceColin Cross2013-06-101-1/+6
* | Add swapon_all to init's builtin commandsKen Sumrall2013-07-091-0/+1
* | init: switch property_get to use __system_property_getColin Cross2013-06-171-8/+8
* | am 43329bc1: am 8a387870: Revert "Reload policy after setting up the data par...gcondra@google.com2013-05-201-1/+0
|\ \
| * | Revert "Reload policy after setting up the data partition."repo sync2013-05-171-1/+0
* | | am 63577d92: am fee250d2: Reload policy after setting up the data partition.gcondra@google.com2013-04-301-0/+1
|\ \ \ | |/ /
| * | Reload policy after setting up the data partition.repo sync2013-04-301-0/+1
* | | Make init handle rebootsNick Kralevich2013-04-231-0/+2
|/ /
* | init: prevent action being added to the action_queue twiceColin Cross2013-03-071-1/+6
|/
* Remove HAVE_SELINUX guardsKenny Root2012-10-161-2/+0
* Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-011-0/+1
* Extend init and ueventd for SE Android.Stephen Smalley2012-02-011-0/+15
* init: use init's property expansion code for setprop/writeDima Zavin2012-01-111-1/+1
* init: delay importing files until after parsing the current fileDima Zavin2012-01-111-20/+50
* init: allow init file imports to use properties in namesDima Zavin2012-01-111-5/+136
* Fix the class_reset commandKen Sumrall2011-10-261-0/+1
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-021-1/+1
* init: Fix the init.rc import commandMike Lockwood2011-06-091-0/+8
* init: Allow wildcards in property triggers by using * for property valueMike Lockwood2011-06-091-2/+4
* Load the persistent properties after decrypting the /data partitionKen Sumrall2011-03-101-0/+1
* Add the commands rm and rmdir to init.Ken Sumrall2011-01-181-0/+2
* init: Fix parser line numberingBruce Beare2011-01-071-1/+2
* Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-0/+1
* Revert "Add "slow_start" keyword to init"Iliyan Malchev2010-12-081-4/+0
* Add "slow_start" keyword to initPaul Eastham2010-12-041-0/+4
* init: Add support for SOCK_SEQPACKET socket typeMike Lockwood2010-10-011-2/+3
* init: Split parser into generic parser and init parserColin Cross2010-04-211-0/+669