Age | Commit message (Expand) | Author |
2021-02-22 | Remove ifdefs from stat. | Rob Landley |
2021-02-22 | stat: fix macOS build and behavior. | Elliott Hughes |
2021-02-11 | Switch sha3sum on in defconfig, and document -b (it's same as sha2sum). | Rob Landley |
2021-02-08 | Have xclose() perform the fd != -1 test. | Rob Landley |
2021-02-07 | Add lots of "static" annotations, make a couple things use FLAG() macros, etc. | Rob Landley |
2021-01-15 | Cleanup base32 slightly. | Rob Landley |
2021-01-07 | new toy: base32 | Moritz Röhrich |
2020-12-19 | FS_ENCRYPT_FL introduced too recently to depend on, use constant. | Rob Landley |
2020-12-15 | Speed up count: use 64k block size, update display at most 4x/second. | Rob Landley |
2020-12-07 | Rename randbuf and hook up -s | Rob Landley |
2020-12-07 | Promote pwgen. | Rob Landley |
2020-11-17 | Fix printenv -0 (broken by the lib/args.c 0 prefix change). | Rob Landley |
2020-11-08 | Teach devmem about nommu and 0x prefix on address. Print hex or decimal | Rob Landley |
2020-10-28 | Tweak help text again. | Rob Landley |
2020-10-22 | Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies | Rob Landley |
2020-10-21 | blkdiscard: fix uninitialised offset | Patrick Oppenlander |
2020-10-21 | Tweak watchdog help. | Rob Landley |
2020-10-21 | Promote watchdog. | Rob Landley |
2020-10-18 | Add sha3sum. | Rob Landley |
2020-10-15 | rtcwake: default to UTC if /etc/adjtime can't be read | Patrick Oppenlander |
2020-10-15 | hwclock: default to UTC if /etc/adjtime can't be read | Patrick Oppenlander |
2020-10-05 | Update i2ctools.c | chrisrfq |
2020-09-10 | blkid: don't show empty tags. | Elliott Hughes |
2020-09-09 | Use flag macros and document -rn options. | Rob Landley |
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 |