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
waitfor
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: allow wait to handle more than 64 processes
waitfor
Ron Yorston
2026-07-16
1
-1
/
+12
*
xargs: limit number of processes to 64
Ron Yorston
2026-07-16
1
-18
/
+4
*
win32: code shrink procps_scan()
Ron Yorston
2026-07-15
3
-28
/
+29
*
fix: procps_scan: do not confirm a process to be parent if either creation ti...
Shun Zi
2026-07-15
1
-4
/
+4
*
fix: procps_scan: compare process creation times to ensure ppid is real
shunf4
2026-07-15
3
-16
/
+55
*
win32: workaround for overflow of 8.3 short name (2)
Ron Yorston
2026-07-14
1
-1
/
+1
*
win32: workaround for overflow of 8.3 short name
Ron Yorston
2026-07-13
3
-2
/
+36
*
xxd: allow '-p -c 0' to cause a single line to be output
Ron Yorston
2026-07-13
2
-2
/
+26
*
Merge branch 'busybox' into merge
Ron Yorston
2026-07-08
30
-333
/
+642
|
\
|
*
join: code shrink by making some variables "global"
Denys Vlasenko
2026-07-08
1
-50
/
+58
|
*
join: new applet
Ron Yorston
2026-07-08
2
-0
/
+595
|
*
ash: fix out-of-bounds read in ifsbreakup()
Sanghyun Park
2026-07-06
1
-9
/
+15
|
*
awk: fix printf "%o\n", -1
Denys Vlasenko
2026-07-06
2
-5
/
+7
|
*
svlogd: fix buffer overrun
Denys Vlasenko
2026-07-03
1
-2
/
+2
|
*
cmp: add KMG suffix for cmp -n MAXCOUNT
Anubhav Kokane
2026-07-03
2
-6
/
+36
|
*
awk: optimize 'print "no format specs here\n"' case
Denys Vlasenko
2026-07-02
1
-20
/
+26
|
*
awk: fix printing of very large numbers with printf("%d")
Denys Vlasenko
2026-07-02
2
-89
/
+179
|
*
awk: rename variables in awk_printf(), no code changes
Denys Vlasenko
2026-07-02
1
-34
/
+36
|
*
awk: add '*' as a valid specifier for width and precision in printf
Denys Vlasenko
2026-07-01
2
-9
/
+111
|
*
testing stripts: allow to skip "awk gsub erroneous word start match" test
Denys Vlasenko
2026-05-14
3
-6
/
+11
|
*
hush: placate warning: 'print_pfx_escaped_nl' defined but not used
Denys Vlasenko
2026-05-14
1
-0
/
+2
|
*
tls: use bb_simple_error_msg where appropriate
Denys Vlasenko
2026-05-14
1
-2
/
+2
|
*
Start 1.39.0 development cycle
Denys Vlasenko
2026-05-13
1
-2
/
+2
|
*
Bump version to 1.38.0
Denys Vlasenko
2026-05-13
1
-1
/
+1
|
*
Optimize !ENABLE_SHOW_USAGE config
Denys Vlasenko
2026-05-02
2
-42
/
+46
|
*
cpio.tests: fix false positive
Denys Vlasenko
2026-04-30
1
-1
/
+3
|
*
cpio.tests: do not use "ls" to detect that file does not exist
Denys Vlasenko
2026-04-30
1
-2
/
+2
|
*
tar: unicode fix
Denys Vlasenko
2026-04-30
2
-1
/
+5
|
*
cpio.tests: fix false positive when -o support is not enabled
Denys Vlasenko
2026-04-30
1
-1
/
+1
|
*
cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS config
Denys Vlasenko
2026-04-30
2
-1
/
+5
|
*
start-stop-daemon.tests: fix false positive if longopts are not enabled
Denys Vlasenko
2026-04-29
2
-0
/
+7
|
*
Fix "undefined reference to 'skip_unsafe_prefix' build failure
Denys Vlasenko
2026-04-29
2
-4
/
+4
|
*
fdisk: fix build failure on glibc
Denys Vlasenko
2026-04-29
1
-1
/
+3
|
*
Fix randomtest to not select TC on glibc
Denys Vlasenko
2026-04-29
1
-4
/
+2
|
*
httpd: fix build for !FEATURE_HTTPD_CGI config
Denys Vlasenko
2026-04-29
1
-2
/
+2
|
*
Fix randomtest to never select a debug config
Denys Vlasenko
2026-04-29
1
-0
/
+6
|
*
telnet: fix build for !TELNETD config
Denys Vlasenko
2026-04-29
1
-0
/
+1
|
*
httpd: fix build for !FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR config
Denys Vlasenko
2026-04-29
1
-1
/
+1
|
*
hush: fix build for !HUSH_CASE config
Denys Vlasenko
2026-04-29
1
-4
/
+4
|
*
libbb: rename two fields in ioloop_state, no logic changes
Denys Vlasenko
2026-04-12
4
-44
/
+44
|
*
trylink: remove "local" bashism
Denys Vlasenko
2026-03-16
1
-8
/
+3
|
*
trylink: detect linker flag support for non-GNU linkers
Christian Stewart
2026-03-15
1
-1
/
+27
|
*
less: fix ":d" command
Denys Vlasenko
2026-03-15
1
-13
/
+13
|
*
runsv: fix open error check (fd < -1 should be fd < 0)
Denys Vlasenko
2026-03-13
1
-1
/
+1
|
*
udhcpc6: check the size of D6_OPT_IAPREFIX option
Denys Vlasenko
2026-03-12
1
-2
/
+5
|
*
udhcpc6: fix buffer overflow
Denys Vlasenko
2026-03-12
1
-3
/
+3
*
|
make: fix build with FEATURE_CLEAN_UP enabled
Ron Yorston
2026-07-06
1
-0
/
+1
*
|
join: re-add accidentally removed return
mbartlett21
2026-07-06
2
-0
/
+7
*
|
join: code shrink (5)
Ron Yorston
2026-07-05
1
-10
/
+14
*
|
join: changes
mbartlett21
2026-07-05
2
-38
/
+39
[next]