summaryrefslogtreecommitdiffstats
path: root/init/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Fix environment variable assignment in initJames Morrissey2014-07-101-3/+2
* Add ability to adjust init log level at runtime.Riley Andrews2014-06-261-4/+17
* Add ability to boot from charger mode.Riley Andrews2014-06-201-0/+8
* Clean up some unnecessary system_properties cruft.Elliott Hughes2014-05-141-1/+0
* init: add 'enable <service>' to negate "service <service>... disabled"JP Abgrall2014-05-031-0/+17
* am 2f924ebe: am a94d2b39: Merge "Add a restorecon_recursive built-in command ...Nick Kralevich2013-10-101-2/+14
|\
| * Add a restorecon_recursive built-in command to init.Stephen Smalley2013-10-101-2/+14
* | write_file: introduce O_NOFOLLOW, use sane maskNick Kralevich2013-09-171-1/+1
* | Add swapon_all to init's builtin commandsKen Sumrall2013-07-091-0/+12
* | am 372d668a: am 39021a48: am 83ada447: Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-251-2/+1
|\ \ | |/
| * am 83ada447: Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-241-2/+1
| |\
| | * Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-241-2/+1
| | |\
| | | * init: Retain traditional restart behavior for critical and oneshot services.Mike Kasick2012-03-221-2/+1
* | | | am 43329bc1: am 8a387870: Revert "Reload policy after setting up the data par...gcondra@google.com2013-05-201-6/+0
|\ \ \ \ | |/ / /
| * | | Revert "Reload policy after setting up the data partition."repo sync2013-05-171-6/+0
* | | | am 63577d92: am fee250d2: Reload policy after setting up the data partition.gcondra@google.com2013-04-301-0/+6
|\ \ \ \ | |/ / /
| * | | Reload policy after setting up the data partition.repo sync2013-04-301-0/+6
* | | | Make init handle rebootsNick Kralevich2013-04-231-0/+38
|/ / /
* | | fs_mgr: support a unified fstab format.Ken Sumrall2013-02-191-1/+4
|/ /
* | Change setsebool syntax to be consistent with other init built-ins.Stephen Smalley2012-12-131-22/+17
* | am 7b88a90d: Merge "Remove HAVE_SELINUX guards"Kenny Root2012-10-171-8/+1
|\ \
| * | Remove HAVE_SELINUX guardsKenny Root2012-10-161-8/+1
* | | am 3af04b71: am 7c386a61: Merge "Extend and document the "wait" command"Jean-Baptiste Queru2012-08-201-2/+4
|\ \ \ | |/ /
| * | Merge "Extend and document the "wait" command"Jean-Baptiste Queru2012-08-201-2/+4
| |\ \
| | * | Extend and document the "wait" commandPatrick McCormick2012-07-241-2/+4
* | | | init: Fix mkdir command when using ISUID or ISGID bitBenoit Goby2012-08-141-0/+8
* | | | Support shared-subtree and bind mount flags.Jeff Sharkey2012-08-141-0/+6
|/ / /
* | | Merge "Set the SELinux security label on new directories."Jean-Baptiste Queru2012-08-081-16/+2
|\ \ \ | |/ / |/| |
| * | Set the SELinux security label on new directories.Stephen Smalley2012-07-261-16/+2
| * | init: Fix chown and chmod for write-only filesBenoit Goby2012-05-041-2/+13
| * | init: make chmod/mkdir/chown not follow symlinksGeremy Condra2012-05-021-5/+51
* | | am 0e9dd90a: Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-011-53/+54
|\ \ \
| * | | Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-011-53/+54
* | | | am 64753635: am a02ff986: Merge "init: Add noexec mount option"Colin Cross2012-04-271-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | init: Add noexec mount optionLars Svensson2012-04-231-0/+1
| |/
* | init: Fix chown and chmod for write-only filesBenoit Goby2012-03-281-2/+13
* | init: make chmod/mkdir/chown not follow symlinksGeremy Condra2012-03-211-5/+51
|/
* Extend init and ueventd for SE Android.Stephen Smalley2012-02-011-0/+85
* init: use init's property expansion code for setprop/writeDima Zavin2012-01-111-28/+16
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-021-1/+1
* init: make "mkdir" work even when the directory already exists.Chia-chi Yeh2011-07-081-1/+7
* init: Add support for assigning system properties to system properties in ini...Mike Lockwood2011-06-091-3/+20
* init: Fix the init.rc import commandMike Lockwood2011-06-091-5/+0
* init: Add support for writing system property value to a file in init.rcMike Lockwood2011-06-091-1/+17
* Teach the mount command in init to not consider a wiped partition to be encry...Ken Sumrall2011-05-261-2/+5
* Load the persistent properties after decrypting the /data partitionKen Sumrall2011-03-101-1/+10
* Fix for bug 3379244, non-eMMC devices don't start all services.Ken Sumrall2011-02-171-9/+21
* Add the commands rm and rmdir to init.Ken Sumrall2011-01-181-0/+10
* Set a read-only property to indicate if the device is running encrypted.Ken Sumrall2011-01-141-0/+2
* Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-1/+51