Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-13sulogin: increase util-linux compatibilityDenys Vlasenko
2022-01-09libbb/sha1: add a commentDenys Vlasenko
2022-01-08libbb/sha1: simplify cpuid codeDenys Vlasenko
2022-01-08whitespace fixDenys Vlasenko
2022-01-07libbb/sha1: tweak commentsDenys Vlasenko
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-06libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-05libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2022-01-04libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko
2022-01-03typo fixDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko
2022-01-02libbb/sha1: code shrink in medium-speed versionDenys Vlasenko
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko
2021-12-28libbb: cose shrink in sha1Denys Vlasenko
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-12shell: do not read user database for every prompt - only for those which need itDenys Vlasenko
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-15libbb: code shrink parse_datestrRon Yorston
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-06-24libbb: do not check closedir() in remove_file()Denys Vlasenko
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko
2021-06-22cp: implement -nDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko