aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
AgeCommit message (Expand)Author
13 daysMove the "lie to autoconf" plumbing into main.c and apply it to grep.Rob Landley
2024-06-01getconf: add NPROCESSORS_CONF and NPROCESSORS_ONLN.Elliott Hughes
2024-05-10find: use S_ISREG() rather than inlining it.Elliott Hughes
2024-04-30Switch most remaining toys.optflags&FLAG_x checks to FLAG(x)Rob Landley
2024-04-26find -size implies -type f.Rob Landley
2024-03-22Fix "install -dm 02750 directory" and add tests.Rob Landley
2024-03-21Add env -e to execute a different command than argv[0] from the command list.Rob Landley
2024-03-03Add mv -x to atomically swap two files.Rob Landley
2024-02-21When xargs child exits with 255, stop processing input.Rob Landley
2024-02-10Whitespace cleanup.Rob Landley
2024-02-08Add wc -L and tests.Rob Landley
2024-02-07top -b: add missing flush.Elliott Hughes
2024-01-30Fix grep -w and add lots of tests.Rob Landley
2024-01-26grep: add missing flags to usage line.Elliott Hughes
2024-01-26My own pending local documentation changes to patch.c,Rob Landley
2024-01-26Various help fixes.Elliott Hughes
2024-01-18Switch stdout default to block buffering, replace xflush() with xferror(),Rob Landley
2023-12-27date: silence gcc 13.2.Elliott Hughes
2023-12-20file: parse JPEG files enough to pull out their size in pixels.Elliott Hughes
2023-12-17Missed an int64_t in the peek() conversion.Rob Landley
2023-12-17Switch peek() family from int64_t to long long so base types are consistentRob Landley
2023-12-15Exit with (eventual) error if any characters failed to convert without -c.Rob Landley
2023-11-13Fix sed --help to show full help.Rob Landley
2023-11-10file: recognize wasm binary modules.Elliott Hughes
2023-11-10Move linux32 command to its own file, because BSD can't build it.Rob Landley
2023-11-05Catch corrupted tarballs so we don't set a nonsense mode.Rob Landley
2023-11-03file: add arm32 ELF flag decoding.Elliott Hughes
2023-11-02riscv: decode ELF header e_flags.Elliott Hughes
2023-10-27getconf: fix sense of #if conditional.Elliott Hughes
2023-10-26Cleanup: move #ifdef around the CONF block and eliminate stub list.Rob Landley
2023-10-26getconf: add cache size sysconf() queries.Elliott Hughes
2023-10-19Switch yes to writev() a redundant iovec to produce output in bigger chunks,Rob Landley
2023-10-14Tweak help text.Rob Landley
2023-10-08SID can be 0 before PID 1 calls setsid()Rob Landley
2023-10-06Initialize plen.Rob Landley
2023-10-02Promote tsort (and tweak help text).Rob Landley
2023-10-01With tar -h, any file can be a hardlink.Rob Landley
2023-10-01Set DIRTREE_SYMFOLLOW when we followed a symlink to this node.Rob Landley
2023-10-01Add missing follow symlink check.Rob Landley
2023-10-01Promote fold.Rob Landley
2023-09-20Remove TOYFLAG_LOCALE.Rob Landley
2023-09-01Switch 2k global to malloc().Rob Landley
2023-09-01No real need for 1k of global data in cksum.Rob Landley
2023-08-23Convert a few stray error_msg("%s", x) to error_msg_raw(x).Rob Landley
2023-08-19Document -FRob Landley
2023-08-19Copy xattrs for directories too.Rob Landley
2023-08-15Make ls -k switch off --block-size, document it, and two fixes to lib/args.c.Rob Landley
2023-08-15Make negative sort offsets in -k keys count right to left.Rob Landley
2023-08-08Fix \0 in %bRob Landley
2023-08-01Tweak help text and remove unnecessary parentheses.Rob Landley