index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
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
...
*
libbb: fix fallout from nth_string() robustification, closes 14726
Denys Vlasenko
2022-04-27
1
-1
/
+13
*
kbuild: Prefer -Oz over -Os
Bernhard Reutner-Fischer
2022-04-24
1
-2
/
+2
*
seedrng: prune header includes
Jason A. Donenfeld
2022-04-24
1
-14
/
+0
*
seedrng: code-golf even smaller
Jason A. Donenfeld
2022-04-24
1
-28
/
+14
*
kbuild: fix building sha256
Bernhard Reutner-Fischer
2022-04-21
2
-8
/
+1
*
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
1
-1
/
+2
*
seedrng: compress format strings with %s arguments
Jason A. Donenfeld
2022-04-20
1
-12
/
+10
*
seedrng: avoid needless runtime strlen() call
Jason A. Donenfeld
2022-04-20
1
-5
/
+3
*
seedrng: use predefined strings where possible
Jason A. Donenfeld
2022-04-20
1
-5
/
+5
*
seedrng: further reduce size
Jason A. Donenfeld
2022-04-20
1
-55
/
+22
*
seedrng: remove some global variables
Jason A. Donenfeld
2022-04-20
1
-16
/
+16
*
seedrng: hoist bb_strtoul out of min/max
Jason A. Donenfeld
2022-04-20
1
-14
/
+32
*
seedrng: use libbb functions
Jason A. Donenfeld
2022-04-20
1
-89
/
+59
*
seedrng: import SeedRNG utility for kernel RNG seed files
Jason A. Donenfeld
2022-04-20
1
-0
/
+308
*
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-04
1
-6
/
+18
*
taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...
Denys Vlasenko
2022-03-01
1
-2
/
+1
*
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
1
-3
/
+1
*
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
1
-1
/
+7
*
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
5
-0
/
+10
*
libbb/sha1: update config help text with new performance numbers
Denys Vlasenko
2022-02-18
1
-3
/
+4
*
libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument
Denys Vlasenko
2022-02-12
2
-70
/
+70
*
whitespace fixes
Denys Vlasenko
2022-02-11
2
-11
/
+11
*
libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it
Denys Vlasenko
2022-02-11
6
-115
/
+163
*
libbb/sha1: shrink unrolled x86-64 code
Denys Vlasenko
2022-02-11
2
-123
/
+117
*
libbb/sha: improve comments
Denys Vlasenko
2022-02-10
4
-21
/
+20
*
whitespace fix
Denys Vlasenko
2022-02-09
4
-10
/
+10
*
libbb/sha256: code shrink in x86 assembly
Denys Vlasenko
2022-02-09
2
-12
/
+10
*
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-09
1
-11
/
+14
*
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-09
1
-13
/
+16
*
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-09
2
-123
/
+114
*
libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)
Denys Vlasenko
2022-02-08
2
-7
/
+5
*
libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)
Denys Vlasenko
2022-02-08
1
-6
/
+5
*
libbb/sha1: shrink x86 hardware accelerated hashing
Denys Vlasenko
2022-02-08
2
-32
/
+29
*
libbb/sha1: shrink unrolled x86-64 code
Denys Vlasenko
2022-02-08
2
-46
/
+21
*
libbb/sha1: shrink and speed up unrolled x86-64 code
Denys Vlasenko
2022-02-07
6
-46
/
+131
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
9
-15
/
+15
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
16
-20
/
+21
*
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-06
1
-45
/
+48
*
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-06
1
-48
/
+48
*
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-03
1
-17
/
+17
*
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-03
1
-18
/
+17
*
libbb/sha256: optional x86 hardware accelerated hashing
Denys Vlasenko
2022-02-03
9
-26
/
+612
*
libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack
Denys Vlasenko
2022-01-25
2
-205
/
+214
*
cut: build fix for FEATURE_CUT_REGEX
Denys Vlasenko
2022-01-24
1
-0
/
+1
*
apply const trick to ptr_to_globals
Khem Raj
2022-01-23
1
-1
/
+1
*
mkfs.vfat: fix volume label to be padded with space
Timo Teräs
2022-01-23
1
-8
/
+17
*
Add support for long options to cmp
Walter Lozano
2022-01-23
1
-0
/
+18
*
sed: fix handling of escaped delimiters in s/// replacement
Denys Vlasenko
2022-01-23
2
-3
/
+11
*
sed: fix handling of escaped delimiters in s/// search pattern, closes 14541
Denys Vlasenko
2022-01-23
2
-8
/
+21
*
add busybox_ldscript.README.txt
Denys Vlasenko
2022-01-23
1
-0
/
+47
[prev]
[next]