summaryrefslogtreecommitdiffstats
path: root/init/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: Fix possible open file pointerMichael W2016-11-131-1/+3
* Revert "Revert "init: Temporarily increase coldboot timeout to 5s""Gabriele M2016-04-111-1/+1
* Add vendor hook to handle_control_messageAaron Kling2016-01-011-0/+4
* init: Allow targets to ignore the ro.revision propertyChristopher N. Hesse2015-11-291-0/+2
* init: fix logic for determining charger modeDan Pasanen2015-11-071-1/+1
* init: Bring back support for arbitrary chargermode cmdlinesRicardo Cerqueira2015-11-071-1/+10
* init: Allow devices to use user-space tools to set ro.serialnoChristopher R. Palmer2015-11-071-0/+2
* init: add detection of charging modePawit Pornkitprasan2015-11-051-1/+20
* Revert "init: Temporarily increase coldboot timeout to 5s"David Ng2015-10-061-1/+1
* init: Add support for fast factory boot mode(ffbm)Ameya Thakur2015-10-061-0/+3
* init: Temporarily increase coldboot timeout to 5sDavid Ng2015-10-061-1/+1
* init support for cgroups.Elliott Hughes2015-06-171-0/+10
* init: change exec parsing to make SECLABEL optionalMark Salyzyn2015-06-021-1/+2
* Reduce the coldboot timeout to 1s.Elliott Hughes2015-05-151-1/+4
* init: get rid of the remaining double mountsNick Kralevich2015-04-251-40/+45
* Merge "init: don't double mount /proc and /sys"Nick Kralevich2015-04-251-3/+8
|\
| * init: don't double mount /proc and /sysNick Kralevich2015-04-251-3/+8
* | init: fix write_file checkreqprot logic errorNick Kralevich2015-04-251-6/+4
|/
* init: remove mkdir /dev /proc /sysNick Kralevich2015-04-251-4/+0
* Switch init to epoll.Elliott Hughes2015-04-241-35/+25
* Clean up property service initialization.Elliott Hughes2015-04-241-36/+20
* Clean up init signal handling a little.Elliott Hughes2015-04-241-21/+3
* Merge "Setup signal handler before any exec command"Elliott Hughes2015-04-251-1/+3
|\
| * Setup signal handler before any exec commandJohan Redestig2015-04-181-1/+3
* | Revert "Revert "Make init re-exec itself for its SELinux domain transition.""Elliott Hughes2015-04-241-14/+45
* | Revert "Make init re-exec itself for its SELinux domain transition."Nick Kralevich2015-04-241-45/+14
* | Make init re-exec itself for its SELinux domain transition.Elliott Hughes2015-04-231-14/+45
|/
* Log more timing information from init.Elliott Hughes2015-03-281-55/+47
* Clean up property setting code.Elliott Hughes2015-03-201-3/+1
* Lose bootmode and console globals.Elliott Hughes2015-03-201-42/+17
* Parse boot properties from device treeRom Lemarchand2015-03-191-5/+48
* Merge "Remove /proc/cpuinfo parsing"Elliott Hughes2015-03-191-14/+2
|\
| * Remove /proc/cpuinfo parsingRom Lemarchand2015-03-141-14/+2
* | Remove useless memset from init.Elliott Hughes2015-03-181-1/+0
* | Switch init over to _PATH_DEFPATH.Elliott Hughes2015-03-171-0/+3
|/
* Fix a printf format string (caught by clang but not GCC).Elliott Hughes2015-03-111-1/+1
* Implement exec.Elliott Hughes2015-02-251-92/+94
* Move sprintf to snprintf.Yabin Cui2015-02-171-1/+1
* bootchart: fix bootchart can not be triggered problemYongqin Liu2015-02-121-60/+12
* Clean up reading and writing in init.Elliott Hughes2015-02-061-3/+1
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-67/+61
* Build init as C++.Elliott Hughes2015-02-041-0/+1187