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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the flags for stat (again) (#601)
mbartlett21
2026-06-22
1
-3
/
+3
*
win32: Unix-like support for volume mounts
Ron Yorston
2026-06-15
1
-17
/
+31
*
win32: update current directory to target of symlink
Ron Yorston
2026-06-06
1
-0
/
+4
*
win32: skip check for execute with tab-completion
mbartlett21
2026-05-20
1
-0
/
+8
*
libbb: reverse performance regression in bb_copyfd_*
Ron Yorston
2026-05-10
1
-1
/
+4
*
libbb: try to mitigate 'cat /dev/urandom'
Ron Yorston
2026-05-08
1
-0
/
+11
*
crond: build tweaks
Ron Yorston
2026-05-03
1
-5
/
+5
*
Merge branch 'busybox' into merge
Ron Yorston
2026-03-11
11
-91
/
+553
|
\
|
*
*: don't use getservbyname, it links in a static buffer
Denys Vlasenko
2026-02-25
3
-25
/
+131
|
*
netstat: fix breakage due to last commit
Denys Vlasenko
2026-02-24
1
-6
/
+16
|
*
netstat,pscan: don't use getservbyport(), it links in a static buffer
Denys Vlasenko
2026-02-24
1
-0
/
+48
|
*
telnetd: if vfork in make_new_session() fails, do close socket.
Denys Vlasenko
2026-02-24
1
-24
/
+58
|
*
telnet: rewrite to use ioloop()
Denys Vlasenko
2026-02-23
1
-0
/
+2
|
*
telnetd: do not send stray \r\n before /etc/issue.net
Denys Vlasenko
2026-02-23
1
-2
/
+0
|
*
libbb: add generic "fd polling and I/O" loop, use it in telnetd
Denys Vlasenko
2026-02-21
1
-0
/
+262
|
*
libbb: better comments in read_key()
Denys Vlasenko
2026-02-15
1
-37
/
+38
|
*
*: placate warnings where strchr/strstr returns constant pointer
Denys Vlasenko
2026-02-15
4
-6
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-12
3
-4
/
+75
|
\
|
|
*
main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"
Denys Vlasenko
2026-02-08
1
-1
/
+4
|
*
libbb: introduce and use xasprintf_inplace()
Denys Vlasenko
2026-02-05
1
-0
/
+16
|
*
libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)
Denys Vlasenko
2026-02-04
1
-3
/
+55
*
|
Update default configurations; include uuid functions
Ron Yorston
2026-02-10
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-10
2
-44
/
+16
|
\
|
|
*
fdisk: several fixes for 4K sector size
Denys Vlasenko
2026-02-04
1
-41
/
+0
|
*
uuidgen: move UUID formatting to libbb
Denys Vlasenko
2026-02-03
1
-0
/
+13
|
*
util-linux: add minimal uuidgen implementation
Osama Abdelkader via busybox
2026-02-01
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-04
1
-1
/
+1
|
\
|
|
*
libbb/loop: fix existence check for LOOP_CONFIGURE ioctl
Wouter Franken
2026-01-26
1
-1
/
+1
*
|
libbb: fix regression where 'which' output duplicate slashes
Ron Yorston
2026-02-01
1
-0
/
+8
*
|
libbb: code shrink
Ron Yorston
2026-01-28
2
-16
/
+30
*
|
libbb: update CNG API config message
rfl890
2026-01-28
1
-2
/
+3
*
|
libbb: refactor CNG hashing implementation
rfl890
2026-01-27
2
-26
/
+79
*
|
join: add some more tests
Ron Yorston
2026-01-23
1
-1
/
+1
*
|
win32: wcwidth_alt.c: update to Unicode 17 (latest)
Avi Halachmi (:avih)
2025-12-29
1
-16
/
+24
*
|
win32: wcwidth_alt.c: update to Unicode 16.0.0
Avi Halachmi (:avih)
2025-12-29
1
-16
/
+29
*
|
win32: wcwidth_alt.c: new generator script, re-generate code
Avi Halachmi (:avih)
2025-12-29
1
-20
/
+18
*
|
win32: wcwidth_alt.c: remove codepoint comments (no-op)
Avi Halachmi (:avih)
2025-12-29
1
-450
/
+450
*
|
win32: fix printable-chars with no-op utf8 manifest
Avi Halachmi (:avih)
2025-12-26
1
-0
/
+18
*
|
win32: add a config for 32-bit build with Unicode
Ron Yorston
2025-12-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-11-11
2
-5
/
+13
|
\
|
|
*
lineedit: fix PS1='\W' for root directory
Denys Vlasenko
2025-11-08
1
-1
/
+1
|
*
busybox: optional --version support
Denys Vlasenko
2025-10-13
1
-4
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-10-09
1
-0
/
+9
|
\
|
|
*
nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64le
Denys Vlasenko
2025-10-08
1
-0
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-09-11
1
-9
/
+9
|
\
|
|
*
*: code shrink using sigprocmask2() where appropriate
Denys Vlasenko
2025-08-11
1
-9
/
+9
|
*
ash: eval: Add vfork support
Denys Vlasenko
2025-08-09
1
-0
/
+12
*
|
ash: eval: Add vfork support
Ron Yorston
2025-09-07
1
-0
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-09-06
1
-15
/
+22
|
\
|
|
*
top,pmap: speed up /smaps parsing
Denys Vlasenko
2025-08-06
1
-13
/
+20
[next]