[PATCH] httpd: fix index.html with CGI and no basic auth

2022-08-25 Thread Ben Wolsieffer
The URL gets truncated if ENABLE_FEATURE_HTTPD_BASIC_AUTH or ENABLE_FEATURE_HTTPD_CGI is set, but it is only restored if ENABLE_FEATURE_HTTPD_BASIC_AUTH is set. This breaks index.html redirects for configurations that have CGI enabled but basic auth disabled. Fixes: 91a58b207ea0 ("httpd: no need t

[PATCH] devmem: add 128-bit width

2022-08-25 Thread Aaro Koskinen
From: Aaro Koskinen Add 128-bit width if the compiler provides the needed type. function old new delta devmem_main 412 517+105 usage_messages 247 313 +

[PATCH] libbbb: mark stack in assembly files read-only

2022-08-25 Thread Ludwig Nussel
Signed-off-by: Ludwig Nussel --- libbb/hash_md5_sha256_x86-32_shaNI.S | 3 +++ libbb/hash_md5_sha256_x86-64_shaNI.S | 3 +++ libbb/hash_md5_sha_x86-32_shaNI.S| 3 +++ libbb/hash_md5_sha_x86-64.S | 3 +++ libbb/hash_md5_sha_x86-64.S.sh | 3 +++ libbb/hash_md5_sha_x86-64_shaNI.S

[PATCH] libbb: special treatment for aliases of test

2022-08-25 Thread Ron Yorston
Commit 5a9d2b6e0 (libbb: make '--help' handling more consistent) broke the command "[ --help ]". This should check that the string is non-empty, not display help. function old new delta show_usage_if_dash_dash_help 69