summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-04-122-0/+89
|\ | | | | | | Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
| * toolbox: add "uptime" commandMike Lockwood2010-04-092-0/+89
| | | | | | | | | | | | | | Prints elapsed real time since boot, as well as idle time and sleep time. Change-Id: I97f482d6087e9f802d74e91147bf767e6b2d4f42 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Rename logtag for clarity.Brad Fitzpatrick2010-04-081-1/+1
| | | | | | | | | | | | BUG=2581935 Change-Id: Icf1c4fcf123fa4ec74fda80f72a27d3db85aa7a9
* | Add Pantech's USB vendor ID to adb.Xavier Ducrohet2010-03-311-0/+4
| | | | | | | | Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
* | system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-259-37/+37
| | | | | | | | | | Change-Id: Id74c6895a8012c5915f2e259339101844de7c085 Signed-off-by: San Mehat <san@google.com>
* | Add NET_RAW to mediaserver so that it can open a raw HCI socket to configureNick Pelly2010-03-231-1/+1
| | | | | | | | | | | | BT chip. Change-Id: I22065b313c7af28b4791c74ea3d403a628738102
* | MOAR GROUPSNick Pelly2010-03-231-1/+1
| | | | | | | | | | | | We were hitting the old limit with mediaserver. Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
* | Add Bluetooth SCO connection blacklistEric Olsen2010-03-181-0/+1
| | | | | | | | | | Change-Id: Ieb11debfea66ec715f48e8069619c2c15acf2035 Signed-off-by: Eric Olsen <eolsen@android.com>
* | Merge "fix [2483384] logcat crash when malloc debug is enabled"Mathias Agopian2010-03-171-2/+3
|\ \
| * | fix [2483384] logcat crash when malloc debug is enabledMathias Agopian2010-03-171-2/+3
| | | | | | | | | | | | | | | | | | fix a couple of uninitialized variables Change-Id: I1f7552ecb20d85dbf0fec5cae9778a70ff9281a2
* | | Add 'run-as' command implementation as set-uid program.David 'Digit' Turner2010-03-176-1/+896
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typical usage is 'run-as <package-name> <command>' to run <command> in the data directory, and the user id, of <package-name> if, and only if <package-name> is the name of an installed and debuggable application. This relies on the /data/system/packages.list file generated by the PackageManager service. BEWARE: This is intended to be available on production devices !
* | | Merge "cleanup init.rc"Oscar Montemayor2010-03-161-7/+0
|\ \ \ | |/ / |/| |
| * | cleanup init.rcJean-Baptiste Queru2010-03-121-7/+0
| | | | | | | | | | | | Change-Id: I7f7fefd61c6032c84fa63e597ea0e6bbe66d2e79
* | | Added Kyocera's VID (0x0482), upon their request.Takeshi Kishimoto2010-03-121-0/+3
|/ / | | | | | | Change-Id: I8f2f2a02c22d618c0b42d4f287d88a98af3ac4fa
* | Add '-t N' flag to logcat, to print only the last N lines of logcatDan Egnor2010-03-111-53/+60
| | | | | | | | | | | | (to be used in capturing a merged mini logcat for crash reports) Change-Id: I68149eb80f2f79812f43b07d80fbea822476859e
* | Change permissions on pppd-rilWink Saville2010-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | On devices that use a pppd for cellular network access, a pppd-ril process needs to run as root to configure the connection. Changing the process to suid-root in the build image is the only known way to avoid needing to remount the system image at boot to accomplish the same thing. Change-Id: I6c778391b8040ee818343e304891e7d341cc729b
* | Merge "system: libdiskconfig: Add libdiskconfig"San Mehat2010-03-117-0/+1261
|\ \
| * | system: libdiskconfig: Add libdiskconfigSan Mehat2010-03-107-0/+1261
| | | | | | | | | | | | | | | Change-Id: Ie7a7b5d8016dec60cdfb17228c3f519789c98564 Signed-off-by: San Mehat <san@google.com>
* | | Merge "Add wall-clock timing for each fastboot Action."Daniel Sandler2010-03-111-3/+25
|\ \ \
| * | | Add wall-clock timing for each fastboot Action.Daniel Sandler2010-02-251-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | (For diagnosing slow flashes.) Change-Id: Ibbcbd080db551c8590ca8bfe50e9ddb45eea5661
* | | | Merge "Use arch flags instead of TARGET_ARCH_VARIANT, and add support for ↵Colin Cross2010-03-103-4/+27
|\ \ \ \ | | | | | | | | | | | | | | | VFP_D16"
| * | | | Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16Colin Cross2010-03-103-4/+27
| | | | | | | | | | | | | | | | | | | | Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
* | | | | Remove an obsolete event log tag.Dan Egnor2010-03-101-2/+0
| |_|/ / |/| | | | | | | | | | | Change-Id: Idb718bdc88bca244eb88af5f391055cd40b42fd8
* | | | Merge "sysutils: Increase number of command arguments to 16"Dmitry Shmidt2010-03-091-1/+1
|\ \ \ \
| * | | | sysutils: Increase number of command arguments to 16Dmitry Shmidt2010-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | | | adb: Add five second timeout for USB writes on Linux host.Mike Lockwood2010-03-082-3/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This helps us recover when things go wrong during automated testing. Change-Id: I006dbfaff7f70d51398ff12fbddcaee751453b78 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
|/ / / | | | | | | | | | Change-Id: Ia3bea2f0adddfed8af6d7cde4ea6546ab37e7e56
* | | merge from open-source masterThe Android Open Source Project2010-03-081-0/+10
|\ \ \ | | |/ | |/| | | | Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431
| * | Merge "Fix Heap Corruption from too long of a TAG"Andy McFadden2010-03-021-0/+10
| |\ \
| | * | Fix Heap Corruption from too long of a TAGKeith Preston2010-02-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | snprintf has a weird return value. It returns what would have been written given a large enough buffer. In the case that the prefix is longer then our buffer(128), it messes up the calculations below possibly causing heap corruption. To avoid this we double check and set the length at the maximum (size minus null byte
* | | | Merge "toolbox: nandread: Add options to extract raw images, partial images, ↵Arve Hjønnevåg2010-03-081-20/+50
|\ \ \ \ | | | | | | | | | | | | | | | and fix bad block check."
| * | | | toolbox: nandread: Add options to extract raw images, partial images, and ↵Arve Hjønnevåg2010-03-031-20/+50
| | | | | | | | | | | | | | | | | | | | fix bad block check.
* | | | | Change netcfg permissions to 2750.Nick Kralevich2010-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug 2104034. Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
* | | | | remove stray printfs.Joe Onorato2010-03-031-2/+0
| | | | |
* | | | | newfs_msdos: Allow -s option to work by itselfSan Mehat2010-03-031-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple ↵San Mehat2010-03-021-20/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | control groups Signed-off-by: San Mehat <san@google.com>
* | | | | Merge "init.rc: Add cpuacct to cgroup mount for cpu statistic"Mike Chan2010-03-021-0/+5
|\ \ \ \ \
| * | | | | init.rc: Add cpuacct to cgroup mount for cpu statisticMike Chan2010-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cpu accounting statistics expored in /acct Change-Id: I8a35816e94b69d9e67a3dd65aae16520864777d7 Signed-off-by: Mike Chan <mike@android.com>
* | | | | | Add missing newlines to adb usage messageBrian Carlstrom2010-03-011-2/+2
| | | | | |
* | | | | | Make logcat print both the main and system buffers by default. Make SLOGx ↵Joe Onorato2010-03-016-37/+190
|/ / / / / | | | | | | | | | | | | | | | macros work.
* | | | | Revert "init.rc: Add cpuacct to cgroup mount for cpu statistics"San Mehat2010-02-271-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a7d88224ff7283c210c25ce6d57239b4053b5f14. This cgroup subsys should be mounted on it's own mount-point, since it's addition to /dev/cpuctl causes the cpu subsys to EPERM
* | | | | Merge "adb: do not mix printf() with write() when writing to stdout."Mike Lockwood2010-02-271-2/+2
|\ \ \ \ \
| * | | | | adb: do not mix printf() with write() when writing to stdout.Mike Lockwood2010-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3598cc951778080bec9a21d646656d5aba57120a Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | cutils: schedpolicy: remove stray includeSan Mehat2010-02-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | Merge "Allow logcat to take multiple -b options, and interleave the results."Joe Onorato2010-02-261-67/+257
|\ \ \ \ \ \
| * | | | | | Allow logcat to take multiple -b options, and interleave the results.Joe Onorato2010-02-261-67/+257
| | | | | | |
* | | | | | | init.rc: Add cpuacct to cgroup mount for cpu statisticsMike Chan2010-02-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic1893e1bf7b2c45659419b0bc55d42f50d030c9f Signed-off-by: Mike Chan <mike@android.com>
* | | | | | | cutils: iosched_policy: Don't do anything for simulatorSan Mehat2010-02-261-0/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | rootdir: init.rc: Enable I/O priorities for media server and voldSan Mehat2010-02-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sets the media-server to class 'real-time' pri 4, and vold to class 'best effort' pri 2 Signed-off-by: San Mehat <san@google.com>
* | | | | | init: Add support for specifying a services i/o prioritySan Mehat2010-02-264-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>