aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix POSIX buildRon Yorston2023-02-041-1/+1
* libbb: fix CRLF handlingRon Yorston2023-01-312-4/+14
* Annual update of copyright messageRon Yorston2023-01-051-1/+1
* Merge branch 'busybox' into mergeRon Yorston2023-01-053-73/+148
|\
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-031-11/+13
| * libbb/loop: fix compile failure (name collision)Denys Vlasenko2023-01-021-2/+2
| * libbb: shrink del_loop()Denys Vlasenko2022-12-131-1/+1
| * loop: restore the correct return vaule of set_loop()Denys Vlasenko2022-12-131-4/+8
| * loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko2022-12-132-9/+65
| * loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni2022-12-131-39/+51
| * loop: simplify code of LOOP_SET_FD failureXiaoming Ni2022-12-121-7/+3
| * loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni2022-12-121-30/+26
| * loop: fix a race when a free loop device is snatchedXiaoming Ni2022-11-151-1/+10
* | libbb: speed up bb_get_chunk_from_file()Ron Yorston2022-12-301-0/+9
* | 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