summaryrefslogtreecommitdiffstats
path: root/init/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-021-1/+0
| | | | | Change-Id: I357ceee813700297d8343159f22a07659e768d41 Signed-off-by: Dima Zavin <dima@android.com>
* init: Fix parser line numberingBruce Beare2011-01-071-4/+7
| | | | Change-Id: I1ac481a2cef749b26c73bc9e6a212e6ace7a0ae2
* init: Split parser into generic parser and init parserColin Cross2010-04-211-672/+0
| | | | Change-Id: I451ebc4ff12f2ac660eb533fa10ad561fa25c9dd
* init: Add wait command and mount wait flagColin Cross2010-04-211-0/+1
| | | | Change-Id: I6b4c10f8f246095a7fb7342388ec4f6ff97d5733
* init: Move list and log handling to list.h and log.hColin Cross2010-04-211-0/+2
| | | | Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27
* init: Handle commands in event queue loopColin Cross2010-04-161-0/+23
| | | | Change-Id: I679059dae43143f3c8f16b68de5694539b699e50
* init: Move prototypes for util.c into util.hColin Cross2010-04-131-0/+1
| | | | Change-Id: I46a91849ce5297eb2597dd6134412f817564ec24
* init: Move parser prototypes to parser.hColin Cross2010-04-131-0/+1
| | | | Change-Id: I31db51eb8e8a33a0bd06b41206bc9f9147d16d41
* init: Add support for specifying a services i/o prioritySan Mehat2010-02-261-0/+27
| | | | Signed-off-by: San Mehat <san@google.com>
* merge from open-source masterJean-Baptiste Queru2009-09-011-0/+2
|\
| * added chdir/chroot commands to init for mount switching/pivotingJay Freeman (saurik)2009-08-271-0/+2
| |
* | init: builtins: Add 'copy' command to init.rc parserSan Mehat2009-08-261-0/+1
|/ | | | Signed-off-by: San Mehat <san@google.com>
* init: Add the ability to start services with dynamic arguments.San Mehat2009-05-191-4/+2
| | | | | | | | | | | | | | To add arguments dynamically to a service, start the service like so: setprop ctl.start service_to_run:arg1 arg2 arg3... To start a service with *no* dynamic arguments, start the service normally: setprop ctl.start service_to_run Dynamic arguments are only supported on 'oneshot' services Signed-off-by: San Mehat <san@google.com>
* init: Fix some broken code that did not cause problems until switching to ↵Mike Lockwood2009-05-081-2/+2
| | | | | | gcc 4.4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+797
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-797/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+43
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+755