summaryrefslogtreecommitdiffstats
path: root/init/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-04-301-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
* init: Move uevent handling to an external ueventd processColin Cross2010-04-211-27/+0
* init: Split parser into generic parser and init parserColin Cross2010-04-211-2/+2
* init: Add wait command and mount wait flagColin Cross2010-04-211-3/+20
* init: Move list and log handling to list.h and log.hColin Cross2010-04-211-0/+1
* init: Handle commands in event queue loopColin Cross2010-04-161-1/+0
* init: Move prototypes for util.c into util.hColin Cross2010-04-131-0/+1
* init: Move parser prototypes to parser.hColin Cross2010-04-131-0/+1
* am 4833d9f4: init: builtins: trancate target file in do_copyTom Zhu2009-09-301-1/+1
|\
| * init: builtins: trancate target file in do_copyTom Zhu2009-09-301-1/+1
* | merge from open-source masterJean-Baptiste Queru2009-09-011-1/+15
|\ \ | |/ |/|
| * added chdir/chroot commands to init for mount switching/pivotingJay Freeman (saurik)2009-08-271-0/+12
| * Trivial implementation of init's import command.Jay Freeman (saurik)2009-08-271-1/+1
| * completed implementation of "trigger" for initJay Freeman (saurik)2009-08-251-0/+2
| * Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-251-3/+3
| |\
* | | init: builtins: Add 'copy' command to init.rc parserSan Mehat2009-08-261-0/+62
* | | init now returns proper error codes in dmesg for write command (init.rc)Mike Chan2009-06-291-2/+2
* | | resolved conflicts w/ f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 merge...San Mehat2009-05-201-3/+3
|\ \ \ | |/ / |/| / | |/
| * init: Add the ability to start services with dynamic arguments.San Mehat2009-05-191-3/+3
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+442
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-442/+0
* | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-191-3/+43
|\ \ | |/
| * Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+43
* | Added support for loop@/path/to/filename to init's mount.Jay Freeman (saurik)2008-11-201-5/+61
|/
* Initial ContributionThe Android Open Source Project2008-10-211-0/+402