summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Remove no-op "capabilities"."Elliott Hughes2015-04-012-4/+0
|\ \ \
| * | | Remove no-op "capabilities".Elliott Hughes2015-04-012-4/+0
| |/ /
* | | Merge "Revert "Revert "Adding e4crypt support"""Paul Lawrence2015-04-014-3/+61
|\ \ \ | |/ / |/| |
| * | Revert "Revert "Adding e4crypt support""Paul Lawrence2015-03-314-3/+61
* | | Build init with clang.Elliott Hughes2015-03-301-0/+5
|/ /
* | Clarify a few things about bootcharts.Elliott Hughes2015-03-282-14/+13
* | Further cleanup of the logic in device_init.Elliott Hughes2015-03-281-11/+11
* | Fix clang build by removing unused locals.Elliott Hughes2015-03-281-9/+3
* | Log more timing information from init.Elliott Hughes2015-03-2814-215/+251
* | init: missing break statementMark Salyzyn2015-03-241-0/+1
* | Add missing parenthesis in init log message.Elliott Hughes2015-03-231-1/+1
* | Fix the number of arguments for verity commandsSami Tolvanen2015-03-221-2/+2
* | Always use strerror to report errno.Elliott Hughes2015-03-204-7/+7
* | Merge "Ensure all init commands are documented."Elliott Hughes2015-03-211-30/+77
|\ \
| * | Ensure all init commands are documented.Elliott Hughes2015-03-201-30/+77
* | | Merge "init: refactor firmware loading locations into table"Daniel Rosenberg2015-03-201-44/+32
|\ \ \
| * | | init: refactor firmware loading locations into tableDaniel Rosenberg2015-03-201-44/+32
| |/ /
* | | Use unique_ptr to call closedir.Elliott Hughes2015-03-202-56/+56
|/ /
* | Clean up property setting code.Elliott Hughes2015-03-204-60/+38
* | Merge "Lose bootmode and console globals."Elliott Hughes2015-03-201-42/+17
|\ \
| * | Lose bootmode and console globals.Elliott Hughes2015-03-201-42/+17
* | | Merge "Add init command to set verified properties"Sami Tolvanen2015-03-203-0/+27
|\ \ \ | |/ / |/| |
| * | Add init command to set verified propertiesSami Tolvanen2015-03-193-0/+27
* | | Parse boot properties from device treeRom Lemarchand2015-03-191-5/+48
* | | Merge "Remove /proc/cpuinfo parsing"Elliott Hughes2015-03-194-71/+5
|\ \ \ | |/ / |/| |
| * | Remove /proc/cpuinfo parsingRom Lemarchand2015-03-144-71/+5
* | | Merge "Remove useless memset from init."Elliott Hughes2015-03-191-1/+0
|\ \ \
| * | | Remove useless memset from init.Elliott Hughes2015-03-181-1/+0
* | | | Remove chroot from init.Elliott Hughes2015-03-184-12/+0
|/ / /
* | | Switch init over to _PATH_DEFPATH.Elliott Hughes2015-03-171-0/+3
* | | Revert "Revert "Create libbase.""Dan Albert2015-03-164-17/+16
* | | Revert "Create libbase."Nicolas Geoffray2015-03-164-16/+17
* | | Remove chdir from init.Elliott Hughes2015-03-154-12/+0
* | | Document mkdir behavioural changeJohan Redestig2015-03-151-1/+2
* | | Merge "Document the mount option string in the readme.txt"Elliott Hughes2015-03-151-2/+4
|\ \ \
| * | | Document the mount option string in the readme.txtNiklas Tibbling2015-03-151-2/+4
| |/ /
* | | Create libbase.Dan Albert2015-03-144-17/+16
|/ /
* | Remove obsolete setkey.Elliott Hughes2015-03-134-29/+0
* | Remove getsebool/setsebool from init and toolbox.Stephen Smalley2015-03-134-35/+0
* | builtins: remove setenforce commandNick Kralevich2015-03-114-16/+0
* | Fix a printf format string (caught by clang but not GCC).Elliott Hughes2015-03-111-1/+1
* | Merge "Implement exec."Elliott Hughes2015-03-1110-173/+391
|\ \
| * | Implement exec.Elliott Hughes2015-02-2510-173/+391
* | | Fix outdated comments in grab-bootchart.sh.Elliott Hughes2015-03-061-7/+4
* | | Merge "Add init support for dm-verity logging mode"Sami Tolvanen2015-03-043-0/+19
|\ \ \ | |/ / |/| |
| * | Add init support for dm-verity logging modeSami Tolvanen2015-03-043-0/+19
* | | init: grab-bootchart.sh: run bootchart and display resultsMark Salyzyn2015-02-242-5/+7
|/ /
* | Move sprintf to snprintf.Yabin Cui2015-02-173-4/+4
* | Remove unused variable BOOTCHART_DEFAULT_TIME_SEC.Elliott Hughes2015-02-131-3/+0
* | Further refactoring of the bootchart code.Elliott Hughes2015-02-135-368/+187