summaryrefslogtreecommitdiffstats
path: root/init/init.h
Commit message (Collapse)AuthorAgeFilesLines
* init: Move parser prototypes to parser.hColin Cross2010-04-131-8/+0
| | | | Change-Id: I31db51eb8e8a33a0bd06b41206bc9f9147d16d41
* MOAR GROUPSNick Pelly2010-03-231-1/+1
| | | | | | We were hitting the old limit with mediaserver. Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
* init: Add support for specifying a services i/o prioritySan Mehat2010-02-261-0/+3
| | | | Signed-off-by: San Mehat <san@google.com>
* completed implementation of "trigger" for initJay Freeman (saurik)2009-08-251-0/+1
|
* init: Add the ability to start services with dynamic arguments.San Mehat2009-05-191-1/+3
| | | | | | | | | | | | | | 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 heap corruption for services with argumentsSan Mehat2009-05-141-3/+5
| | | | | | | | | | | | The 'args' array *must* be the last entry in the structure. This fixes a longstanding issue (apparently since tc3) where a service with an argument would corrupt the heap. The more arguments, the more corruption :|. This will probably also end up making key-code bound services more reliable (ie: bugreports triggered via the keyboard) Signed-off-by: San Mehat <san@google.com>
* init: Fix segfault when log_write() was missing an arg to format.Dima Zavin2009-05-051-1/+2
| | | | | | Also, flag log_write() as a printf-like beast to gcc. Signed-off-by: Dima Zavin <dima@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+174
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-174/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+7
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+167