aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2020-05-13devmem: avoid sign extension.Elliott Hughes
2020-04-16Promote rtcwake.Rob Landley
2020-04-16Promote blkdiscard.Rob Landley
2020-04-14shred: fix -z flag check, switch to FLAG() macros.Ethan Sommer
2020-04-12Minor cleanup.Rob Landley
2020-04-02Move #include <linux/*.h> into individual commands, initialize structRob Landley
2020-04-01Add rtcwake.Elliott Hughes
2020-03-13Fix various typos.Elliott Hughes
2020-03-11Redo NOFORK plumbing so commands like eval/unset can access/edit shell state.Rob Landley
2020-03-10modinfo: various fixes.Elliott Hughes
2020-03-02Merge realpath into readlink, use xabspath() instead of libc realpath().Rob Landley
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