summaryrefslogtreecommitdiffstats
path: root/toolbox
Commit message (Collapse)AuthorAgeFilesLines
* am ed5b81c9: Merge "Fix LP32 build."Elliott Hughes2015-03-101-1/+2
|\ | | | | | | | | * commit 'ed5b81c9e59c0a6c618f43964a4a2639448c0686': Fix LP32 build.
| * Fix LP32 build.Elliott Hughes2015-03-091-1/+2
| | | | | | | | Change-Id: I66e084330e7a32eac639d06187e780ffa0ad7b14
* | am 9cce837d: Merge "Increase output width for wchan and pc on 64 bit targets."Elliott Hughes2015-03-101-5/+22
|\ \ | |/ | | | | | | * commit '9cce837d025d05a07a3b91cf23337a7b688c3eb9': Increase output width for wchan and pc on 64 bit targets.
| * Increase output width for wchan and pc on 64 bit targets.Chris Dearman2015-03-091-5/+22
| | | | | | | | | | | | | | Also switch wchan to the textual form, since most of us don't know kernel addresses off by heart. Change-Id: I8e28d910034d8171c5b994189b16114f80f38d2f
* | am 6385d626: Merge "Remove toolbox\'s obsolete \'wipe\' command."Elliott Hughes2015-03-072-177/+0
|\ \ | |/ | | | | | | * commit '6385d626a585017ec1fe4027f4faa79741f9d117': Remove toolbox's obsolete 'wipe' command.
| * Remove toolbox's obsolete 'wipe' command.Elliott Hughes2015-03-072-177/+0
| | | | | | | | | | | | | | | | | | | | It hasn't worked in some time (it removes /data/dalvik-cache, which is required by art), and if you're prepared to reboot (to let init put back all the directories a working system needs) there are other ways to wipe data (such as "fastboot format userdata reboot"). Bug: 19644330 Change-Id: Ib074ea21cc28409a506d66d75060bb4ad85539e2
* | am 830914a4: Merge "Lose touch to toybox."Elliott Hughes2015-02-102-116/+0
|\ \ | |/ | | | | | | * commit '830914a4b6c42d04004e2ec3ff38823f6be8c23f': Lose touch to toybox.
| * Lose touch to toybox.Elliott Hughes2015-02-092-116/+0
| | | | | | | | Change-Id: Id9646ff10870425fc4013aab6621a5f6a0c6e98e
* | am 051f369a: Merge "Build BSD grep separately from toolbox."Elliott Hughes2015-02-052-24/+23
|\ \ | |/ | | | | | | * commit '051f369a14a405dc6dbaf708dc51a21c5629bf88': Build BSD grep separately from toolbox.
| * Build BSD grep separately from toolbox.Elliott Hughes2015-02-042-24/+23
| | | | | | | | | | | | | | | | Also move the dd-only library code into the dd section (so a future maintainer will know to keep/remove them as a block) and fix the one build warning remaining. Change-Id: Ibf6b28ef05e4cbb70b9308b0f4387f5af5b7fa94
* | am 0114e124: Merge "Add ps --ppid."Elliott Hughes2015-01-301-0/+9
|\ \ | |/ | | | | | | * commit '0114e1243ad25cbb43dec33a3b0b267fe624fbfe': Add ps --ppid.
| * Add ps --ppid.Elliott Hughes2015-01-291-0/+9
| | | | | | | | | | | | Needed for a libcore test. Change-Id: Ia21ecf5f7bd8be7f1882d0014d7949d40f6841a5
* | am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes."Elliott Hughes2015-01-284-0/+4
|\ \ | |/ | | | | | | * commit '06b4e9826a33ddbdbddf7e74076ac29f9450414a': Add missing <malloc.h> and <string.h> includes.
| * Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-284-0/+4
| | | | | | | | Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
* | am ae79cb5a: Merge "Add missing <string.h> includes."Elliott Hughes2015-01-252-1/+3
|\ \ | |/ | | | | | | * commit 'ae79cb5a819bd5bbd86a3496141d45c22db8c86b': Add missing <string.h> includes.
| * Add missing <string.h> includes.Elliott Hughes2015-01-242-1/+3
| | | | | | | | Change-Id: I3d1ad54418f69f947e2d829d63b53d44581bfd86
* | am ce34551c: Merge "Lose id to toybox."Elliott Hughes2015-01-172-58/+0
|\ \ | |/ | | | | | | * commit 'ce34551ce6559fe97043a26e3df65396c91bdffc': Lose id to toybox.
| * Lose id to toybox.Elliott Hughes2015-01-162-58/+0
| | | | | | | | Change-Id: I0b92482d06055207e133112e74c58964c7ef0362
* | am 17e2f436: Merge "Lose cmp to toybox."Elliott Hughes2015-01-152-92/+0
|\ \ | |/ | | | | | | * commit '17e2f436f0da70673498482921a642c8917677aa': Lose cmp to toybox.
| * Lose cmp to toybox.Elliott Hughes2015-01-152-92/+0
| | | | | | | | Change-Id: Ib8b078565e4951f7621d21fbe3573bfcf2435879
* | am 3d7951d4: Merge "Lose chown to toybox."Elliott Hughes2015-01-154-377/+0
|\ \ | |/ | | | | | | * commit '3d7951d4a43af35fc7d61a8a69fb2acf4bc50f1b': Lose chown to toybox.
| * Lose chown to toybox.Elliott Hughes2015-01-154-377/+0
| | | | | | | | Change-Id: Ic56addb183ce7f1d289b807527047c37924c1aa6
* | am 41341eea: Merge "Lose date to toybox (as date and hwclock)."Elliott Hughes2015-01-152-228/+0
|\ \ | |/ | | | | | | * commit '41341eea6b32b1c3012a976cfb75704007c39449': Lose date to toybox (as date and hwclock).
| * Lose date to toybox (as date and hwclock).Elliott Hughes2015-01-142-228/+0
| | | | | | | | Change-Id: I7015454edd2240413d93509a96ad884592fcaae9
* | am 3bb5654a: Merge "Lose ifconfig to toybox."Elliott Hughes2015-01-142-158/+0
|\ \ | |/ | | | | | | * commit '3bb5654a46f062b87f6bdbbf8b8945bc9e99947b': Lose ifconfig to toybox.
| * Lose ifconfig to toybox.Elliott Hughes2015-01-142-158/+0
| | | | | | | | Change-Id: Id3fd2898e137d3a70a3dc5ed65689ef5e029c8cd
* | am da3dec3c: Merge "Lose toolbox notify in favor of toybox inotifyd."Elliott Hughes2015-01-142-150/+0
|\ \ | |/ | | | | | | * commit 'da3dec3c19d1489f5997aea9dafd34b68c2b515b': Lose toolbox notify in favor of toybox inotifyd.
| * Lose toolbox notify in favor of toybox inotifyd.Elliott Hughes2015-01-142-150/+0
| | | | | | | | Change-Id: I02e3849c0b944289c6541ff14f1e80a7f8041829
* | am 4503a145: Merge "Switch to toybox cat."Elliott Hughes2015-01-142-337/+0
|\ \ | |/ | | | | | | * commit '4503a1450ce9b2ed86fd9bd3eb3c34c845e8ed08': Switch to toybox cat.
| * Switch to toybox cat.Elliott Hughes2015-01-142-337/+0
| | | | | | | | Change-Id: I0bab6018010c71f6c17eb10bea20dceb470c5242
* | am 69159ba0: Merge "Fix missing #includes in system/core."Elliott Hughes2014-12-308-8/+12
|\ \ | |/ | | | | | | * commit '69159ba0b70178a24e6f592dfb9d903629c23a09': Fix missing #includes in system/core.
| * Fix missing #includes in system/core.Elliott Hughes2014-12-298-8/+12
| | | | | | | | Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
* | am d106305f: Merge "Lose getenforce and setenforce to toybox."Elliott Hughes2014-12-243-76/+0
|\ \ | |/ | | | | | | * commit 'd106305f67b71653d4409a416c69796cbcc948e8': Lose getenforce and setenforce to toybox.
| * Lose getenforce and setenforce to toybox.Elliott Hughes2014-12-243-76/+0
| | | | | | | | Change-Id: Ie03161cc2d6ae410e079e1142e62e6836858c9db
* | am dbe49757: Merge "Lose netstat to toybox."Elliott Hughes2014-12-232-155/+0
|\ \ | |/ | | | | | | * commit 'dbe4975791a4592d863a1418eb68b84fd614937e': Lose netstat to toybox.
| * Lose netstat to toybox.Elliott Hughes2014-12-232-155/+0
| | | | | | | | Change-Id: I165ff67fc47286b992f167ff7392246a805b6d68
* | am 12677383: Merge "Lose mv to toybox."Elliott Hughes2014-12-173-449/+0
|\ \ | |/ | | | | | | * commit '12677383ae247b26225cf9c961e3fb46bcdfc6a6': Lose mv to toybox.
| * Lose mv to toybox.Elliott Hughes2014-12-163-449/+0
| | | | | | | | Change-Id: Ibbba4d516d55460c6d627b766cc087e6a7edcabd
* | am 300a85e5: Merge "Lose rm to toybox."Elliott Hughes2014-12-172-633/+0
|\ \ | |/ | | | | | | * commit '300a85e5a786e7e59d847a4bcd927014337a60e2': Lose rm to toybox.
| * Lose rm to toybox.Elliott Hughes2014-12-162-633/+0
| | | | | | | | Change-Id: I93904b85e180d4324b64e2e90a4832c4d4169627
* | am cc825ae7: Merge "Lose cp to toybox."Elliott Hughes2014-12-174-1063/+0
|\ \ | |/ | | | | | | * commit 'cc825ae79219f2b5d9fa768d50963ad2f43bbd11': Lose cp to toybox.
| * Lose cp to toybox.Elliott Hughes2014-12-164-1063/+0
| | | | | | | | Change-Id: Idfe52737093d243ae2dcb054f686f6d6af0c2de6
* | am 700a9570: Merge "Lose ln to toybox."Elliott Hughes2014-12-172-238/+0
|\ \ | |/ | | | | | | * commit '700a9570703bb2c0880c3ef5087925693daa3afc': Lose ln to toybox.
| * Lose ln to toybox.Elliott Hughes2014-12-162-238/+0
| | | | | | | | | | | | | | | | I accidentally enabled the toybox ln in my original commit, so which ln you've been running for the last few weeks has depended on which directory you built more recently... Change-Id: If73783477aa4eb4d058d6e170d6291ba0d9c5f40
* | am a7e6dbd3: Merge "Lose rmdir to toybox."Elliott Hughes2014-12-162-129/+0
|\ \ | |/ | | | | | | * commit 'a7e6dbd3c269e80a6e6959428e60e8639c48efea': Lose rmdir to toybox.
| * Lose rmdir to toybox.Elliott Hughes2014-12-162-129/+0
| | | | | | | | Change-Id: I80ecc7c19bf7fc44039235c846727853d78a5d15
* | am 8dc9777b: Merge "Lose mkdir to toybox."Elliott Hughes2014-12-162-78/+0
|\ \ | |/ | | | | | | * commit '8dc9777b33fa073bcd6e1b52f7e9a117978e43f6': Lose mkdir to toybox.
| * Lose mkdir to toybox.Elliott Hughes2014-12-162-78/+0
| | | | | | | | Change-Id: Ie2ad916893ba36e7cee6d5a4533e60732871c8dd
* | am 8641daee: Merge "Lose chcon to toybox."Elliott Hughes2014-12-162-26/+0
|\ \ | |/ | | | | | | * commit '8641daeea1c9990934562593828b85d8dceb5a04': Lose chcon to toybox.
| * Lose chcon to toybox.Elliott Hughes2014-12-162-26/+0
| | | | | | | | Change-Id: I9ae70ff53da6e31ccb1c4e127ce9349ab794f78f