aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-02Update READMERon Yorston1-4/+5
2023-06-01ls: allow hidden system files to be omittedRon Yorston1-2/+14
2023-06-01ash: enable 'set -/+o noconsole'Ron Yorston3-14/+10
2023-05-28su: fix usage messageFRP-5007-g82accfc19Ron Yorston1-1/+1
2023-05-27win32: support "app exec link" reparse pointsRon Yorston3-1/+43
2023-05-23drop: changes to ctrl-c handlingRon Yorston1-12/+25
2023-05-23win32: crtl-c interrupts non-console applicationsRon Yorston2-1/+37
2023-05-23win32: changes to signal handlingRon Yorston5-18/+43
2023-05-23timeout: code shrinkRon Yorston1-2/+6
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling1-0/+2
2023-05-18examples/var_service/README: fix an errorDenys Vlasenko1-1/+1
2023-05-09cpio: tweak --helpDenys Vlasenko1-1/+1
2023-05-09nslookup: code shrinkDenys Vlasenko1-1/+7
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko1-4/+390
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko1-0/+1
2023-05-08build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko1-3/+4
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko1-0/+8
2023-05-07build system: Make it possible to build with 64bit time_tUwe Kleine-König2-0/+11
2023-05-07readlink: code shrinkDenys Vlasenko1-5/+4
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko1-0/+18
2023-05-02su: add option to keep console open on shell exitRon Yorston2-7/+36
2023-05-02su: add option to wait for shell exit codeRon Yorston1-3/+27
2023-05-01make: special treatment of archive membersRon Yorston1-4/+25
2023-04-28win32: further code shrink quote_args()Ron Yorston1-19/+3
2023-04-28win32: code shrink copying of argvRon Yorston3-10/+19
2023-04-27iconv: use temporary file for outputRon Yorston1-2/+11
2023-04-27yes: detect pipe fail errorRon Yorston1-4/+5
2023-04-27xargs: reinstate use of nofork appletsRon Yorston1-22/+38
2023-04-27win32: improved error for overlong command lineRon Yorston1-1/+6
2023-04-27win32: code shrink quote_args()Ron Yorston1-58/+20
2023-04-26su: pass additional arguments to shRon Yorston1-9/+28
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko1-36/+35
2023-04-23ip: code shrinkDenys Vlasenko2-5/+82
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