aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-04whois: fix a possible out-of-bounds stack accessDenys Vlasenko1-4/+10
2018-09-03chcon: fix issues with recurse and retval for retained filessagivd1-3/+5
2018-09-03libbb: fix potential NULL pointer useDenys Vlasenko1-0/+2
2018-09-03libbb: fix use-after-free in copy_fileDenys Vlasenko1-1/+2
2018-09-02libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko1-1/+1
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko1-1/+3
2018-08-30smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko1-1/+1
2018-08-26smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa1-0/+4
2018-08-26sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard1-8/+17
2018-08-26fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko1-1/+1
2018-08-25ping: use setitimer() instead of ualarm()Denys Vlasenko1-2/+8
2018-08-14ip: tweak --help textDenys Vlasenko1-4/+2
2018-08-14hush: tweak comment, no code changesDenys Vlasenko1-4/+4
2018-08-11hush: add a comment on how globbing (should) workDenys Vlasenko1-0/+35
2018-08-07ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko5-6/+32
2018-08-05hush: adopt ash's quote_in_varexp1.testsDenys Vlasenko2-0/+4
2018-08-05ash: exec: Return 126 on most errors in shellexecDenys Vlasenko1-4/+4
2018-08-05ash: eval: Restore input files in evalcommandDenys Vlasenko1-2/+12
2018-08-05ash: parser: Fix parsing of ${}Denys Vlasenko1-2/+3
2018-08-05ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko4-84/+64
2018-08-05hush: set IFS to default on startupDenys Vlasenko1-11/+10
2018-08-05hush: fix fallout from FILE->HFILE conversionDenys Vlasenko1-2/+8
2018-08-05ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko5-12/+36
2018-08-05ash: var: Set IFS to fixed value at start timeDenys Vlasenko1-0/+1
2018-08-05ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko6-10/+5
2018-08-04ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko6-1/+28
2018-08-04tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko1-2/+1
2018-08-04tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko1-6/+18
2018-08-04tar: make source code a bit more terse, no logic changesDenys Vlasenko1-32/+25
2018-08-03uptime: add -s supportDenys Vlasenko1-6/+24
2018-08-03Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko1-0/+2
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