summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: fix write_file checkreqprot logic errorNick Kralevich2015-04-252-8/+10
* init: remove mkdir /dev /proc /sysNick Kralevich2015-04-251-4/+0
* Switch init to epoll.Elliott Hughes2015-04-248-87/+60
* Clean up property service initialization.Elliott Hughes2015-04-242-43/+27
* Clean up init signal handling a little.Elliott Hughes2015-04-242-50/+46
* 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 "Remove now-unusable 'setcon' command.""Elliott Hughes2015-04-244-17/+0
* | Revert "Revert "Make init re-exec itself for its SELinux domain transition.""Elliott Hughes2015-04-241-14/+45
* | init: consider all platform devices for find_platform_deviceTom Cherry2015-04-231-10/+0
|/
* Don't try to read /system/default.prop.Elliott Hughes2015-04-151-1/+0
* Fix memory leak in parse_actionTom Cherry2015-04-131-0/+7
* Revert "Revert "fs_mgr_verity: Add support for squashfs""Mohamad Ayyash2015-04-081-0/+1
* Merge "Revert "fs_mgr_verity: Add support for squashfs""Mohamad Ayyash2015-04-081-1/+0
|\
| * Revert "fs_mgr_verity: Add support for squashfs"Mohamad Ayyash2015-04-081-1/+0
* | Merge "fs_mgr_verity: Add support for squashfs"Mohamad Ayyash2015-04-081-0/+1
|\ \ | |/
| * fs_mgr_verity: Add support for squashfsMohamad Ayyash2015-04-061-0/+1
* | Merge "Set verity mode as the verified property value"Sami Tolvanen2015-04-071-2/+3
|\ \ | |/ |/|
| * Set verity mode as the verified property valueSami Tolvanen2015-03-311-2/+3
* | Remove execonce.Elliott Hughes2015-04-034-69/+0
* | 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