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-11-07sleep: Update docPetr Vorel
2023-10-02install: Fix chown resetting suid/sgid bits from chmodNero
2023-10-02sleep: fix "sleep -- ARGS"Denys Vlasenko
2023-08-31tsort: avoid use-after-freeRon Yorston
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko
2023-05-26od: actually remove -IL from --help, as comment saysDenys Vlasenko
2023-05-26od: support -DOHXILDenys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: fix default format, shrinkDenys Vlasenko
2023-05-26od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: implement -BDenys Vlasenko
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2023-05-25od: fix -ODavid Leonard
2023-05-07readlink: code shrinkDenys Vlasenko
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko
2023-04-16readlink: support --, -n alwaysEric Blake
2023-04-16tr: display usage for incorrect argumentsRon Yorston
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko
2023-04-12shuf: remove redundant codeDenys Vlasenko
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko
2023-04-12sleep: fix error exit when called as "sh" builtinDenys Vlasenko
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko
2023-04-10seq: accept negative parametersDenys Vlasenko
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-03hush: 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