summaryrefslogtreecommitdiffstats
path: root/init/builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: Allow devices to opt-out of fsck'ing on power offChristopher R. Palmer2016-05-161-0/+2
* Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2016-05-051-1/+70
* init: Fix derp in property name for rebooting to charger hookChristopher R. Palmer2016-03-131-1/+1
* init: Add a hook to turn a shutdown into a rebootChristopher R. Palmer2016-03-121-0/+3
* init: Fire a trigger when a class is started/stoppedSteve Kondik2015-11-111-4/+16
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-7/+20
|\
| * Merge "Set up user directory crypto in init." into mnc-dr-devPaul Crowley2015-07-131-5/+18
| |\
| | * Set up user directory crypto in init.Paul Crowley2015-06-231-5/+18
| * | Change init sequence to support file level encryptionPaul Lawrence2015-07-071-2/+2
* | | init: powerctl: Reject "keys*" reboot reason unless in recoveryDavid Ng2015-10-061-0/+7
* | | init: Add support for fast factory boot mode(ffbm)Ameya Thakur2015-10-061-4/+10
|/ /
* | Revert "Change init sequence to support file level encryption"Paul Lawrence2015-07-071-2/+2
* | Change init sequence to support file level encryptionPaul Lawrence2015-07-061-2/+2
|/
* DO NOT MERGE Securely encrypt the master keyPaul Lawrence2015-05-291-32/+26
* Fix insmod module sizeTom Cherry2015-05-121-5/+2
* Enable property expansion for insmodEmmanuel Berthier2015-05-121-1/+10
* Revert "Revert "Remove now-unusable 'setcon' command.""Elliott Hughes2015-04-241-9/+0
* Revert "Remove now-unusable 'setcon' command."Nick Kralevich2015-04-241-0/+9
* Remove now-unusable 'setcon' command.Elliott Hughes2015-04-231-9/+0
* 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-031-62/+0
* | Revert "Revert "Adding e4crypt support""Paul Lawrence2015-03-311-1/+53
|/
* Always use strerror to report errno.Elliott Hughes2015-03-201-1/+1
* Clean up property setting code.Elliott Hughes2015-03-201-45/+22
* Add init command to set verified propertiesSami Tolvanen2015-03-191-0/+24
* Remove chroot from init.Elliott Hughes2015-03-181-6/+0
* Remove chdir from init.Elliott Hughes2015-03-151-6/+0
* Remove obsolete setkey.Elliott Hughes2015-03-131-23/+0
* Remove getsebool/setsebool from init and toolbox.Stephen Smalley2015-03-131-28/+0
* builtins: remove setenforce commandNick Kralevich2015-03-111-9/+0
* Merge "Implement exec."Elliott Hughes2015-03-111-3/+8
|\
| * Implement exec.Elliott Hughes2015-02-251-3/+8
* | Add init support for dm-verity logging modeSami Tolvanen2015-03-041-0/+14
|/
* Move sprintf to snprintf.Yabin Cui2015-02-171-2/+2
* Bump do_write buffer sizeJohan Redestig2015-02-071-1/+1
* Clean up reading and writing in init.Elliott Hughes2015-02-061-37/+8
* Use TEMP_FAILURE_RETRY, always build bootchart.cpp.Elliott Hughes2015-02-041-6/+4
* Build init as C++.Elliott Hughes2015-02-041-0/+951