aboutsummaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Expand)Author
2020-12-16build system: make -static-libgcc selectable in configDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-10-14config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-01-06build system: fix compiler warningsDenys Vlasenko
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-06i386: make stack size optimization selectable, and allow i486 insns (bswap)Denys Vlasenko
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko
2017-08-14build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko
2017-08-03config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-15config: reorder items in "Busybox Settings", improve helpDenys Vlasenko
2017-07-15config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko
2017-07-15config: fix tab-damaged help textDenys Vlasenko
2017-07-15build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
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