| Commit message (Expand) | Author | Age | Files | Lines |
* | Annual update of copyright message | Ron Yorston | 2023-01-05 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 3 | -73/+148 |
|\ |
|
| * | shell: fix compile failures in some configs | Denys Vlasenko | 2023-01-03 | 1 | -11/+13 |
| * | libbb/loop: fix compile failure (name collision) | Denys Vlasenko | 2023-01-02 | 1 | -2/+2 |
| * | libbb: shrink del_loop() | Denys Vlasenko | 2022-12-13 | 1 | -1/+1 |
| * | loop: restore the correct return vaule of set_loop() | Denys Vlasenko | 2022-12-13 | 1 | -4/+8 |
| * | loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs | Denys Vlasenko | 2022-12-13 | 2 | -9/+65 |
| * | loop: refactor: extract subfunction set_loopdev_params() | Xiaoming Ni | 2022-12-13 | 1 | -39/+51 |
| * | loop: simplify code of LOOP_SET_FD failure | Xiaoming Ni | 2022-12-12 | 1 | -7/+3 |
| * | loop: refactor: extract subfunction get_next_free_loop() | Xiaoming Ni | 2022-12-12 | 1 | -30/+26 |
| * | loop: fix a race when a free loop device is snatched | Xiaoming Ni | 2022-11-15 | 1 | -1/+10 |
* | | libbb: speed up bb_get_chunk_from_file() | Ron Yorston | 2022-12-30 | 1 | -0/+9 |
* | | 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 |