aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb
AgeCommit message (Expand)Author
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2021-01-06seq: always xwrite.Elliott Hughes
2020-12-18seq.c: fix itoa for INT_MIN in case itoa gets used elsewhere.Elliott Hughes
2020-12-12Speed up seq: use toybuf for block writes and add an integer fast path.Rob Landley
2020-04-08md5sum: don't initialize a table we don't use.Elliott Hughes
2020-04-07Minor cleanup.Rob Landley
2020-04-07Calculate table when float enabled, and rely on LP64 types.Rob Landley
2020-03-13Fix various typos.Elliott Hughes
2020-03-02Switch to FLAG() macros.Rob Landley
2020-03-02Work around gcc trying to be "helpful" again.Rob Landley
2020-02-02mount.c: fix an error check.Elliott Hughes
2019-12-22gzip: reject non-gzip files in zlib path.Elliott Hughes
2019-12-13fix loopback device mount failwayling
2019-10-12hostname: fix error reporting.Elliott Hughes
2019-10-08Add dnsdomainname, fix "hostname -d" segfault on machine with no domain name,Rob Landley
2019-09-23noop gzip -n.Denys Nykula
2019-09-17Allow --tmpdir's argument to be optional.Rob Landley
2019-09-07md5sum: don't allow broken sha-3 sums.Elliott Hughes
2019-08-13Return md5sum/sha1sum to the slightly slower but more explicit versionRob Landley
2019-07-25killall: implement -w.Elliott Hughes
2019-07-12pidof: fix default behavior, add -x.Elliott Hughes
2019-07-06killall: better handling of long names.Elliott Hughes
2019-06-10Improve signal name<->number conversions.Elliott Hughes
2019-04-26gzip: fix permissions perservation despite umask.Elliott Hughes
2019-04-26gzip: fix regressions caused by 7964e1f78b58d9c365361cc36b0422d9d56cd204.Elliott Hughes
2019-04-22Ahem: _decompression_ is ready, compression isn't yet. Change defconfig y/n.Rob Landley
2019-04-21Promote gzip/zcat but keep gunzip default n until lib/deflate.c finished.Rob Landley
2019-03-09Half-finished su change checked in, sorry.Rob Landley
2019-03-07Add reset_env() and make su and login use it. Do long-delayed login cleanup.Rob Landley
2019-03-02Improve help consistency.Elliott Hughes
2019-02-23Add UUID= support to mount, via blkid -U.Rob Landley
2019-02-23Switch mount to use FLAG() macros.Rob Landley
2019-01-19hostname: fix behavior when in jail.Elliott Hughes
2018-12-19md5sum/sha1sum: add --status and --check, fix --check with multiple files.Elliott Hughes
2018-12-07Fix mktemp to pass tests.Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-12-04mktemp: more tests, more fixes.Elliott Hughes
2018-12-03mktemp: fix warning with glibc 2.15.Elliott Hughes
2018-11-28mktemp: add -t and fix behavior.Elliott Hughes
2018-11-28macOS: replace local strnstr with strcasestr.Elliott Hughes
2018-11-20Eduardas Meile asked umount to ignore -c due to broken init systems.Rob Landley
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-11-17hostname: add -s/-f and -d.Elliott Hughes
2018-06-29Cleanup pass on passwd, needs more testing.Rob Landley
2017-09-09Redo/add seq precision logic.Rob Landley
2017-07-11Don't remove "remount" from the option list during early parsing, the mountRob Landley
2017-06-09Promote dmesg back to lsb.Rob Landley
2017-05-27Replace two space indents with tab indents in help text (for consistency).Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes