aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-272-1/+9
| * Tweaks to build process for embedded scriptsRon Yorston2018-11-272-16/+10
| * scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko2018-11-191-12/+9
| * Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston2018-11-181-1/+1
| * Treat custom and applet scripts as appletsRon Yorston2018-11-172-26/+102
| * scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko2018-11-021-1/+1
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-0/+66
* | Merge branch 'busybox'Ron Yorston2018-07-252-17/+12
|\|
| * scripts/randomtest: disable CONFIG_NSLOOKUP for uclibcDenys Vlasenko2018-06-261-0/+2
| * scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibcDenys Vlasenko2018-06-261-0/+2
| * scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibcDenys Vlasenko2018-06-261-0/+3
| * Update release script to generate detached signatures and checksum filesEli Schwartz2018-06-091-17/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-04-092-1/+7
|\|
| * scripts/kconfig/mconf.c: survive is SIGWINCH is not definedDenys Vlasenko2018-04-061-0/+4
| * placate gcc 8.0.1 sprintf overflow warnings in config toolsDenys Vlasenko2018-04-051-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-02-132-0/+3
|\|
| * scripts/randomtest: do not try building static libbysuboxDenys Vlasenko2017-12-311-0/+2
| * randomconfig fixesDenys Vlasenko2017-12-311-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-2/+54
|\|
| * build system: fix a compiler warningDenys Vlasenko2017-09-071-0/+2
| * build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko2017-09-071-2/+52
* | Merge branch 'busybox' into mergeRon Yorston2017-08-222-1/+4
|\|
| * klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko2017-08-181-0/+3
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* | 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