aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | ash: add support for INT trapRon Yorston2023-04-031-0/+4
* | lineedit: fix matching of directories when searching PATHRon Yorston2023-03-241-2/+2
* | win32: delay adjusting code pageRon Yorston2023-03-171-3/+1
* | win32: code shrink detection of executablesRon Yorston2023-03-161-4/+6
* | win32: virtual terminal input fixesRon Yorston2023-03-062-5/+7
* | win32: add support for virtual terminal inputRon Yorston2023-03-051-12/+9
* | win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-052-1/+5
* | win32: add virtual terminal support to termios(3)Ron Yorston2023-03-051-3/+5
* | win32: changes to console mode handlingRon Yorston2023-03-051-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-7/+10
|\|
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-261-7/+10
* | 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