aboutsummaryrefslogtreecommitdiffstats
path: root/toys
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-062-7/+11
|\
| * Fix static linkage of toybox binary.Alistair Strachan2016-05-051-2/+3
| * Add top -H.Elliott Hughes2016-05-051-5/+8
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-051-12/+10
|\|
| * "top -b -n1" should end with a newline.Elliott Hughes2016-05-051-10/+7
| * 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-041-1/+1
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-05-042-12/+40
|\|
| * 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
| * Add a ps "PCY" field for Android scheduling policy.Elliott Hughes2016-04-301-7/+15
* | 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
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-292-38/+95
|\|
| * 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-251-8/+4
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-244-9/+17
|\|
| * Fix more to not append an extra newline.Elliott Hughes2016-04-231-0/+5
| * Fix more to a non-tty.Elliott Hughes2016-04-231-1/+1
| * Fiz bzcat segfault reported by John Regehr (bad crc didn't set error message).Rob Landley2016-04-231-4/+4
| * Have dirtree_recurse() take the new dirfd as an argument.Rob Landley2016-04-211-2/+2
| * Fix touch -t seconds parsingDavis Mosenkovs2016-04-211-2/+5
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-04-209-297/+276
|\|
| * 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-161-3/+3
| * Fix "ssh top".Elliott Hughes2016-04-161-1/+1
| * Fix top -b.Elliott Hughes2016-04-161-1/+12
| * Rename gratuitous references to Roger Zelazny's amber series, add comments.Rob Landley2016-04-161-145/+163
| * Fix a buffer overflow in diff -r.Andy Chu2016-04-141-3/+3
| * Andy Chu pointed out an out of bounds access for zero length lines.Rob Landley2016-04-141-3/+3
| * sed -f - should read from stdin.Rob Landley2016-04-111-1/+2
| * Redefining basename_r to mean something random seems popular (bionic and freebsdRob Landley2016-04-082-2/+2
| * Whitespace and comment.Rob Landley2016-03-301-0/+2
| * Implement mv -n / cp -n (no clobber).Andy Chu2016-03-301-8/+9
* | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-03-3023-451/+472
|\|
| * basename: fix segfault on null input; add testsSamuel Holland2016-03-251-1/+1
| * Add od -w.Elliott Hughes2016-03-251-13/+21
| * Debian bug 635570 did something horribly nonstandard (depending on a sideRob Landley2016-03-241-6/+15
| * Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fallRob Landley2016-03-231-10/+9
| * blkid: Handle short/empty vfat labels; update testsSamuel Holland2016-03-221-3/+11
| * Posix requires "" to be false, and 00 should be false, and -0 should be false.Rob Landley2016-03-201-11/+17
| * Make lsof 10x faster by caching /proc/net socket info.Elliott Hughes2016-03-191-35/+61
| * Fix last commit (had newline before first ==> name <==) and add -f tests.Rob Landley2016-03-181-5/+5
| * Fix "tail -f single_file".Josh Gao2016-03-181-2/+2
| * expr cleanup: simplify get_str() and free returned allocations.Rob Landley2016-03-171-14/+11
| * expr cleanup: traverse optargs with tok instead of incrementing optargs andRob Landley2016-03-161-16/+17
| * Move whitespace and curly brackets around, move reference URLs to top of file,Rob Landley2016-03-161-58/+39
| * Fix type coercion bugs in expr.Andy Chu2016-03-161-151/+139