aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2019-10-14losetup: Fix null-termination of src string instead of dest after copyAlessio Balsini
2019-10-04readlink: add missing line, plus a test.Elliott Hughes
2019-10-02readlink: support multiple arguments.Elliott Hughes
2019-09-26hexedit: fix scrolling on legacy terminalsJarno Mäkipää
2019-09-18Get exit code right when command intercepts signal, make timeout useRob Landley
2019-09-13timeout: fix exit status for sneaky subprocesses.Elliott Hughes
2019-08-19Tiny cleanup, net two lines shorter.Rob Landley
2019-08-15Fix two typos.Elliott Hughes
2019-08-15Switch makedevs to new GLOBALS naming.Rob Landley
2019-08-12blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID.Elliott Hughes
2019-08-09losetup: fix the race.Elliott Hughes
2019-08-03Fix a bug report from E5ten: stat of a file with suid or sticky bit setRob Landley
2019-07-24Rewrite tac to make better use of lib functions.Rob Landley
2019-07-24tac: switch to getline().Elliott Hughes
2019-07-22Start replacing get_line() with getline().Elliott Hughes
2019-07-11bind/connect cleanup.Elliott Hughes
2019-06-28modinfo: various small fixes.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-25losetup: minor fixes.Elliott Hughes
2019-06-08macOS: numerous fixes.Elliott Hughes
2019-06-07Implement stat %C and find %Z.Elliott Hughes
2019-04-18Remove a line that's already in toys.h.Rob Landley
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley
2019-04-12Make help text spacing consistent.Rob Landley
2019-04-04Tweak stat.Rob Landley
2019-04-04stat: avoid null dereference.liwugang
2019-03-23login: clear environment when -p is absentWilliam Djupström
2019-03-18cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL.Elliott Hughes
2019-03-13timeout: remove bogus depends-on.Elliott Hughes
2019-03-13Use defined constants for mkpathat.Hadrian Węgrzynowski
2019-03-10Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value.Rob Landley
2019-03-10timeout: --foreground, --preserve-status, and --signal.Elliott Hughes
2019-03-10Make multiple sendfile variants, and teach xpopen_both() to use existingRob Landley
2019-03-07Add reset_env() and make su and login use it. Do long-delayed login cleanup.Rob Landley
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2019-03-02Promote devmem.Rob Landley
2019-03-02Improve help consistency.Elliott Hughes
2019-03-01William Djupström pointed out we need to chown() the tty.Rob Landley
2019-03-01Minor tweaks.Rob Landley
2019-02-23Add blkid -U and -L.Rob Landley
2019-02-23Promote mcookieRob Landley
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-23Switch losetup to short arg var style and force typecasts for printf.Rob Landley
2019-02-20Exit code should indicate _which_ signal oneit's exiting due to.Rob Landley
2019-02-15mountpoint: add missing synopsis.Elliott Hughes
2019-02-15Fix typos: e.g. change "cannonical" to "canonical".Jason Spiro
2019-02-04Reset screen wrap mode (broken by qemu -nographic output).Rob Landley
2019-01-25OpenEmbedded needs commands installed in specific places.Rob Landley
2019-01-12stat: add --format synonym for -c.Elliott Hughes