Age | Commit message (Expand) | Author |
2018-11-27 | hush: allow hush to run embedded scripts | Ron Yorston |
2018-11-27 | Tweaks to build process for embedded scripts | Ron Yorston |
2018-11-19 | scripts/trylink: be more clever when deciding that "lib elimination" has fini... | Denys Vlasenko |
2018-11-18 | Ensure build works when KBUILD_OUTPUT is set, closes 11511 | Ron Yorston |
2018-11-17 | Treat custom and applet scripts as applets | Ron Yorston |
2018-11-02 | scripts/embedded_scripts: do not add superfluous NUL to script_names[] | Denys Vlasenko |
2018-11-01 | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko |
2018-06-26 | scripts/randomtest: disable CONFIG_NSLOOKUP for uclibc | Denys Vlasenko |
2018-06-26 | scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibc | Denys Vlasenko |
2018-06-26 | scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibc | Denys Vlasenko |
2018-06-09 | Update release script to generate detached signatures and checksum files | Eli Schwartz |
2018-04-06 | scripts/kconfig/mconf.c: survive is SIGWINCH is not defined | Denys Vlasenko |
2018-04-05 | placate gcc 8.0.1 sprintf overflow warnings in config tools | Denys Vlasenko |
2017-12-31 | scripts/randomtest: do not try building static libbysubox | Denys Vlasenko |
2017-12-31 | randomconfig fixes | Denys Vlasenko |
2017-09-07 | build system: fix a compiler warning | Denys Vlasenko |
2017-09-07 | build system: fix "allnoconfig" to clear all options. Closes 10296 | Denys Vlasenko |
2017-08-18 | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko |
2017-08-02 | do not use `a' quoting style in comments | Denys Vlasenko |
2017-07-22 | crond: do not assume setenv() does not leak | Denys Vlasenko |
2017-07-15 | build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-07-03 | scripts/randomtest: update things which can't be tested on uclibc | Denys Vlasenko |
2017-01-24 | remove "local" bashism from a few scripts | Denys Vlasenko |
2016-12-12 | randomconfig fixes | Denys Vlasenko |
2016-07-12 | trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X | Denys Vlasenko |
2016-06-29 | build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky | Denys Vlasenko |
2016-06-20 | scripts/trylink: libbusybox fix | Denys Vlasenko |
2016-06-19 | randomconfig fixes 2 | Denys Vlasenko |
2016-06-19 | randomconfig fixes | Denys Vlasenko |
2016-04-24 | generate_BUFSIZ.sh: yet another tweak | Denys Vlasenko |
2016-04-22 | scripts/trylink: document DATA_SEGMENT_ALIGN() hack | Denys Vlasenko |
2016-04-22 | generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds | Denys Vlasenko |
2016-04-21 | build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds | Denys Vlasenko |
2016-04-21 | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko |
2016-04-21 | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-04-03 | kconfig/lxdialog: get ncurses CFLAGS with pkg-config | Bjørn Forsman |
2016-04-03 | kbuild: Make scripts executable | Michal Marek |
2016-04-03 | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h | Yann E. MORIN |
2016-04-03 | menuconfig: optionally use pkg-config to detect ncurses libs | Justin Lecher |
2016-04-03 | menuconfig: fix extended colors ncurses support | Krzysztof Mazur |
2016-04-03 | kbuild: Fix gcc -x syntax | Jean Delvare |
2016-04-03 | kconfig: fix check-lxdialog for DLL platforms | Yaakov Selkowitz |
2016-04-03 | kconfig: check ncursesw headers first in check-lxdialog | Yaakov Selkowitz |
2016-04-03 | kconfig: fix menuconfig on debian lenny | Junio C Hamano |
2016-04-03 | Revert "lxdialog: fix ncursesw include detection" | Mike Frysinger |
2016-04-03 | trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS | Denys Vlasenko |
2015-12-01 | trylink: include LDFLAGS when checking linkage | Mike Frysinger |