aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | ash: code shrink ps_cmdRon Yorston2021-09-081-6/+12
* | ash: code shrinkRon Yorston2021-09-051-10/+6
* | ash: restrict valid job idsRon Yorston2021-09-051-0/+8
* | ash: omit handling of stopped jobsRon Yorston2021-09-051-1/+10
* | libbb: code shrink u_signal_names.cRon Yorston2021-09-031-1/+10
* | win32: use inet_pton() from muslRon Yorston2021-09-031-183/+75
* | win32: fix entropy collection for isaacRon Yorston2021-09-021-20/+10
* | config: turn off DEBUG in default buildsRon Yorston2021-08-312-2/+2
* | vi: add fileformats optionRon Yorston2021-08-303-17/+119
* | shuf: silence compiler warningRon Yorston2021-08-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-309-99/+165
|\|
| * 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
* | win32: code shrinkRon Yorston2021-08-271-0/+2
* | vi: skip permission check on .exrcRon Yorston2021-08-221-0/+4