summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
* appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1
* ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko2023-04-101-9/+7
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-4/+6
* lineedit: fix matching of directories when searching PATHRon Yorston2023-03-291-2/+2
* libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko2023-03-291-12/+16
* libbb/sha: fix sha-NI instruction detectionDenys Vlasenko2023-03-291-2/+2
* shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-261-7/+10
* 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: 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
* 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
* style fixDenys Vlasenko2022-05-011-1/+1
* 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
* 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