aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2020-11-17Fix printenv -0 (broken by the lib/args.c 0 prefix change).Rob Landley
2020-11-08Teach devmem about nommu and 0x prefix on address. Print hex or decimalRob Landley
2020-10-28Tweak help text again.Rob Landley
2020-10-22Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependenciesRob Landley
2020-10-21blkdiscard: fix uninitialised offsetPatrick Oppenlander
2020-10-21Tweak watchdog help.Rob Landley
2020-10-21Promote watchdog.Rob Landley
2020-10-18Add sha3sum.Rob Landley
2020-10-15rtcwake: default to UTC if /etc/adjtime can't be readPatrick Oppenlander
2020-10-15hwclock: default to UTC if /etc/adjtime can't be readPatrick Oppenlander
2020-10-05Update i2ctools.cchrisrfq
2020-09-10blkid: don't show empty tags.Elliott Hughes
2020-09-09Use flag macros and document -rn options.Rob Landley
2020-06-11hwclock: just assume /dev/rtc0.Elliott Hughes
2020-05-27devmem: replace getpagesize with POSIX sysconf(_SC_PAGESIZE)Ethan Sommer
2020-05-24Cleanup blkdiscard.Rob Landley
2020-05-21vmstat: increase column sizesPetri Gynther
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