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
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
1
-11
/
+13
*
libbb/loop: fix compile failure (name collision)
Denys Vlasenko
2023-01-02
1
-2
/
+2
*
libbb: shrink del_loop()
Denys Vlasenko
2022-12-13
1
-1
/
+1
*
loop: restore the correct return vaule of set_loop()
Denys Vlasenko
2022-12-13
1
-4
/
+8
*
loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs
Denys Vlasenko
2022-12-13
2
-9
/
+65
*
loop: refactor: extract subfunction set_loopdev_params()
Xiaoming Ni
2022-12-13
1
-39
/
+51
*
loop: simplify code of LOOP_SET_FD failure
Xiaoming Ni
2022-12-12
1
-7
/
+3
*
loop: refactor: extract subfunction get_next_free_loop()
Xiaoming Ni
2022-12-12
1
-30
/
+26
*
loop: fix a race when a free loop device is snatched
Xiaoming Ni
2022-11-15
1
-1
/
+10
*
libbb: mark stack in assembly files read-only
Ludwig Nussel
2022-08-30
6
-0
/
+18
*
fix [ --help ] and [[ --help ]]
Denys Vlasenko
2022-08-30
1
-0
/
+3
*
ash: optional sleep builtin
Shawn Landden
2022-08-27
1
-0
/
+6
*
libbb: make '--help' handling more consistent
Ron Yorston
2022-08-22
1
-3
/
+2
*
lineedit: get PWD from ash
Ron Yorston
2022-07-03
1
-0
/
+6
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
1
-1
/
+11
*
libbb: restore special handling of nomsg errors
Ron Yorston
2022-06-26
2
-4
/
+4
*
style fix
Denys Vlasenko
2022-05-01
1
-1
/
+1
*
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
1
-1
/
+1
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
2
-2
/
+2
*
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
*
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
2
-10
/
+17
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
2
-5
/
+35
*
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
2
-4
/
+10
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
1
-2
/
+3
*
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-12
1
-4
/
+4
*
libbb/sha1: add a comment
Denys Vlasenko
2022-01-08
1
-0
/
+22
*
libbb/sha1: simplify cpuid code
Denys Vlasenko
2022-01-08
1
-32
/
+10
[next]