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: fix regression with 'exec sh -s'
Ron Yorston
2024-10-06
1
-9
/
+15
*
Merge branch 'busybox' into merge
Ron Yorston
2024-09-28
2
-48
/
+28
|
\
|
*
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: reject unknown long options
Ron Yorston
2024-09-21
1
-0
/
+5
*
|
ash: code shrink
Ron Yorston
2024-09-08
1
-6
/
+2
*
|
ash: optimise running of scripts (2)
Ron Yorston
2024-09-04
1
-8
/
+18
*
|
ash: optimise running of scripts
Ron Yorston
2024-08-19
1
-7
/
+59
*
|
which,ash: code shrink detection of standalone shell
Ron Yorston
2024-08-17
1
-13
/
+9
*
|
ash: allow additional element in argv array
Ron Yorston
2024-08-16
1
-2
/
+5
*
|
ash: rewrite waitpid_child() to improve performance
Ron Yorston
2024-07-30
1
-32
/
+19
*
|
ash: fix slow running when background job is present
Ron Yorston
2024-07-28
1
-1
/
+1
*
|
ash: ignore hidden/iconified state
Ron Yorston
2024-07-18
1
-10
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-14
1
-12
/
+10
|
\
|
|
*
ash: move hashvar() calls into findvar()
Ron Yorston
2024-07-14
1
-9
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
13
-42
/
+119
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
1
-21
/
+12
|
\
|
|
*
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: restore value of imported variable on unexport
Ron Yorston
2024-07-08
1
-0
/
+9
*
|
ash: read profile script relative to binary
Ron Yorston
2024-07-08
1
-0
/
+4
*
|
win32: code shrink system drive handling
Ron Yorston
2024-07-07
1
-1
/
+1
*
|
ash: special hack for libtool
Ron Yorston
2024-07-07
1
-0
/
+10
*
|
win32: properly restore BB_ env vars
Ron Yorston
2024-07-02
1
-1
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
14
-29
/
+85
|
\
|
|
*
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
*
|
win32: add env var to control error dialogs
Ron Yorston
2024-06-22
1
-0
/
+1
*
|
win32: allow for trailing separator in PATH
Ron Yorston
2024-06-14
1
-38
/
+8
*
|
ash: fix comment
Ron Yorston
2024-05-22
1
-1
/
+1
*
|
ash: prevent mintty from setting HOME
Ron Yorston
2024-05-21
1
-1
/
+13
*
|
ash: -X option shouldn't alter environment variables
Ron Yorston
2024-05-10
1
-3
/
+3
*
|
ash: fix typo
Ron Yorston
2024-04-30
1
-1
/
+1
*
|
ash: fix alias expansion followed by '&'
Ron Yorston
2024-04-30
1
-1
/
+10
*
|
ash: add 'noiconify' option
Ron Yorston
2024-04-29
1
-11
/
+23
*
|
ash: detect console state on every call to options()
Ron Yorston
2024-04-29
1
-3
/
+3
*
|
win32: adjust handling of executable extensions
Ron Yorston
2024-04-22
1
-1
/
+1
*
|
ash: move setting of current directory
Ron Yorston
2024-04-09
1
-5
/
+7
*
|
ash: add title built-in
Ron Yorston
2024-04-09
1
-0
/
+21
*
|
ash: strip path from NOFORK applet names
Ron Yorston
2024-03-26
1
-0
/
+3
*
|
ash: fix 'read' built-in performance regression
Ron Yorston
2024-03-06
1
-0
/
+4
*
|
ash: allow nofork applets in Windows on ARM + UCRT
Ron Yorston
2024-02-08
1
-1
/
+2
*
|
win32: rearrange applet override handling
Ron Yorston
2024-02-02
1
-5
/
+5
*
|
Fix POSIX build in standalone shell mode
Ron Yorston
2024-01-23
1
-2
/
+2
[next]