aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-262-4/+1
* Merge branch 'busybox' into mergeRon Yorston2022-10-129-3/+35
|\
| * libbb: mark stack in assembly files read-onlyLudwig Nussel2022-08-306-0/+18
| * fix [ --help ] and [[ --help ]]Denys Vlasenko2022-08-301-0/+3
| * ash: optional sleep builtinShawn Landden2022-08-271-0/+6
| * libbb: make '--help' handling more consistentRon Yorston2022-08-221-3/+2
| * lineedit: get PWD from ashRon Yorston2022-07-031-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2022-06-273-5/+15
|\|
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-1/+11
| * libbb: restore special handling of nomsg errorsRon Yorston2022-06-262-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-1/+1
|\|
| * style fixDenys Vlasenko2022-05-011-1/+1
* | lineedit: case-insensitive matching for '~'Ron Yorston2022-05-111-0/+4
* | ash: export certain variables to the environment immediatelyRon Yorston2022-05-082-2/+12
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-062-1/+47
* | win32: minor adjustments to file permissionsRon Yorston2022-04-191-1/+1
* | Merge branch 'busybox'Ron Yorston2022-04-077-114/+156
|\|
| * libbb/sha1: update config help text with new performance numbersDenys Vlasenko2022-02-181-3/+4
| * libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argumentDenys Vlasenko2022-02-122-70/+70
| * whitespace fixesDenys Vlasenko2022-02-112-11/+11
| * libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use itDenys Vlasenko2022-02-116-115/+163
| * libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2022-02-112-123/+117
| * libbb/sha: improve commentsDenys Vlasenko2022-02-104-21/+20
| * whitespace fixDenys Vlasenko2022-02-094-10/+10
* | Fix POSIX build; new yearRon Yorston2022-02-091-1/+1
* | Merge busybox into mergeRon Yorston2022-02-0916-725/+1692
|\|
| * 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-061-1/+1
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-062-2/+2
| * 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
| * libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% fasterDenys Vlasenko2022-01-232-578/+854
| * libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-182-10/+17
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-172-5/+35
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-132-4/+10
| * libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-2/+3
* | Merge busybox into mergeRon Yorston2022-01-138-19/+539
|\|