aboutsummaryrefslogtreecommitdiff
path: root/util-linux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-23su: properly quote commandRon Yorston1-8/+15
2023-04-23win32: export xappendword()Ron Yorston5-16/+21
2023-04-19win32: case-sensitivity in tab completionRon Yorston3-44/+62
2023-04-18dd: omit direct flagRon Yorston1-4/+19
2023-04-16readlink: support --, -n alwaysEric Blake1-17/+12
2023-04-16tr: display usage for incorrect argumentsRon Yorston1-1/+1
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston2-6/+40
2023-04-16wget: enable progress bar in default configurationRon Yorston3-3/+3
2023-04-16libbb: don't build useless functionsRon Yorston2-0/+8
2023-04-16ash: more Unix-style path fixesRon Yorston1-7/+19
2023-04-16win32: further fix incorrect path search in spawnvpRon Yorston1-1/+3
2023-04-14win32: fix incorrect path search in spawnvpRon Yorston1-3/+1
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2-4/+19
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko1-8/+4
2023-04-12build system: clean more files on make cleanTomas Paukrt1-0/+1
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko1-1/+1
2023-04-12shuf: remove redundant codeDenys Vlasenko1-2/+0
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko1-6/+58
2023-04-12lineedit: fix crash when icanon set with -echoAkos Somfai1-2/+2
2023-04-12sleep: fix error exit when called as "sh" builtinDenys Vlasenko1-1/+2
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko2-2/+7
2023-04-11seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt1-4/+10
2023-04-10seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko1-0/+14
2023-04-10appletlib: fix "warning: unused variable applet_no"Tomas Paukrt1-1/+1
2023-04-10ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko1-9/+7
2023-04-10mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko1-2/+3
2023-04-10seq: accept negative parametersDenys Vlasenko2-2/+24
2023-04-09ash: remove ASH_IGNORE_CR config optionRon Yorston6-33/+10
2023-04-07xargs: kill children when interrupted by Ctrl-CRon Yorston1-3/+42
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko5-9/+8
2023-04-05win32: ignore ctrl-c in parent of execve(2)Ron Yorston1-4/+14
2023-04-05ash: special treatment for read builtinRon Yorston1-1/+4
2023-04-05ash: reinstate fix for ctrl-c issueRon Yorston1-1/+1
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko2-2/+15
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko1-1/+1
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko1-8/+4
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko1-2/+4
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko1-10/+9
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko1-4/+4
2023-04-03ash: fix broken new mail detectionDenys Vlasenko1-1/+0
2023-04-03ash: add support for INT trapRon Yorston3-10/+88
2023-04-03win32: add fake HUP and QUIT signalsRon Yorston2-2/+4
2023-04-03ash: fix POSIX buildRon Yorston1-0/+2
2023-04-01hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko1-0/+15
2023-04-01hush: speed up "big heredoc" codeDenys Vlasenko1-7/+15
2023-04-01hush: add TODO commentDenys Vlasenko1-0/+3
2023-04-01ash: code shrinkDenys Vlasenko1-3/+3
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko1-1/+1
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston3-6/+31
2023-03-31ash: Unix-style paths, shell builtins and appletsRon Yorston1-3/+6