aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-02-23trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker
2019-03-05scripts/echo.c: resolve implicit declaration of function 'dup2'Nicolas Hüppelshäuser
2019-01-18checkstack.pl: tweak bfin reBernhard Reutner-Fischer
2019-01-17checkstack: pull from upstreamBernhard Reutner-Fischer
2019-01-17checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer
2019-01-06build system: fix compiler warningsDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27Tweaks to build process for embedded scriptsRon Yorston
2018-11-19scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko
2018-11-18Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-02scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_NSLOOKUP for uclibcDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibcDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibcDenys Vlasenko
2018-06-09Update release script to generate detached signatures and checksum filesEli Schwartz
2018-04-06scripts/kconfig/mconf.c: survive is SIGWINCH is not definedDenys Vlasenko
2018-04-05placate gcc 8.0.1 sprintf overflow warnings in config toolsDenys Vlasenko
2017-12-31scripts/randomtest: do not try building static libbysuboxDenys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-09-07build system: fix a compiler warningDenys Vlasenko
2017-09-07build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-22crond: do not assume setenv() does not leakDenys Vlasenko
2017-07-15build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-07-03scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko
2017-01-24remove "local" bashism from a few scriptsDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-07-12trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS XDenys Vlasenko
2016-06-29build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko
2016-06-20scripts/trylink: libbusybox fixDenys Vlasenko
2016-06-19randomconfig fixes 2Denys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko
2016-04-22generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko
2016-04-21build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-03kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman
2016-04-03kbuild: Make scripts executableMichal Marek