aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2022-11-20Expanding readlink and realpath (in progress).Rob Landley
2022-11-14Call function that works like strstart() but on a char chrstart().Rob Landley
2022-11-07Fix grep to not truncate last character of file provided by -f argumentDaniel Mentz
2022-11-06Fix up host.c a bit more.Rob Landley
2022-11-05sh: fix bug in parameter substitution (pattern replacement)Alexander Holler
2022-11-05sh: fix bug in parameter substitution (with shortest path removal)Alexander Holler
2022-11-04su: do not require /etc/shadow or a password there if called as rootAlexander Holler
2022-11-02Bug report from nomas2000: inverted test in check for trailing rubbish.Rob Landley
2022-11-01patch --dry-run should not create or delete files.Rob Landley
2022-10-30Various --longopts Antoni Villalonga says are used in package builds.Rob Landley
2022-10-30Remove redundant longopt variant that's now handled as an abbreviation.Rob Landley
2022-10-30Trivial cleanup.Rob Landley
2022-10-30Antoni Villalonga requested uname -p because some package builds need it,Rob Landley
2022-10-27Add swapoff -a -v and move octal_deslash() to lib for fstab parsing.Rob Landley
2022-10-24Actually fix netcat server mode. (Helps to have -u in the test.)Rob Landley
2022-10-22A pointer is not a reference.Rob Landley
2022-10-21Fix netcat -u server mode.Rob Landley
2022-10-21Add netcat -n to prevent DNS lookup.Rob Landley
2022-10-18Tar --xform extract side.Rob Landley
2022-10-17Fix grep to pass recently added test, and add a couple more tests.Rob Landley
2022-10-16Make --xform work on archive creation side, with some tests.Rob Landley
2022-10-15First stab at making sed --tarxform support transformation scope flags.Rob Landley
2022-10-13Support diff -fJames Farrell
2022-10-13Move num_cache from lib into its only user.Rob Landley
2022-10-10Have tar handle / and .. at / as ./ and let -P retain ..Rob Landley
2022-10-09Tomasz Sterna reports that NULL options annoy the syscall,Rob Landley
2022-10-07Implement -i option.Rob Landley
2022-10-06Fedora sticks \x09 style hex escapes into the dmesg output for some reason.Rob Landley
2022-10-04Fix comm - and make comm -123 detect missing files.Rob Landley
2022-10-04Teach sed to parse interlaced -e and -f in order.Rob Landley
2022-10-04Typo.Rob Landley
2022-10-03Fix bucket sort with -FRob Landley
2022-10-03Kill process group (child processes too), and ignore SIGTTIN and friends.Rob Landley
2022-10-03Fix index.html display in directories.Rob Landley
2022-10-02The mountpoint logic isn't the same as same_file(), and -q applies toRob Landley
2022-09-29Change tar/sed protocol to include file type. (Doesn't use it yet.)Rob Landley
2022-09-29Fix grep fast path logic to handle initial \ and '^$' pattern.Rob Landley
2022-09-28Add sed --tarxform mode to wrap a simple protocol around transforms,Rob Landley
2022-09-27Loop in xgetrandom() when asked to fetch more than 256 bytes at a time.Rob Landley
2022-09-24Cleanup (use flag macros, remove unnecessary variable, etc).Rob Landley
2022-09-24Fix some sed -z cases and add tests.Rob Landley
2022-09-24Speed up grep with large numbers of patterns.Rob Landley
2022-09-24Speed up base64.Rob Landley
2022-09-21Teach grep to autodetect fixed patterns and run fixed and regex tests together.Rob Landley
2022-09-20Collate tests.Rob Landley
2022-09-20toys/lsb/mount: make "mount -a" can mount directory bind in /etc/fstablicheng
2022-09-19Make -c 0 disable columns and -g 0 disable groups.Rob Landley
2022-09-16The ./configure of gmake 4.3 depends on -a not just meaning "and" but beingRob Landley
2022-09-15Trivial cleanup.Rob Landley
2022-09-14Fix spellingAntoni Villalonga