Age | Commit message (Expand) | Author |
2020-02-01 | lsattr/chattr: improve help text. | Elliott Hughes |
2020-01-22 | lsattr/chattr: -p support. | Elliott Hughes |
2020-01-20 | lsattr/chattr: add missing flags. | Elliott Hughes |
2020-01-10 | setsid: document -w. | Elliott Hughes |
2020-01-03 | Finish cd, make help -ahu unconditional, fix expand memory cleanup path, | Rob Landley |
2020-01-03 | No, optflags gets cleared by toy_init(), use toys.rebound instead. | Rob Landley |
2020-01-03 | Add MAYFORK to "help", teach it to behave differently when called as a | Rob Landley |
2019-12-28 | Cleanup: use FLAG() macros and new argument variable names. | Rob Landley |
2019-12-26 | Fix setsid with vfork, redo command line arguments. | Rob Landley |
2019-12-06 | stat: fix filesystem type on macOS. | Elliott Hughes |
2019-10-27 | Switch fallocate to new style global names. | Rob Landley |
2019-10-27 | fallocate: remove uClibc workaround to benefit macOS. | Elliott Hughes |
2019-10-26 | losetup: Change variable name to improve readability | Alessio Balsini |
2019-10-26 | losetup: Fix memory leaks in loopback_setup() | Alessio Balsini |
2019-10-14 | losetup: Fix null-termination of src string instead of dest after copy | Alessio Balsini |
2019-10-04 | readlink: add missing line, plus a test. | Elliott Hughes |
2019-10-02 | readlink: support multiple arguments. | Elliott Hughes |
2019-09-26 | hexedit: fix scrolling on legacy terminals | Jarno Mäkipää |
2019-09-18 | Get exit code right when command intercepts signal, make timeout use | Rob Landley |
2019-09-13 | timeout: fix exit status for sneaky subprocesses. | Elliott Hughes |
2019-08-19 | Tiny cleanup, net two lines shorter. | Rob Landley |
2019-08-15 | Fix two typos. | Elliott Hughes |
2019-08-15 | Switch makedevs to new GLOBALS naming. | Rob Landley |
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 |