Age | Commit message (Expand) | Author |
2019-08-12 | blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID. | Elliott Hughes |
2019-08-09 | losetup: fix the race. | Elliott Hughes |
2019-08-03 | Fix a bug report from E5ten: stat of a file with suid or sticky bit set | Rob Landley |
2019-07-24 | Rewrite tac to make better use of lib functions. | Rob Landley |
2019-07-24 | tac: switch to getline(). | Elliott Hughes |
2019-07-22 | Start replacing get_line() with getline(). | Elliott Hughes |
2019-07-11 | bind/connect cleanup. | Elliott Hughes |
2019-06-28 | modinfo: various small fixes. | Elliott Hughes |
2019-06-28 | file, stat: various small improvements. | Elliott Hughes |
2019-06-26 | losetup: fix Android. | Elliott Hughes |
2019-06-25 | losetup: minor fixes. | Elliott Hughes |
2019-06-08 | macOS: numerous fixes. | Elliott Hughes |
2019-06-07 | Implement stat %C and find %Z. | Elliott Hughes |
2019-04-18 | Remove a line that's already in toys.h. | Rob Landley |
2019-04-16 | Add argument to xflush() so it can test for stdout err without flushing. | Rob Landley |
2019-04-12 | Make help text spacing consistent. | Rob Landley |
2019-04-04 | Tweak stat. | Rob Landley |
2019-04-04 | stat: avoid null dereference. | liwugang |
2019-03-23 | login: clear environment when -p is absent | William Djupström |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-13 | timeout: remove bogus depends-on. | Elliott Hughes |
2019-03-13 | Use defined constants for mkpathat. | Hadrian Węgrzynowski |
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 | Make multiple sendfile variants, and teach xpopen_both() to use existing | Rob Landley |
2019-03-07 | Add reset_env() and make su and login use it. Do long-delayed login cleanup. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-02 | Promote devmem. | Rob Landley |
2019-03-02 | Improve help consistency. | Elliott Hughes |
2019-03-01 | William Djupström pointed out we need to chown() the tty. | Rob Landley |
2019-03-01 | Minor tweaks. | Rob Landley |
2019-02-23 | Add blkid -U and -L. | Rob Landley |
2019-02-23 | Promote mcookie | Rob Landley |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-23 | Switch losetup to short arg var style and force typecasts for printf. | Rob Landley |
2019-02-20 | Exit code should indicate _which_ signal oneit's exiting due to. | Rob Landley |
2019-02-15 | mountpoint: add missing synopsis. | Elliott Hughes |
2019-02-15 | Fix typos: e.g. change "cannonical" to "canonical". | Jason Spiro |
2019-02-04 | Reset screen wrap mode (broken by qemu -nographic output). | Rob Landley |
2019-01-25 | OpenEmbedded needs commands installed in specific places. | Rob Landley |
2019-01-12 | stat: add --format synonym for -c. | Elliott Hughes |
2018-12-19 | readlink: add --canonicalize synonym for -f. | Elliott Hughes |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-19 | A few more GLOBALS() single character argument style conversions. | Rob Landley |
2018-11-17 | Convert more GLOBALS argument vars to the new single letter code style. | Rob Landley |
2018-11-13 | Instead of #warning about the musl bug, work around it (wrap syscalls ourselves) | Rob Landley |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley |
2018-10-30 | Promote watch to other. | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |