index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
long_paths
manifest
master
merge
merge_1_19
merge_1_20
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: add (some) long path support
long_paths
Ron Yorston
2026-02-27
5
-14
/
+109
*
testsuite: add tests for long paths and code page handling
Ron Yorston
2026-02-27
16
-0
/
+260
*
ash: allow execution of busybox-w32 binary without extension
Ron Yorston
2026-02-25
3
-4
/
+3
*
ash: fix execution of applets via Unix-style path
Ron Yorston
2026-02-14
1
-18
/
+15
*
Merge branch 'busybox' into merge
Ron Yorston
2026-02-12
34
-238
/
+319
|
\
|
*
main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"
Denys Vlasenko
2026-02-08
1
-1
/
+4
|
*
*: whitespace cleanup
Denys Vlasenko
2026-02-08
7
-8
/
+0
|
*
tls: document PSTM_64BIT + PSTM_X86_64 optimizations better
Denys Vlasenko
2026-02-08
2
-11
/
+11
|
*
vi: code shrink
Denys Vlasenko
2026-02-07
1
-7
/
+9
|
*
vi: fix last commit - do terminate the :CMD on the first whitespace
Denys Vlasenko
2026-02-07
1
-0
/
+1
|
*
*: use is_prefixed_with() where appropriate
Denys Vlasenko
2026-02-07
4
-4
/
+4
|
*
vi: fix ":list" command
Denys Vlasenko
2026-02-07
1
-32
/
+30
|
*
vi: code shrink
Denys Vlasenko
2026-02-06
1
-15
/
+17
|
*
vi: fix "s /find/repl" with whitespace before /
Denys Vlasenko
2026-02-06
2
-11
/
+14
|
*
vi: code shrink, optimize: do not call count_lines() unless needed
Denys Vlasenko
2026-02-06
1
-73
/
+61
|
*
*: use xasprintf_inplace() and concat_path_file() where appropriate
Denys Vlasenko
2026-02-06
7
-16
/
+13
|
*
*: use xasprintf_inplace() in more places
Denys Vlasenko
2026-02-06
3
-18
/
+17
|
*
man: fix following links if run inside manpage dir
Denys Vlasenko
2026-02-05
1
-16
/
+28
|
*
libbb: introduce and use xasprintf_inplace()
Denys Vlasenko
2026-02-05
9
-34
/
+48
|
*
watch: implement -x
Denys Vlasenko
2026-02-05
1
-7
/
+20
|
*
libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)
Denys Vlasenko
2026-02-04
3
-5
/
+62
*
|
Update default configurations; include uuid functions
Ron Yorston
2026-02-10
6
-7
/
+23
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-10
30
-592
/
+1080
|
\
|
|
*
volume_id: improve handling of too-small (usually zero-byte or erroring) bloc...
Denys Vlasenko
2026-02-04
3
-18
/
+52
|
*
volume_id: volume_id_get_buffer with small FSes
Alyssa Ross via busybox
2026-02-04
1
-3
/
+2
|
*
fdisk: code shrink
Denys Vlasenko
2026-02-04
5
-127
/
+75
|
*
fdisk: comment out "not a multiple of 512 bytes" warning
Denys Vlasenko
2026-02-04
1
-5
/
+6
|
*
fdisk: several fixes for 4K sector size
Denys Vlasenko
2026-02-04
7
-123
/
+133
|
*
findfs: tweak --help
Denys Vlasenko
2026-02-03
1
-2
/
+2
|
*
uuidgen: move UUID formatting to libbb
Denys Vlasenko
2026-02-03
6
-26
/
+27
|
*
fdisk: uncomment -s support
Denys Vlasenko
2026-02-02
1
-48
/
+48
|
*
devfsd: constify, code shrink
Denys Vlasenko
2026-02-02
1
-4
/
+4
|
*
fdisk_sgi: formatting fixes
Denys Vlasenko
2026-02-02
1
-11
/
+11
|
*
fdisk: fix spurious warning about zero unused sectors
Denys Vlasenko
2026-02-01
1
-30
/
+34
|
*
fdisk: simplify start/len calcualtions for Sun labels
Denys Vlasenko
2026-02-01
2
-62
/
+61
|
*
fdisk: eliminate static variables, fix GPT disk size (32x32->32 overflow)
Denys Vlasenko
2026-02-01
4
-89
/
+116
|
*
util-linux: add minimal uuidgen implementation
Osama Abdelkader via busybox
2026-02-01
2
-3
/
+60
|
*
lkblk: list multiple MOUNTPOINTS
Denys Vlasenko
2026-01-30
1
-22
/
+58
|
*
lsblk: add error messages and exit code when non-blockdevs are given
Denys Vlasenko
2026-01-30
1
-17
/
+39
|
*
lsblk: new applet
Osama Abdelkader
2026-01-30
1
-0
/
+325
|
*
tar: strip unsafe hardlink components - GNU tar does the same
Denys Vlasenko
2026-01-29
8
-18
/
+49
|
*
httpd: do not use a global variable in index.cgi
Denys Vlasenko
2026-01-29
1
-74
/
+53
|
*
httpd: handle bare "Location: URL" redirects from CGIs
Denys Vlasenko
2026-01-28
1
-14
/
+29
*
|
ash: fix help builtin and tab completion of builtins
Ron Yorston
2026-02-09
1
-0
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-02-09
2
-1282
/
+1372
|
\
|
|
*
ash: fix \ooo octal printout in DEBUG code
Denys Vlasenko
2026-01-28
1
-16
/
+12
|
*
ash: code shrink: eliminate pstrcmp1()
Denys Vlasenko
2026-01-28
1
-66
/
+63
|
*
ash: remove non-standard chdir builtin
Denys Vlasenko
2026-01-28
1
-17
/
+14
|
*
ash: get rid of a static in cmdlookup()/delete_cmd_entry()
Denys Vlasenko
2026-01-28
1
-26
/
+38
|
*
ash: group command hashing/searching code together, no code changes
Denys Vlasenko
2026-01-28
1
-346
/
+351
[next]