summaryrefslogtreecommitdiffstats
path: root/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the class_reset commandKen Sumrall2011-10-261-1/+5
* Pick up on androidboot.hardware kernel cmd optionVladimir Chtchetkine2011-09-281-39/+8
* init: do not load default.prop from ramdisk in charger modeDima Zavin2011-09-061-1/+5
* init: add charge mode handlingDima Zavin2011-09-021-8/+15
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-021-1/+1
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-021-1/+1
* init: check for list empty when getting commands for actionDima Zavin2011-08-261-1/+1
* am 45e8fc6b: am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in...Conley Owens2011-07-251-0/+2
|\
| * am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in init when bu...Conley Owens2011-07-251-0/+2
| |\
| | * Fix build error in init when building with bootchartCarl-Emil Lagerstedt2011-04-111-0/+2
* | | defer firmware load until after filesystems are mountedBrian Swetland2011-03-251-0/+7
|/ /
* | Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-5/+21
* | Revert "Add "slow_start" keyword to init"Iliyan Malchev2010-12-081-4/+0
* | Add "slow_start" keyword to initPaul Eastham2010-12-041-0/+4
* | check the return value of setuid and friendsNick Kralevich2010-11-171-3/+12
* | Allow AID_RADIO to restart the ril-daemon.Wink Saville2010-10-031-0/+3
* | am 78ea2374: am 912ff85b: init: Add support for SOCK_SEQPACKET socket typeMike Lockwood2010-10-011-3/+4
|\ \ | |/
| * init: Add support for SOCK_SEQPACKET socket typeMike Lockwood2010-10-011-3/+4
* | 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