summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixed the pacing logic in bootchart data collection."Elliott Hughes2014-08-063-20/+47
|\
| * Fixed the pacing logic in bootchart data collection.Bo (Andover) Zhang2014-07-293-20/+47
* | Clarify init's write command.Elliott Hughes2014-07-251-3/+3
|/
* Move unlink("/dev/.booting") until after filesystems are mounted.Riley Andrews2014-07-111-15/+8
* Fix environment variable assignment in initJames Morrissey2014-07-102-8/+22
* ueventd fixup_sys_perms: fixup SELinux labels unconditionallyNick Kralevich2014-07-071-13/+15
* Merge "ueventd: allow matching symlink names when setting permissions"Colin Cross2014-07-021-13/+38
|\
| * ueventd: allow matching symlink names when setting permissionsColin Cross2014-07-021-13/+38
* | Remove an unused #include of <sys/_properties.h>.Elliott Hughes2014-06-301-3/+0
* | Add ability to adjust init log level at runtime.Riley Andrews2014-06-261-4/+17
* | Improve init's debug printing.Riley Andrews2014-06-263-4/+22
* | Merge "property_service: get rid of hard coded property / control list"Nick Kralevich2014-06-251-105/+4
|\ \
| * | property_service: get rid of hard coded property / control listNick Kralevich2014-06-171-105/+4
* | | Redirect libselinux logging to dmesg for ueventd.Stephen Smalley2014-06-243-1/+8
| |/ |/|
* | Add ability to boot from charger mode.Riley Andrews2014-06-206-16/+21
* | init/ueventd: adds wildcard matching for ueventd rulesDaniel Leung2014-06-203-4/+20
|/
* Extend ueventd to use the label-by-symlink support in libselinux.Stephen Smalley2014-06-161-3/+4
* Only allow disabling SELinux on userdebug / eng buildsNick Kralevich2014-06-022-1/+5
* Merge "SELinux changes to check policy versions during a reload."Nick Kralevich2014-05-311-8/+5
|\
| * SELinux changes to check policy versions during a reload.Robert Craig2014-04-281-8/+5
* | Merge "ueventd: support by-name symlinks for PCI block devices"Colin Cross2014-05-221-6/+44
|\ \
| * | ueventd: support by-name symlinks for PCI block devicesAndrew Boie2014-05-131-6/+44
* | | Remove unnecessary #includes of <sys/atomics.h>.Elliott Hughes2014-05-221-1/+0
* | | correct the setenv option judging conditionGavin.Chang2014-05-161-1/+1
* | | Merge "init: logd: Allow Developer settings to adjust logd size"Mark Salyzyn2014-05-161-0/+1
|\ \ \
| * | | init: logd: Allow Developer settings to adjust logd sizeMark Salyzyn2014-05-131-0/+1
| |/ /
* | | Clean up some unnecessary system_properties cruft.Elliott Hughes2014-05-142-3/+0
|/ /
* | init: add 'enable <service>' to negate "service <service>... disabled"JP Abgrall2014-05-036-2/+33
* | init: 64-bit build issueMark Salyzyn2014-05-011-1/+2
* | ueventd: Ueventd changes the permission of sysfs files for max/minRuchi Kandoi2014-05-011-1/+1
|/
* Merge "Sync persist property immediately,in case of suddenly remove the batte...Colin Cross2014-04-181-0/+1
|\
| * Sync persist property immediately,in case of suddenly remove the battery.OPPO2014-03-311-0/+1
* | init: unused paramter warning messagesMark Salyzyn2014-04-011-0/+2
|/
* ueventd: fix klog debug typoAlex Ray2014-03-191-2/+2
* Add "import" support to system property files.Jeff Sharkey2014-03-191-22/+57
* don't load property_contexts from /dataNick Kralevich2014-03-111-1/+0
* ueventd: easier debug loggingAlex Ray2014-03-073-2/+11
* liblog: enable logging to logd.Mark Salyzyn2014-02-281-2/+10
* Remove an unused #include of <asm/page.h>.Elliott Hughes2014-02-241-1/+0
* Enable building init with -Wall -Werror.Stephen Smalley2014-02-191-2/+23
* Convert all selinux_android_restorecon and _setfilecon calls to new API.Stephen Smalley2014-02-071-2/+2
* Move restorecon and restorecon_recursive code to libselinux.Stephen Smalley2014-01-282-51/+5
* system/core 64-bit cleanup.Elliott Hughes2014-01-162-4/+4
* restorecon_recursive("/sys") speed boot timeNick Kralevich2014-01-101-11/+34
* Merge "ueventd: fix a busy loop while reading uevents"Colin Cross2013-12-282-2/+2
|\
| * ueventd: fix a busy loop while reading ueventsAmir Goldstein2013-11-172-2/+2
* | Log a warning on services that lack SELinux domains.Stephen Smalley2013-12-091-0/+3
* | init: add subsystem rules to ueventd.rcGreg Hackmann2013-11-265-33/+268
* | init: handle ueventd path truncation betterGreg Hackmann2013-11-261-2/+16
* | Merge "init: limit visibility of init_parser.c helpers"Greg Hackmann2013-11-262-6/+5
|\ \