Age | Commit message (Expand) | Author |
2020-06-11 | hwclock: just assume /dev/rtc0. | Elliott Hughes |
2020-05-27 | devmem: replace getpagesize with POSIX sysconf(_SC_PAGESIZE) | Ethan Sommer |
2020-05-24 | Cleanup blkdiscard. | Rob Landley |
2020-05-21 | vmstat: increase column sizes | Petri Gynther |
2020-05-13 | devmem: avoid sign extension. | Elliott Hughes |
2020-04-16 | Promote rtcwake. | Rob Landley |
2020-04-16 | Promote blkdiscard. | Rob Landley |
2020-04-14 | shred: fix -z flag check, switch to FLAG() macros. | Ethan Sommer |
2020-04-12 | Minor cleanup. | Rob Landley |
2020-04-02 | Move #include <linux/*.h> into individual commands, initialize struct | Rob Landley |
2020-04-01 | Add rtcwake. | Elliott Hughes |
2020-03-13 | Fix various typos. | Elliott Hughes |
2020-03-11 | Redo NOFORK plumbing so commands like eval/unset can access/edit shell state. | Rob Landley |
2020-03-10 | modinfo: various fixes. | Elliott Hughes |
2020-03-02 | Merge realpath into readlink, use xabspath() instead of libc realpath(). | Rob Landley |
2020-02-27 | chattr: allow `chattr =`. | Elliott Hughes |
2020-02-11 | chattr: fix exit status, redo the tests. | Elliott Hughes |
2020-02-06 | chattr: improve error messages. | Elliott Hughes |
2020-02-06 | Remove old GNU style `' quoting. | Elliott Hughes |
2020-02-05 | chattr: reuse toybox argument parsing. | Elliott Hughes |
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 |