summaryrefslogtreecommitdiff
path: root/Config.in
Commit message (Expand)AuthorAgeFilesLines
* Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski2014-12-101-0/+1
* libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-271-0/+12
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-221-0/+8
* build system: remove a dead link from Config help textDenys Vlasenko2014-02-251-4/+1
* Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2014-02-191-0/+7
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-2/+3
* fix a typo in config help text. Closes 5714Denys Vlasenko2013-01-171-1/+1
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-1/+12
* Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker2012-03-071-0/+27
* Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer2011-11-091-8/+9
* parse_config: make test applet easier to enable; fix its codeDenys Vlasenko2011-06-181-3/+0
* busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+10
* main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-1/+9
* tweak config help textDenys Vlasenko2011-05-141-3/+4
* make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2011-04-161-1/+0
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+1
* Add the help text for 'position independent executable' code buildGilles Espinasse2011-02-151-1/+4
* remve erroneous dependensies on INSTALLERDenys Vlasenko2011-02-101-2/+0
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-10/+10
* disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko2011-01-181-4/+12
* tweak INSTALL_NO_USR help textDenys Vlasenko2010-12-051-2/+3
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-27/+34
* make DESKTOP=y the defaultDenys Vlasenko2010-07-211-1/+1
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+12
* build system: disable some applets by defaultDenys Vlasenko2010-07-141-0/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-10/+10
* Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-1/+1
* libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-291-0/+11
* fix typoDenys Vlasenko2010-04-061-2/+2
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-0/+20
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-7/+15
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-261-1/+12
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-181-0/+8
* better wording in ConfigDenys Vlasenko2010-01-311-3/+9
* fix Unicode config option limits and some comments in lessDenys Vlasenko2010-01-301-2/+0
* more fine-grained Unicode supportDenys Vlasenko2010-01-291-0/+51
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
* menuconfig tweaksDenys Vlasenko2009-10-191-9/+9
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-131-0/+8
* added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko2009-07-111-12/+22
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* - add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2009-01-221-0/+6
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-061-0/+1
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-8/+8
* - improve wording and fix alphabetical orderBernhard Reutner-Fischer2008-10-241-7/+9
* build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko2008-10-241-2/+2
* - reformat help textBernhard Reutner-Fischer2008-08-221-3/+6
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-091-0/+9
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-38/+42
* libbb: config_read() updateDenis Vlasenko2008-07-191-4/+0