summaryrefslogtreecommitdiffstats
path: root/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "init: make system properties more secure."Nick Kralevich2013-01-221-0/+5
* init: make system properties more secure.Nick Kralevich2013-01-181-5/+0
* am 2a36ae56: am 7b88a90d: Merge "Remove HAVE_SELINUX guards"Kenny Root2012-10-171-26/+1
|\
| * am 7b88a90d: Merge "Remove HAVE_SELINUX guards"Kenny Root2012-10-171-26/+1
| |\
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-161-26/+1
* | | Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes."Nick Kralevich2012-10-051-16/+0
|/ /
* | init: Set ADDR_COMPAT_LAYOUT before spawning processes.Nick Kralevich2012-10-051-0/+16
* | am 11c783f1: am 9494f297: Merge "Implement SELinux/MAC checks for property se...Kenny Root2012-08-131-0/+43
|\ \ | |/
| * Implement SELinux/MAC checks for property service.rpcraig2012-08-091-0/+43
* | resolved conflicts for merge of 4dcd52ab to jb-mr1-devKenny Root2012-08-131-85/+26
|\ \ | |/
| * Add support for reloading policy from /data/system.Stephen Smalley2012-08-091-85/+26
* | am faad67fa: am ef3f7fa3: Merge "Set the SELinux security label on new direct...Jean-Baptiste Queru2012-08-081-0/+6
|\ \ | |/
| * Merge "Set the SELinux security label on new directories."Jean-Baptiste Queru2012-08-081-0/+6
| |\
| | * Set the SELinux security label on new directories.Stephen Smalley2012-07-261-0/+6
* | | Add watchdogdArve Hjønnevåg2012-06-141-0/+4
|/ /
* | Don't set ro.carrier in init.cAndrew Flynn2012-04-131-1/+0
* | init: Change umask of forked processes to 077Nick Kralevich2012-04-021-0/+1
* | init: manually set controlling tty for console servicesColin Cross2012-03-181-0/+1
|/
* Fix typo in queue_property_triggers identChris Dearman2012-03-011-1/+1
* Extend init and ueventd for SE Android.Stephen Smalley2012-02-011-1/+175
* init: export all androidboot cmd line values as ro.boot.xx propsDima Zavin2012-01-111-61/+91
* init: import the hardware specific init file in init.rcDima Zavin2012-01-111-2/+0
* init: initialize property area early at bootDima Zavin2012-01-111-21/+15
* 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