summaryrefslogtreecommitdiff
path: root/Config.in
Commit message (Expand)AuthorAgeFilesLines
* build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko2023-05-081-3/+4
* build system: Make it possible to build with 64bit time_tUwe Kleine-König2023-05-071-0/+10
* build system: make -static-libgcc selectable in configDenys Vlasenko2020-12-161-0/+8
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-12/+0
* config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne2019-10-141-2/+3
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-0/+13
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-0/+9
* build system: fix compiler warningsDenys Vlasenko2019-01-061-1/+1
* busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-181-0/+5
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* i386: make stack size optimization selectable, and allow i486 insns (bswap)Denys Vlasenko2018-04-061-0/+8
* klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko2017-08-181-0/+1
* build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-141-7/+0
* config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2017-08-031-0/+13
* config: trim/improve item names and help texts.Denys Vlasenko2017-07-271-50/+46
* config: deindent all help textsDenys Vlasenko2017-07-211-309/+309
* config: reorder items in "Busybox Settings", improve helpDenys Vlasenko2017-07-151-63/+69
* config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko2017-07-151-47/+51
* config: fix tab-damaged help textDenys Vlasenko2017-07-151-4/+3
* build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko2017-07-151-23/+20
* Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-111-11/+0
* Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-111-9/+0
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-5/+27
* build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung2017-01-081-11/+11
* Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2016-11-241-24/+0
* Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2016-11-241-138/+0
* Collapse three levers of menuconfig to two levels.Denys Vlasenko2016-11-241-81/+76
* Make busybox an optional appletDenys Vlasenko2016-05-311-0/+12
* build: add a sanitizer debug optionMike Frysinger2016-02-121-0/+10
* build system: remove special-casing for extra libsDenys Vlasenko2015-10-121-8/+0
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-051-0/+8
* 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