summaryrefslogtreecommitdiffstats
path: root/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* Mount /dev with nosuidNick Kralevich2010-06-221-1/+1
* Revert "Mount /dev with noexec and nosuid"Nick Kralevich2010-06-151-1/+1
* Mount /dev with noexec and nosuidNick Kralevich2010-06-081-1/+1
* init: Fix init spinning once init.rc is completeColin Cross2010-04-221-1/+2
* init: Move uevent handling to an external ueventd processColin Cross2010-04-211-86/+17
* init: Split parser into generic parser and init parserColin Cross2010-04-211-5/+5
* init: Allow services to start before property triggers are upColin Cross2010-04-211-4/+7
* init: Move list and log handling to list.h and log.hColin Cross2010-04-211-0/+2
* init: Handle commands in event queue loopColin Cross2010-04-161-142/+245
* init: Move prototypes for util.c into util.hColin Cross2010-04-131-0/+1
* init: Move signal handling to signal_handler.cColin Cross2010-04-131-111/+6
* init: Move gettime() to util.cColin Cross2010-04-131-19/+0
* init: Move property_set_fd to property_service.cColin Cross2010-04-131-6/+4
* init: Move parser prototypes to parser.hColin Cross2010-04-131-0/+1
* init: Move device_fd to devices.cColin Cross2010-04-131-4/+4
* init: Move keychords to keychords.cColin Cross2010-04-131-101/+5
* init: Move mtd functions from init.c to util.cColin Cross2010-04-131-72/+0
* Move filesystem mounting into a new "fs" init levelColin Cross2010-04-131-0/+3
* init: Add support for specifying a services i/o prioritySan Mehat2010-02-261-0/+8
* init: Support bugreports to SD card in user builds if adb is enabled.Mike Lockwood2010-01-191-15/+22
* merge from open-source masterJean-Baptiste Queru2009-09-011-4/+3
|\
| * Allow an onrestart command to stop the current serviceBen Gruver2009-08-271-1/+2
| * completed implementation of "trigger" for initJay Freeman (saurik)2009-08-251-3/+1
| * Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-251-8/+49
| |\
* | \ am d4cdd13f: init: Clean up dynamic argument handling for servicesSan Mehat2009-05-201-34/+10
|\ \ \ | | |/ | |/|
| * | init: Clean up dynamic argument handling for servicesSan Mehat2009-05-201-34/+10
* | | resolved conflicts w/ f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 merge...San Mehat2009-05-201-7/+72
|\ \ \ | |/ /
| * | init: Add the ability to start services with dynamic arguments.San Mehat2009-05-191-6/+71
* | | am 770354d: init: Fix segfault when log_write() was missing an arg to foDima Zavin2009-05-051-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * init: Fix segfault when log_write() was missing an arg to format.Dima Zavin2009-05-051-1/+1
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+989
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-989/+0
* | Merge branch 'cupcake'The Android Open Source Project2009-01-091-26/+131
|\ \ | |/
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-26/+131
* | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-191-14/+7
|\ \ | |/
| * Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-14/+7
* | show error message when exec fails during service startupIvan Djelic2008-12-021-1/+3
|/
* Initial ContributionThe Android Open Source Project2008-10-211-0/+891