Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init/cutils: move list utility code to cutils from init | Dima Zavin | 2011-09-02 | 1 | -1/+0 |
| | | | | | Change-Id: I357ceee813700297d8343159f22a07659e768d41 Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | init: Fix parser line numbering | Bruce Beare | 2011-01-07 | 1 | -4/+7 |
| | | | | Change-Id: I1ac481a2cef749b26c73bc9e6a212e6ace7a0ae2 | ||||
* | init: Split parser into generic parser and init parser | Colin Cross | 2010-04-21 | 1 | -672/+0 |
| | | | | Change-Id: I451ebc4ff12f2ac660eb533fa10ad561fa25c9dd | ||||
* | init: Add wait command and mount wait flag | Colin Cross | 2010-04-21 | 1 | -0/+1 |
| | | | | Change-Id: I6b4c10f8f246095a7fb7342388ec4f6ff97d5733 | ||||
* | init: Move list and log handling to list.h and log.h | Colin Cross | 2010-04-21 | 1 | -0/+2 |
| | | | | Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27 | ||||
* | init: Handle commands in event queue loop | Colin Cross | 2010-04-16 | 1 | -0/+23 |
| | | | | Change-Id: I679059dae43143f3c8f16b68de5694539b699e50 | ||||
* | init: Move prototypes for util.c into util.h | Colin Cross | 2010-04-13 | 1 | -0/+1 |
| | | | | Change-Id: I46a91849ce5297eb2597dd6134412f817564ec24 | ||||
* | init: Move parser prototypes to parser.h | Colin Cross | 2010-04-13 | 1 | -0/+1 |
| | | | | Change-Id: I31db51eb8e8a33a0bd06b41206bc9f9147d16d41 | ||||
* | init: Add support for specifying a services i/o priority | San Mehat | 2010-02-26 | 1 | -0/+27 |
| | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | merge from open-source master | Jean-Baptiste Queru | 2009-09-01 | 1 | -0/+2 |
|\ | |||||
| * | added chdir/chroot commands to init for mount switching/pivoting | Jay Freeman (saurik) | 2009-08-27 | 1 | -0/+2 |
| | | |||||
* | | init: builtins: Add 'copy' command to init.rc parser | San Mehat | 2009-08-26 | 1 | -0/+1 |
|/ | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | init: Add the ability to start services with dynamic arguments. | San Mehat | 2009-05-19 | 1 | -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 Lockwood | 2009-05-08 | 1 | -2/+2 |
| | | | | | | gcc 4.4 Signed-off-by: Mike Lockwood <lockwood@android.com> | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+797 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -797/+0 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -2/+43 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+1 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+755 |