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