summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06chat: hopefully fix infinite spinning on input EOFDenys Vlasenko
2021-09-05awk: fix printf %%Daniel Thau
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko
2021-09-04udhcp: add comments, no code changesDenys Vlasenko
2021-09-02examples/var_service/fw/run: allow extif's to be more than one ifaceDenys Vlasenko
2021-09-02ash: regressions in process substitutionRon Yorston
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko
2021-08-29vi: further changes to colon addressesRon Yorston
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko
2021-08-23shuf: tweak --help textDenys Vlasenko
2021-08-23mount: code shrinkDenys Vlasenko
2021-08-23mount: with -w, do not fall back to read-only mountsDenys Vlasenko
2021-08-22tar,smemcap: silence compiler warningRon Yorston
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko
2021-08-22shuf: speed-up when limited output is requestedRon Yorston
2021-08-22vi: code shrink print_literal()Ron Yorston
2021-08-22vi: searches in colon commands should wrapRon Yorston
2021-08-22rev: correct output for long input linesRon Yorston
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko
2021-08-20vi: don't right shift empty linesRon Yorston
2021-08-20vi: support ~/.exrcRon Yorston
2021-08-20vi: changes to handling of -c and EXINITRon Yorston
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko
2021-08-19Start 1.35.0 development cycleDenys Vlasenko
2021-08-19Bump version to 1.34.01_34_0Denys Vlasenko
2021-08-16scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko
2021-08-16fdisk: indentation fixDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-08-16awk: fix testsuiteDenys Vlasenko
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko
2021-08-16tar: fix testsuiteDenys Vlasenko
2021-08-15dd: tweak --helpDenys Vlasenko
2021-08-15dd: fix testsuiteDenys Vlasenko
2021-08-15*: remove remains of FEATURE_TOUCH_NODEREFDenys Vlasenko
2021-08-15taskset: disallow "taskset -p 0"Denys Vlasenko
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko
2021-08-15cut: fix testsuiteDenys Vlasenko
2021-08-15hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko
2021-08-15traceroute: fix compile error due to FreeBSD compatDenys Vlasenko
2021-08-15cp: fix build failure with long options disabledRon Yorston
2021-08-02tar: exclude files before updating hardlink info listHarald van Dijk
2021-08-02tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko
2021-07-27hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko
2021-07-27hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko
2021-07-27shell: update psubst testcasesDenys Vlasenko