COMMITS
April 6, 2024
R
ash: move hashvar() calls into findvar()
Ron Yorston committed
April 8, 2024
R
timeout: allow fractional seconds in timeout values
Ron Yorston committed
July 13, 2024
D
powertop: code shrink
Denys Vlasenko committed
July 12, 2024
D
hush: do not exit interactive shell on some redirection errors
Denys Vlasenko committed
D
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
Denys Vlasenko committed
D
hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init
Denys Vlasenko committed
D
ash: remove limitation on fd# length
Denys Vlasenko committed
D
ash: do not abort interactive mode on >&9999 redirect
Denys Vlasenko committed
D
tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Denys Vlasenko committed
D
tls: P256: improve x86_64 multiplication asm code
Denys Vlasenko committed
July 11, 2024
D
tls: P256: fix obscure x86_64 asm misbehavior, closes 15679
Denys Vlasenko committed
April 3, 2024
R
md5/shaXsum: accept uppercase hex strings
Ron Yorston committed
April 17, 2023
P
vi: Ensure that the edit buffer ends in a newline
Petja Patjas committed
July 10, 2024
R
ash: remove defunct control character to save a few bytes
Ron Yorston committed
D
awk: mktime() with no arguments is not allowed
Denys Vlasenko committed
D
awk: improve comments and constants, no code changes
Denys Vlasenko committed
January 2, 2024
R
Makefile.flags: suppress clang warnings when cross-compiling
Ron Yorston committed
May 2, 2024
R
ash: fix parsing of alias expansion + bash features
Ron Yorston committed
July 9, 2024
D
qwk: code shrink
Denys Vlasenko committed
D
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko committed
D
awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value
Denys Vlasenko committed
May 20, 2024
N
awk: fix use after free (CVE-2023-42363)
Natanael Copa committed
July 8, 2024
D
chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowed
Denys Vlasenko committed
June 8, 2024
S
wget: ignore header casing
Sertonix committed
May 31, 2024
D
libbb: fix 64-bit bb_popcnt_long
Denys Vlasenko committed
D
libbb: add bit counting function, use where appropriate
Denys Vlasenko committed
D
nproc: prepare for arbitrarily large CPU masks
Denys Vlasenko committed
April 13, 2024
D
lineedit: print prompt and editing operations to stderr
Denys Vlasenko committed
September 11, 2023
Y
docproc: avoid segfault during file closing
Yan Zhu committed