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
*
Merge branch 'busybox' into merge
merge
Ron Yorston
2024-12-30
1
-0
/
+3
|
\
|
*
hush: fix G.argv0_for_re_execing to avoid endless loop
Hajime Tazaki
2024-12-09
1
-0
/
+3
*
|
ash: match behaviour of cmd.exe in cd builtin
Ron Yorston
2024-11-19
1
-0
/
+1
*
|
win32: drop stream i/o workaround
Ron Yorston
2024-10-30
1
-9
/
+0
*
|
win32: try harder to prevent output to stdout
Ron Yorston
2024-10-29
1
-1
/
+0
*
|
win32: more problems with stream i/o and MSVCRT
Ron Yorston
2024-10-29
1
-0
/
+16
*
|
ash: fix waiting for status of background job
Ron Yorston
2024-10-28
1
-1
/
+0
*
|
ash: correctly identify nofork applets in error message
Ron Yorston
2024-10-28
1
-0
/
+8
*
|
ash: update comment
Ron Yorston
2024-10-13
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-29
/
+57
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-5
/
+51
|
\
|
|
*
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
*
|
ash: more changes to noexec applets
Ron Yorston
2024-10-07
1
-30
/
+16
*
|
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
[next]