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
path:
root
/
tests
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2 days
stat: use correct format for time values
Ron Yorston
1
-3
/
+3
4 days
Post-merge fixes
Ron Yorston
3
-1
/
+9
8 days
sort: compute -k END.ENDCHAR from the end field, not the line start
busybox
Ali Ahmet Memis
2
-6
/
+23
8 days
platform.h: UNINITIALIZED_VAR() macro for suppressing gcc warnings
Denys Vlasenko
4
-13
/
+29
8 days
vi: explain what vim 9.2 is doing with ":e FILE" escaping
Denys Vlasenko
1
-1
/
+7
8 days
vi: code shrink
Denys Vlasenko
1
-3
/
+1
9 days
inetd: build fix if RPC is selected in .config
Denys Vlasenko
1
-1
/
+1
9 days
devfsd: heed warnings
Denys Vlasenko
1
-2
/
+2
9 days
hush: heed warnings about strchr() returning const char*
Denys Vlasenko
1
-3
/
+3
9 days
*: selinux: replace deprecated security_context_t with char*
Denys Vlasenko
18
-37
/
+37
9 days
hdparm: fix ATA identification string output
Romain Guyard
2
-1
/
+52
9 days
awk: disallow OFMT/CONVFMT to have more than one %SPEC, implement %s
Denys Vlasenko
2
-6
/
+75
9 days
tar: Sanitize verbose file names
Anton Skorup
1
-1
/
+1
2026-08-24
awk: fix 1-byte heap-buffer-overflow in next_token() string parse
Ediz
1
-16
/
+33
2026-08-24
stat: code shrink
Denys Vlasenko
1
-72
/
+78
2026-08-24
stat: fix negative %X/%Y/%Z timestamps after Y2038 on 32-bit builds
Benjamin Robin
1
-9
/
+15
2026-08-19
Remove FAST_FUNC from variadic function (again)
Ron Yorston
1
-1
/
+1
2026-08-16
ash: PROMPT_COMMAND shouldn't affect $?
Ron Yorston
1
-0
/
+2
2026-08-10
tar: fix verbose output with extract-to-stdout
Thorsten B
9
-17
/
+50
2026-08-10
rpm2cpio: print name of unknown compression method
Ron Yorston
1
-2
/
+2
2026-08-09
shell: correctly count backslashes in read built-in
Ron Yorston
5
-1
/
+9
2026-08-09
shell: read: if poll() fails, attempt to process any data collected so far
Denys Vlasenko
1
-2
/
+1
2026-08-09
patch: handle files with no final newline
Ron Yorston
2
-4
/
+92
2026-08-02
ash: prevent SEGV when printing prompt
Ron Yorston
1
-30
/
+29
2026-08-02
ash: make shell exit if PROMPT_COMMAND exits
Ron Yorston
1
-0
/
+8
2026-07-30
ash: limited support for PROMPT_COMMAND
Ron Yorston
1
-0
/
+22
2026-07-30
ash: tweak appearance of ctrl-c on command line
Ron Yorston
1
-1
/
+5
2026-07-24
grep: support --quiet
Denys Vlasenko
1
-7
/
+70
2026-07-24
win32: code shrink reset of stat(2) flags
Ron Yorston
5
-21
/
+37
2026-07-24
win32: fix another stat call
mbartlett21
1
-1
/
+8
2026-07-24
win32: fix another occurrence of stat
mbartlett21
1
-1
/
+6
2026-07-17
ash: code shrink waitpid_child()
Ron Yorston
1
-31
/
+14
2026-07-17
xargs: limit number of processes to 64
Ron Yorston
1
-18
/
+4
2026-07-17
ash: allow more than 64 background jobs
mbartlett21
1
-1
/
+25
2026-07-17
xargs: fix handling for more than 64 processes
mbartlett21
1
-2
/
+2
2026-07-15
win32: code shrink procps_scan()
Ron Yorston
3
-28
/
+29
2026-07-15
fix: procps_scan: do not confirm a process to be parent if either creation ti...
Shun Zi
1
-4
/
+4
2026-07-15
fix: procps_scan: compare process creation times to ensure ppid is real
shunf4
3
-16
/
+55
2026-07-14
cp: fix --sparse to have mandatory argument, fix --remove-destination bit pos...
Denys Vlasenko
2
-5
/
+19
2026-07-14
cp: accept --sparse=ANYTHING
Denys Vlasenko
1
-0
/
+15
2026-07-14
win32: workaround for overflow of 8.3 short name (2)
Ron Yorston
1
-1
/
+1
2026-07-13
win32: workaround for overflow of 8.3 short name
Ron Yorston
3
-2
/
+36
2026-07-13
xxd: allow '-p -c 0' to cause a single line to be output
Ron Yorston
2
-2
/
+26
2026-07-08
join: code shrink by making some variables "global"
Denys Vlasenko
1
-50
/
+58
2026-07-08
join: new applet
Ron Yorston
2
-0
/
+595
2026-07-06
make: fix build with FEATURE_CLEAN_UP enabled
Ron Yorston
1
-0
/
+1
2026-07-06
ash: fix out-of-bounds read in ifsbreakup()
Sanghyun Park
1
-9
/
+15
2026-07-06
join: re-add accidentally removed return
mbartlett21
2
-0
/
+7
2026-07-06
awk: fix printf "%o\n", -1
Denys Vlasenko
2
-5
/
+7
2026-07-05
join: code shrink (5)
Ron Yorston
1
-10
/
+14
[next]