summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2020-02-1810-134/+236
|\|
| * ash: exec: Never rehash regular built-insDenys Vlasenko2020-02-171-3/+10
| * ash: exec: Stricter pathopt parsingDenys Vlasenko2020-02-171-64/+104
| * ash: exec: Do not allocate stack string in padvanceDenys Vlasenko2020-02-171-36/+38
| * ash: memalloc: Add growstackto helperDenys Vlasenko2020-02-171-17/+12
| * ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko2020-02-171-9/+16
| * ash: mkinit: Split reset into exitreset and resetDenys Vlasenko2020-02-171-7/+19
| * ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-175-1/+25
| * ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-175-1/+15
* | Merge branch 'busybox' into mergeRon Yorston2020-02-173-36/+67
|\|
| * ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko2020-02-161-1/+2
| * ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko2020-02-161-2/+1
| * ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko2020-02-161-0/+2
| * ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
| * ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
| * ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
| * ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
| * ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
| * ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2
| * ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-163-13/+38
| * ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
| * ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* | win32: reduce size of strptime()Ron Yorston2020-02-161-74/+8
* | iconv: more improvementsRon Yorston2020-02-161-55/+19
* | win32: save bytes in fnmatchRon Yorston2020-02-161-13/+55
* | win32: tidy up detection of device filesRon Yorston2020-02-162-10/+4
* | win32: save a few bytes in statfsRon Yorston2020-02-161-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2020-02-1513-90/+234
|\|
| * fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
| * tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko2020-02-131-28/+33
| * tftp: fix thinko in code shrinkDenys Vlasenko2020-02-131-1/+1
| * tftp: code shrinkDenys Vlasenko2020-02-131-9/+4
| * tftpd: show requested file name in open error messageDenys Vlasenko2020-02-131-2/+11
| * awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-022-5/+40
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-294-4/+62
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-292-9/+27
| * vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
| * ash: improve expandstr()Ron Yorston2020-01-291-20/+21
| * syslogd: add config option to include milliseconds in timestampsPeter Korsgaard2020-01-291-2/+22
| * udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko2020-01-141-0/+2
* | win32: save space in statfsRon Yorston2020-02-151-20/+5
* | win32: rework device file detectionRon Yorston2020-02-151-6/+4
* | iconv: code shrink (2)Ron Yorston2020-02-141-86/+34
* | iconv: code shrinkRon Yorston2020-02-141-456/+457
* | win32: turn off some unnecessary build optionsRon Yorston2020-02-142-10/+10
* | ash: code shrinkRon Yorston2020-02-141-4/+12
* | win32: code shrinkRon Yorston2020-02-133-19/+15
* | date: code shrinkRon Yorston2020-02-113-7/+27
* | ash: code shrinkRon Yorston2020-02-111-3/+15
* | ash: fixes to trapRon Yorston2020-02-101-3/+4