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-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
2022-01-23
mkfs.vfat: fix volume label to be padded with space
Timo Teräs
2022-01-23
Add support for long options to cmp
Walter Lozano
2022-01-23
sed: fix handling of escaped delimiters in s/// replacement
Denys Vlasenko
2022-01-23
sed: fix handling of escaped delimiters in s/// search pattern, closes 14541
Denys Vlasenko
2022-01-23
add busybox_ldscript.README.txt
Denys Vlasenko
2022-01-23
libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster
Denys Vlasenko
2022-01-18
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-17
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-16
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-13
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
sulogin: util-linux does not say "normal startup" on Ctrl-D
Denys Vlasenko
2022-01-13
sulogin: start _login_ shell only with -p
Denys Vlasenko
2022-01-13
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-12
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-12
reset: better --help text
Denys Vlasenko
2022-01-11
nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages
Denys Vlasenko
2022-01-08
ls: implement ls -sh (human-readable allocated blocks)
Denys Vlasenko
2022-01-08
libbb/sha1: add a comment
Denys Vlasenko
2022-01-08
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2022-01-08
XXXsum: handle binary sums with " " in the path
Emanuele Giacomelli
2022-01-08
libbb/sha1: simplify cpuid code
Denys Vlasenko
2022-01-08
whitespace fix
Denys Vlasenko
2022-01-07
libbb/sha1: tweak comments
Denys Vlasenko
2022-01-07
powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc
Denys Vlasenko
2022-01-07
libbb/sha1: optional i686 hardware accelerates hashing
Denys Vlasenko
2022-01-07
libbb/sha1: optional x86-64 hardware accelerates hashing
Denys Vlasenko
2022-01-06
fdisk: recognize EBBR protective partitions
Vincent Stehlé
2022-01-05
libbb: change xstrndup, xmemdup to take size_t as size parameter
Denys Vlasenko
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
less: code shrink
Denys Vlasenko
2022-01-05
sort: support -h
Denys Vlasenko
2022-01-04
sort: fix -s -r interaction: 'stable' order is not affected by -r
Denys Vlasenko
2022-01-04
libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...
Denys Vlasenko
2022-01-04
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
sed: correctly handle 'w FILE' commands writing to the same file
Denys Vlasenko
2022-01-04
build system: detect if build host has no bzip2
Denys Vlasenko
2022-01-04
libbb/sha1: x86_64 version: reorder prologue/epilogue insns
Denys Vlasenko
2022-01-04
md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
Denys Vlasenko
2022-01-03
libbb/sha1: x86_64 version: tidying up, no code changes
Denys Vlasenko
[next]