Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko
2023-10-02sleep: fix "sleep -- ARGS"Denys Vlasenko
2023-07-18libbb: rename source files, no code changesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-06-12libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko
2023-05-28libbb/dump: code shrinkDenys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko
2023-05-26libbb/dump: use fputs_stdout where appropriateDenys Vlasenko
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2023-04-12lineedit: fix crash when icanon set with -echoAkos Somfai
2023-04-10appletlib: fix "warning: unused variable applet_no"Tomas Paukrt
2023-04-10ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-03-29lineedit: fix matching of directories when searching PATHRon Yorston
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko
2023-01-26shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2023-01-02libbb/loop: fix compile failure (name collision)Denys Vlasenko
2022-12-13libbb: shrink del_loop()Denys Vlasenko
2022-12-13loop: restore the correct return vaule of set_loop()Denys Vlasenko
2022-12-13loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko
2022-12-13loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni
2022-12-12loop: simplify code of LOOP_SET_FD failureXiaoming Ni
2022-12-12loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni
2022-11-15loop: fix a race when a free loop device is snatchedXiaoming Ni
2022-08-30libbb: mark stack in assembly files read-onlyLudwig Nussel
2022-08-30fix [ --help ] and [[ --help ]]Denys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-08-22libbb: make '--help' handling more consistentRon Yorston
2022-07-03lineedit: get PWD from ashRon Yorston
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston
2022-05-01style fixDenys Vlasenko
2022-02-18libbb/sha1: update config help text with new performance numbersDenys Vlasenko
2022-02-12libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argumentDenys Vlasenko
2022-02-12whitespace fixesDenys Vlasenko
2022-02-11libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use itDenys Vlasenko
2022-02-11libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko
2022-02-10libbb/sha: improve commentsDenys Vlasenko
2022-02-09whitespace fixDenys Vlasenko
2022-02-09libbb/sha256: code shrink in x86 assemblyDenys Vlasenko
2022-02-09libbb/sha256: code shrink in 64-bit x86Denys Vlasenko
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko