aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | libbb: code shrink u_signal_names.cRon Yorston2021-09-031-1/+10
* | win32: use inet_pton() from muslRon Yorston2021-09-031-183/+75
* | win32: fix entropy collection for isaacRon Yorston2021-09-021-20/+10
* | config: turn off DEBUG in default buildsRon Yorston2021-08-312-2/+2
* | vi: add fileformats optionRon Yorston2021-08-303-17/+119
* | shuf: silence compiler warningRon Yorston2021-08-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-309-99/+165
|\|
| * 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
* | win32: code shrinkRon Yorston2021-08-271-0/+2
* | vi: skip permission check on .exrcRon Yorston2021-08-221-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-08-229-142/+194
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-08-1740-59/+301
|\|
| * 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