Age | Commit message (Expand) | Author |
2019-02-23 | Add UUID= support to mount, via blkid -U. | Rob Landley |
2019-02-23 | Switch mount to use FLAG() macros. | Rob Landley |
2019-01-19 | hostname: fix behavior when in jail. | Elliott Hughes |
2018-12-19 | md5sum/sha1sum: add --status and --check, fix --check with multiple files. | Elliott Hughes |
2018-12-07 | Fix mktemp to pass tests. | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-12-04 | mktemp: more tests, more fixes. | Elliott Hughes |
2018-12-03 | mktemp: fix warning with glibc 2.15. | Elliott Hughes |
2018-11-28 | mktemp: add -t and fix behavior. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-20 | Eduardas Meile asked umount to ignore -c due to broken init systems. | Rob Landley |
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-17 | hostname: add -s/-f and -d. | Elliott Hughes |
2018-06-29 | Cleanup pass on passwd, needs more testing. | Rob Landley |
2017-09-09 | Redo/add seq precision logic. | Rob Landley |
2017-07-11 | Don't remove "remount" from the option list during early parsing, the mount | Rob Landley |
2017-06-09 | Promote dmesg back to lsb. | Rob Landley |
2017-05-27 | Replace two space indents with tab indents in help text (for consistency). | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2017-05-07 | Error if we can't autodetect filesystem type. | Rob Landley |
2017-02-20 | Declaring todo bankruptcy, dmesg goes back into pending until I get a chance | Rob Landley |
2017-02-20 | Fix dmesg -c and -C. | Elliott Hughes |
2017-01-30 | Cleanup leftover debris. | Rob Landley |
2017-01-29 | Izabera suggested seq should multiply to avoid accumulating rounding errors | Rob Landley |
2016-12-11 | First cleanup pass on new dmesg. | Rob Landley |
2016-10-30 | Implement "dmesg -w". | Elliott Hughes |
2016-07-15 | Fix non-library md5sum build. (Oops.) | Rob Landley |
2016-07-15 | Add optional openssl accelerated versions of hash functions, loosely based on | Rob Landley |
2016-07-14 | Add -c to md5sum and sha1sum. | Rob Landley |
2016-05-04 | Hostname cleanup, as described on the list. | Rob Landley |
2016-05-03 | Add -b and -F arguments to hostname | Paul Barker |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-02-25 | Fix more warnings on 32 bit builds. | Rob Landley |
2016-02-25 | Fix bug where mount -o leftover string didn't get passed through to kernel | Rob Landley |
2016-02-17 | Fix remounting /system on Android. | Elliott Hughes |
2016-02-10 | Add seq -w, suggested by izabera. | Rob Landley |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-01-22 | Factor out insanitize() from seq.c to next_printf() in lib. | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-30 | Don't let mktemp -q /path/to/file delete arbitrary files, and don't have | Rob Landley |
2015-12-30 | lsb/mktemp: Add -u flag | Kylie McClain |
2015-12-29 | Make pidof use comma_scan() | Rob Landley |
2015-09-23 | xexec() is noreturn. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | Rob Landley |
2015-09-05 | Add seq -f tests, tweak help text, and catch one more error case. | Rob Landley |
2015-09-02 | seq -f %0-f is a valid pattern. | Rob Landley |
2015-09-02 | If you start a git commit and then edit the file more on the filesystem | Rob Landley |
2015-09-02 | Sanitize seq -f string. | Rob Landley |