aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* losetup: Fix loop mountingHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001cm-13.0Gabriele M2017-01-131-1/+1
* toybox: Fix netstat crashstable/cm-13.0-ZNH5YSteve Kondik2016-05-221-0/+3
* Merge branch 'master' of https://android.googlesource.com/platform/external/t...Steve Kondik2016-05-2247-607/+931
|\
| * Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-101-2/+5
| |\
| | * Use CFG_TOYBOX_NORECURSE to avoidRob Landley2016-05-101-1/+2
| | * Work around increasingly insane compiler developers wanting to make everythingRob Landley2016-05-071-2/+4
| * | Turn on CONFIG_TOYBOX_NORECURSE for SafeStack.Elliott Hughes2016-05-072-3/+3
| * | Regenerate generated files.Elliott Hughes2016-05-063-7/+9
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-063-12/+16
| |\|
| | * Fix static linkage of toybox binary.Alistair Strachan2016-05-051-2/+3
| | * Add top -H.Elliott Hughes2016-05-051-5/+8
| | * Android roadmap update.Elliott Hughes2016-05-051-5/+5
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-054-21/+19
| |\|
| | * "top -b -n1" should end with a newline.Elliott Hughes2016-05-052-10/+14
| | * Elliott says -T should fetch threads even when not displaying thread fields.Rob Landley2016-05-041-1/+2
| | * Simplify ps android scheduling policy fetch slightly.Rob Landley2016-05-043-10/+3
| * | Switch to toybox ps.Elliott Hughes2016-05-041-0/+1
| * | Regenerate generated files.Elliott Hughes2016-05-045-5/+18
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-045-19/+101
| |\|
| | * Hostname cleanup, as described on the list.Rob Landley2016-05-041-31/+13
| | * Add -b and -F arguments to hostnamePaul Barker2016-05-031-2/+40
| | * Fluff up README.Rob Landley2016-05-021-7/+48
| | * Add a ps "PCY" field for Android scheduling policy.Elliott Hughes2016-04-303-7/+28
| * | Regenerate generated files.Elliott Hughes2016-04-301-1/+1
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-301-12/+17
| |\|
| | * First guess at showing thread names properly.Rob Landley2016-04-291-9/+14
| | * Show "-" rather 0 if we don't know whether a process is 32- or 64-bit.Elliott Hughes2016-04-291-2/+2
| | * Fix ps -O help output alignment.Elliott Hughes2016-04-291-1/+1
| * | Regenerate generated files.Elliott Hughes2016-04-294-98/+106
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-295-40/+121
| |\|
| | * ps thread supportand 32/64 bit detection.Rob Landley2016-04-251-30/+91
| | * Fix find bug reported by Tom Marshall, add test for it, and while we're at itRob Landley2016-04-252-10/+10
| | * Add "infrastructure in search of a user" to cleanup.html.Rob Landley2016-04-241-0/+6
| | * Add the non-tty more(1) test.Elliott Hughes2016-04-231-0/+14
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-2411-43/+49
| |\|
| | * Fix more to not append an extra newline.Elliott Hughes2016-04-233-2/+9
| | * Fix more to a non-tty.Elliott Hughes2016-04-231-1/+1
| | * Remove inappropriate bzip tests (we're not comparing with random "host version")Rob Landley2016-04-231-22/+8
| | * Fiz bzcat segfault reported by John Regehr (bad crc didn't set error message).Rob Landley2016-04-231-4/+4
| | * Allow EVAL= to run test under a different shell (for sh.test)Rob Landley2016-04-221-2/+2
| | * Have dirtree_recurse() take the new dirfd as an argument.Rob Landley2016-04-213-10/+8
| | * Fix touch -t seconds parsingDavis Mosenkovs2016-04-212-2/+17
| * | Regenerate generated files.Elliott Hughes2016-04-222-2/+4
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-2023-360/+478
| |\|
| | * Start of shell tests: $(()) and $'' expansion.Rob Landley2016-04-201-0/+55
| | * Replace list_working with just list, "make list list_pending" shows combined ...Rob Landley2016-04-202-3/+3
| | * ps and top are implemented from the android todo. Record enh's wishlist items.Rob Landley2016-04-191-2/+7
| | * Dust off toysh, remove ancient config debris, add start of prompt logic.Rob Landley2016-04-171-133/+79
| | * Fix tail -NUM again.Elliott Hughes2016-04-162-3/+4
| | * Fix "ssh top".Elliott Hughes2016-04-162-2/+2