aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2023-08-15Make negative sort offsets in -k keys count right to left.Rob Landley
2023-08-10Cleanup pass on expr.Rob Landley
2023-08-09readelf: add PAC and BTI decoding.Elliott Hughes
2023-08-08Fix \0 in %bRob Landley
2023-08-06Enable shell command recursion.Rob Landley
2023-08-01Tweak help text and remove unnecessary parentheses.Rob Landley
2023-07-31blkid: fix buffer overflowenh
2023-07-31Initialize uninitialized variables gcc didn't warn about.Rob Landley
2023-07-31Avoid use-after-free on MacOS.Rob Landley
2023-07-25Trivial cleanup.Rob Landley
2023-07-25Don't output error message when pipeline exits without consuming all output.Rob Landley
2023-07-25Ignore blank lines in name list.Rob Landley
2023-07-25Silence yet another "is not used uninitialized" gcc warning.Rob Landley
2023-07-23Add tests.Rob Landley
2023-07-23Promote dd.Rob Landley
2023-07-23Cleanup dd: use iovec instead of memmove(), inline write_out(),Rob Landley
2023-07-20mv across partitions should --preserve=allRob Landley
2023-07-16Tweak documentation.Rob Landley
2023-07-16ls: add --block-size.Elliott Hughes
2023-07-14More cleanup.Rob Landley
2023-07-11Remove extra increment.Rob Landley
2023-07-08Cleanup i2cdetect.Rob Landley
2023-07-07Add i2ctransfer.Elliott Hughes
2023-07-05Commit 891c5520f493 interlaced -e and -f in command line order, but helpRob Landley
2023-07-03Fix GLOBALS() for nsenterJooyung Han
2023-07-02Reorganize patch logic so EOF detection works with fuzz support.Rob Landley
2023-06-28flock: use FLAG().Elliott Hughes
2023-06-23grep -m stops new matches, but -A still shows lines after last match.Rob Landley
2023-06-23Fix "date -s +abc" segfault pointed out by Franke Busse.Rob Landley
2023-06-21Don't delete bunzip2 input file on error (Reported by Frank Busse).Rob Landley
2023-06-21Convert to FLAG() macros, minor cleanups.Rob Landley
2023-06-17Tweak error message.Rob Landley
2023-06-16Fix ${X::} with no args, and add various tests.Rob Landley
2023-06-15Add cpio -LRob Landley
2023-06-14Fix killall5 /proc parsing for complex command names.Rob Landley
2023-06-12Cleanup pass on dd: Implement 1x2x3 posix nonsense, detect overflow,Rob Landley
2023-06-11Fix HERE document quoting, remove deletion list from expand_one_arg()Rob Landley
2023-06-10Fix two uses of strdup() instead of xstrdup().Rob Landley
2023-06-10gpiod: fix foreach_chip crashes.Elliott Hughes
2023-06-08Redo trailing \ handling, overhaul HERE document plumbing,Rob Landley
2023-05-31Add test for ls --sort and ls -lc vs -ltc, fix issues found by them.Rob Landley
2023-05-29Fix escape passthrough bug reported by Mingliang Hu.Rob Landley
2023-05-29Remove trailing space in -p mode.Rob Landley
2023-05-28Wire up "local" builtin, with test.Rob Landley
2023-05-28Fix if/while block return code (test value was leaking through),Rob Landley
2023-05-18readelf: fix an off-by-one and improve warnings.Elliott Hughes
2023-05-09Implement set -u in toysh.Rob Landley
2023-05-09Teach switch_root to move mountpoints into the new root.Rob Landley
2023-05-08Add tar --one-file-systemRob Landley
2023-05-06Truncating demo_utf8towc's check range to 0x10ffff was wrong, thatRob Landley