aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko2018-08-301-1/+1
* smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa2018-08-261-0/+4
* sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard2018-08-261-8/+17
* fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
* ping: use setitimer() instead of ualarm()Denys Vlasenko2018-08-251-2/+8
* ip: tweak --help textDenys Vlasenko2018-08-141-4/+2
* hush: tweak comment, no code changesDenys Vlasenko2018-08-141-4/+4
* hush: add a comment on how globbing (should) workDenys Vlasenko2018-08-111-0/+35
* ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-075-6/+32
* hush: adopt ash's quote_in_varexp1.testsDenys Vlasenko2018-08-052-0/+4
* ash: exec: Return 126 on most errors in shellexecDenys Vlasenko2018-08-051-4/+4
* ash: eval: Restore input files in evalcommandDenys Vlasenko2018-08-051-2/+12
* ash: parser: Fix parsing of ${}Denys Vlasenko2018-08-051-2/+3
* ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-054-84/+64
* hush: set IFS to default on startupDenys Vlasenko2018-08-051-11/+10
* hush: fix fallout from FILE->HFILE conversionDenys Vlasenko2018-08-051-2/+8
* ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko2018-08-055-12/+36
* ash: var: Set IFS to fixed value at start timeDenys Vlasenko2018-08-051-0/+1
* ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko2018-08-056-10/+5
* ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko2018-08-046-1/+28
* tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko2018-08-041-2/+1
* tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko2018-08-041-6/+18
* tar: make source code a bit more terse, no logic changesDenys Vlasenko2018-08-041-32/+25
* uptime: add -s supportDenys Vlasenko2018-08-031-6/+24
* Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
* ping: implement -i SECDenys Vlasenko2018-08-031-5/+15
* timeout: fix arguments to match coreutilsDenys Vlasenko2018-08-031-9/+12
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-035-81/+101
* ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko2018-08-031-14/+17
* ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
* nslookup: add support for search domains, closes 11161Denys Vlasenko2018-08-011-22/+82
* cp: placate gcc8Denys Vlasenko2018-08-011-1/+1
* Add chroot support to chpasswdJon Kolb2018-08-011-5/+13
* udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko2018-08-011-0/+6
* udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko2018-08-011-4/+6
* sendmail: use on-stack buffer for AUTH PLAINDenys Vlasenko2018-07-311-11/+27
* sendmail: code shrink 2Denys Vlasenko2018-07-311-9/+9
* sendfile: code shrinkDenys Vlasenko2018-07-314-22/+26
* sendmail: support AUTH PLAIN in addition to AUTH LOGINRaffaello D. Di Napoli2018-07-313-14/+45
* klogd: code shrinkDenys Vlasenko2018-07-311-4/+7
* install.sh: don't clobber dangling symlinksBaruch Siach2018-07-311-1/+1
* klogd: better help textDenys Vlasenko2018-07-311-2/+2
* hush: speed up ${var:+ARG} for literal ARGsDenys Vlasenko2018-07-311-27/+31
* hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko2018-07-285-1/+13
* hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 buildsDenys Vlasenko2018-07-281-2/+2
* hush: make "set -x" output don't redirectable when fd#2 redirectedDenys Vlasenko2018-07-281-45/+84
* hush: make "set -x" output closer to bashDenys Vlasenko2018-07-271-18/+60
* hush: fix "set -x" output prefix overlapping for v="..`cmd`.." caseDenys Vlasenko2018-07-271-14/+20
* hush: in some cases, expand_on_ifs() relied of uninitialized memoryDenys Vlasenko2018-07-271-2/+13
* hush: improve set -x: make "+++" indent level increase in `cmd` and eval.Denys Vlasenko2018-07-261-9/+19