aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-176-10/+83
| * getopt: code shrinkRon Yorston2021-09-161-36/+28
| * ash: introduce bash-like $FUNCNAMEDenys Vlasenko2021-09-151-3/+24
| * libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
| * ash: let ignoreeof only affect interactive shellsRon Yorston2021-09-141-3/+4
| * ash: stopped jobs should only prevent exit from interactive shellRon Yorston2021-09-141-1/+1
| * ash: fix ignoreeof optionRon Yorston2021-09-141-19/+3
| * df: "support" -H as an alias of -hDenys Vlasenko2021-09-111-11/+15
* | Update default configurationRon Yorston2021-09-102-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-09-1053-437/+683
|\|
| * httpd: fix config depsDenys Vlasenko2021-09-101-0/+1
| * libbb: reuse "bad port" error message stringDenys Vlasenko2021-09-101-1/+1
| * 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
* | 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