summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling
2023-05-18examples/var_service/README: fix an errorDenys Vlasenko
2023-05-09cpio: tweak --helpDenys Vlasenko
2023-05-09nslookup: code shrinkDenys Vlasenko
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko
2023-05-08build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko
2023-05-07build system: Make it possible to build with 64bit time_tUwe Kleine-König
2023-05-07readlink: code shrinkDenys Vlasenko
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko
2023-04-23ip: code shrinkDenys Vlasenko
2023-04-16readlink: support --, -n alwaysEric Blake
2023-04-16tr: display usage for incorrect argumentsRon Yorston
2023-04-16ash,hush: tab completion of functions and aliasesRon Yorston
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko
2023-04-12build system: clean more files on make cleanTomas Paukrt
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko
2023-04-12shuf: remove redundant codeDenys Vlasenko
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko
2023-04-12lineedit: fix crash when icanon set with -echoAkos Somfai
2023-04-12sleep: fix error exit when called as "sh" builtinDenys Vlasenko
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko
2023-04-11seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt
2023-04-10seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko
2023-04-10appletlib: fix "warning: unused variable applet_no"Tomas Paukrt
2023-04-10ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko
2023-04-10mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko
2023-04-10seq: accept negative parametersDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko
2023-04-03ash: fix broken new mail detectionDenys Vlasenko
2023-04-01hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko
2023-04-01hush: speed up "big heredoc" codeDenys Vlasenko
2023-04-01hush: add TODO commentDenys Vlasenko
2023-04-01ash: code shrinkDenys Vlasenko
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston
2023-03-31modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston
2023-03-29lineedit: fix matching of directories when searching PATHRon Yorston
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko