aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-07-241-0/+18
|\
| * crond: do not assume setenv() does not leakDenys Vlasenko2017-07-221-0/+18
* | Merge branch 'busybox' into mergeRon Yorston2017-07-183-6/+44
|\|
| * build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusyboxDenys Vlasenko2017-07-151-6/+12
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+26
| * scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko2017-07-031-0/+6
* | kbuild: avoid warning when building with KBUILD_NO_NLSJohannes Schindelin2017-07-141-3/+3
* | kbuild: simulate force-renaming on WindowsJohannes Schindelin2017-07-141-0/+9
* | kbuild: support at least non-interactive mode on WindowsJohannes Schindelin2017-07-145-3/+76
* | fixdep: fix assumption that `long` is as large as `void *`Johannes Schindelin2017-07-144-33/+34
* | fixdep: be careful about handling empty lines correctlyJohannes Schindelin2017-07-141-1/+4
* | fixdep: read the dependency files in binary modeJohannes Schindelin2017-07-141-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-02-082-9/+9
|\|
| * remove "local" bashism from a few scriptsDenys Vlasenko2017-01-242-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-0/+1
|\|
| * randomconfig fixesDenys Vlasenko2016-12-121-0/+1
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-2/+2
|\|
| * trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS XDenys Vlasenko2016-07-121-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-074-85/+53
|\|
| * build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko2016-06-291-72/+28
| * scripts/trylink: libbusybox fixDenys Vlasenko2016-06-201-1/+1
| * randomconfig fixes 2Denys Vlasenko2016-06-191-0/+2
| * randomconfig fixesDenys Vlasenko2016-06-192-12/+22
* | Merge branch 'busybox' into mergeRon Yorston2016-05-162-0/+191
|\|
| * generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2016-04-241-13/+41
| * scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko2016-04-221-0/+10
| * generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko2016-04-221-2/+2
| * build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2016-04-211-72/+108
| * libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2016-04-211-1/+1
| * libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2016-04-211-2/+3
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+2
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+114
* | Merge branch 'busybox' into mergeRon Yorston2016-04-042-6/+13
|\|
| * kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman2016-04-031-1/+5
| * kbuild: Make scripts executableMichal Marek2016-04-031-0/+0
| * kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2016-04-031-2/+2
| * menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2016-04-031-0/+2
| * menuconfig: fix extended colors ncurses supportKrzysztof Mazur2016-04-031-0/+1
| * kbuild: Fix gcc -x syntaxJean Delvare2016-04-031-1/+1
| * kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz2016-04-031-1/+1
| * kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz2016-04-031-3/+3
| * kconfig: fix menuconfig on debian lennyJunio C Hamano2016-04-031-0/+2
| * Revert "lxdialog: fix ncursesw include detection"Mike Frysinger2016-04-031-5/+1
| * trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko2016-04-031-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-02-221-1/+1
|\|
| * trylink: include LDFLAGS when checking linkageMike Frysinger2015-12-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-24/+35
|\|
| * typo fixDenys Vlasenko2015-10-201-1/+1
| * scripts/trylink: remove $CPPFLAGSDenys Vlasenko2015-10-201-3/+3
| * scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko2015-10-201-24/+35