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-07-18libbb: rename source files, no code changesDenys Vlasenko
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko
2022-01-24cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-01-04libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=yDenys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-07-29libbb: remove vdprintfRon Yorston
2017-04-13login: move check_securetty to libbbKaarle Ritvanen
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-10randomconfig fixesDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-06-19randomconfig fixes 2Denys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-01-01fix failures found by randomconfig buildsDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko
2011-06-03only compile obscure.c when neededDan Fandrich
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko
2011-01-24FreeBSD compat for match_fstypeChris Rees
2010-11-23fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-10-18libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko
2010-10-18libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-18libbb: rename hash source files. no code changesDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko