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-05-28libbb/dump: code shrinkDenys Vlasenko
2023-05-27awk: do not read ARGIND, only set it (gawk compat)Denys Vlasenko
2023-05-27awk: remove a local variable "caching" a struct memberDenys Vlasenko
2023-05-27awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko
2023-05-27awk: fix splitting with default FSDenys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko
2023-05-26awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko
2023-05-26hexdump: code shrinkDenys Vlasenko
2023-05-26hexdump, xxd: shrink stringsDenys Vlasenko
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko
2023-05-26libbb/dump: use fputs_stdout where appropriateDenys Vlasenko
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys 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: add testsDavid Leonard
2023-05-25od: fix -ODavid Leonard
2023-05-25hush: make "false" built-inDenys Vlasenko
2023-05-25hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling
2023-05-18examples/var_service/README: fix an errorDenys Vlasenko
2023-05-09cpio: tweak --helpDenys Vlasenko
2023-05-09nslookup: code shrinkDenys Vlasenko
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko
2023-05-08build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko
2023-05-07build system: Make it possible to build with 64bit time_tUwe Kleine-König
2023-05-07readlink: code shrinkDenys Vlasenko
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko
2023-04-23ip: code shrinkDenys Vlasenko
2023-04-16readlink: support --, -n alwaysEric Blake
2023-04-16tr: display usage for incorrect argumentsRon Yorston
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko
2023-04-12build system: clean more files on make cleanTomas Paukrt
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-12lineedit: fix crash when icanon set with -echoAkos Somfai
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