summaryrefslogtreecommitdiffstats
path: root/init/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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