summaryrefslogtreecommitdiffstats
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Reorder BOOTCLASSPATH to match change 7eff81df2aYing Wang2011-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3385161 Change-Id: I8bb91753c02c031c32ab0070dd424a6ac859311a
* | | | | Merge "Bug 3381298 Remove old /data/drm/plugins/native"Glenn Kasten2011-02-021-2/+0
|\ \ \ \ \
| * | | | | Bug 3381298 Remove old /data/drm/plugins/nativeGlenn Kasten2011-01-231-2/+0
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Ic299d328f2e04a65a9dce68909c7b83f3ac03b20
* | | | | am e442cff0: am 58fb8220: Raise the viking killer min free values to match ↵Rebecca Schultz Zavin2011-01-301-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | the system properties * commit 'e442cff05ff9f083c91caa3bed74e37318a69fda': Raise the viking killer min free values to match the system properties
| * | | | Raise the viking killer min free values to match the system propertiesRebecca Schultz Zavin2011-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idcbdb106d704ef63c9a44e635b6e995e0e5f6479 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* | | | | am fee2cfb0: am 9efdcd96: Fix issue #3401380: Raise OOM killer limitsDianne Hackborn2011-01-281-9/+22
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | * commit 'fee2cfb01165f6797d783c6a8c0b1fba4f591355': Fix issue #3401380: Raise OOM killer limits
| * | | Fix issue #3401380: Raise OOM killer limitsDianne Hackborn2011-01-281-9/+22
| | | | | | | | | | | | | | | | Change-Id: Ia9c82e7d31b7f1b89bf9650ebea697d9b3a64506
* | | | Merge "Bug 3361124 Remove drmioserver"Glenn Kasten2011-01-231-5/+0
|\ \ \ \
| * | | | Bug 3361124 Remove drmioserverGlenn Kasten2011-01-201-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3b20b487c1466737921567ab2d043e230356bf4 Note: safe to re-use the drmio uid/gid as no files were ever created.
* | | | | am 100511ff: am 88af5ff4: Merge "goldfish: Work-around to start the RIL ↵David 'Digit' Turner2011-01-211-0/+6
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | daemon." into honeycomb * commit '100511ffaa11b33a6856a434c62ad326a899f252': goldfish: Work-around to start the RIL daemon.
| * | | | goldfish: Work-around to start the RIL daemon.David 'Digit' Turner2011-01-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change forces the start of the RIL daemon used to provide 3G connectivity to the system. It should normally be started automatically by init.rc but there is a bug within system/core/init/builtins.c that prevents this to happen. Fixes the "No network connectivity" bug while the network interface and route were properly setup. Change-Id: Ieec0f513aabf92b8a59f0a86f64a16e97057c3c3
* | | | | am afa099a1: am 3a159d62: Move rild to the late_start classKen Sumrall2011-01-191-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'afa099a1909c02196574d125d735adb0c8918392': Move rild to the late_start class
| * | | | Move rild to the late_start classKen Sumrall2011-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that rild can be killed in a reasonable amount of time, move it from the core class to late_start. I was going to move it to main, but it would get killed and restarted right after the disk crypto password was entered, which is when the late_start class is started, and I was seeing issues with rild not re-connecting to the network when it was killed and restarted. Change-Id: I60479ddb853953029890fc816538d615ef5a96ab
* | | | | am 794fb914: am eeeca4dd: rootdir: goldfish: Fix network route during emulation.David 'Digit' Turner2011-01-182-10/+26
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | * commit '794fb914bef34c1c5f32764947801c95575ecd41': rootdir: goldfish: Fix network route during emulation.
| * | | rootdir: goldfish: Fix network route during emulation.David 'Digit' Turner2011-01-182-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The net.eth0.gw system property is used by the ConnectivityService to set the default route when it detects that 3G connectivity is established. Because the property was undefined, the route was unset which broke networking. + Format / document init.goldfish.sh Change-Id: I1133cf6c093609300315cd0ea363c9e139b42521
| * | | Merge "rootdir: Fix system emulation startup." into honeycombDavid 'Digit' Turner2011-01-184-4/+14
| |\ \ \
| | * | | rootdir: Fix system emulation startup.David 'Digit' Turner2011-01-154-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the goldfish-specific config scripts used by init and ueventd to properly setup the system under emulation. This fixes a lot of broken-ess introduced by recent permission changes in the system. Note that there are still several problems after this patch is applied, but at least it becomes possible to get an adb connection to the emulated system, Change-Id: Iff47bbf0fe5cb759fa93089284bb0f71e32405a2
* | | | | am 383b76f8: am e4349157: Add a new trigger to support a progress bar UI for ↵Ken Sumrall2011-01-171-0/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | encrypt in place. * commit '383b76f86af48d4a1a502d7767ab79f024483864': Add a new trigger to support a progress bar UI for encrypt in place.
| * | | | Add a new trigger to support a progress bar UI for encrypt in place.Ken Sumrall2011-01-171-0/+3
| |/ / / | | | | | | | | | | | | Change-Id: I6a14eb43462505cb7fecfee9fd1ecdea50065963
| * | | Merge "Move rild to the core class." into honeycombKen Sumrall2011-01-131-1/+1
| |\ \ \
| | * | | Move rild to the core class.Ken Sumrall2011-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in init.stingray.rc now prevent rild from making sockets or named pipes on /data. Now that rild no longer prevents /data from being unmounted, we can put it in the core class, which doesn't restart when we enable encryption. This speeds up the boot by 20+ seconds. Change-Id: I737baf804e089f4ddbd664eaa1e675a7bd62e699
| * | | | Temporarily disable the drm service. do not mergeGloria Wang2011-01-101-11/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: I5cb04a9c2cc5b95443c6c0ea77132a4102ca47fc
* | | | | Move apache-xml to external. (project 4 of 4)Jesse Wilson2011-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e1ea723481ae6d8e609563331c187576f306bce http://b/3351604
* | | | | Move rild to the core class.Ken Sumrall2011-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in init.stingray.rc now prevent rild from making sockets or named pipes on /data. Now that rild no longer prevents /data from being unmounted, we can put it in the core class, which doesn't restart when we enable encryption. This speeds up the boot by 20+ seconds. Change-Id: I71c426dab1b725e401116234167d41c7ccd958c1
* | | | | am af7bdc64: Add separate permission and group for access to MTP USB driverMike Lockwood2011-01-101-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'af7bdc646088e3112052f4fd35061bb720393287': Add separate permission and group for access to MTP USB driver
| * | | | Add separate permission and group for access to MTP USB driverMike Lockwood2011-01-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the "usb" group and ACCESS_USB permission will be used by regular apps to access USB devices in host mode, we need a separate permission for the device side MTP driver. Change-Id: Ibb546b8726d61e041fc7c273f71929624ad1575b Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Merge "To remove drm service from groups of "system" and "root"."Gloria Wang2011-01-071-1/+1
|\ \ \ \
| * | | | To remove drm service from groups of "system" and "root".Gloria Wang2011-01-071-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: Ieac11c667c72465f7082baab0787dc740797049f
* | | | rootdir: Fix system emulation startup.David 'Digit' Turner2011-01-064-4/+14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the goldfish-specific config scripts used by init and ueventd to properly setup the system under emulation. This fixes a lot of broken-ess introduced by recent permission changes in the system. Note that there are still several problems after this patch is applied, but at least it becomes possible to get an adb connection to the emulated system, Change-Id: I1e8f5828b4d5cbb3a4338878df875dc718276b38
* | | Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-23/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | These are the changes to init and init.rc necessary to support booting with and encrypted /data filesystem. A corresponding change to init.<device>.rc goes along with this change. Change-Id: I0c7e2cc39568358014a82e317735c0eae14dd683
* | | don't run services with gid=0Nick Kralevich2010-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that we drop privileges for servicemanager and drmioserver. These should not be running with gid=0. Bug: 3275526 Testing: Applied change and successfully rebooted the device. No obvious bugs. Change-Id: I782fbda812cb88e0a365788b45b3b32894623177
* | | Remove services for adding SDP records.Jaikumar Ganesh2010-12-131-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was an inefficient way of doing things and was temporary. There are now direct calls to Bluez to add reserved SDP records. This improves connection time after turning on BT by 6-8 secs. Change-Id: I8750f44e1de73c9cc935d68710b8964e3f50c3a6
* | | Revert "HACK: slow_start for mediaserver to prevent restart race condition"Iliyan Malchev2010-12-081-2/+0
| | | | | | | | | | | | This reverts commit 9db7945ed2f9eb5756aa0c1e5e72fa6240f74847.
* | | HACK: slow_start for mediaserver to prevent restart race conditionPaul Eastham2010-12-041-0/+2
| | | | | | | | | | | | Change-Id: Ia76385612fd127c5f11b3d64205e350f27acfd82
* | | init.rc: Allow console in userdebug buildsMike Lockwood2010-11-191-1/+1
| | | | | | | | | | | | | | | Change-Id: Ib5734c6d3e2bf5a9da3d44721c529971f2345120 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Create directory for DRM plug-ins.Gloria Wang2010-10-281-3/+3
| | | | | | | | | | | | Change-Id: I1bfef96b1949f288852cd88222e0ce2bbb186f40
* | | am b7171987: am b4d65399: disable console in user buildsBrian Swetland2010-10-271-2/+8
|\ \ \ | |/ /
| * | am b4d65399: disable console in user buildsBrian Swetland2010-10-271-2/+8
| |\ \ | | |/
| | * disable console in user buildsBrian Swetland2010-10-271-2/+8
| | | | | | | | | | | | | | | | | | Also, run console as shell/log instead of root/root. Change-Id: I6104f1edddfd5e11843ff41d7839d0c296e6a6f9
* | | Let SocketClient users write binary data to clients.Brad Fitzpatrick2010-10-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency for the DNS proxy CLs. This CL also adds a new socket for the netd process to inherit which is owned by the inet group. (so only apps with the INTERNET permission can use the DNS proxy...) Change-Id: Ic3475c697913ba85805b4e49801b65e7a1d59289
* | | am 60afdedc: am 146481b9: add rules to set perms for input device sysfs ↵Brian Swetland2010-10-261-0/+5
|\ \ \ | |/ / | | | | | | attributes
| * | am 146481b9: add rules to set perms for input device sysfs attributesBrian Swetland2010-10-261-0/+5
| |\ \ | | |/
| | * add rules to set perms for input device sysfs attributesBrian Swetland2010-10-261-0/+5
| | | | | | | | | | | | Change-Id: I28ab7f1ac5cc07ade7830e87f5e70c96464bb686
* | | am f3c29f0c: am 5988ea72: add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6' * commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6': add sdcard access permission to ril daemon
| * | am 5988ea72: add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6' into gingerbread-plus-aosp * commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6': add sdcard access permission to ril daemon
| | * add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
| | | | | | | | | | | | | | | | | | Some RIL daemons write crashdumps to sdcard. Change-Id: I49a8d2cb342fd7f8bd23dbb1bcc378726e10a579
* | | am 33357f54: am 6490257d: Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '33357f5477a24cb16bd3dd692fe5ca14755ab033' * commit '33357f5477a24cb16bd3dd692fe5ca14755ab033': Make netd restart when system server hangs on it.
| * | am 6490257d: Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '6490257d116c35d3da927ee7b91179dde64ef713' into gingerbread-plus-aosp * commit '6490257d116c35d3da927ee7b91179dde64ef713': Make netd restart when system server hangs on it.
| | * Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netd has been seen hanging (cause suspected but unconfirmed) which then brings down the system server which blocks forever on its main thread trying to connect to netd with its hung event loop. This then results in an infinite watchdog runtime restart loop because the situation never improves: netd is still borked. Instead, we should kill netd and give it another chance when the system server dies. Bug: 3018996 Bug: 3017876 Change-Id: Ibf9ecf0ffcb78e48c38e5167f21cbeefe0e2a47f
* | | resolved conflicts for merge of 3b5214a6 to masterBrian Swetland2010-09-191-2/+5
|\ \ \ | |/ / | | | | | | Change-Id: Id73c53c6c2e9c21eb9b1d1e624aaeb25097ea7a4