aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-26Teach the argument plumbing how to do -@ for mkfs.vfatRob Landley
2018-12-25Simplify the mkflags logic a bit.Rob Landley
2018-12-23Add grep --colorRob Landley
2018-12-21Fix UDP checksum verification error.Elliott Hughes
2018-12-19First stab at sort -VRob Landley
2018-12-19Fix sort -x attached to a key.Rob Landley
2018-12-19readlink: add --canonicalize synonym for -f.Elliott Hughes
2018-12-19md5sum/sha1sum: add --status and --check, fix --check with multiple files.Elliott Hughes
2018-12-18Add grep tests to "make tests".Rob Landley
2018-12-17Use FLAG() macros in grep.Rob Landley
2018-12-17A couple more grep tests, and slightly use dlist_terminate() for the loops.Rob Landley
2018-12-17Only set FLAGS_NODASH when arguments didn't have a dash.Rob Landley
2018-12-17Fix remaining grep_tests.Rob Landley
2018-12-15Add sed -iEXT to keep backup files.Rob Landley
2018-12-14Add xrename()Rob Landley
2018-12-11Implement --preserve default = mot behavior (fixes segfault when no argument).Rob Landley
2018-12-10nc: add UDP support.Josh Gao
2018-12-10nc: add IPv6 support.Josh Gao
2018-12-09Support embedded NUL bytes in grep output, and free memory leaked per-file.Rob Landley
2018-12-09More grep.tests: make exit code 2 happen when it should.Rob Landley
2018-12-09Fix first grep.test failure (-B + -b not producing middle field).Rob Landley
2018-12-08Rikk on github asked for the examples back.Rob Landley
2018-12-07macOS: fix getconf(1) build.Elliott Hughes
2018-12-07macOS: fix code using POSIX 2008 `st_[acm]tim` fields.Elliott Hughes
2018-12-07Forgot to check the portability.? changes. (Oops.)Rob Landley
2018-12-07Fix mktemp to pass tests.Rob Landley
2018-12-06mktemp: just the missing tests.Elliott Hughes
2018-12-05macOS: iconv(1) needs libiconv on the mac.Elliott Hughes
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-12-04macOS: move getmountlist.c functions into portability.c.Elliott Hughes
2018-12-04mktemp: more tests, more fixes.Elliott Hughes
2018-12-04Also remove SORT_BIG from sort.test.Rob Landley
2018-12-04Remove CFG_SORT_BIG, just always do that.Rob Landley
2018-12-03Break runtest.sh out again: the Android devs were using it.Rob Landley
2018-12-03mktemp: fix warning with glibc 2.15.Elliott Hughes
2018-12-02Teach testcmd to say short name rather than full path.Rob Landley
2018-12-02Merge runtest.sh into test.sh.Rob Landley
2018-12-02Fresh implementation of test.c.Rob Landley
2018-12-01Stop testing the shell builtin, test the actual command.Rob Landley
2018-11-30macOS: remove unnecessary <stdio.h> workarounds.Elliott Hughes
2018-11-30macOS: fix uname.Elliott Hughes
2018-11-30Tweak comments.Rob Landley
2018-11-30macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections.Elliott Hughes
2018-11-30macOS: work around header idiosyncracies.Elliott Hughes
2018-11-30macOS: move struct sysinfo out of GLOBALS.Elliott Hughes
2018-11-30macOS: fix endian macros for macOS.Elliott Hughes
2018-11-29Marius Adaskevicius pointed out mdev -s should follow symlinks.Rob Landley
2018-11-29Remove an extra #include <string.h>Rob Landley
2018-11-29macOS: remove glibc 2.10 workarounds.Elliott Hughes