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
...
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-06-27
2
-7
/
+5
|
\
|
|
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
2
-7
/
+5
*
|
ash: code shrink
Ron Yorston
2022-05-20
1
-46
/
+50
*
|
ash: restore special variables when replaced by local
Ron Yorston
2022-05-18
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-05-12
1
-1
/
+1
|
\
|
|
*
style fix
Denys Vlasenko
2022-05-01
1
-1
/
+1
*
|
ash: code shrink
Ron Yorston
2022-05-10
1
-2
/
+1
*
|
ash: export certain variables to the environment immediately
Ron Yorston
2022-05-08
1
-1
/
+41
*
|
ash: don't set OLDPWD on startup
Ron Yorston
2022-05-07
1
-1
/
+2
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
1
-4
/
+6
*
|
win32: search PATH for missing Unix-style executables
Ron Yorston
2022-05-06
1
-23
/
+23
*
|
which,ash: changes to which/command/type
Ron Yorston
2022-05-01
1
-2
/
+16
*
|
ash: avoid misleading '.exe' in standalone shell mode
Ron Yorston
2022-04-24
1
-1
/
+1
*
|
Merge branch 'busybox'
Ron Yorston
2022-04-07
5
-4
/
+18
|
\
|
|
*
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
*
|
ash: let $HOME set home directory of login shell
Ron Yorston
2022-03-22
1
-1
/
+4
*
|
ash: try harder to avoid ctrl-c issue
Ron Yorston
2022-02-27
1
-24
/
+1
*
|
ash: workaround for UCRT bug
Ron Yorston
2022-02-12
1
-0
/
+12
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
3
-38
/
+90
|
\
|
|
*
*: 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
*
|
Merge busybox into merge
Ron Yorston
2022-01-13
1
-4
/
+13
|
\
|
|
*
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
*
|
Merge busybox into merge
Ron Yorston
2022-01-06
2
-4
/
+4
|
\
|
|
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
2
-3
/
+3
*
|
win32: pass NULL to spawnve, not environ
Ron Yorston
2021-10-28
1
-1
/
+1
*
|
ash: display job id and pid of background commands
Ron Yorston
2021-10-14
1
-1
/
+5
*
|
ash: silence compiler warnings
Ron Yorston
2021-10-14
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
19
-184
/
+331
|
\
|
|
*
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
|
*
ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-10-09
1
-6
/
+12
|
*
ash.c: speedup ${s:} substring (no quotes)
Alin Mr
2021-10-09
1
-6
/
+11
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-20
/
+3
|
*
ash: fix compile breakage in !ENABLE_ASH_ALIAS config
Denys Vlasenko
2021-09-28
1
-2
/
+2
[prev]
[next]