summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2-24/+24
2016-11-24Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2-138/+138
2016-11-24Collapse three levers of menuconfig to two levels.Denys Vlasenko1-81/+76
2016-05-31Make busybox an optional appletDenys Vlasenko2-3/+19
2016-02-13build: add a sanitizer debug optionMike Frysinger2-0/+15
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko2-22/+11
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2014-12-10Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski1-0/+1
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski4-42/+71
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski8-12/+335
2014-02-25build system: remove a dead link from Config help textDenys Vlasenko1-4/+1
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2-7/+7
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko4-2/+13
2013-01-17fix a typo in config help text. Closes 5714Denys Vlasenko1-1/+1
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker3-0/+1058
2011-11-09Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer1-8/+9
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko3-35/+29
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko2-14/+16
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko2-34/+43
2011-05-14tweak config help textDenys Vlasenko1-3/+4
2011-04-16make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2-1/+1
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-02-15Add the help text for 'position independent executable' code buildGilles Espinasse1-1/+4
2011-02-10remve erroneous dependensies on INSTALLERDenys Vlasenko1-2/+0
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko5-11/+14
2010-12-05tweak INSTALL_NO_USR help textDenys Vlasenko1-2/+3
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko6-38/+46
2010-07-21make DESKTOP=y the defaultDenys Vlasenko1-1/+1
2010-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-07-14build system: disable some applets by defaultDenys Vlasenko2-7/+8
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko6-75/+103
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich4-20/+89
2010-04-06fix typoDenys Vlasenko1-2/+2
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko4-18/+22
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich5-106/+284
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich5-18/+189
2010-01-31better wording in ConfigDenys Vlasenko2-3/+11
2010-01-30fix Unicode config option limits and some comments in lessDenys Vlasenko2-4/+3
2010-01-29more fine-grained Unicode supportDenys Vlasenko3-18/+143
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2009-10-19menuconfig tweaksDenys Vlasenko2-11/+11
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2-0/+12
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko6-24/+331
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2-0/+11
2008-11-06total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko7-626/+61
[next]