aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash,hush: use HOME for tab completion and promptstildeRon Yorston2022-03-244-16/+19
* ash: let $HOME set home directory of login shellRon Yorston2022-03-221-1/+4
* Fix POSIX buildFRP-4621-gf3c5e8bc3Ron Yorston2022-02-271-2/+2
* ash: try harder to avoid ctrl-c issueRon Yorston2022-02-271-24/+1
* win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* Increment date in resourcesRon Yorston2022-02-141-1/+1
* ash: workaround for UCRT bugRon Yorston2022-02-121-0/+12
* cpio: code shrink with !FEATURE_EXTRA_FILE_DATARon Yorston2022-02-102-2/+6
* find: -samefile requires FEATURE_EXTRA_FILE_DATARon Yorston2022-02-091-1/+1
* Fix POSIX build; new yearRon Yorston2022-02-092-2/+3
* Merge busybox into mergeRon Yorston2022-02-0963-836/+1969
|\
| * libbb/sha256: code shrink in x86 assemblyDenys Vlasenko2022-02-092-12/+10
| * libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-091-11/+14
| * libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-091-13/+16
| * libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-092-123/+114
| * libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2022-02-082-7/+5
| * libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2022-02-081-6/+5
| * libbb/sha1: shrink x86 hardware accelerated hashingDenys Vlasenko2022-02-082-32/+29
| * libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2022-02-082-46/+21
| * libbb/sha1: shrink and speed up unrolled x86-64 codeDenys Vlasenko2022-02-076-46/+131
| * *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-069-15/+15
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-0616-20/+21
| * libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-061-45/+48
| * libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-061-48/+48
| * libbb/sha256: code shrink in 64-bit x86Denys Vlasenko2022-02-031-17/+17
| * libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2022-02-031-18/+17
| * 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