aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blkdiscard: accept -f (force) as no-opDenys Vlasenko2021-09-101-5/+8
* basename: implement -a and -s SUFFIXDenys Vlasenko2021-09-091-24/+38
* libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-094-22/+10
* httpd,telnetd: make default port configurableSergey Ponomarev2021-09-093-4/+21
* awk: never return NULL from awk_printf()Denys Vlasenko2021-09-091-4/+4
* awk: code shrinkDenys Vlasenko2021-09-091-8/+7
* awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko2021-09-091-21/+33
* awk: fix read beyond end of bufferRon Yorston2021-09-091-11/+13
* ash: eval: Prevent recursive PS4 expansionDenys Vlasenko2021-09-091-1/+6
* ash: parser: Get rid of PEOADenys Vlasenko2021-09-081-131/+108
* ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko2021-09-085-2/+31
* ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko2021-09-081-1/+1
* ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko2021-09-081-8/+11
* ash: parser: Fix handling of empty aliasesDenys Vlasenko2021-09-081-21/+15
* shuf: add a TODO, code shrinkDenys Vlasenko2021-09-071-10/+14
* hush: fix var_LINENO3.tests failureDenys Vlasenko2021-09-071-2/+8
* shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko2021-09-071-1/+10
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-0717-41/+49
* ash: fix LINENO in functionsDenys Vlasenko2021-09-075-12/+28
* ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko2021-09-071-1/+2
* hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko2021-09-076-3/+21
* ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko2021-09-073-8/+16
* ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko2021-09-073-1/+9
* ash: add bash-like ERR trap and set -ERoberto A. Foglietta2021-09-071-17/+69
* chat: hopefully fix infinite spinning on input EOFDenys Vlasenko2021-09-061-30/+34
* awk: fix printf %%Daniel Thau2021-09-053-1/+19
* shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko2021-09-041-26/+19
* udhcp: add comments, no code changesDenys Vlasenko2021-09-041-7/+24
* examples/var_service/fw/run: allow extif's to be more than one ifaceDenys Vlasenko2021-09-021-8/+12
* ash: regressions in process substitutionRon Yorston2021-09-021-3/+7
* dhcprelay: change two more variables to unsignedDenys Vlasenko2021-09-021-1/+1
* udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko2021-09-022-22/+46
* udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko2021-09-021-4/+6
* udhcpd: update --help to include -a MSECDenys Vlasenko2021-09-021-6/+12
* vi: further changes to colon addressesRon Yorston2021-08-291-49/+83
* bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2021-08-292-8/+10
* shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko2021-08-291-10/+28
* shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko2021-08-231-0/+3
* shuf: tweak --help textDenys Vlasenko2021-08-231-4/+4
* mount: code shrinkDenys Vlasenko2021-08-231-4/+4
* mount: with -w, do not fall back to read-only mountsDenys Vlasenko2021-08-231-7/+15
* tar,smemcap: silence compiler warningRon Yorston2021-08-221-1/+1
* Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-223-3/+3
* shuf: speed-up when limited output is requestedRon Yorston2021-08-221-14/+15
* vi: code shrink print_literal()Ron Yorston2021-08-221-17/+2
* vi: searches in colon commands should wrapRon Yorston2021-08-221-2/+7
* rev: correct output for long input linesRon Yorston2021-08-222-0/+47
* tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-204-44/+39
* vi: don't right shift empty linesRon Yorston2021-08-201-2/+2
* vi: support ~/.exrcRon Yorston2021-08-201-8/+33