aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2021-07-13Guo Chuang pointed out that lsattr won't build with headersRob Landley
2021-06-22Denys Vlasenko pointed out that other implementations use "t" as "total",Rob Landley
2021-06-22Update usage: line to include remaining options.Rob Landley
2021-05-19readelf: fix 32-bit build on Android.Elliott Hughes
2021-05-16Add black and white mode (x to toggle)Rob Landley
2021-05-15Promote readelf to other.Rob Landley
2021-05-15Missed a couple in the wchar_t -> unsigned conversion.Rob Landley
2021-05-15Promote unicode (merge into ascii.c)Rob Landley
2021-04-27More line buffering.Elliott Hughes
2021-04-20hexedit: various improvements.Elliott Hughes
2021-04-20setsid(1): call setsid(2) before setpgrp(2).Elliott Hughes
2021-02-22Remove ifdefs from stat.Rob Landley
2021-02-22stat: fix macOS build and behavior.Elliott Hughes
2021-02-11Switch sha3sum on in defconfig, and document -b (it's same as sha2sum).Rob Landley
2021-02-08Have xclose() perform the fd != -1 test.Rob Landley
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2021-01-15Cleanup base32 slightly.Rob Landley
2021-01-07new toy: base32Moritz Röhrich
2020-12-19FS_ENCRYPT_FL introduced too recently to depend on, use constant.Rob Landley
2020-12-15Speed up count: use 64k block size, update display at most 4x/second.Rob Landley
2020-12-07Rename randbuf and hook up -sRob Landley
2020-12-07Promote pwgen.Rob Landley
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