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
AgeCommit message (Expand)Author
2023-05-19Bump version to 1.36.11_36_11_36_stableDenys Vlasenko
2023-04-25lineedit: fix crash when icanon set with -echoAkos Somfai
2023-04-25sleep: fix error exit when called as "sh" builtinDenys Vlasenko
2023-04-25ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko
2023-04-25ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-25hush: printf builtin with no arguments should not exitDenys Vlasenko
2023-04-25ash: fix still-broken new mail detectionDenys Vlasenko
2023-04-25ash: fix broken new mail detectionDenys Vlasenko
2023-04-25lineedit: fix matching of directories when searching PATHRon Yorston
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko
2023-03-28unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko
2023-01-05ed: don't use memcpy with overlapping memory regionsSören Tempel
2023-01-03Bump version to 1.36.01_36_0Denys Vlasenko
2023-01-03hush: code shrinkDenys Vlasenko
2023-01-03ash: trivial code shrinkDenys Vlasenko
2023-01-03xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2023-01-02Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko
2023-01-02sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko
2023-01-02libbb/loop: fix compile failure (name collision)Denys Vlasenko
2023-01-02testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko
2023-01-02testsuite/tree.tests: fix false positive failureDenys Vlasenko
2023-01-02xxd: fix use of non-initialized dataDenys Vlasenko
2022-12-22xargs: implement -o, closes 15146Denys Vlasenko
2022-12-16udhcpc6: fix binding to network aliasesDenys Vlasenko
2022-12-15udhcp: add a few comments, no code changesDenys Vlasenko
2022-12-15udhcpc6: use a different default config scriptDenys Vlasenko
2022-12-15udhcpc6: align FF02__1_2[]Denys Vlasenko
2022-12-14more: accept and ignore -eNatanael Copa
2022-12-14udhcpc6: add some commentsDenys Vlasenko
2022-12-14udhcpc6: remove stray commentDenys 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-13testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys 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-12-08xxd: fix typo in trivial usageBrandon Maier
2022-11-29unzip -l: add missed big-endian conversions date and timePeter Kaestle
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-11-16fbset: support setting pixel clock rateDario Binacchi
2022-11-16fbset: abort on not handled optionsDario Binacchi
2022-11-15loop: fix a race when a free loop device is snatchedXiaoming Ni
2022-10-14pkill: add -e to display the name and PID of the process being killedLouis Sautier
2022-09-08tls: move definitions around, no code changesDenys Vlasenko
2022-09-08tls: include signature_algorithms extension in client hello messageDenys Vlasenko
2022-08-30libbb: mark stack in assembly files read-onlyLudwig Nussel