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