aboutsummaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Expand)Author
2017-01-08build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung
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
2016-11-24Collapse three levers of menuconfig to two levels.Denys Vlasenko
2016-05-31Make busybox an optional appletDenys Vlasenko
2016-02-12build: add a sanitizer debug optionMike Frysinger
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2014-12-10Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski
2014-02-25build system: remove a dead link from Config help textDenys Vlasenko
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-01-17fix a typo in config help text. Closes 5714Denys Vlasenko
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker
2011-11-09Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko
2011-05-14tweak config help textDenys Vlasenko
2011-04-16make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-15Add the help text for 'position independent executable' code buildGilles Espinasse
2011-02-10remve erroneous dependensies on INSTALLERDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2010-12-05tweak INSTALL_NO_USR help textDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-07-21make DESKTOP=y the defaultDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-14build system: disable some applets by defaultDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-04-06fix typoDenys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich
2010-01-31better wording in ConfigDenys Vlasenko
2010-01-30fix Unicode config option limits and some comments in lessDenys Vlasenko
2010-01-29more fine-grained Unicode supportDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2009-10-19menuconfig tweaksDenys Vlasenko
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer