Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-08mktemp: add --tmpdir optionAndrej Valek
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17chmod: correctly report changed modesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko
2021-09-10basename: implement -a and -s SUFFIXDenys Vlasenko
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys 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-22shuf: speed-up when limited output is requestedRon Yorston
2021-08-16dd: tweak --helpDenys Vlasenko
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko
2021-08-15cp: fix build failure with long options disabledRon Yorston
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley
2021-06-25ls: revert last change (short name must be allocated)Denys Vlasenko
2021-06-25cp,mv: fix -t DIR optionRon Yorston
2021-06-25uniq: really support -zRon Yorston
2021-06-24nproc: code shrinkDenys Vlasenko
2021-06-24ls: code shrinkDenys Vlasenko
2021-06-22cp: implement -nDenys Vlasenko
2021-06-22crc32: code shrink for !CKSUM configDenys Vlasenko
2021-06-22cksum: fix handling of read errorsDenys Vlasenko
2021-06-22crc32: new appletDenys Vlasenko
2021-06-21cp: implement -t DIRDenys Vlasenko
2021-06-21cp: preparatory indenting of code block, no code changesDenys Vlasenko
2021-06-20df: support -t TYPEDenys Vlasenko
2021-06-20df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides itDenys Vlasenko
2021-06-20shred: with -u, unlink file even if it is zero lengthDenys Vlasenko
2021-06-20shred: implement -s SIZEDenys Vlasenko
2021-06-17env: implement -0Denys Vlasenko
2021-06-17mv: implement -t and -TDenys Vlasenko
2021-06-17uniq: support -zDenys Vlasenko
2021-06-16du: support -b "apparent size"Denys Vlasenko
2021-06-15shuf: simplify check that we have at least one FILEDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-14base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-05ls: trim --help textDenys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko
2021-06-02tail: fix typo in variable nameDenys Vlasenko