aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2016-04-03kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN
2016-04-03menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher
2016-04-03menuconfig: fix extended colors ncurses supportKrzysztof Mazur
2016-04-03kbuild: Fix gcc -x syntaxJean Delvare
2016-04-03kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz
2016-04-03kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz
2016-04-03kconfig: fix menuconfig on debian lennyJunio C Hamano
2016-04-03Revert "lxdialog: fix ncursesw include detection"Mike Frysinger
2016-04-03trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko
2015-12-01trylink: include LDFLAGS when checking linkageMike Frysinger
2015-10-20typo fixDenys Vlasenko
2015-10-20scripts/trylink: remove $CPPFLAGSDenys Vlasenko
2015-10-20scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-06-07fix if(p)/free(p) constructManinder Singh
2015-05-25typo fixesManinder Singh
2015-03-16trylink: respect compiler settings when probing featuresMike Frysinger
2015-03-16trylink: use mktemp instead of hardcoding pathsMike Frysinger
2014-05-03trylink: emit names of linked executablesDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2014-04-02build system: specify '-nostldlib' when linking to .o filesDrew Moseley
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko
2014-01-10build system: fix non-portable sed constructs.Matthias Andree
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko
2013-12-19build system: fix make gconfigDaniel Borca
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko
2013-10-16bloat-o-meter: add usage infoBartosz Golaszewski
2013-09-28trylink: only prefix libs with -lMike Frysinger
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer
2012-09-27scripts/kconfig/mconf: work on systems w/o SIGWINCHDenys Vlasenko
2012-06-18build system: fix build of kconfig on DarwinBernhard Walle
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-30bloat-o-meter: Remove unused codeBernhard Reutner-Fischer