aboutsummaryrefslogtreecommitdiff
path: root/findutils (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston1-3/+4
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston1-1/+1
2021-09-14ash: fix ignoreeof optionRon Yorston1-19/+3
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko1-11/+15
2021-09-10Update default configurationRon Yorston2-2/+6
2021-09-10httpd: fix config depsDenys Vlasenko1-0/+1
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko1-1/+1
2021-09-10blkdiscard: accept -f (force) as no-opDenys Vlasenko1-5/+8
2021-09-09basename: implement -a and -s SUFFIXDenys Vlasenko1-24/+38
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko4-22/+10
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev3-4/+21
2021-09-09awk: never return NULL from awk_printf()Denys Vlasenko1-4/+4
2021-09-09awk: code shrinkDenys Vlasenko1-8/+7
2021-09-09awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko1-21/+33
2021-09-09awk: fix read beyond end of bufferRon Yorston1-11/+13
2021-09-09ash: eval: Prevent recursive PS4 expansionDenys Vlasenko1-1/+6
2021-09-08ash: parser: Get rid of PEOADenys Vlasenko1-131/+108
2021-09-08ash: code shrink ps_cmdRon Yorston1-6/+12
2021-09-08ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko5-2/+31
2021-09-08ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko1-1/+1
2021-09-08ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko1-8/+11
2021-09-08ash: parser: Fix handling of empty aliasesDenys Vlasenko1-21/+15
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko1-10/+14
2021-09-07hush: fix var_LINENO3.tests failureDenys Vlasenko1-2/+8
2021-09-07shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko1-1/+10
2021-09-07ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko17-41/+49
2021-09-07ash: fix LINENO in functionsDenys Vlasenko5-12/+28
2021-09-07ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko1-1/+2
2021-09-07hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko6-3/+21
2021-09-07ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko3-8/+16
2021-09-07ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko3-1/+9
2021-09-07ash: add bash-like ERR trap and set -ERoberto A. Foglietta1-17/+69
2021-09-06chat: hopefully fix infinite spinning on input EOFDenys Vlasenko1-30/+34
2021-09-05ash: code shrinkRon Yorston1-10/+6
2021-09-05ash: restrict valid job idsRon Yorston1-0/+8
2021-09-05ash: omit handling of stopped jobsRon Yorston1-1/+10
2021-09-05awk: fix printf %%Daniel Thau3-1/+19
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko1-26/+19
2021-09-04udhcp: add comments, no code changesDenys Vlasenko1-7/+24
2021-09-03libbb: code shrink u_signal_names.cRon Yorston1-1/+10
2021-09-03win32: use inet_pton() from muslRon Yorston1-183/+75
2021-09-02examples/var_service/fw/run: allow extif's to be more than one ifaceDenys Vlasenko1-8/+12
2021-09-02ash: regressions in process substitutionRon Yorston1-3/+7
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko1-1/+1
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko2-22/+46
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko1-4/+6
2021-09-02win32: fix entropy collection for isaacRon Yorston1-20/+10
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko1-6/+12
2021-08-31config: turn off DEBUG in default buildsRon Yorston2-2/+2
2021-08-30vi: add fileformats optionRon Yorston3-17/+119