aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2020-02-27chattr: allow `chattr =`.Elliott Hughes
2020-02-11chattr: fix exit status, redo the tests.Elliott Hughes
2020-02-06chattr: improve error messages.Elliott Hughes
2020-02-06Remove old GNU style `' quoting.Elliott Hughes
2020-02-05chattr: reuse toybox argument parsing.Elliott Hughes
2020-02-01lsattr/chattr: improve help text.Elliott Hughes
2020-01-22lsattr/chattr: -p support.Elliott Hughes
2020-01-20lsattr/chattr: add missing flags.Elliott Hughes
2020-01-10setsid: document -w.Elliott Hughes
2020-01-03Finish cd, make help -ahu unconditional, fix expand memory cleanup path,Rob Landley
2020-01-03No, optflags gets cleared by toy_init(), use toys.rebound instead.Rob Landley
2020-01-03Add MAYFORK to "help", teach it to behave differently when called as aRob Landley
2019-12-28Cleanup: use FLAG() macros and new argument variable names.Rob Landley
2019-12-26Fix setsid with vfork, redo command line arguments.Rob Landley
2019-12-06stat: fix filesystem type on macOS.Elliott Hughes
2019-10-27Switch fallocate to new style global names.Rob Landley
2019-10-27fallocate: remove uClibc workaround to benefit macOS.Elliott Hughes
2019-10-26losetup: Change variable name to improve readabilityAlessio Balsini
2019-10-26losetup: Fix memory leaks in loopback_setup()Alessio Balsini
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