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
2023-04-25sleep: fix error exit when called as "sh" builtinDenys Vlasenko
2023-04-25ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-25hush: printf builtin with no arguments should not exitDenys Vlasenko
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-08-30*: style fixDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko
2022-07-11shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko
2022-05-02tsort: new appletDavid Leonard
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-09ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko
2022-01-08XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli
2022-01-05sort: support -hDenys Vlasenko
2022-01-05sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2022-01-04md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko
2021-12-29echo: add FIXME commentDenys Vlasenko
2021-12-18timeout: add support for "timeout -k KILL_SECS"Matthew Slowe
2021-12-17printf: allow 0 as a flag and allow multiple flagsRon Yorston
2021-12-12uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko
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