aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2022-04-15Thinko spotted by Elliott: actually compare with variable, not if (constant).Rob Landley
2022-04-12Comment template tweak.Rob Landley
2022-04-11Update man page URL in hello/skeleton examples, and fix hello toRob Landley
2022-04-08More wget cleanup.Rob Landley
2022-04-08Cleanup pass on wget.Rob Landley
2022-04-04Add "ifconfig eth0 rename NEWNAME".Rob Landley
2022-04-04realpath should parse -eRob Landley
2022-04-04When args.c is just enforcing max/min argument count with no options, imply ?Rob Landley
2022-04-04Earlier test ensures dev isn't null when !FLAG(a), so don't test same again.Rob Landley
2022-04-04Minor cleanups, and switch lll to "long long" for 32 bit platforms.Rob Landley
2022-04-03Fix a segfault due to a wrong order global variables of wgetMoritz C. Weber
2022-04-03Replaced sizeof by strlen in wget POSTMoritz C. Weber
2022-04-02Add tar --strip-components.Rob Landley
2022-04-01Cleanup openvt/deallocvt and merge with chvt, promote out of pending.Rob Landley
2022-03-31Make tar tests more portable, and add --owner :UID and --group :GIDRob Landley
2022-03-26Added basic post-data supportMoritz C. Weber
2022-03-26Update docs.Rob Landley
2022-03-26Cleanup pass and make -O - write to stdout.Rob Landley
2022-03-22Fix a memory leak and update reference after discarding blank pipeline segment.Rob Landley
2022-03-19The ".." removal logic was looping on file/dir names starting with "..",Rob Landley
2022-03-16file(1): call out apparently invalid ELF files.Elliott Hughes
2022-03-16file: don't be confused by BSS sections.Elliott Hughes
2022-03-10Add "cd -", teach cd to handle deleted directories, fix ${X: -1:1}Rob Landley
2022-03-06Minor tweaks.Rob Landley
2022-03-03Add spaces to lsusb output, trigger on the correct entries, tweak help text.Rob Landley
2022-02-22Add top -h to show bar graphs (start of htop plumbing).Rob Landley
2022-02-22Traverse doubly linked list non-infinitely.Rob Landley
2022-02-22Minor cleanups.Rob Landley
2022-02-22gpiod: new commands.Elliott Hughes
2022-02-21Merge lspci.c with lsusb.c to share infrastructure.Rob Landley
2022-02-16Move a struct from lib.h into the one toys/pending command that uses it.Rob Landley
2022-02-16flags.h can #define its own CLEANUP_ macros for the next #includeRob Landley
2022-02-16Factor out parse_dev_ids() into its own function.Rob Landley
2022-02-13Create the timer after installing the SIGALRM handler.Rob Landley
2022-02-12Search a path for usb.ids and handle usb.ids.gz via zcat.Rob Landley
2022-02-11Minor cleanups.Rob Landley
2022-02-11lspci: use a different default location for pci.ids on Android.Elliott Hughes
2022-02-07Fix -newerXY and add test.Rob Landley
2022-01-30Move ANSI escape cheat sheet to tty.cRob Landley
2022-01-29Top: move sort change to SHIFT LEFT/RIGHT, and make LEFT/RIGHT move list.Rob Landley
2022-01-20Fix sed bug with multiple w to same file.Rob Landley
2022-01-11vi: fix recent changes.Elliott Hughes
2022-01-10vi: fix build.Elliott Hughes
2022-01-10Let lsusb to use /etc/usb.ids for english descriptions.Rob Landley
2022-01-09Reword some command directory READMEs (this tweaks menuconfig display).Rob Landley
2022-01-09Cleanup nl (it had a stale TODO entry).Rob Landley
2022-01-08File time's realtime output and switch to clock_gettime().Rob Landley
2022-01-03Replace \033 with \e in strings.Rob Landley
2022-01-03Remove tty_esc() and tty_jump() wrappers, just output ANSI directly.Rob Landley
2022-01-03Have -B remove more characters Ted Tso's implementation doesn't emit.Rob Landley