summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
...
* | | | init: make "mkdir" work even when the directory already exists.Chia-chi Yeh2011-07-081-1/+7
* | | | init: Handle EINTR in handle_property_set_fd()Mike Lockwood2011-07-011-3/+3
* | | | 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-093-7/+9
* | | | init: Allow wildcards in property triggers by using * for property valueMike Lockwood2011-06-091-2/+4
* | | | init: Add support for writing system property value to a file in init.rcMike Lockwood2011-06-091-1/+17
* | | | Merge "Teach the mount command in init to not consider a wiped partition to b...Ken Sumrall2011-05-271-2/+5
|\ \ \ \
| * | | | Teach the mount command in init to not consider a wiped partition to be encry...Ken Sumrall2011-05-261-2/+5
* | | | | rename uevent_checked_recv to uevent_kernel_multicast_recvNick Kralevich2011-05-111-1/+1
|/ / / /
* | | | am b0d0e260: resolved conflicts for merge of 2baeb898 to honeycomb-plus-aospNick Kralevich2011-04-271-29/+5
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 2baeb898 to honeycomb-plus-aospNick Kralevich2011-04-271-29/+5
| |\ \ \ | | |/ /
| | * | Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-281-29/+5
* | | | am de35f274: am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message ori...Nick Kralevich2011-04-271-5/+29
|\ \ \ \ | |/ / /
| * | | am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking ...Nick Kralevich2011-04-271-5/+29
| |\ \ \ | | |/ /
| | * | Revert "Fold uevent message origin checking from init into libcutils."Nick Kralevich2011-04-271-5/+29
* | | | am e3ab4245: am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin chec...Nick Kralevich2011-04-271-29/+5
|\ \ \ \ | |/ / /
| * | | am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from ini...Nick Kralevich2011-04-271-29/+5
| |\ \ \ | | |/ /
| | * | Fold uevent message origin checking from init into libcutils.Vernon Tang2011-04-271-29/+5
| | |/
| | * am fc0b4ff1: Merge "init: Fix parser line numbering"Jean-Baptiste Queru2011-01-072-5/+9
| | |\
| | | * init: Fix parser line numberingBruce Beare2011-01-022-5/+9
* | | | am 80337ffc: am 47e4ee59: am 71ead183: Close the client socket early for ctl....Brad Fitzpatrick2011-04-011-5/+9
|\ \ \ \ | |/ / /
| * | | Close the client socket early for ctl.* properties.Brad Fitzpatrick2011-04-011-5/+9
| * | | Close the property socket *after* updating properties.Brad Fitzpatrick2011-03-301-10/+6
* | | | Merge "ueventd: track platform device uevents to parse block device names"Colin Cross2011-03-311-10/+88
|\ \ \ \
| * | | | ueventd: track platform device uevents to parse block device namesColin Cross2011-03-311-10/+88
* | | | | Merge "ueventd: refactor uevent handling"Colin Cross2011-03-311-89/+126
|\ \ \ \ \ | |/ / / /
| * | | | ueventd: refactor uevent handlingColin Cross2011-03-311-89/+126
* | | | | Close the property socket *after* updating properties.Brad Fitzpatrick2011-03-301-10/+6
|/ / / /
* | | | defer firmware load until after filesystems are mountedBrian Swetland2011-03-253-9/+36
|/ / /
* | | Load the persistent properties after decrypting the /data partitionKen Sumrall2011-03-105-1/+26
* | | Try to unmount writable filesystems when rebootingKen Sumrall2011-03-101-4/+2
* | | property_service: Give radio permission to set net.qmi*Amol Bhatkar2011-03-021-0/+1
* | | 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-183-0/+16
* | | Set a read-only property to indicate if the device is running encrypted.Ken Sumrall2011-01-141-0/+2
* | | init: Fix parser line numberingBruce Beare2011-01-072-5/+9
* | | am bf10797e: am f7ca6040: Fix infinite loop in init when debugging is turned offColin Cross2011-01-041-6/+6
|\ \ \ | |/ /
| * | am f7ca6040: Fix infinite loop in init when debugging is turned offColin Cross2011-01-041-6/+6
| |\ \ | | |/ | |/|
| | * Fix infinite loop in init when debugging is turned offColin Cross2011-01-041-6/+6
* | | Changes to init to support encrypted filesystems.Ken Sumrall2010-12-186-8/+80
* | | init: Allow non-root adbd to switch between TCP and USB modesMike Lockwood2010-12-101-0/+1
* | | Revert "Add "slow_start" keyword to init"Iliyan Malchev2010-12-084-10/+0
* | | Add "slow_start" keyword to initPaul Eastham2010-12-044-0/+10
* | | Merge "Add missing headers for compilation on x86 targets"Olivier Bailly2010-11-293-0/+5
|\ \ \
| * | | Add missing headers for compilation on x86 targetsOlivier Bailly2010-11-173-0/+5
* | | | check the return value of setuid and friendsNick Kralevich2010-11-171-3/+12
|/ / /
* | | init: Abort firmware transfer if firmware is missingBenoit Goby2010-11-091-1/+3
* | | am 439b4dfb: am bc57d4ce: init: support owner/permission setting for sysfs at...Brian Swetland2010-10-264-33/+62
|\ \ \ | |/ /
| * | am bc57d4ce: init: support owner/permission setting for sysfs attributes of d...Brian Swetland2010-10-264-33/+62
| |\ \ | | |/
| | * init: support owner/permission setting for sysfs attributes of devicesBrian Swetland2010-10-264-33/+62