aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
AgeCommit message (Expand)Author
2023-04-18Wait for compression program to exit, and pass on error result.Rob Landley
2023-04-17Add test -T to check if fd is open. (Do we have a stdin?" A pipe counts.)Rob Landley
2023-04-10Add requested --gratuitous-longopt synonym.Rob Landley
2023-04-06The non-anchored --wildcards logic broke full-string matching.Rob Landley
2023-04-01Move new ls --sort options to unique short flags, using -~ and -! toRob Landley
2023-04-01cp: remove unneeded semicolons following one-line function declarationsEthan Sommer
2023-03-25Add ls --sort and a few new short sort flags.Rob Landley
2023-03-19Check in todo notes.Rob Landley
2023-03-10Merge the dev and symlink chown cases (neither can reliably get a fdRob Landley
2023-03-10cpio -i trying to create a directory that exists is not an error,Rob Landley
2023-03-05Dear gcc, please stop threatening me with a good time.Rob Landley
2023-03-05llvm warns without an extra ,0 and gcc now warns _with_ the extra ,0Rob Landley
2023-03-03Remove -n from todo and add --longopt aliases for -DFO.Rob Landley
2023-03-03Change FLAG(x) macros to always return 0 or 1. Treewide audit of FLAG()Rob Landley
2023-03-01logger: fix stdin handling.Elliott Hughes
2023-02-26Reorder find help text so match filers that take an argument are mostly inRob Landley
2023-02-24ps, vi: fix flicker.Elliott Hughes
2023-02-24ps: widen the VSIZE field for Android's default view.Elliott Hughes
2023-02-17Fix s/// tests get skipped before realloc() allocates new string memory.Rob Landley
2023-02-07Don't kill archiver now we're listening for its exit code,Rob Landley
2023-02-06Fix a couple tar --sort leaks.Rob Landley
2023-02-02Make head lseek backwards to return unused data from seekable inputs.Rob Landley
2023-01-31nohup: use the same mode constant for open() and xcreate().Elliott Hughes
2023-01-29Add tar -s --sortRob Landley
2023-01-26Implement tar --wildcards and friends (filter options).Rob Landley
2023-01-23Implement DIRTREE_BREADTH.Rob Landley
2023-01-20Switch dirtree to set macro bits instead of hardwired numbers.Rob Landley
2023-01-19Convert to FLAG() macros.Rob Landley
2023-01-18Fix help text.Rob Landley
2023-01-12sleep: admit to accepting multiple durations.Elliott Hughes
2023-01-12Add cpio -R, tweak help text.Rob Landley
2023-01-11fix out of bounds read on error message.Eric Roshan-Eisner
2023-01-06Rename/move xmemcmp() (which doesn't exit) to smemcmp(), and add x prefixRob Landley
2022-12-26Placate ASAN by replacing memcmp() with xmemcmp().Rob Landley
2022-12-07Tighten up option parsing and teach "sleep" to parse multiple args.Rob Landley
2022-12-02ls -b and -N and -q aren't conflict errors, they just switch each other off.Rob Landley
2022-12-01ls -N.Elliott Hughes
2022-11-23Update relative path plumbing and extend realpath. More tests.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-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-22A pointer is not a reference.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