aboutsummaryrefslogtreecommitdiffstats
path: root/init/init_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for socket security context specification.Stephen Smalley2013-07-181-1/+3
* init: Add "export_rc" command to export env from a specified fileDavid Ng2012-09-111-0/+60
* init: implement a new 'log' command, useful to debug property eventsTanguy Pruvot2012-07-101-0/+1
* 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