aboutsummaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: Add noexec mount optionLars Svensson2012-07-101-0/+1
* init: Add option to disable the initlogoSteve Kondik2012-07-102-0/+6
* init: Properly detect hardware revisionSteve Kondik2012-07-101-15/+14
* init: Increase maximum number of Android properties to 372David Ng2012-07-101-5/+5
* init: Add an emmc-specific configuration fileSteve Kondik2012-07-101-0/+6
* init: Let radio user manipulate service propertiesRicardo Cerqueira2012-07-101-1/+3
* core: allow radio users to access all rmnet* interfaceGiulio Cervera2012-07-101-1/+1
* init: Don't confuse do_exec with other exiting processes.Mike Kasick2012-07-101-1/+1
* init: Never allow two same-service processes to exist simultaneously.Mike Kasick2012-07-101-4/+3
* Restart oneshot services when manually restarted.Mike Kasick2012-07-101-3/+4
* Safely restart services to avoid race conditions.Mike Kasick2012-07-104-9/+32
* init: implement a new 'log' command, useful to debug property eventsTanguy Pruvot2012-07-103-0/+29
* init: add detection of charging modePrashant Somashekar2012-07-102-1/+32
* init: Support for emmc boot and init.target.rcSteve Kondik2012-07-101-0/+17
* init: Implement exec supportEmilio López2012-07-101-1/+35
* init: Add net device permission controls for LGE devicesRicardo Cerqueira2012-07-101-0/+13
* Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-014-55/+59
* Let users with SYSTEM permission set debug. propertiesRomain Guy2012-04-271-0/+1
* Don't set ro.carrier in init.cAndrew Flynn2012-04-131-1/+0
* init: Change umask of forked processes to 077Nick Kralevich2012-04-022-5/+13
* init: Fix chown and chmod for write-only filesBenoit Goby2012-03-281-2/+13
* Add handling for DEVNAME for usb devicesWei Zhong2012-03-231-13/+39
* init: make chmod/mkdir/chown not follow symlinksGeremy Condra2012-03-211-5/+51
* init: manually set controlling tty for console servicesColin Cross2012-03-181-0/+1
* am 1a2f32c4: am d39f9d93: am 9cec99ba: Merge "Fix typo in queue_property_trig...Colin Cross2012-03-011-1/+1
|\
| * Fix typo in queue_property_triggers identChris Dearman2012-03-011-1/+1
* | am 3b04bde9: am ee79b455: am 93553073: Merge "Extend init and ueventd for SE ...Jean-Baptiste Queru2012-02-248-13/+390
|\|
| * Extend init and ueventd for SE Android.Stephen Smalley2012-02-018-13/+390
| * init: use init's property expansion code for setprop/writeDima Zavin2012-01-113-29/+18
| * init: delay importing files until after parsing the current fileDima Zavin2012-01-112-20/+51
| * init: export all androidboot cmd line values as ro.boot.xx propsDima Zavin2012-01-113-65/+99
| * init: import the hardware specific init file in init.rcDima Zavin2012-01-111-2/+0
| * init: allow init file imports to use properties in namesDima Zavin2012-01-111-5/+136
| * init: initialize property area early at bootDima Zavin2012-01-111-21/+15
* | Merge "Don't read /data/local.prop on user builds"Nick Kralevich2012-01-182-0/+8
|\ \
| * | Don't read /data/local.prop on user buildsNick Kralevich2012-01-182-0/+8
* | | Don't parse properties from unsafe files.Nick Kralevich2012-01-181-0/+12
|/ /
* | init: use init's property expansion code for setprop/writeDima Zavin2012-01-053-29/+18
* | init: delay importing files until after parsing the current fileDima Zavin2012-01-052-20/+51
* | init: export all androidboot cmd line values as ro.boot.xx propsDima Zavin2012-01-053-65/+99
* | init: import the hardware specific init file in init.rcDima Zavin2012-01-051-2/+0
* | init: allow init file imports to use properties in namesDima Zavin2012-01-051-5/+136
* | init: initialize property area early at bootDima Zavin2011-12-201-21/+15
* | Delete dead code.Jeff Brown2011-11-181-15/+0
|/
* Fix the class_reset commandKen Sumrall2011-10-263-1/+7
* Pick up on androidboot.hardware kernel cmd optionVladimir Chtchetkine2011-09-284-39/+58
* init: do not load default.prop from ramdisk in charger modeDima Zavin2011-09-063-4/+11
* init: add charge mode handlingDima Zavin2011-09-021-8/+15
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-029-79/+5
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-025-48/+7