aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: better fix for empty environment variablesRon Yorston2022-05-053-9/+75
* win32: revert changes related to environment variablesRon Yorston2022-05-042-12/+21
* win32: new code to set empty environment variableRon Yorston2022-05-031-12/+8
* which,ash: changes to which/command/typeRon Yorston2022-05-014-23/+67
* win32: clarify documentation of is_relative_path()Ron Yorston2022-04-301-3/+8
* reset: applet should be NOEXEC for POSIXRon Yorston2022-04-301-1/+2
* ash: avoid misleading '.exe' in standalone shell modeRon Yorston2022-04-241-1/+1
* win32: conditional compilation in process.cRon Yorston2022-04-241-10/+10
* win32: proper conditional compilation in popen.cRon Yorston2022-04-231-9/+14
* date: enable FEATURE_DATE_NANORon Yorston2022-04-225-2/+16
* win32: minor adjustments to file permissionsRon Yorston2022-04-192-9/+10
* Update default configurationRon Yorston2022-04-072-62/+76
* Merge branch 'busybox'Ron Yorston2022-04-0714-133/+196
|\
| * vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
| * taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko2022-03-011-2/+1
| * ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko2022-03-011-3/+1
| * ash: fix unsafe use of mempcpyDenys Vlasenko2022-03-011-1/+7
| * ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-015-0/+10
| * 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
* | 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