index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
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,hush: fix corner cases with backslash-newlines in heredocs
Denys Vlasenko
2025-08-07
14
-5
/
+44
|
*
hush: optimization: do not glob words "[" and "[["
Denys Vlasenko
2025-08-07
1
-0
/
+40
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-15
16
-237
/
+302
|
\
|
|
*
shell: typo and whitespace fixes, no code changes
Denys Vlasenko
2025-08-03
2
-16
/
+2
|
*
hush: fix memory leak caused by compiler optimizing out a store
Denys Vlasenko
2025-08-03
2
-25
/
+84
|
*
hush: disentangle interactiveness/job_control setup code
Denys Vlasenko
2025-08-03
1
-79
/
+67
|
*
hush: fix build failure if !CONFIG_HUSH_JOB
Denys Vlasenko
2025-08-03
1
-2
/
+2
|
*
hush: make NORETURN declarations lees verbose, no code changes
Denys Vlasenko
2025-08-03
1
-22
/
+6
|
*
hush: do not save history on xfunc error, it's unsafe
Denys Vlasenko
2025-08-03
1
-47
/
+37
|
*
hush: if !JOBS, skip tests which wouldn't work
Denys Vlasenko
2025-08-03
13
-2
/
+41
|
*
hush: don't save history in subshells; on NOMMU, don't be interactive on reexec
Denys Vlasenko
2025-08-03
1
-54
/
+72
|
*
hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...
Denys Vlasenko
2025-08-03
1
-15
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
5
-0
/
+11
|
\
|
|
*
hush: fix SEGV on "echo << >" and such
Denys Vlasenko
2025-07-08
5
-0
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-10
12
-57
/
+129
|
\
|
|
*
shell: empty HISTFILE disables history saving, just as unset one did
Denys Vlasenko
2025-07-04
2
-2
/
+2
|
*
shell: update HISTFILESIZE code to be actually useful
Denys Vlasenko
2025-07-03
3
-11
/
+63
|
*
shell: fix race between signal handlers setting bb_got_signal and poll()
Denys Vlasenko
2025-07-02
3
-6
/
+7
|
*
use pollfd[1] array for poll() argument
Denys Vlasenko
2025-07-02
1
-2
/
+2
|
*
shell: improve bash compatibility of read built-in
Ron Yorston
2025-07-01
11
-33
/
+63
*
|
shell: avoid miscounting backslashes in read built-in
Ron Yorston
2025-07-07
1
-2
/
+5
*
|
ash: don't mistake errors for timeouts in read built-in
Ron Yorston
2025-07-01
1
-6
/
+9
*
|
ash: kill background processes on SIGINT
Ron Yorston
2025-06-29
1
-0
/
+1
*
|
ash: bring 'read' built-in closer to bash
Ron Yorston
2025-06-29
2
-8
/
+25
*
|
Merge branch 'busybox' into 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
[prev]
[next]