index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-27
seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's
Denys Vlasenko
2022-04-27
seedrng: shorten strings
Denys Vlasenko
2022-04-27
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
seedrng: remove unnecessary zero-filling of local variables
Denys Vlasenko
2022-04-27
seedrng: shrink --help text
Denys Vlasenko
2022-04-27
libbb: fix fallout from nth_string() robustification, closes 14726
Denys Vlasenko
2022-04-24
kbuild: Prefer -Oz over -Os
Bernhard Reutner-Fischer
2022-04-24
seedrng: prune header includes
Jason A. Donenfeld
2022-04-24
seedrng: code-golf even smaller
Jason A. Donenfeld
2022-04-21
kbuild: fix building sha256
Bernhard Reutner-Fischer
2022-04-20
vi: fix backspace over tab in commands
Ron Yorston
2022-04-20
seedrng: compress format strings with %s arguments
Jason A. Donenfeld
2022-04-20
seedrng: avoid needless runtime strlen() call
Jason A. Donenfeld
2022-04-20
seedrng: use predefined strings where possible
Jason A. Donenfeld
2022-04-20
seedrng: further reduce size
Jason A. Donenfeld
2022-04-20
seedrng: remove some global variables
Jason A. Donenfeld
2022-04-20
seedrng: hoist bb_strtoul out of min/max
Jason A. Donenfeld
2022-04-20
seedrng: use libbb functions
Jason A. Donenfeld
2022-04-20
seedrng: import SeedRNG utility for kernel RNG seed files
Jason A. Donenfeld
2022-03-04
vi: improved handling of backspace in replace mode
Ron Yorston
2022-03-01
taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...
Denys Vlasenko
2022-03-01
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-02-18
libbb/sha1: update config help text with new performance numbers
Denys Vlasenko
2022-02-12
libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument
Denys Vlasenko
2022-02-11
whitespace fixes
Denys Vlasenko
2022-02-11
libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it
Denys Vlasenko
2022-02-11
libbb/sha1: shrink unrolled x86-64 code
Denys Vlasenko
2022-02-10
libbb/sha: improve comments
Denys Vlasenko
2022-02-09
whitespace fix
Denys Vlasenko
2022-02-09
libbb/sha256: code shrink in x86 assembly
Denys Vlasenko
2022-02-09
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-09
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-09
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-08
libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)
Denys Vlasenko
2022-02-08
libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)
Denys Vlasenko
2022-02-08
libbb/sha1: shrink x86 hardware accelerated hashing
Denys Vlasenko
2022-02-08
libbb/sha1: shrink unrolled x86-64 code
Denys Vlasenko
2022-02-07
libbb/sha1: shrink and speed up unrolled x86-64 code
Denys Vlasenko
2022-02-06
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-06
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-03
libbb/sha256: code shrink in 64-bit x86
Denys Vlasenko
2022-02-03
libbb/sha256: code shrink in 32-bit x86
Denys Vlasenko
2022-02-03
libbb/sha256: optional x86 hardware accelerated hashing
Denys Vlasenko
2022-01-25
libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack
Denys Vlasenko
2022-01-24
cut: build fix for FEATURE_CUT_REGEX
Denys Vlasenko
2022-01-23
apply const trick to ptr_to_globals
Khem Raj
[next]