| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: revert special treatment of Unix-style absolute paths | Ron Yorston | 2022-10-26 | 2 | -4/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 9 | -3/+35 |
|\ |
|
| * | libbb: mark stack in assembly files read-only | Ludwig Nussel | 2022-08-30 | 6 | -0/+18 |
| * | fix [ --help ] and [[ --help ]] | Denys Vlasenko | 2022-08-30 | 1 | -0/+3 |
| * | ash: optional sleep builtin | Shawn Landden | 2022-08-27 | 1 | -0/+6 |
| * | libbb: make '--help' handling more consistent | Ron Yorston | 2022-08-22 | 1 | -3/+2 |
| * | lineedit: get PWD from ash | Ron Yorston | 2022-07-03 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-06-27 | 3 | -5/+15 |
|\| |
|
| * | ash,hush: use HOME for tab completion and prompts | Ron Yorston | 2022-06-26 | 1 | -1/+11 |
| * | libbb: restore special handling of nomsg errors | Ron Yorston | 2022-06-26 | 2 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-05-12 | 1 | -1/+1 |
|\| |
|
| * | style fix | Denys Vlasenko | 2022-05-01 | 1 | -1/+1 |
* | | lineedit: case-insensitive matching for '~' | Ron Yorston | 2022-05-11 | 1 | -0/+4 |
* | | ash: export certain variables to the environment immediately | Ron Yorston | 2022-05-08 | 2 | -2/+12 |
* | | win32: allow preference for applets to be disabled at runtime | Ron Yorston | 2022-05-06 | 2 | -1/+47 |
* | | win32: minor adjustments to file permissions | Ron Yorston | 2022-04-19 | 1 | -1/+1 |
* | | Merge branch 'busybox' | Ron Yorston | 2022-04-07 | 7 | -114/+156 |
|\| |
|
| * | libbb/sha1: update config help text with new performance numbers | Denys Vlasenko | 2022-02-18 | 1 | -3/+4 |
| * | libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument | Denys Vlasenko | 2022-02-12 | 2 | -70/+70 |
| * | whitespace fixes | Denys Vlasenko | 2022-02-11 | 2 | -11/+11 |
| * | libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it | Denys Vlasenko | 2022-02-11 | 6 | -115/+163 |
| * | libbb/sha1: shrink unrolled x86-64 code | Denys Vlasenko | 2022-02-11 | 2 | -123/+117 |
| * | libbb/sha: improve comments | Denys Vlasenko | 2022-02-10 | 4 | -21/+20 |
| * | whitespace fix | Denys Vlasenko | 2022-02-09 | 4 | -10/+10 |
* | | Fix POSIX build; new year | Ron Yorston | 2022-02-09 | 1 | -1/+1 |
* | | Merge busybox into merge | Ron Yorston | 2022-02-09 | 16 | -725/+1692 |
|\| |
|
| * | libbb/sha256: code shrink in x86 assembly | Denys Vlasenko | 2022-02-09 | 2 | -12/+10 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-09 | 1 | -11/+14 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-09 | 1 | -13/+16 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-09 | 2 | -123/+114 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 2022-02-08 | 2 | -7/+5 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) | Denys Vlasenko | 2022-02-08 | 1 | -6/+5 |
| * | libbb/sha1: shrink x86 hardware accelerated hashing | Denys Vlasenko | 2022-02-08 | 2 | -32/+29 |
| * | libbb/sha1: shrink unrolled x86-64 code | Denys Vlasenko | 2022-02-08 | 2 | -46/+21 |
| * | libbb/sha1: shrink and speed up unrolled x86-64 code | Denys Vlasenko | 2022-02-07 | 6 | -46/+131 |
| * | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
| * | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 2 | -2/+2 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-06 | 1 | -45/+48 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-06 | 1 | -48/+48 |
| * | libbb/sha256: code shrink in 64-bit x86 | Denys Vlasenko | 2022-02-03 | 1 | -17/+17 |
| * | libbb/sha256: code shrink in 32-bit x86 | Denys Vlasenko | 2022-02-03 | 1 | -18/+17 |
| * | libbb/sha256: optional x86 hardware accelerated hashing | Denys Vlasenko | 2022-02-03 | 9 | -26/+612 |
| * | libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack | Denys Vlasenko | 2022-01-25 | 2 | -205/+214 |
| * | cut: build fix for FEATURE_CUT_REGEX | Denys Vlasenko | 2022-01-24 | 1 | -0/+1 |
| * | libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster | Denys Vlasenko | 2022-01-23 | 2 | -578/+854 |
| * | libbb: shrink lineedit_read_key() | Denys Vlasenko | 2022-01-18 | 2 | -10/+17 |
| * | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 2 | -5/+35 |
| * | libbb: introduce and use chdir_or_warn() | Denys Vlasenko | 2022-01-13 | 2 | -4/+10 |
| * | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 1 | -2/+3 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-13 | 8 | -19/+539 |
|\| |
|