summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: Fix possible open file pointerMichael W2016-11-131-1/+3
* init: Allow devices to opt-out of fsck'ing on power offChristopher R. Palmer2016-05-162-0/+6
* Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2016-05-051-1/+70
* Revert "Revert "init: Temporarily increase coldboot timeout to 5s""Gabriele M2016-04-111-1/+1
* 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: Add property_get_boolChristopher R. Palmer2016-03-122-0/+28
* init: Android.mk: don't build libext4_utils_static twicekostoulhs2016-02-101-1/+0
* Add vendor hook to handle_control_messageAaron Kling2016-01-013-0/+12
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/sys...Steve Kondik2015-12-071-1/+1
|\
| * Remove __DATE__/__TIME__ from init and debuggerdDan Willemsen2015-11-031-1/+1
* | init: Allow targets to ignore the ro.revision propertyChristopher N. Hesse2015-11-292-0/+6
* | ueventd: Fix bootdevice by-name/by-num link creationDavid Ng2015-11-241-13/+20
* | init: Add support for gzipped firmware filesChris Fries2015-11-232-15/+38
* | init: Fire a trigger when a class is started/stoppedSteve Kondik2015-11-111-4/+16
* | init: fix logic for determining charger modeDan Pasanen2015-11-071-1/+1
* | init: create symlinks to mtd block device nodesBrian Beloshapka2015-11-071-0/+59
* | init: define BOARD_CHARGING_CMDLINE parametersEthan Chen2015-11-071-1/+3
* | init: Bring back support for arbitrary chargermode cmdlinesRicardo Cerqueira2015-11-071-1/+10
* | init: Allow devices to use user-space tools to set ro.serialnoChristopher R. Palmer2015-11-072-0/+6
* | init: add detection of charging modePawit Pornkitprasan2015-11-052-1/+28
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-055-46/+56
|\|
| * DO NOT MERGE init: Fix parsing of multiple property triggersTom Cherry2015-09-011-24/+23
| * Merge "Set up user directory crypto in init." into mnc-dr-devPaul Crowley2015-07-133-5/+21
| |\
| | * Set up user directory crypto in init.Paul Crowley2015-06-233-5/+21
| * | Change init sequence to support file level encryptionPaul Lawrence2015-07-075-13/+7
* | | ueventd: Add bootdevice links support for selinuxBiswajit Paul2015-10-301-2/+12
* | | init: Make restorecon_recursive work for /data/Christopher R. Palmer2015-10-181-1/+5
* | | init: Add vendor-specific initialization hooks.David Ng2015-10-165-0/+108
* | | Rename libext2_uuid -> libext2_uuid_static libquanganh26272015-10-161-1/+1
* | | fs_mgr: Skip filesystem check unless fs_type matchesDan Pasanen2015-10-161-0/+3
* | | init: Let a device's init.rc redefine service entriesRicardo Cerqueira2015-10-152-6/+15
* | | Revert "system: core: Add uevent support for dvb devices"Satish Kamuju2015-10-061-21/+0
* | | system: core: Add uevent support for dvb devicesHamad Kadmany2015-10-061-0/+21
* | | init: powerctl: Reject "keys*" reboot reason unless in recoveryDavid Ng2015-10-061-0/+7
* | | Revert "init: Temporarily increase coldboot timeout to 5s"David Ng2015-10-061-1/+1
* | | init: Add support for fast factory boot mode(ffbm)Ameya Thakur2015-10-062-4/+13
* | | init: Temporarily increase coldboot timeout to 5sDavid Ng2015-10-061-1/+1
* | | ueventd: Add bootdevice symlink for boot storage deviceDavid Ng2015-10-062-0/+12
|/ /
* | Revert "Change init sequence to support file level encryption"Paul Lawrence2015-07-075-7/+13
* | Change init sequence to support file level encryptionPaul Lawrence2015-07-065-13/+7
|/
* init support for cgroups.Elliott Hughes2015-06-175-40/+71
* New "selinux.restorecon" control property.Jeff Sharkey2015-06-091-3/+10
* init: change exec parsing to make SECLABEL optionalMark Salyzyn2015-06-023-3/+5
* DO NOT MERGE Securely encrypt the master keyPaul Lawrence2015-05-291-32/+26
* Don't use TEMP_FAILURE_RETRY on close in system/core.Elliott Hughes2015-05-271-2/+2
* init: wait_for_file use smaller time resolutionThierry Strudel2015-05-221-2/+2
* Reduce the coldboot timeout to 1s.Elliott Hughes2015-05-151-1/+4
* Fix insmod module sizeTom Cherry2015-05-125-15/+11
* Enable property expansion for insmodEmmanuel Berthier2015-05-121-1/+10