aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko2022-02-039-26/+612
| * libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko2022-01-252-205/+214
| * cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko2022-01-241-0/+1
| * apply const trick to ptr_to_globalsKhem Raj2022-01-231-1/+1
| * mkfs.vfat: fix volume label to be padded with spaceTimo Teräs2022-01-231-8/+17
| * Add support for long options to cmpWalter Lozano2022-01-231-0/+18
| * sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2022-01-232-3/+11
| * sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2022-01-232-8/+21
| * add busybox_ldscript.README.txtDenys Vlasenko2022-01-231-0/+47
| * libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% fasterDenys Vlasenko2022-01-232-578/+854
| * libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-187-16/+25
| * fix "defined but not used" warningsDenys Vlasenko2022-01-172-0/+4
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-179-41/+122
| * shell: add comments about SIGINT-related problemsDenys Vlasenko2022-01-162-5/+9
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-135-8/+13
| * libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-138-17/+22
* | Merge busybox into mergeRon Yorston2022-01-1322-73/+694
|\|
| * sulogin: util-linux does not say "normal startup" on Ctrl-DDenys Vlasenko2022-01-131-1/+2
| * sulogin: start _login_ shell only with -pDenys Vlasenko2022-01-131-7/+10
| * ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko2022-01-133-2/+15
| * sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-123-12/+37
| * reset: better --help textDenys Vlasenko2022-01-122-4/+7
| * nmeter: %[md] %[mw] - dirty file-backed pages, writeback pagesDenys Vlasenko2022-01-111-11/+35
| * ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko2022-01-081-3/+10
| * libbb/sha1: add a commentDenys Vlasenko2022-01-081-0/+22
| * awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2022-01-082-8/+33
| * XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli2022-01-081-6/+4
| * libbb/sha1: simplify cpuid codeDenys Vlasenko2022-01-081-32/+10
| * whitespace fixDenys Vlasenko2022-01-084-22/+22
| * libbb/sha1: tweak commentsDenys Vlasenko2022-01-072-5/+5
| * powertop: fix cpuid asm: ebx saving/restoring is properly done by gccDenys Vlasenko2022-01-071-4/+1
| * libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko2022-01-073-1/+252
| * libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko2022-01-074-1/+270
| * fdisk: recognize EBBR protective partitionsVincent Stehlé2022-01-061-0/+1
* | Merge busybox into mergeRon Yorston2022-01-0660-152/+2300
|\|
| * libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko2022-01-052-7/+4
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-0524-33/+45
| * less: code shrinkDenys Vlasenko2022-01-051-9/+13
| * sort: support -hDenys Vlasenko2022-01-052-31/+93
| * sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-042-1/+16
| * libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko2022-01-041-1/+1
| * libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-0420-21/+27
| * sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2022-01-042-2/+38
| * build system: detect if build host has no bzip2Denys Vlasenko2022-01-043-3/+20
| * libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko2022-01-042-60/+67
| * md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko2022-01-041-7/+14
| * libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko2022-01-032-29/+36
| * typo fixDenys Vlasenko2022-01-032-2/+2
| * libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko2022-01-033-267/+474
| * libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko2022-01-033-389/+1353