| Commit message (Expand) | Author | Files | Lines |
2023-04-23 | win32: export xappendword() | Ron Yorston | 5 | -16/+21 |
2023-04-19 | win32: case-sensitivity in tab completion | Ron Yorston | 3 | -44/+62 |
2023-04-18 | dd: omit direct flag | Ron Yorston | 1 | -4/+19 |
2023-04-16 | readlink: support --, -n always | Eric Blake | 1 | -17/+12 |
2023-04-16 | tr: display usage for incorrect arguments | Ron Yorston | 1 | -1/+1 |
2023-04-16 | ash,hush: tab completion of functions and aliases | Ron Yorston | 2 | -6/+40 |
2023-04-16 | wget: enable progress bar in default configuration | Ron Yorston | 3 | -3/+3 |
2023-04-16 | libbb: don't build useless functions | Ron Yorston | 2 | -0/+8 |
2023-04-16 | ash: more Unix-style path fixes | Ron Yorston | 1 | -7/+19 |
2023-04-16 | win32: further fix incorrect path search in spawnvp | Ron Yorston | 1 | -1/+3 |
2023-04-14 | win32: fix incorrect path search in spawnvp | Ron Yorston | 1 | -3/+1 |
2023-04-13 | hush: quote variable values printed by "set" (match ash behavior) | Denys Vlasenko | 2 | -4/+19 |
2023-04-13 | shuf: another tweak to COMMON_PREFIX_HACK code | Denys Vlasenko | 1 | -8/+4 |
2023-04-12 | build system: clean more files on make clean | Tomas Paukrt | 1 | -0/+1 |
2023-04-12 | shuf: fix pfx_len calculation | Denys Vlasenko | 1 | -1/+1 |
2023-04-12 | shuf: remove redundant code | Denys Vlasenko | 1 | -2/+0 |
2023-04-12 | shuf: add (disabled) code to support very long numbers in -i LO-HI | Denys Vlasenko | 1 | -6/+58 |
2023-04-12 | lineedit: fix crash when icanon set with -echo | Akos Somfai | 1 | -2/+2 |
2023-04-12 | sleep: fix error exit when called as "sh" builtin | Denys Vlasenko | 1 | -1/+2 |
2023-04-11 | seq: fix yet another case of negative parameters not working | Denys Vlasenko | 2 | -2/+7 |
2023-04-11 | seedrng: fix for glibc <= 2.24 not providing random header | Thomas Devoogdt | 1 | -4/+10 |
2023-04-10 | seedrng: fix for glibc <= 2.24 not providing getrandom() | Denys Vlasenko | 1 | -0/+14 |
2023-04-10 | appletlib: fix "warning: unused variable applet_no" | Tomas Paukrt | 1 | -1/+1 |
2023-04-10 | ash: fix sleep built-in not running INT trap immediately on ^C | Denys Vlasenko | 1 | -9/+7 |
2023-04-10 | mkfs_vfat: do not generate same volume_id when run in rapid succession | Denys Vlasenko | 1 | -2/+3 |
2023-04-10 | seq: accept negative parameters | Denys Vlasenko | 2 | -2/+24 |
2023-04-09 | ash: remove ASH_IGNORE_CR config option | Ron Yorston | 6 | -33/+10 |
2023-04-07 | xargs: kill children when interrupted by Ctrl-C | Ron Yorston | 1 | -3/+42 |
2023-04-06 | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 5 | -9/+8 |
2023-04-05 | win32: ignore ctrl-c in parent of execve(2) | Ron Yorston | 1 | -4/+14 |
2023-04-05 | ash: special treatment for read builtin | Ron Yorston | 1 | -1/+4 |
2023-04-05 | ash: reinstate fix for ctrl-c issue | Ron Yorston | 1 | -1/+1 |
2023-04-03 | ash: sleep builtin with no arguments should not exit | Denys Vlasenko | 2 | -2/+15 |
2023-04-03 | hush: printf builtin with no arguments should not exit | Denys Vlasenko | 1 | -1/+1 |
2023-04-03 | ash: code shrink: do not take address of prefix(), allowing it to inline | Denys Vlasenko | 1 | -8/+4 |
2023-04-03 | ash: code shrink - reuse is_prefixed_with() from libbb | Denys Vlasenko | 1 | -2/+4 |
2023-04-03 | ash: get rid of separate mail_var_path_changed flag variable | Denys Vlasenko | 1 | -10/+9 |
2023-04-03 | ash: fix still-broken new mail detection | Denys Vlasenko | 1 | -4/+4 |
2023-04-03 | ash: fix broken new mail detection | Denys Vlasenko | 1 | -1/+0 |
2023-04-03 | ash: add support for INT trap | Ron Yorston | 3 | -10/+88 |
2023-04-03 | win32: add fake HUP and QUIT signals | Ron Yorston | 2 | -2/+4 |
2023-04-03 | ash: fix POSIX build | Ron Yorston | 1 | -0/+2 |
2023-04-01 | hush (NOMMU): fix LINENO in execed children | Denys Vlasenko | 1 | -0/+15 |
2023-04-01 | hush: speed up "big heredoc" code | Denys Vlasenko | 1 | -7/+15 |
2023-04-01 | hush: add TODO comment | Denys Vlasenko | 1 | -0/+3 |
2023-04-01 | ash: code shrink | Denys Vlasenko | 1 | -3/+3 |
2023-03-31 | ash: exec: Stricter pathopt parsing - lost chunk | Denys Vlasenko | 1 | -1/+1 |
2023-03-31 | ash: improve trap and jobs builtins in child shells | Ron Yorston | 3 | -6/+31 |
2023-03-31 | ash: Unix-style paths, shell builtins and applets | Ron Yorston | 1 | -3/+6 |
2023-03-31 | modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d... | Denys Vlasenko | 2 | -2/+22 |