aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04udhcp: add comments, no code changesDenys Vlasenko1-7/+24
2021-09-02examples/var_service/fw/run: allow extif's to be more than one ifaceDenys Vlasenko1-8/+12
2021-09-02ash: regressions in process substitutionRon Yorston1-3/+7
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko1-1/+1
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko2-22/+46
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko1-4/+6
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko1-6/+12
2021-08-29vi: further changes to colon addressesRon Yorston1-49/+83
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2-8/+10
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko1-10/+28
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko1-0/+3
2021-08-23shuf: tweak --help textDenys Vlasenko1-4/+4
2021-08-23mount: code shrinkDenys Vlasenko1-4/+4
2021-08-23mount: with -w, do not fall back to read-only mountsDenys Vlasenko1-7/+15
2021-08-22tar,smemcap: silence compiler warningRon Yorston1-1/+1
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko3-3/+3
2021-08-22shuf: speed-up when limited output is requestedRon Yorston1-14/+15
2021-08-22vi: code shrink print_literal()Ron Yorston1-17/+2
2021-08-22vi: searches in colon commands should wrapRon Yorston1-2/+7
2021-08-22rev: correct output for long input linesRon Yorston2-0/+47
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko4-44/+39
2021-08-20vi: don't right shift empty linesRon Yorston1-2/+2
2021-08-20vi: support ~/.exrcRon Yorston1-8/+33
2021-08-20vi: changes to handling of -c and EXINITRon Yorston1-58/+65
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko1-12/+0
2021-08-19Start 1.35.0 development cycleDenys Vlasenko1-2/+2
2021-08-19Bump version to 1.34.01_34_0Denys Vlasenko1-1/+1
2021-08-16scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko1-3/+8
2021-08-16fdisk: indentation fixDenys Vlasenko1-4/+4
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko1-1/+5
2021-08-16awk: fix testsuiteDenys Vlasenko1-1/+1
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko1-0/+1
2021-08-16tar: fix testsuiteDenys Vlasenko1-7/+10
2021-08-15dd: tweak --helpDenys Vlasenko1-2/+2
2021-08-15dd: fix testsuiteDenys Vlasenko1-0/+2
2021-08-15*: remove remains of FEATURE_TOUCH_NODEREFDenys Vlasenko3-5/+0
2021-08-15taskset: disallow "taskset -p 0"Denys Vlasenko1-2/+2
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko1-0/+2
2021-08-15cut: fix testsuiteDenys Vlasenko1-0/+2
2021-08-15hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko1-1/+1
2021-08-15traceroute: fix compile error due to FreeBSD compatDenys Vlasenko1-1/+6
2021-08-15cp: fix build failure with long options disabledRon Yorston1-3/+1
2021-08-02tar: exclude files before updating hardlink info listHarald van Dijk1-5/+5
2021-08-02tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko1-6/+7
2021-07-27hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko1-5/+4
2021-07-27hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko2-2/+14
2021-07-27shell: update psubst testcasesDenys Vlasenko8-6/+53
2021-07-27hush: add missed "undef"Denys Vlasenko1-3/+3
2021-07-26hush: implement $'str' bashismDenys Vlasenko7-1/+138
2021-07-25ahell: update testsuiteDenys Vlasenko7-3/+33