aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wget: clean up POST datawget-post-fileRon Yorston2021-09-271-0/+2
* wget: add --post-file optionRon Yorston2021-09-271-3/+23
* ash: prevent exit if background jobs are presentRon Yorston2021-09-261-1/+9
* ash: associate command names with jobsRon Yorston2021-09-261-14/+16
* ash: additional support for background jobsRon Yorston2021-09-263-11/+44
* ash: fix FUNCNAME issueRon Yorston2021-09-221-0/+5
* Merge branch 'busybox' into mergeRon Yorston2021-09-2111-64/+77
|\
| * cal: implement -mRon Yorston2021-09-211-13/+25
| * libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9
| * libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-173-15/+12
| * libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-177-12/+16
| * libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-172-3/+4
| * chmod: correctly report changed modesDenys Vlasenko2021-09-171-1/+2
* | ash: improve signal handlingRon Yorston2021-09-214-1/+12
* | win32: limited version of timegm(3)Ron Yorston2021-09-181-84/+13
* | ash: avoid problems with non-zero DEBUGRon Yorston2021-09-171-3/+6
* | win32: don't affect POSIX buildRon Yorston2021-09-171-1/+1
* | ash: adjust reinitvar() to allow for FUNCNAMERon Yorston2021-09-171-1/+10
* | win32: changes to allow timezones in datesRon Yorston2021-09-177-9/+254
* | Merge branch 'busybox' into mergeRon Yorston2021-09-1711-92/+194
|\|
| * 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