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
2022-12-13loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko
2022-02-18libbb/sha1: update config help text with new performance numbersDenys Vlasenko
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-02-25lineedit: allow window size tracking to be disabledRon Yorston
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-15config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-23Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko
2016-11-25Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko
2016-11-25Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko
2015-10-25tweak defconfigDenys Vlasenko
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko
2011-09-13Config: fix wording in help-textBernhard Reutner-Fischer
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-07-11libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-02-27Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen
2010-12-30libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko
2010-10-25powertop: new appletMarek Polacek
2010-09-12hush: optional support for history savingDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-16tweak defconfigDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko