aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-05hush: fix fallout from FILE->HFILE conversionDenys Vlasenko
2018-08-05ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko
2018-08-05ash: var: Set IFS to fixed value at start timeDenys Vlasenko
2018-08-05ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko
2018-08-04ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko
2018-08-04tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko
2018-08-04tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko
2018-08-04tar: make source code a bit more terse, no logic changesDenys Vlasenko
2018-08-03uptime: add -s supportDenys Vlasenko
2018-08-03Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko
2018-08-03ping: implement -i SECDenys Vlasenko
2018-08-03timeout: fix arguments to match coreutilsDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-08-03ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko
2018-08-01ls: When -h is passed, the total should also be in human unitsLauri Kasanen
2018-08-01nslookup: add support for search domains, closes 11161Denys Vlasenko
2018-08-01cp: placate gcc8Denys Vlasenko
2018-08-01Add chroot support to chpasswdJon Kolb
2018-08-01udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko
2018-08-01udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko
2018-07-31sendmail: use on-stack buffer for AUTH PLAINDenys Vlasenko
2018-07-31sendmail: code shrink 2Denys Vlasenko
2018-07-31sendfile: code shrinkDenys Vlasenko
2018-07-31sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli
2018-07-31klogd: code shrinkDenys Vlasenko
2018-07-31install.sh: don't clobber dangling symlinksBaruch Siach
2018-07-31klogd: better help textDenys Vlasenko
2018-07-31hush: speed up ${var:+ARG} for literal ARGsDenys Vlasenko
2018-07-28hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko
2018-07-28hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 buildsDenys Vlasenko
2018-07-28hush: make "set -x" output don't redirectable when fd#2 redirectedDenys Vlasenko
2018-07-27hush: make "set -x" output closer to bashDenys Vlasenko
2018-07-27hush: fix "set -x" output prefix overlapping for v="..`cmd`.." caseDenys Vlasenko
2018-07-27hush: in some cases, expand_on_ifs() relied of uninitialized memoryDenys Vlasenko
2018-07-26hush: improve set -x: make "+++" indent level increase in `cmd` and eval.Denys Vlasenko
2018-07-26examples/var_service: add /var/run flag file to ntp.scriptDenys Vlasenko
2018-07-25htpd: increase MIN_FREQHOLD by 3Denys Vlasenko
2018-07-25fdisk: code shrinkDenys Vlasenko
2018-07-25fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko
2018-07-25fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko
2018-07-24gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko
2018-07-24hush: fix/explain corner cases of redirection colliding with script fdDenys Vlasenko
2018-07-24hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-07-24hush: handle backslash-newline in heredoc terminatorsDenys Vlasenko
2018-07-24hush: fix handling of heredocs not enclosed in groups where they are "declared"Denys Vlasenko
2018-07-23hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko
2018-07-23hush: fix handling of heredocs starting with empty linesDenys Vlasenko
2018-07-23hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko
2018-07-20hush: never glob result of dquoted "${v:+/bin/c*}"Denys Vlasenko