summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* add /d/sync to dumpstateMathias Agopian2012-08-081-0/+1
* move sensorservice from frameworks/base to frameworks/nativeMathias Agopian2012-06-282-0/+44
* am 4f0dfaa7: am 9be7caf3: Merge "Include stack traces for certain native proc...Jeff Brown2012-06-084-38/+82
|\
| * Include stack traces for certain native processes in bugreport.Jeff Brown2012-06-084-38/+82
* | dumpstate: handle old style "adb bugreport"Nick Kralevich2012-06-061-36/+42
* | dumpstate: Add kernel wakeup sources infoTodd Poynor2012-05-221-0/+1
|/
* Dump packages.xml as root.Jeff Sharkey2012-05-171-1/+1
* dumpstate: collect xtables based iface stats, update iptables info.JP Abgrall2012-05-161-2/+5
* Ignore SIGPIPE is some of the tools used via bugreportJP Abgrall2012-05-112-0/+3
* SF doesn't need more than a few binder threadsMathias Agopian2012-04-191-0/+3
* Add sdcard_r group to dumpstate.Jeff Sharkey2012-04-111-1/+2
* dumpstate: don't follow symlinks when creating /data/anr/traces.txtNick Kralevich2012-04-061-1/+1
* Ensure that /data/anr/traces.txt is world-writableNick Kralevich2012-04-061-0/+7
* move dumpstate and dumpsys from frameworks/base to frameworks/nativeColin Cross2012-03-268-0/+1297
* Move keystore to system/security repoKenny Root2012-02-156-1333/+0
* Merge "Fix build warnings"Glenn Kasten2012-02-131-1/+1
|\
| * Fix build warningsGlenn Kasten2012-01-111-1/+1
* | Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-091-1/+1
|/
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* Remove more simulator support code.Jeff Brown2011-07-118-1190/+0
* Eliminate single-process mode.Jeff Brown2011-07-081-65/+22
* Revert "Add keychain user with special keystore access permissions"Brian Carlstrom2011-06-301-1/+0
* KeyStore: fix test-keystoreChia-chi Yeh2011-06-271-4/+5
* KeyStore: allow system user to get secrets from keystore.Chia-chi Yeh2011-06-261-1/+1
* Reinitialize KeyStore::mMasterKey after unlock (and add test-keystore)Brian Carlstrom2011-06-232-0/+273
* KeyStore.reset changesBrian Carlstrom2011-06-021-3/+1
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-015-621/+851
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-1/+1
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-20/+19
* Add keychain user with special keystore access permissionsBrian Carlstrom2011-04-081-0/+1
* KeyStore: Update the parameters of generating master keys.Chia-chi Yeh2010-10-011-24/+71
* KeyStore: Initialize IV correctly.Chia-chi Yeh2010-09-301-1/+1
* KeyStore: Fix the return value when send() or recv() has an error.Chia-chi Yeh2010-09-301-1/+4
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-12/+19
* move native services under services/Mathias Agopian2010-07-141-1/+1
* keystore: rephrase the comment to make the usage more clear.Chia-chi Yeh2010-03-171-3/+5
* Merge "keystore: add AID_ROOT into the user table."Chia-chi Yeh2010-03-081-5/+6
|\
| * keystore: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
* | keystore: allow '\0's in keys and add guards for cplusplus.Chia-chi Yeh2010-03-081-4/+10
|/
* Fix simulator build.Marco Nelissen2010-02-111-1/+1
* keystore: compute the padding in an intuitive way.Chia-chi Yeh2009-12-301-7/+3
* keystore: Add paddings before checksumming.Chia-chi Yeh2009-12-221-10/+13
* keystore: remove old implementation and test.Chia-chi Yeh2009-09-249-1532/+0
* keystore: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+4
* keystore: exclude builds for simulator.Chia-chi Yeh2009-09-221-0/+4
* keystore: enable delete(), scan(), exist() when keystore is locked.Chia-chi Yeh2009-09-211-4/+14
* keystore: switch to multi-user version.Chia-chi Yeh2009-09-184-61/+87