aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
AgeCommit message (Expand)Author
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-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko
2016-11-24Move 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-26Replace "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