Age | Commit message (Expand) | Author |
2023-05-08 | build system: fix "Config.in:117 error: Overlong line" | Denys Vlasenko |
2023-05-07 | build system: Make it possible to build with 64bit time_t | Uwe Kleine-König |
2020-12-16 | build system: make -static-libgcc selectable in config | Denys Vlasenko |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2019-10-14 | config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES | James Byrne |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-04-30 | Optionally re-introduce bb_info_msg() | James Byrne |
2019-01-06 | build system: fix compiler warnings | Denys Vlasenko |
2018-11-18 | busybox: add '--show SCRIPT' option to display scripts | Ron Yorston |
2018-06-06 | restore documentation on the build config language | Kartik Agaram |
2018-04-06 | i386: make stack size optimization selectable, and allow i486 insns (bswap) | Denys Vlasenko |
2017-08-18 | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko |
2017-08-14 | build system: remove unused CONFIG_FEATURE_HAVE_RPC | Denys Vlasenko |
2017-08-03 | config: FEDORA_COMPAT option (so far only tweaks uname) | Denys Vlasenko |
2017-07-27 | config: trim/improve item names and help texts. | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-15 | config: reorder items in "Busybox Settings", improve help | Denys Vlasenko |
2017-07-15 | config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu | Denys Vlasenko |
2017-07-15 | config: fix tab-damaged help text | Denys Vlasenko |
2017-07-15 | build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox | Denys Vlasenko |
2017-01-11 | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko |
2017-01-11 | Move FEATURE_USE_TERMIOS config option to two applets which use it | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2017-01-08 | build system: no longer prompt for PLATFORM_LINUX option | Kang-Che Sung |
2016-11-24 | Move FEATURE_BUFFERS_USE_foo options to library tuning | Denys Vlasenko |
2016-11-24 | Move locale, unicode, and "use sendfile?" options to library tuning | Denys Vlasenko |
2016-11-24 | Collapse three levers of menuconfig to two levels. | Denys Vlasenko |
2016-05-31 | Make busybox an optional applet | Denys Vlasenko |
2016-02-12 | build: add a sanitizer debug option | Mike Frysinger |
2015-10-12 | build system: remove special-casing for extra libs | Denys Vlasenko |
2015-10-05 | Aboriginal linux/musl build fixes | Denys Vlasenko |
2014-12-10 | Config: select PLATFORM_LINUX if using sendfile() | Bartosz Golaszewski |
2014-11-27 | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski |
2014-06-22 | unit-tests: implement the unit-testing framework | Bartosz Golaszewski |
2014-02-25 | build system: remove a dead link from Config help text | Denys Vlasenko |
2014-02-19 | Kbuild: move CONFIG_PAM to general configuration | Bartosz Golaszewski |
2013-07-05 | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko |
2013-01-17 | fix a typo in config help text. Closes 5714 | Denys Vlasenko |
2012-12-19 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile |
2012-03-07 | Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config | Rob Walker |
2011-11-09 | Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE | Bernhard Reutner-Fischer |
2011-06-18 | parse_config: make test applet easier to enable; fix its code | Denys Vlasenko |
2011-05-16 | busybox.conf: USER.GROUP is _optional_ | Denys Vlasenko |
2011-05-16 | main: make busybox.conf mode handling less obscure | Denys Vlasenko |
2011-05-14 | tweak config help text | Denys Vlasenko |
2011-04-16 | make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y | Denys Vlasenko |
2011-02-26 | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko |
2011-02-15 | Add the help text for 'position independent executable' code build | Gilles Espinasse |
2011-02-10 | remve erroneous dependensies on INSTALLER | Denys Vlasenko |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |