aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: code shrinkRon Yorston2023-06-041-7/+2
* ash: fix build with line editing disabledRon Yorston2023-06-041-0/+4
* win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-043-6/+48
* win32: fix BB_OVERRIDE_APPLETSRon Yorston2023-06-031-0/+8
* win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-022-16/+23
* win32: fix euro symbol handlingRon Yorston2023-06-022-3/+6
* win32: skip test for non-console apps if necessaryRon Yorston2023-06-021-0/+4
* Update READMERon Yorston2023-06-021-4/+5
* ls: allow hidden system files to be omittedRon Yorston2023-06-011-2/+14
* ash: enable 'set -/+o noconsole'Ron Yorston2023-06-013-14/+10
* su: fix usage messageFRP-5007-g82accfc19Ron Yorston2023-05-281-1/+1
* win32: support "app exec link" reparse pointsRon Yorston2023-05-273-1/+43
* Merge branch 'busybox' into mergeRon Yorston2023-05-2312-53/+561
|\
| * ash: use-after-free in bash pattern substitutionKarsten Sperling2023-05-181-0/+2
| * examples/var_service/README: fix an errorDenys Vlasenko2023-05-181-1/+1
| * cpio: tweak --helpDenys Vlasenko2023-05-091-1/+1
| * nslookup: code shrinkDenys Vlasenko2023-05-091-1/+7
| * nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko2023-05-091-4/+390
| * hush: add comment about abort on syntax error %{^}Denys Vlasenko2023-05-091-0/+1
| * build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko2023-05-081-3/+4
| * hush: fix an interactive abort on errorDenys Vlasenko2023-05-081-0/+8
| * build system: Make it possible to build with 64bit time_tUwe Kleine-König2023-05-072-0/+11
| * readlink: code shrinkDenys Vlasenko2023-05-071-5/+4
| * nmeter: improve %T fractionals displayDenys Vlasenko2023-05-071-0/+18
| * factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko2023-04-231-36/+35
| * ip: code shrinkDenys Vlasenko2023-04-232-5/+82
* | drop: changes to ctrl-c handlingRon Yorston2023-05-231-12/+25
* | win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-232-1/+37
* | win32: changes to signal handlingRon Yorston2023-05-235-18/+43
* | timeout: code shrinkRon Yorston2023-05-231-2/+6
* | su: add option to keep console open on shell exitRon Yorston2023-05-022-7/+36
* | su: add option to wait for shell exit codeRon Yorston2023-05-021-3/+27
* | make: special treatment of archive membersRon Yorston2023-05-011-4/+25
* | win32: further code shrink quote_args()Ron Yorston2023-04-281-19/+3
* | win32: code shrink copying of argvRon Yorston2023-04-283-10/+19
* | iconv: use temporary file for outputRon Yorston2023-04-271-2/+11
* | yes: detect pipe fail errorRon Yorston2023-04-271-4/+5
* | xargs: reinstate use of nofork appletsRon Yorston2023-04-271-22/+38
* | win32: improved error for overlong command lineRon Yorston2023-04-271-1/+6
* | win32: code shrink quote_args()Ron Yorston2023-04-271-58/+20
* | su: pass additional arguments to shRon Yorston2023-04-261-9/+28
* | win32: export xappendword()Ron Yorston2023-04-235-16/+21
* | win32: case-sensitivity in tab completionRon Yorston2023-04-193-44/+62
* | dd: omit direct flagRon Yorston2023-04-181-4/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-04-1715-53/+191
|\|
| * readlink: support --, -n alwaysEric Blake2023-04-161-17/+12
| * tr: display usage for incorrect argumentsRon Yorston2023-04-161-1/+1
| * ash,hush: tab completion of functions and aliasesRon Yorston2023-04-162-6/+40
| * hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2023-04-132-4/+19
| * shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko2023-04-131-8/+4