aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2018-10-30Promote watch to other.Rob Landley
2018-10-30Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.Rob Landley
2018-10-30getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U...Elliott Hughes
2018-10-27Zach Van Rijn asked for "find -empty".Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-21Move start_redraw() to lib/ and have ps.c (top) use it.Rob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-10-10Rewrite of watch.Rob Landley
2018-10-07Fix getconf build for musl.Rob Landley
2018-10-07Fix build break on x32 target.Rob Landley
2018-10-06getconf: add missing names used by AOSP.Rob Landley
2018-10-06Say undefined for sysconf/pathconf -1, remove goto, help text tweak,Rob Landley
2018-10-06date: fix some tests.Elliott Hughes
2018-10-05getconf: add pathconf(3) variables.Elliott Hughes
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-10-04Make it possible to build the AOSP .config against glibc.Elliott Hughes
2018-10-04blockdev: BLKRAGET returns 512-byte sectors.Elliott Hughes
2018-09-29Command not in pending or example should probably default y.Rob Landley
2018-09-26Don't claim to have i2cget non-byte mode support yet.Rob Landley
2018-09-21Promote i2ctools.Rob Landley
2018-09-21Implement i2c utilities.Elliott Hughes
2018-09-16file: remove %s with no corresponding argument.Rob Landley
2018-09-15Add .bmp supoprt to file(1).Elliott Hughes
2018-09-15Add .wav support to file(1).Elliott Hughes
2018-09-08Tweaks to make building with Android NDK's llvm happier.Rob Landley
2018-09-08Clean up test.cKevin Spiteri
2018-08-31Convert option style.Rob Landley
2018-08-26Add binary file detection to grep.Rob Landley
2018-08-26Convert more commands to the new option/GLOBALS code style.Rob Landley
2018-08-26Remove ls sub-option: always support --color.Rob Landley
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley
2018-08-25Coding style change: 1) Use argument letter for variable names filled out byRob Landley
2018-08-21Use \033 instead of \e gcc extension.Rob Landley
2018-08-19Oneit shouldn't reboot the system if it's not pid 1.Rob Landley
2018-08-19Comment tweak.Rob Landley
2018-08-18Allow enough space padding for "192.168.123.456/24" to consistently indent.Rob Landley
2018-08-17Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley
2018-08-08Add bc (and its tests) to pendingGavin Howard
2018-08-07Added support for a fourth field in mdev.confFaustas Azuolas Bagdonas
2018-08-07Forgot to check in the deflate header change, and pending shouldn't default y.Rob Landley
2018-08-05Add ifconfig -S (short view), and do some minor cleanups while there.Rob Landley
2018-08-05Tweak help text.Rob Landley
2018-08-05Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time().Rob Landley
2018-08-04Fix modprobe error handling.Elliott Hughes
2018-08-04wc: fix the column width heuristics even further.Elliott Hughes
2018-08-04file: slightly improve .class, add .dex.Elliott Hughes
2018-08-03Typo.Rob Landley
2018-08-03Fix error message pointed out by Reverend Homer.Rob Landley
2018-08-02Move pending/compress.c to lib/deflate.c, first pass at genericizing it.Rob Landley
2018-07-28Check for integer overflow in pathologically broken elf files by moving theRob Landley