aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fixed reversed output in netstat Recv-Q Send-Q columns" into cm-10.1Steve Kondik2013-07-031-2/+2
|\
| * Fixed reversed output in netstat Recv-Q Send-Q columnsBrian Carlstrom2013-06-081-2/+2
| | | | | | | | Change-Id: I2bc7ac6c886808910212432497f05e34596f5e85
* | lolcatChirayu Desai2013-07-031-0/+10
| | | | | | | | Change-Id: I4fecd80884a86c2d9bb720c9e821bd1605814d8c
* | rootdir: Set permissions for additional ondemand sysfs nodesSteve Kondik2013-06-291-0/+5
| | | | | | | | Change-Id: Id39cab7ab69ea8f67de99f5b4ee342e2c52ebedd
* | Merge "libsysutils: fix null pointer and memory leak issue" into cm-10.1Ricardo Cerqueira2013-06-111-1/+8
|\|
| * libsysutils: fix null pointer and memory leak issueHong-Mei Li2013-05-251-1/+8
| | | | | | | | | | | | | | | | | | In SocketClient::quoteArg function 1. Fix potential null pointer accessing issue 2. Fix potential memory leak introduced by realloc fail Change-Id: I1ca0f9089290d43452e9a71428244545f4ed866b Signed-off-by: Hong-Mei Li <a21834@motorola.com>
* | Merge "init.rc: setup qtaguid group ownership of ctrl and stat files" into ↵Ricardo Cerqueira2013-06-111-0/+6
|\ \ | |/ |/| | | cm-10.1
| * init.rc: setup qtaguid group ownership of ctrl and stat filesJP Abgrall2013-05-201-0/+6
| | | | | | | | | | | | | | | | | | | | This will help get rid of android_aid.h in the kernel. The group of the proc entries will be used in place of the default values picked up by the xt_qtaguid netfilter module (AID_NET_BW_STATS, AID_NET_BW_ACCT). This change has no effect until the matching kernel changes are submitted. Change-Id: I3c177e7b5caf9c59300eba6bd4a976634b333674
* | Merge "init: provide initial pemissions for ondemand governor" into cm-10.1Giulio Cervera2013-05-221-26/+47
|\ \
| * | init: provide initial pemissions for ondemand governorGiulio Cervera2013-05-211-26/+47
| |/ | | | | | | | | | | also set all governor permissions a bit late Change-Id: I5c1445b31bcaf34a535efd7438fd612ada460ea2
* / init: fix indentation and tabGiulio Cervera2013-05-211-15/+15
|/ | | | Change-Id: Ia832ab4df5d955b2fa2b791baf9444aca21c2571
* Revert "init: allow media to set persist.camera property"Daniel Hillenbrand2013-05-101-1/+0
| | | | | | | | !!! PROPERTY_PERMS_APPEND !!! This reverts commit 49506dc95cabe45332a34f9ce594a3115c4428ee Change-Id: I815f0145845336834f9022ceba25527c47a9bd5c
* init: allow media to set persist.camera propertyDaniel Hillenbrand2013-05-101-0/+1
| | | | Change-Id: Ife28c39da107b53b9c497be9fcbad3159031b8fe
* backup service: fall back to /sbin/buKoushik Dutta2013-05-091-0/+1
| | | | Change-Id: I46c67a401da8de92d7ef81ad40c565bb1d2ef93b
* adb : add missing connection statestrevd2013-05-051-0/+4
| | | | | | | | | Both CS_RECOVERY and CS_SIDELOAD where not being checked by connection_state_name which resulted in adb get-state returning unknown when a device is in those modes. Change-Id: I00716024d6a0bdb68d6e2380c8cd7b5d056bd15f Signed-off-by: trevd <trevd1234@gmail.com>
* Fix issues where the filename is referred to as 'sideload'Magnus Eriksson2013-05-051-4/+4
| | | | | | | | The adb sideload utility referes to the filename as 'sideload' in some places. This patch changes the printouts to display the filename instead. Change-Id: I38ada01a08bed53a8d9697c03f55ce8cee2abe12 Signed-off-by: Magnus Eriksson <eriksson.mag@gmail.com>
* mount: fix incorrect string length calculationNick Kralevich2013-05-011-3/+4
| | | | | | | | | | | | Fix bug https://code.google.com/p/android/issues/detail?id=54192 which incorrectly calculated the length of a string. Fix compiler warning: system/core/toolbox/mount.c:59:2: warning: initializer-string for array of chars is too long [enabled by default] system/core/toolbox/mount.c:59:2: warning: (near initialization for 'options[16].str') [enabled by default] Change-Id: If8663f8311c6348a730fcf731d402b57fee10cb5
* init: Load init.carrier.rc for carrier-specific bitsSteve Kondik2013-04-301-0/+1
| | | | Change-Id: I941230f035182e27bd62316b594ac457316c37b6
* adb: Add a few more wait-for commandsSteve Kondik2013-04-133-1/+12
| | | | | | | * wait-for-recovery is obvious. * wait-for-online will wait for recovery || device Change-Id: I70f747bcd201a4157b988d7ed49bcc8e5ff4c85f
* adb: Add "wait-for-sideload" commandSteve Kondik2013-04-131-0/+3
| | | | | | * Waits for connected device to enter sideload mode Change-Id: I65b4ad86456c13a3bbc48880e12ab7a034707b88
* libnetutils: add ifc_set_mtuPawit Pornkitprasan2013-04-131-0/+16
| | | | Change-Id: I3031e9ee38583648350f2c46baa7a9a714b9ea1e
* liblog: Move log messages from Diag_Lib to radio logSteve Kondik2013-04-121-1/+2
| | | | | | * This is incredibly spammy and QC specifc. Move to radio log. Change-Id: I775ea9d0fbe1b7d32da3f0e8faef28149f0001ac
* Fix the QCOM_BSP ifdefRicardo Cerqueira2013-03-241-1/+1
| | | | | | We only want this when the full BSP is enabled. Change-Id: I7bb7b0d274d1221c5bb566d4ac24419e1e134519
* add 8K 16K 32K 64K and 128K pagesizes in bootimageChampionSwimmer2013-03-241-2/+2
| | | | | | | | | | | Ported from jellybean (was Change-Id: I4bc74ad6b0a473de68c906422bcd7eac00c89793) http://review.cyanogenmod.org/33216 Signed-off-by: ChampionSwimmer <android@championswimmer.tk> Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0ee608b74a1daefe536b9247f99368f3e043f93d
* qcom-fm: audio: Add support for FM featureMingming Yin2013-03-241-0/+3
| | | | | | | | | | -Define audio stream for FM -Define audio source for FM RX and FM RX A2DP Change-Id: If24e4c32916f6614e3367b4c9f2cd828562e0347 Conflicts: include/system/audio.h
* Set permissions on io_is_busy node for interactive governorSteve Kondik2013-03-221-0/+1
| | | | Change-Id: I9dce40b0680fdb594f415aade22dbd92ebffa43c
* Merge "init: create mountpoint for fuse" into cm-10.1Daniel Hillenbrand2013-03-041-0/+4
|\
| * init: create mountpoint for fusecodeworkx2013-02-191-0/+4
| | | | | | | | Change-Id: I8bd80bbcacc8f01ac4df17e013d3d68d2b86e02f
* | init: Check for symlinks with lstat() not open()Andrew Dodd2013-02-271-30/+16
|/ | | | | | | | | | | | | | | | | Using open() with an O_NOFOLLOW flag will result in a file falsely being determined to be a symlink if the open fails for another reason. For example, a character device that isn't ready due to the underlying hardware not being initialized yet will fail to open() An example of this are any CG2900 device files prior to execution of ste-cg29xx_ctrl This uses lstat() instead of open() with O_NOFOLLOW to check whether a file is a symlink or not. Change-Id: Ie0d8d94b426c84c29b1b04d41a4cc15536cb307c
* Merge "fmradio: cleanup QCOM_HARDWARE/STE_FM defs and ifdef" into cm-10.1Giulio Cervera2013-02-161-13/+12
|\
| * fmradio: cleanup QCOM_HARDWARE/STE_FM defs and ifdefGiulio Cervera2013-02-141-13/+12
| | | | | | | | Change-Id: I00b5e6536511b3bedee6105bf010ee2b5f2e36ac
* | Merge branch 'mr1.1-staging' of ↵Steve Kondik2013-02-144-6/+12
|\ \ | |/ |/| | | git://github.com/CyanogenMod/android_system_core into mr1.1-staging
| * Merge tag 'android-4.2.2_r1' of ↵Steve Kondik2013-02-124-6/+12
| |\ | | | | | | | | | | | | | | | https://android.googlesource.com/platform/system/core into 1.1 Android 4.2.2 release 1
| | * rootdir: init.rc: set perms for cpufreq governor boostpulse_durationTodd Poynor2012-12-191-0/+2
| | | | | | | | | | | | Change-Id: I09b9a1ed548e4ffe1232f583e8ff5f026760f616
| | * Merge "Fix ELF header parser bug." into jb-mr1.1-devBen Cheng2012-12-111-4/+7
| | |\
| | | * Fix ELF header parser bug.Ben Cheng2012-12-101-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [cherry-picked from AOSP] Program header size should be 32 instead of 40. Bug: 7696928 Change-Id: I48e411837ff8a571544b55ccc37e20202dca424c
| | * | charger: Do not suspend when disconnecting from chargerDevin Kim2012-12-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The device should be power off when disconnecting from charger. If the device enter to suspend, the device couldn't handle the power off process. So the device shouldn't suspend to handle the power off at that time Bug: 7429504 Change-Id: I9a0a60e53f315cd83550dc730a33bc7bd464ef67
| | * | charger: fix buildIliyan Malchev2012-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like libsuspend is not available on all platforms. Change-Id: Ic32dc93221f3c488e846da35235f247f4ddb4c69 Signed-off-by: Iliyan Malchev <malchev@google.com>
| | * | charger: suspend enable in charger modechoongryeol.lee2012-12-062-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To reduce power consumption after charging completion, enable suspend when LCD is turned off. Bug: 7429504 Change-Id: I34731dc392661c9051a20cea74f70d94a8aaeb42 Signed-off-by: Iliyan Malchev <malchev@google.com>
| | * | Merge "init.usb.rc: set sys.usb.config to none before changing it" into ↵Benoit Goby2012-12-061-0/+1
| | |\ \ | | | | | | | | | | | | | | | jb-mr1.1-dev
| | | * | init.usb.rc: set sys.usb.config to none before changing itBenoit Goby2012-12-051-0/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On encrypted devices, persistent properties are loaded after the device is decrypted. To properly change sys.usb.config to its persistent value, it must first be set to "none" and then to ${persist.sys.usb.config}. Bug: 7678835 Change-Id: I4f91245cedc04e3178ce9cee21390f5b657733c9
| | * / libsuspend: compile as a static libraryIliyan Malchev2012-12-051-1/+9
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Compile libsuspend as a static library as well, currently needed by the charger code in some cases. Related-to-bug: 7429504 Change-Id: I113017c2c855f915b77c76d8934b6e57c0bb532c Signed-off-by: Iliyan Malchev <malchev@google.com>
| | * Merge "Fix fs_mgr to properly invoke e2fsck on encrypted devices" into ↵Ken Sumrall2012-11-121-2/+2
| | |\ | | | | | | | | | | | | jb-mr1.1-dev
| | | * Fix fs_mgr to properly invoke e2fsck on encrypted devicesKen Sumrall2012-11-061-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ie220f5cb7b614a48ec8afe66f4721ede3a368166
| | * | Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project2012-11-070-0/+0
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I70866c059c12fdba45761ecbbb6e2a4cf2aa8107
| | * \ \ am d1e39491: Add usb vendor id for Teleepoch.Xavier Ducrohet2012-11-061-0/+4
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit 'd1e39491f063626e026304ba8abe084cc43c94da': Add usb vendor id for Teleepoch.
| | | | |
| | | \ \
| | *-. \ \ Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project2012-11-060-0/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I89230f756ce6caee4d7fa4514f47b6b0fc44d1f3
| | | * \ \ \ merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-120-0/+0
| | | |\ \ \ \
| | | | * \ \ \ merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-110-0/+0
| | | | |\ \ \ \
| | | | | * \ \ \ merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-100-0/+0
| | | | | |\ \ \ \