aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2021-12-11Promote uclampset to other.Rob Landley
2021-11-28Fix unused variable warnings found by clang/llvm 13.Rob Landley
2021-11-06Replace various x = x declarations with QUIET macro to shut up gcc.Rob Landley
2021-09-26pmap: cleanup.Elliott Hughes
2021-09-25blkid: more scanf fun.Elliott Hughes
2021-09-25chvt: remove old workarounds.Elliott Hughes
2021-09-23The FS_IOC_{GET,SET}{VERSION,FLAGS} ioctls are historically brokenRob Landley
2021-09-23timeout: use the monotonic clock.Elliott Hughes
2021-09-23makedevs: stop using get_line().Elliott Hughes
2021-09-21Add load average to uptime -p.Rob Landley
2021-09-21uptime: trivial modernization.Elliott Hughes
2021-09-11insmod: tiny cleanup.Elliott Hughes
2021-09-11Fiddle with help text.Rob Landley
2021-09-11reboot/halt/poweroff: add -d.Elliott Hughes
2021-09-11rmmod: various fixes.Elliott Hughes
2021-09-07i2cdump: fix behavior on read failure.Elliott Hughes
2021-09-05Minor cleanup (mostly whitespace and curly brackets).Rob Landley
2021-09-05i2cdetect: add -q.Elliott Hughes
2021-09-04Go ahead and leak the filehandle, the command exits immediately.Rob Landley
2021-09-04Use FLAG macros and optstr ranges, minor cleanups, tweak help text.Rob Landley
2021-08-22Cleanup: use FLAG() macros.Rob Landley
2021-08-16Don't show "toybox" header line for "help" output unless called with no args.Rob Landley
2021-08-07Change xabspath() to more granular (flag based) control interface.Rob Landley
2021-08-05Minor cleanups to lsattr and nsenter.Rob Landley
2021-08-04Clean up eject.c to use linux/eject.h and FLAG() macros.Rob Landley
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