aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03ping: implement -i SECDenys Vlasenko1-5/+15
2018-08-03timeout: fix arguments to match coreutilsDenys Vlasenko1-9/+12
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko5-81/+101
2018-08-03ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko1-14/+17
2018-08-01ls: When -h is passed, the total should also be in human unitsLauri Kasanen1-1/+9
2018-08-01nslookup: add support for search domains, closes 11161Denys Vlasenko1-22/+82
2018-08-01cp: placate gcc8Denys Vlasenko1-1/+1
2018-08-01Add chroot support to chpasswdJon Kolb1-5/+13
2018-08-01udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko1-0/+6
2018-08-01udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko1-4/+6
2018-07-31sendmail: use on-stack buffer for AUTH PLAINDenys Vlasenko1-11/+27
2018-07-31sendmail: code shrink 2Denys Vlasenko1-9/+9
2018-07-31sendfile: code shrinkDenys Vlasenko4-22/+26
2018-07-31sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli3-14/+45
2018-07-31klogd: code shrinkDenys Vlasenko1-4/+7
2018-07-31install.sh: don't clobber dangling symlinksBaruch Siach1-1/+1
2018-07-31klogd: better help textDenys Vlasenko1-2/+2
2018-07-31hush: speed up ${var:+ARG} for literal ARGsDenys Vlasenko1-27/+31
2018-07-28hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko5-1/+13
2018-07-28hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 buildsDenys Vlasenko1-2/+2
2018-07-28hush: make "set -x" output don't redirectable when fd#2 redirectedDenys Vlasenko1-45/+84
2018-07-27hush: make "set -x" output closer to bashDenys Vlasenko1-18/+60
2018-07-27hush: fix "set -x" output prefix overlapping for v="..`cmd`.." caseDenys Vlasenko1-14/+20
2018-07-27hush: in some cases, expand_on_ifs() relied of uninitialized memoryDenys Vlasenko1-2/+13
2018-07-26hush: improve set -x: make "+++" indent level increase in `cmd` and eval.Denys Vlasenko1-9/+19
2018-07-26examples/var_service: add /var/run flag file to ntp.scriptDenys Vlasenko1-1/+3
2018-07-25htpd: increase MIN_FREQHOLD by 3Denys Vlasenko1-3/+3
2018-07-25fdisk: code shrinkDenys Vlasenko1-5/+27
2018-07-25fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko3-48/+46
2018-07-25fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2-4/+7
2018-07-24gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko1-6/+6
2018-07-24hush: fix/explain corner cases of redirection colliding with script fdDenys Vlasenko1-12/+49
2018-07-24hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko4-2/+120
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko8-98/+175
2018-07-24hush: handle backslash-newline in heredoc terminatorsDenys Vlasenko5-2/+28
2018-07-24hush: fix handling of heredocs not enclosed in groups where they are "declared"Denys Vlasenko7-45/+84
2018-07-23hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko7-24/+50
2018-07-23hush: fix handling of heredocs starting with empty linesDenys Vlasenko5-0/+20
2018-07-23hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko1-1/+4
2018-07-20hush: never glob result of dquoted "${v:+/bin/c*}"Denys Vlasenko5-1/+53
2018-07-20hush: tidy up code after previous commitsDenys Vlasenko1-48/+43
2018-07-20hush: better names for o_free_unsafe() / o_free(), no logic changesDenys Vlasenko1-16/+17
2018-07-20hush: fix handling of '' in ${var:+ARG}Denys Vlasenko7-3/+217
2018-07-20hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 testDenys Vlasenko5-61/+284
2018-07-20hush: expand_vars_to_list() should not assume it starts new wordDenys Vlasenko1-8/+10
2018-07-20hush: remove pointless "next" var, simplify expand_vars_to_list()Denys Vlasenko1-19/+16
2018-07-20hush: store "ended_in_ifs" flag in o_stringDenys Vlasenko1-18/+19
2018-07-20hush: propagate (output,n) parameters into expand_one_var()Denys Vlasenko1-14/+49
2018-07-20hush: make expand_vars_to_list() a bit more saneDenys Vlasenko1-28/+32
2018-07-18hush: reduce indentation, no code changesDenys Vlasenko1-27/+25