summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Create libbase.""Dan Albert2015-03-164-17/+16
* am 90a968f0: am dd581695: Merge "Revert "Create libbase.""Nicolas Geoffray2015-03-164-16/+17
|\
| * Revert "Create libbase."Nicolas Geoffray2015-03-164-16/+17
* | am b14d61b3: am 8f18daf1: Merge "Remove chdir from init."Elliott Hughes2015-03-154-12/+0
|\ \ | |/
| * Remove chdir from init.Elliott Hughes2015-03-154-12/+0
* | am 33d84874: am c353c912: Merge "Document mkdir behavioural change"Elliott Hughes2015-03-151-1/+2
|\ \ | |/
| * Document mkdir behavioural changeJohan Redestig2015-03-151-1/+2
* | am 5e088596: am 285c2ae0: Merge "Document the mount option string in the read...Elliott Hughes2015-03-151-2/+4
|\ \ | |/
| * 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
* | | am 517f65da: am a68c8148: Merge "Create libbase."Dan Albert2015-03-154-17/+16
|\ \ \ | |/ /
| * | Create libbase.Dan Albert2015-03-144-17/+16
| |/
* | am 24b1c2da: am 6fadf9e9: Merge "Remove obsolete setkey."Elliott Hughes2015-03-144-29/+0
|\ \ | |/
| * Remove obsolete setkey.Elliott Hughes2015-03-134-29/+0
* | am 8c09e148: am 0f6286d7: Merge "Remove getsebool/setsebool from init and too...Elliott Hughes2015-03-134-35/+0
|\ \ | |/
| * Remove getsebool/setsebool from init and toolbox.Stephen Smalley2015-03-134-35/+0
* | am 0d6fca8a: am 7e9fe7d8: Merge "builtins: remove setenforce command"Nick Kralevich2015-03-134-16/+0
|\ \ | |/
| * builtins: remove setenforce commandNick Kralevich2015-03-114-16/+0
* | am b02a734d: am 0a92c8c4: Merge "Fix a printf format string (caught by clang ...Elliott Hughes2015-03-131-1/+1
|\ \ | |/
| * Fix a printf format string (caught by clang but not GCC).Elliott Hughes2015-03-111-1/+1
* | resolved conflicts for merge of 5ebc2f5b to masterDan Albert2015-03-1210-174/+392
|\ \ | |/
| * Merge "Implement exec."Elliott Hughes2015-03-1110-173/+391
| |\
| | * Implement exec.Elliott Hughes2015-02-2510-173/+391
* | | Parse boot properties from device treeRom Lemarchand2015-03-101-5/+48
* | | am b0dbe4be: am 3f421e4d: am d73df6ab: Merge "Fix outdated comments in grab-b...Elliott Hughes2015-03-081-7/+4
|\ \ \ | |/ /
| * | Fix outdated comments in grab-bootchart.sh.Elliott Hughes2015-03-061-7/+4
* | | am 9c92cef4: am eb2ff9bb: am 8ee42f9c: Merge "Add init support for dm-verity ...Sami Tolvanen2015-03-043-0/+19
|\ \ \ | |/ /
| * | 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
* | | Remove /proc/cpuinfo parsingRom Lemarchand2015-02-274-71/+5
|/ /
* | 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
* bootchart: fix bootchart can not be triggered problemYongqin Liu2015-02-127-111/+102
* Bump do_write buffer sizeJohan Redestig2015-02-071-1/+1
* Clean up reading and writing in init.Elliott Hughes2015-02-0611-149/+184
* Stop using #if for conditional compilation.Elliott Hughes2015-02-0411-185/+162
* Use TEMP_FAILURE_RETRY, always build bootchart.cpp.Elliott Hughes2015-02-046-70/+25
* Fix clang "ueventd.cpp:111:1: error: no return statement in function returnin...Elliott Hughes2015-02-041-0/+2
* Build init as C++.Elliott Hughes2015-02-0420-146/+101
* Fix x86_64 buildDmitriy Ivanov2015-02-031-2/+2
* Merge "Init: Fix Clang unsupported attributes"Elliott Hughes2015-02-031-0/+6
|\
| * Init: Fix Clang unsupported attributesAndreas Gampe2015-02-031-0/+6
* | Init: Fix literalAndreas Gampe2015-02-031-1/+1
|/
* Trivial cleanup of recent changes.Elliott Hughes2015-02-023-6/+9
* init: Implement 'exec' command.San Mehat2015-02-026-4/+74
* init: Add support "&&" operator in property triggersBadhri Jagan Sridharan2015-02-025-56/+128
* Add O_CLOEXEC to lots of open() calls.Nick Kralevich2015-02-028-44/+31
* builtins.c: Don't require file open() for chmod/chownNick Kralevich2015-02-021-63/+8