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: fix G.argv0_for_re_execing to avoid endless loop
Hajime Tazaki
2024-12-09
1
-0
/
+3
*
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
2024-10-08
1
-21
/
+14
*
hush: fix "type ./cat" and "command -v ./cat" to not scan PATH
Denys Vlasenko
2024-10-07
1
-13
/
+33
*
hush: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-7
/
+22
*
ash: cache more of uid/gid syscalls
Denys Vlasenko
2024-10-07
1
-4
/
+5
*
ash: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-2
/
+1
*
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
2024-10-07
1
-5
/
+3
*
ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...
Denys Vlasenko
2024-10-07
1
-3
/
+51
*
hush: whitespace and comment fixes
Denys Vlasenko
2024-09-28
1
-43
/
+27
*
ash: reject unknown long options
Ron Yorston
2024-09-27
1
-1
/
+2
*
ash: move hashvar() calls into findvar()
Ron Yorston
2024-07-14
1
-9
/
+8
*
hush: do not exit interactive shell on some redirection errors
Denys Vlasenko
2024-07-13
7
-18
/
+47
*
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
Denys Vlasenko
2024-07-13
8
-7
/
+42
*
hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init
Denys Vlasenko
2024-07-13
1
-8
/
+3
*
ash: remove limitation on fd# length
Denys Vlasenko
2024-07-12
1
-7
/
+13
*
ash: do not abort interactive mode on >&9999 redirect
Denys Vlasenko
2024-07-12
1
-4
/
+16
*
ash: remove defunct control character to save a few bytes
Ron Yorston
2024-07-10
1
-12
/
+12
*
ash: fix parsing of alias expansion + bash features
Ron Yorston
2024-07-10
1
-6
/
+6
*
ash: fix handling of single-quoted strings in pattern substitution
Denys Vlasenko
2024-02-26
5
-0
/
+29
*
hush: detect when terminating "done"/"fi" is missing
Denys Vlasenko
2024-02-25
9
-1
/
+22
*
hush: set G.ifs sooner (prevents segfault)
Denys Vlasenko
2024-02-25
1
-28
/
+34
*
sleep: fix "sleep -- ARGS"
Denys Vlasenko
2023-10-02
1
-8
/
+0
*
ash: initialize basepf.buf in ash
zhuyan
2023-08-31
1
-1
/
+1
*
Update applet size estimates
Denys Vlasenko
2023-07-10
3
-3
/
+3
*
ash: tweak comments, no code changes
Denys Vlasenko
2023-07-10
1
-6
/
+7
*
ash: remove "volatile" specifier from suppress_int
Denys Vlasenko
2023-07-10
1
-4
/
+11
*
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2023-07-10
1
-5
/
+17
*
hush: fix a compile failure
Denys Vlasenko
2023-07-08
1
-1
/
+1
*
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
2023-07-04
3
-11
/
+17
*
hush: quote values in "readonly" output
Denys Vlasenko
2023-07-03
1
-4
/
+11
*
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
2023-07-02
1
-3
/
+14
*
shell/math: do not accept $((36#@))
Denys Vlasenko
2023-07-02
1
-16
/
+22
*
shell/math: code shrink
Denys Vlasenko
2023-06-30
1
-4
/
+7
*
shell/math: code shrink
Denys Vlasenko
2023-06-29
1
-11
/
+13
*
shell/math: code shrink
Denys Vlasenko
2023-06-28
1
-8
/
+10
*
shell/math: improve comments
Denys Vlasenko
2023-06-26
1
-2
/
+4
*
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
2023-06-26
1
-24
/
+25
*
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-25
9
-44
/
+118
*
shell/math: disable debug again
Denys Vlasenko
2023-06-19
1
-1
/
+1
*
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
2023-06-19
1
-1
/
+2
*
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
2023-06-19
1
-8
/
+16
*
shell/math: add note on ERANGE
Denys Vlasenko
2023-06-18
1
-4
/
+11
*
shell/math: explain why we use separate &end
Denys Vlasenko
2023-06-18
1
-1
/
+1
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-2
/
+5
*
shell/math: eliminate redundant endofname()
Denys Vlasenko
2023-06-18
1
-8
/
+8
*
shell: typo fix in tests
Denys Vlasenko
2023-06-18
2
-2
/
+2
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-11
/
+12
*
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
2023-06-18
1
-32
/
+51
*
shell/math: decrease stack usage
Denys Vlasenko
2023-06-18
1
-35
/
+27
*
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
4
-50
/
+37
[next]