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
2020-06-26Bump version to 1.32.01_32_0Denys Vlasenko
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko
2020-06-24make_single_applets.sh: switch off nologin deps optionDenys Vlasenko
2020-06-24bc: placate a "defined but not used" warningDenys Vlasenko
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko
2020-06-24suppress a few compile warningsDenys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-21examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser
2020-06-10nmeter: add %T (zero-based timestamp) formatDenys Vlasenko
2020-06-10Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath
2020-06-09deluser: check if specified home is a directory before removing itSören Tempel
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis
2020-06-09dhcpc: code shrink in good_hostnameMartin Lewis
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov
2020-04-30ash,hush: drop pointer check before calls to show_historyRon Yorston
2020-04-30mim: run scripts from a specification fileRon Yorston
2020-04-30ash: fix build failure when command built-in is disabledRon Yorston
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker
2020-04-29unzip: -d should create the dirLauri Kasanen
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko
2020-02-24ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko
2020-02-24ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko
2020-02-24ash: move TRACE statement in evalcommand()Ron Yorston
2020-02-24ash: rename some function parameters to match dashDenys Vlasenko
2020-02-24ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko
2020-02-22ash: Expand here-documents in the current shell environmentDenys Vlasenko
2020-02-22ash: parser: Do not push token back before parseheredocDenys Vlasenko
2020-02-22ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko
2020-02-21hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko
2020-02-21ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko
2020-02-21ash: memalloc: Avoid looping in growstacktoDenys Vlasenko
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko
2020-02-21hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko
2020-02-20ash: eval: Only restore exit status on exit/returnDenys Vlasenko