summaryrefslogtreecommitdiffstats
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
* Remove long-dead readtty.Elliott Hughes2014-11-241-322/+0
| | | | Change-Id: I15ae14542214a3802d43892da0d03cfb33e63c96
* Merge commit 'b2042f7263c7bbacc5115de4a42c5a96b64a06f2' into HEADBill Yi2014-10-225-33/+52
|\
| * resolved conflicts for merge of 3f95c89d to lmp-dev-plus-aospDmitriy Ivanov2014-10-141-1/+0
| |\ | | | | | | | | | Change-Id: I5184dcfa91a11a210c60e60a4fffc26d2c9f116f
| * \ Merge "Add bootanimation to audio group so it can play boot sound" into lmp-devMike Lockwood2014-10-061-1/+1
| |\ \
| | * | Add bootanimation to audio group so it can play boot soundMike Lockwood2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 17674304 Change-Id: I5d31bc024fa36fedac2c0ba5c4a8b100937183ad
| * | | init.trace.rc: fix race condition with class_start coreFred Fettinger2014-10-011-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The systrace permissions from init.trace.rc and the "class_start core" which launches surfaceflinger are both in an "on boot" section. However, the init.trace.rc commands are parsed after all commands in init.rc. This means that "class_start core" is executed before the chmod command which allows processes to write to trace_marker. If any services execute their first trace command before the chmod occurs, then that service won't be able to write traces until the service is restarted. To fix this, run all of the init.trace.rc commands in the "early-boot" section to ensure they are completed first. Bug: 17612265 Change-Id: Ibf544762173d5ba98272c66ef485d8eab7d70bf3
| * | init.usb.rc: Change product id to for add only configBadhri Jagan Sridharan2014-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | Change product id from D002 to 4EE7 when adb is the only supported function Change-Id: I8f6bcb9a1dc5ea6da0493a2dd730f9ac1f0bed24
| * | Change /dalvik-cache to be owned by root.Alex Light2014-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16875245 (cherry picked from commit 3878ebd72493427ea5537b36dfb9cd7cb38677bb) Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
| * | Move bootanim and surfaceflinger to class coreAndres Morales2014-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | They have no dependencies on /data so can be started early. This permits us to unmount /data while bootanimation is running, allowing an uninterrupted first boot encryption sequence. Bug: 17260550 Change-Id: I323fe23e8cf488d8bc136387efdd9fcea96625eb
| * | Merge "Enable not rebooting during default encryption" into lmp-devPaul Lawrence2014-08-251-1/+0
| |\ \
| | * | Enable not rebooting during default encryptionPaul Lawrence2014-08-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to not set this property) during mount, since it can't be changed later (ro property) Also no reason to start class main on encryption cycle - we'll show surfaceflinger, which is enough UI for this short cycle. Bug: 17041092 Change-Id: Ica5339c54e45716d0fe20e23c0ab857f388d23ed
| * | | Merge "Remove inputflinger from init. DO NOT MERGE" into lmp-devMichael Wright2014-08-161-7/+0
| |\ \ \ | | |/ / | |/| |
| | * | Remove inputflinger from init. DO NOT MERGEMichael Wright2014-08-191-7/+0
| | | | | | | | | | | | | | | | Change-Id: I6ae2815a0c3f6b9c69e712af3ed6ce9d455ef3d3
| * | | Remove obsolete tcp buffer size system properties.Robert Greenwalt2014-08-171-15/+0
| |/ / | | | | | | | | | Change-Id: If6fb6fdcf8975e6102e84594ee3f64a5be6166f6
| * | Export the new system_server classpath.Narayan Kamath2014-08-072-1/+3
| | | | | | | | | | | | | | | | | | bug: 16555230 Change-Id: I99d2d219b5bd6dc4807cb53e44dc5715cc0815b3
| * | Remove the /dev/.booting file before triggering boot.Riley Andrews2014-07-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | On mako only, there is a race condition such that core + main services must be started after releasing ueventd (by removing /dev/.booting). bug 16304711 bug 16333352
| * | Move unlink("/dev/.booting") until after filesystems are mounted.Riley Andrews2014-07-141-0/+7
| | | | | | | | | | | | | | | | | | | | | Move the unlink out of init.c and into init.rc, so that the file will be removed after all the filesystems with firmware are up. Change-Id: Ifdd5dd1e95d7e064dde5c80b70198882d949a710
| * | am f89ddf76: am d05245a4: am c87237f5: Merge "restorecon_recursive /cache"Nick Kralevich2014-07-091-3/+1
| |\ \ | | | | | | | | | | | | | | | | * commit 'f89ddf76f9e3c10af9002cdb0d9b8eadcd59bf15': restorecon_recursive /cache
| | * \ am d05245a4: am c87237f5: Merge "restorecon_recursive /cache"Nick Kralevich2014-07-091-3/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit 'd05245a4b10044670ed8456c5c869490fd90583f': restorecon_recursive /cache
| * | \ \ Merge "init.rc: add seclabel to flash_recovery"Nick Kralevich2014-07-071-0/+1
| |\ \ \ \
| | * | | | init.rc: add seclabel to flash_recoveryNick Kralevich2014-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure flash_recovery is always running in the install_recovery SELinux domain. Change-Id: I9495eedd03f6b5dfcf2e78c03d1102f6032b327a
| * | | | | am b12e40da: am 0a7b44d5: am ab98d2e6: Merge "Create a data directory for ↵Sreeram Ramachandran2014-07-081-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | | | | | | | | | | | netd and other network-related files." * commit 'b12e40da2526881c1730a3d3387556e4600c7040': Create a data directory for netd and other network-related files.
| | * | | am 0a7b44d5: am ab98d2e6: Merge "Create a data directory for netd and other ↵Sreeram Ramachandran2014-07-081-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-related files." * commit '0a7b44d55b9e9d038de390457246ec7fd0999cad': Create a data directory for netd and other network-related files.
| * | \ \ \ am cddb15b8: am b4e74db7: am 3fa71b8e: Merge "Remove sshd."dcashman2014-07-081-6/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit 'cddb15b8a9057e7efacf2de9c9a6a887fd666663': Remove sshd.
| | * | | | am b4e74db7: am 3fa71b8e: Merge "Remove sshd."dcashman2014-07-081-6/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4e74db79c9fda5e63ae49f299df3c0dd80a87f9': Remove sshd.
| * | \ \ \ \ resolved conflicts for merge of fa6f2543 to masterRiley Andrews2014-06-261-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | Change-Id: I04ce82e5d245e90e2cc62b76d688ec902c1a471d
| | * | | | | am 23340d8a: am 10f8cd1d: Merge changes Ia15b2110,I5498c725Riley Andrews2014-06-271-0/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '23340d8adac7bf68a6e47064ab7b48c1e227a077': Add ability to adjust init log level at runtime. Improve init's debug printing.
| * | | | | | | Moved symlink back up.Daniel Rosenberg2014-06-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the vendor symlink down was causing issues with some devices. Moved it back up, and adjusted mount to remove symlinks if necessary. Change-Id: I77126d77cfbef32250012bea3960c99b55db4cbb Signed-off-by: Daniel Rosenberg <drosen@google.com>
| * | | | | | | Added support for vendor partition and imageDaniel Rosenberg2014-06-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified fastboot to flash vendor.img as well. Moved symlink for /vendor to occur after mounting partitions. Changed mount to also create the mount point. Change-Id: I78e1ba24e6bb8b4af96a67ee0569af579439e682 Signed-off-by: Daniel Rosenberg <drosen@google.com>
| * | | | | | | resolved conflicts for merge of 079c637f to masterRiley Andrews2014-06-231-0/+25
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | Change-Id: Iab9a857026de954d7497d6b0eaf3751d2d3904c7
| | * | | | | | am 5b45e08a: am 7950fc47: Merge "Add ability to boot from charger mode."Riley Andrews2014-06-231-0/+25
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5b45e08aabd6dcbab527d221584fe348c73c70d4': Add ability to boot from charger mode.
| * | \ \ \ \ \ \ am aab0d57d: am 94fa2005: am 4f5392cb: Merge "Make indentation sane in init.rc"Riley Andrews2014-06-201-26/+26
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'aab0d57d18b202d059fec57c832d6443faff6ee3': Make indentation sane in init.rc
| | * | | | | | | am 94fa2005: am 4f5392cb: Merge "Make indentation sane in init.rc"Riley Andrews2014-06-201-26/+26
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '94fa20058fbd0e4f7e3c6d1381cdb9718dd90cde': Make indentation sane in init.rc
| | * \ \ \ \ \ \ \ am 68d97430: am 4924d10a: Merge "Regenerate init.environ.rc if ↵Ying Wang2014-06-181-1/+9
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PRODUCT_BOOTCLASSPATH changed." * commit '68d97430dd2cc25bb753df748d859415520a7dcb': Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH changed.
| * | | | | | | | | | Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH changed.Ying Wang2014-06-141-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4686c1239aa5ed361c918ce4e7a5abf9a1552ab4
| * | | | | | | | | | am f8cb68e1: am 3bff77a8: am 875dc8f3: Merge "Create ↵Nick Kralevich2014-06-121-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /data/dalvik-cache/profiles" * commit 'f8cb68e15ba242200e3525fffa2f969960e18a50': Create /data/dalvik-cache/profiles
| | * | | | | | | | | am 3bff77a8: am 875dc8f3: Merge "Create /data/dalvik-cache/profiles"Nick Kralevich2014-06-121-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3bff77a8f90e673dbf41d97b7b842a3e4a6986bf': Create /data/dalvik-cache/profiles
| * | \ \ \ \ \ \ \ \ \ am 44aadc4d: am 1eebf538: am 59d16c9e: Merge "make console shell run as ↵Nick Kralevich2014-06-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GID=shell" * commit '44aadc4daf926155bf06bcf9d8f2daa96f861cdf': make console shell run as GID=shell
| | * | | | | | | | | | am 1eebf538: am 59d16c9e: Merge "make console shell run as GID=shell"Nick Kralevich2014-06-121-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1eebf538d3e5465bbec84d86017bb9ca250a052b': make console shell run as GID=shell
| * | \ \ \ \ \ \ \ \ \ \ am b7c07da2: am 33154817: am 46fbaf06: Merge "Create world-searchable ↵Robin Lee2014-06-051-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /data/misc/user directory" * commit 'b7c07da2f4606ca36b93c2b9221e43e6ebe68831': Create world-searchable /data/misc/user directory
| | * | | | | | | | | | | am 33154817: am 46fbaf06: Merge "Create world-searchable /data/misc/user ↵Robin Lee2014-06-051-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory" * commit '33154817e274a4c7c381e2f5ef73ead7093e3985': Create world-searchable /data/misc/user directory
| * | \ \ \ \ \ \ \ \ \ \ \ am 01546ff2: am dec41a38: am 967729b7: Merge "Add LD_PRELOAD for ↵Dave Allison2014-05-291-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsigchain.so to the environment" * commit '01546ff208cec5ac15f81cc84f507fb8c9a51d98': Add LD_PRELOAD for libsigchain.so to the environment
| | * | | | | | | | | | | | am dec41a38: am 967729b7: Merge "Add LD_PRELOAD for libsigchain.so to the ↵Dave Allison2014-05-291-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment" * commit 'dec41a388d58ae515c83df4ec084c1e38edb427a': Add LD_PRELOAD for libsigchain.so to the environment
| * | \ \ \ \ \ \ \ \ \ \ \ \ am 7206eccb: am c4ffa5f6: am c290bed0: Merge "Remove dmesg_restrict"Nick Kralevich2014-05-281-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7206eccbd904508a199c7ec302d7395b3b674968': Remove dmesg_restrict
| | * | | | | | | | | | | | | am c4ffa5f6: am c290bed0: Merge "Remove dmesg_restrict"Nick Kralevich2014-05-281-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c4ffa5f62ef256ff286122d0ceea61364aa67e13': Remove dmesg_restrict
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ am 4f3ad823: am a8329a36: am 96109cf3: Merge "Add UID and directory for ↵Torne (Richard Coles)2014-05-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RELRO sharing support." * commit '4f3ad823eaf97fcbcbb1afac67371aff76677b1d': Add UID and directory for RELRO sharing support.
| | * | | | | | | | | | | | | | am a8329a36: am 96109cf3: Merge "Add UID and directory for RELRO sharing ↵Torne (Richard Coles)2014-05-281-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support." * commit 'a8329a36ca0e5f5799ec2dd14ae360dc0656b9c9': Add UID and directory for RELRO sharing support.
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b5d6c188: am 9196f5f2: am 5fe6fcc3: Merge "Add a zygote 64/32 bit config."Narayan Kamath2014-05-271-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5d6c18859424d86339ce895a42084a9c08552fd': Add a zygote 64/32 bit config.
| | * | | | | | | | | | | | | | | am 9196f5f2: am 5fe6fcc3: Merge "Add a zygote 64/32 bit config."Narayan Kamath2014-05-271-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9196f5f2df7890100e8968983680e196e944bd05': Add a zygote 64/32 bit config.
| * | | | | | | | | | | | | | | | | Support static IP config on EthernetJaewan Kim2014-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7606609 Bug: 8687763 Change-Id: I1d76b5783e8511a8e3f5d981e6b4b9fb4fbecdf4