aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * build system: clean more files on make cleanTomas Paukrt2023-04-121-0/+1
| * shuf: fix pfx_len calculationDenys Vlasenko2023-04-121-1/+1
| * shuf: remove redundant codeDenys Vlasenko2023-04-121-2/+0
| * shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko2023-04-121-6/+58
| * lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
| * sleep: fix error exit when called as "sh" builtinDenys Vlasenko2023-04-121-1/+2
| * seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-112-2/+7
| * seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt2023-04-111-4/+10
| * seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko2023-04-101-0/+14
| * appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1
| * ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko2023-04-101-9/+7
| * mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko2023-04-101-2/+3
| * seq: accept negative parametersDenys Vlasenko2023-04-102-2/+24
* | wget: enable progress bar in default configurationRon Yorston2023-04-163-3/+3
* | libbb: don't build useless functionsRon Yorston2023-04-162-0/+8
* | ash: more Unix-style path fixesRon Yorston2023-04-161-7/+19
* | win32: further fix incorrect path search in spawnvpRon Yorston2023-04-161-1/+3
* | win32: fix incorrect path search in spawnvpRon Yorston2023-04-141-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-04-0920-122/+271
|\|
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-065-9/+8
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-032-2/+15
| * hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
| * ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko2023-04-031-8/+4
| * ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko2023-04-031-2/+4
| * ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko2023-04-031-10/+9
| * ash: fix still-broken new mail detectionDenys Vlasenko2023-04-031-4/+4
| * ash: fix broken new mail detectionDenys Vlasenko2023-04-031-1/+0
| * hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko2023-04-011-0/+15
| * hush: speed up "big heredoc" codeDenys Vlasenko2023-04-011-7/+15