aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Merge remote-tracking branch 'upstream/1_33_stable' into 1_33_stable1_33_stableCem Keylan
2021-03-09traceroute: fix option parsingDenys Vlasenko
2021-03-09update_passwd: fix context variableBernd Kuhls
2021-03-09ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko
2021-03-09httpd: fix offset for sendfileMaxim Storchak
2021-02-18wget: use bearssl instead of opensslv1.33.0Cem Keylan
2020-12-29Bump version to 1.33.0Denys Vlasenko
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko
2020-12-29modprobe-small: convert to new recursive_action() APIDenys Vlasenko
2020-12-29bc: placate gcc (it thinks 's' can be uninitialized here)Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-27hush: make comment more clearDenys Vlasenko
2020-12-27man: implement SECTION parametersDenys Vlasenko
2020-12-25typo fixDenys Vlasenko
2020-12-25hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko
2020-12-25hush: if !EDITING, do not regenerate prompt for every input charDenys Vlasenko
2020-12-25mount: Surround syslog.h with the config checkLauri Kasanen
2020-12-24ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko
2020-12-23hush: fix ^C in INTERACTIVE, !EDITING configDenys Vlasenko
2020-12-23hush: revert "make interactive ^C break out of PS2 mode"Denys Vlasenko
2020-12-23hush: fix PS1 prompth in !EDITING configDenys Vlasenko
2020-12-23hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko
2020-12-23shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko
2020-12-23hush: fix commentDenys Vlasenko
2020-12-23factor: fix commentDenys Vlasenko
2020-12-22factor: detect squaresDenys Vlasenko
2020-12-21lineedit: code shrinkDenys Vlasenko
2020-12-21lineedit: add a comment about possible use of tcflush()Denys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-21modprobe: Add support for modprobe.blacklist=module1,module2,...Andy Shevchenko
2020-12-21hush: deal with FIXMEs for corner cases in parameter expansionDenys Vlasenko
2020-12-21factor: fix typo in undefDenys Vlasenko
2020-12-21factor: code shrinkDenys Vlasenko
2020-12-20factor: 30% faster trial division (better sieve)Denys Vlasenko
2020-12-20hush: remove one redundant getpid() on every startupDenys Vlasenko
2020-12-20ping6: add -w/-W NUM to --helpDenys Vlasenko
2020-12-20ping: fix -wN to not think that one packet is always lostDenys Vlasenko
2020-12-19ash: clear ungetc counter on syntax errorsDenys Vlasenko
2020-12-19tftp: fix --helpDenys Vlasenko
2020-12-19route: code shrinkDenys Vlasenko
2020-12-18help text tweaks, mainly expanding one for routeDenys Vlasenko
2020-12-18help text: use -P PORT formDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-17mount: if we race with other loop mount, we forget to close loop devDenys Vlasenko
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2020-12-17traceroute: fix --help textDenys Vlasenko
2020-12-17traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko
2020-12-17mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko
2020-12-17mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parentDenys Vlasenko
2020-12-17mail: deobfuscate launch_helper()Denys Vlasenko