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/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
|
*
libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster
Denys Vlasenko
2022-01-23
2
-578
/
+854
|
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
7
-16
/
+25
|
*
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
2
-0
/
+4
|
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
9
-41
/
+122
|
*
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-16
2
-5
/
+9
|
*
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
5
-8
/
+13
|
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
8
-17
/
+22
*
|
Merge busybox into merge
Ron Yorston
2022-01-13
22
-73
/
+694
|
\
|
|
*
sulogin: util-linux does not say "normal startup" on Ctrl-D
Denys Vlasenko
2022-01-13
1
-1
/
+2
|
*
sulogin: start _login_ shell only with -p
Denys Vlasenko
2022-01-13
1
-7
/
+10
|
*
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-13
3
-2
/
+15
|
*
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-12
3
-12
/
+37
|
*
reset: better --help text
Denys Vlasenko
2022-01-12
2
-4
/
+7
|
*
nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages
Denys Vlasenko
2022-01-11
1
-11
/
+35
|
*
ls: implement ls -sh (human-readable allocated blocks)
Denys Vlasenko
2022-01-08
1
-3
/
+10
|
*
libbb/sha1: add a comment
Denys Vlasenko
2022-01-08
1
-0
/
+22
|
*
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2022-01-08
2
-8
/
+33
|
*
XXXsum: handle binary sums with " " in the path
Emanuele Giacomelli
2022-01-08
1
-6
/
+4
|
*
libbb/sha1: simplify cpuid code
Denys Vlasenko
2022-01-08
1
-32
/
+10
|
*
whitespace fix
Denys Vlasenko
2022-01-08
4
-22
/
+22
|
*
libbb/sha1: tweak comments
Denys Vlasenko
2022-01-07
2
-5
/
+5
|
*
powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc
Denys Vlasenko
2022-01-07
1
-4
/
+1
|
*
libbb/sha1: optional i686 hardware accelerates hashing
Denys Vlasenko
2022-01-07
3
-1
/
+252
|
*
libbb/sha1: optional x86-64 hardware accelerates hashing
Denys Vlasenko
2022-01-07
4
-1
/
+270
|
*
fdisk: recognize EBBR protective partitions
Vincent Stehlé
2022-01-06
1
-0
/
+1
*
|
Merge busybox into merge
Ron Yorston
2022-01-06
60
-152
/
+2300
|
\
|
|
*
libbb: change xstrndup, xmemdup to take size_t as size parameter
Denys Vlasenko
2022-01-05
2
-7
/
+4
|
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
24
-33
/
+45
|
*
less: code shrink
Denys Vlasenko
2022-01-05
1
-9
/
+13
|
*
sort: support -h
Denys Vlasenko
2022-01-05
2
-31
/
+93
|
*
sort: fix -s -r interaction: 'stable' order is not affected by -r
Denys Vlasenko
2022-01-04
2
-1
/
+16
|
*
libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...
Denys Vlasenko
2022-01-04
1
-1
/
+1
|
*
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
20
-21
/
+27
|
*
sed: correctly handle 'w FILE' commands writing to the same file
Denys Vlasenko
2022-01-04
2
-2
/
+38
|
*
build system: detect if build host has no bzip2
Denys Vlasenko
2022-01-04
3
-3
/
+20
|
*
libbb/sha1: x86_64 version: reorder prologue/epilogue insns
Denys Vlasenko
2022-01-04
2
-60
/
+67
|
*
md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
Denys Vlasenko
2022-01-04
1
-7
/
+14
|
*
libbb/sha1: x86_64 version: tidying up, no code changes
Denys Vlasenko
2022-01-03
2
-29
/
+36
|
*
typo fix
Denys Vlasenko
2022-01-03
2
-2
/
+2
|
*
libbb/sha1: x86_64 version: generate from a script, optimize a bit
Denys Vlasenko
2022-01-03
3
-267
/
+474
|
*
libbb/sha1: x86_64 version: move to a separate .S file, no code changes
Denys Vlasenko
2022-01-03
3
-389
/
+1353
[prev]
[next]