index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: make "false" built-in
Denys Vlasenko
2023-05-25
1
-0
/
+7
*
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
Denys Vlasenko
2023-05-25
9
-8
/
+56
*
ash: use-after-free in bash pattern substitution
Karsten Sperling
2023-05-18
1
-0
/
+2
*
hush: add comment about abort on syntax error %{^}
Denys Vlasenko
2023-05-09
1
-0
/
+1
*
hush: fix an interactive abort on error
Denys Vlasenko
2023-05-08
1
-0
/
+8
*
ash,hush: tab completion of functions and aliases
Ron Yorston
2023-04-16
2
-6
/
+40
*
hush: quote variable values printed by "set" (match ash behavior)
Denys Vlasenko
2023-04-13
2
-4
/
+19
*
ash: code shrink: do not take address of prefix(), allowing it to inline
Denys Vlasenko
2023-04-03
1
-8
/
+4
*
ash: code shrink - reuse is_prefixed_with() from libbb
Denys Vlasenko
2023-04-03
1
-2
/
+4
*
ash: get rid of separate mail_var_path_changed flag variable
Denys Vlasenko
2023-04-03
1
-10
/
+9
*
ash: fix still-broken new mail detection
Denys Vlasenko
2023-04-03
1
-4
/
+4
*
ash: fix broken new mail detection
Denys Vlasenko
2023-04-03
1
-1
/
+0
*
hush (NOMMU): fix LINENO in execed children
Denys Vlasenko
2023-04-01
1
-0
/
+15
*
hush: speed up "big heredoc" code
Denys Vlasenko
2023-04-01
1
-7
/
+15
*
hush: add TODO comment
Denys Vlasenko
2023-04-01
1
-0
/
+3
*
ash: code shrink
Denys Vlasenko
2023-04-01
1
-3
/
+3
*
ash: exec: Stricter pathopt parsing - lost chunk
Denys Vlasenko
2023-03-31
1
-1
/
+1
*
ash: improve trap and jobs builtins in child shells
Ron Yorston
2023-03-31
3
-6
/
+31
*
ash: make EPOCH variables work if RANDOM is disabled
Ron Yorston
2023-03-29
1
-1
/
+1
*
hush: restore SIGHUP handling, this time explain why we do what we do
Denys Vlasenko
2023-01-30
1
-20
/
+28
*
hush: restore tty pgrp on SIGHUP
Denys Vlasenko
2023-01-30
1
-5
/
+8
*
hush: remove special handling of SIGHUP
Denys Vlasenko
2023-01-30
1
-18
/
+20
*
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
Denys Vlasenko
2023-01-26
2
-3
/
+10
*
hush: code shrink
Denys Vlasenko
2023-01-03
1
-4
/
+9
*
ash: trivial code shrink
Denys Vlasenko
2023-01-03
1
-1
/
+1
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
2
-3
/
+11
*
ash: optional sleep builtin
Shawn Landden
2022-08-27
1
-0
/
+11
*
ash: fix use-after-free in bash pattern substitution
Sören Tempel
2022-08-02
1
-0
/
+7
*
ash: fix use-after-free in pattern substituon code
Denys Vlasenko
2022-08-02
1
-2
/
+4
*
ash: fix ifs cleanup on error paths
Denys Vlasenko
2022-08-02
5
-0
/
+22
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
2
-7
/
+5
*
style fix
Denys Vlasenko
2022-05-01
1
-1
/
+1
*
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
1
-3
/
+1
*
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
1
-1
/
+7
*
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
5
-0
/
+10
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-5
/
+5
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
2
-29
/
+77
*
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-16
2
-5
/
+9
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
2
-2
/
+2
*
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-13
1
-1
/
+7
*
reset: better --help text
Denys Vlasenko
2022-01-12
1
-3
/
+6
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
2
-3
/
+3
*
shell: tweak --help
Denys Vlasenko
2021-10-13
2
-2
/
+2
*
hush: in a comment, document what -i might be doing
Denys Vlasenko
2021-10-13
2
-6
/
+28
*
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-12
1
-1
/
+1
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
4
-0
/
+52
*
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-10
1
-1
/
+1
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-3
/
+3
*
hush: speed up ${x//\*/|} too
Denys Vlasenko
2021-10-09
1
-4
/
+9
[next]