Age | Commit message (Expand) | Author |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-21 | Test for compiler existence when sourcing portability.sh. | Rob Landley |
2019-03-20 | Next round of tar cleanup. | Rob Landley |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-18 | Document the -k2.3,4.5 syntax and make it behave closer to the other one. | Rob Landley |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-17 | Fix xstrndup() bug. | Rob Landley |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-16 | bc: fix an overflow bug in bc_num_ulong() | Gavin Howard |
2019-03-16 | Next round of tar cleanup. | Rob Landley |
2019-03-14 | I had some pending grep tests I hadn't checked in too. | Rob Landley |
2019-03-14 | grep: use TOYFLAG_ARGFAIL for grep too. | Elliott Hughes |
2019-03-14 | load_policy: mention SELinux in the help. | Elliott Hughes |
2019-03-14 | date: don't hard-code 2019 in the test. | Elliott Hughes |
2019-03-13 | timeout: remove bogus depends-on. | Elliott Hughes |
2019-03-13 | date: fix various time zone/daylight time issues. | Elliott Hughes |
2019-03-13 | More tar cleanup. | Rob Landley |
2019-03-13 | Use defined constants for mkpathat. | Hadrian Węgrzynowski |
2019-03-11 | More tar cleanup. | Rob Landley |
2019-03-11 | Add a code style note. | Rob Landley |
2019-03-11 | Work around musl-libc limitation. | Rob Landley |
2019-03-11 | I've hit a test failure twice where find -newer didn't because the timestamps | Rob Landley |
2019-03-10 | Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value. | Rob Landley |
2019-03-10 | timeout: --foreground, --preserve-status, and --signal. | Elliott Hughes |
2019-03-10 | find: minor whitespace cleanup. | Elliott Hughes |
2019-03-10 | find: improve -context behavior on failure. | Elliott Hughes |
2019-03-10 | Add missing isatty(3) call. | Elliott Hughes |
2019-03-10 | Do a rm -rf of testdir between each command so debris files don't accumulate. | Rob Landley |
2019-03-10 | Make xsendfile() variants handle -1 length properly again. | Rob Landley |
2019-03-10 | install.c doesn't include the standard headers so hasn't got ARRAY_LEN() | Rob Landley |
2019-03-10 | Don't redirect stderr or xexec() error hidden. | Rob Landley |
2019-03-10 | Make multiple sendfile variants, and teach xpopen_both() to use existing | Rob Landley |
2019-03-09 | Cosmetic tweak. | Rob Landley |
2019-03-09 | find: add -context. | Elliott Hughes |
2019-03-09 | file: add c-sky ELF machine. | Elliott Hughes |
2019-03-09 | Half-finished su change checked in, sorry. | Rob Landley |
2019-03-07 | Add reset_env() and make su and login use it. Do long-delayed login cleanup. | Rob Landley |
2019-03-06 | More tar cleanup. | Rob Landley |
2019-03-04 | More tar cleanup. | Rob Landley |
2019-03-04 | Don't print (null) in error messages. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-03 | Doc tweak. | Rob Landley |
2019-03-03 | Cleanup pass on tar. | Rob Landley |
2019-03-02 | Make top -H show TID instead of PID, not collate %CPU into parent thread | Rob Landley |
2019-03-02 | Promote devmem. | Rob Landley |
2019-03-02 | Improve help consistency. | Elliott Hughes |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-03-02 | devmem: new command. | Elliott Hughes |
2019-03-01 | William Djupström pointed out we need to chown() the tty. | Rob Landley |