aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb
AgeCommit message (Expand)Author
2017-05-07Error if we can't autodetect filesystem type.Rob Landley
2017-02-20Declaring todo bankruptcy, dmesg goes back into pending until I get a chanceRob Landley
2017-02-20Fix dmesg -c and -C.Elliott Hughes
2017-01-30Cleanup leftover debris.Rob Landley
2017-01-29Izabera suggested seq should multiply to avoid accumulating rounding errorsRob Landley
2016-12-11First cleanup pass on new dmesg.Rob Landley
2016-10-30Implement "dmesg -w".Elliott Hughes
2016-07-15Fix non-library md5sum build. (Oops.)Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2016-07-14Add -c to md5sum and sha1sum.Rob Landley
2016-05-04Hostname cleanup, as described on the list.Rob Landley
2016-05-03Add -b and -F arguments to hostnamePaul Barker
2016-03-02For years the man pages have said to #include <sys/types.h> to getRob Landley
2016-02-25Fix more warnings on 32 bit builds.Rob Landley
2016-02-25Fix bug where mount -o leftover string didn't get passed through to kernelRob Landley
2016-02-17Fix remounting /system on Android.Elliott Hughes
2016-02-10Add seq -w, suggested by izabera.Rob Landley
2016-02-10Factor out strnstr() since posix hasn't got it, and add a config option forRob Landley
2016-01-22Factor out insanitize() from seq.c to next_printf() in lib.Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-12-30Don't let mktemp -q /path/to/file delete arbitrary files, and don't haveRob Landley
2015-12-30lsb/mktemp: Add -u flagKylie McClain
2015-12-29Make pidof use comma_scan()Rob Landley
2015-09-23xexec() is noreturn.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-09-07Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.Rob Landley
2015-09-05Add seq -f tests, tweak help text, and catch one more error case.Rob Landley
2015-09-02seq -f %0-f is a valid pattern.Rob Landley
2015-09-02If you start a git commit and then edit the file more on the filesystemRob Landley
2015-09-02Sanitize seq -f string.Rob Landley
2015-07-01Improve -Z error reporting.Elliott Hughes
2015-06-15Use lsm_set_create() to set security blanket context before mknod, avoidingRob Landley
2015-05-31mknod: Add -Z optionJosé Bollo
2015-05-14Bugfix from Hyejin Kim: su should not prompt root user for new user's password.Rob Landley
2015-05-03Fix dmesg -c error output.Elliott Hughes
2015-05-03Minor dmesg cleanup.Rob Landley
2015-05-02dmesg: add -t suppress timestamp flagMark Salyzyn
2015-04-12Before trying to remount read only, see if block device responds to "become rw"Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-11Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain.Rob Landley
2015-03-10Add -m to mknodRob Landley
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2015-02-12Fix bug introduced by last commit (print template instead of toybuf).Rob Landley
2015-02-11Only apply mktemp directory to targets that aren't already paths.Rob Landley
2015-02-10Fix longopts (pointed out by Hyejin Kim).Rob Landley
2015-02-07Shameless meddling.Rob Landley
2015-02-07Use $TMPDIR if set (necessary on Android, where there is no /tmp).Elliot Hughes
2014-12-02Don't mount a filesystem over an existing one with the same /dev and /dir.Rob Landley
2014-11-25Update dmesg, loosely based on a patch from Elliott Hughes.Rob Landley
2014-11-19Make md5sum and sha1sum work on big endian systems.0.5.1Rob Landley