aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-12-13iggyvolz pointed out that mkroot targets with builtin initramfs wereRob Landley
2021-12-01Running mkroot package builds in a subshell means they can't set QEMU_MORE.Rob Landley
2021-12-01The /etc/rc source didn't have the directory so was searching the $PATH,Rob Landley
2021-11-30More work on mkroot.Rob Landley
2021-11-30Update package versionsRob Landley
2021-11-30Update status.html generator.Rob Landley
2021-11-30mkroot isn't setting CROSS_BASE anymore, so have the consumer do it.Rob Landley
2021-11-28Fix CROSS_COMPILE setting CROSS.Rob Landley
2021-11-28A little more mkroot polishing before release.Rob Landley
2021-11-28Teach test suite to combine VERBOSE options, ala VERBOSE=allquietRob Landley
2021-11-26Add VERBOSE=spam to show successful tests.Rob Landley
2021-11-20Make CROSS=all and record-commands play nice together.Rob Landley
2021-11-20More mkroot changes. Add record-commands logging, more error checking,Rob Landley
2021-11-20Don't search for "configure" out of $PATH.Rob Landley
2021-11-20Update script/record-commands and rename logwrapper->logpath.Rob Landley
2021-11-18Remove scripts/single.sh depedency on existing defconfig for global symbols.Rob Landley
2021-11-05Yank -lrt linking entirely: when statically linked it pulls in pthreads for n...Rob Landley
2021-10-31Multiple mkroot changes.Rob Landley
2021-10-31Take status.html version info from toybox binary, not repo.Rob Landley
2021-10-31Generate status.html directly instead of ssi-ing a status.gen.Rob Landley
2021-10-31Add HASTIMERS probe to work around bug in gcc 9.3Rob Landley
2021-10-29More roadmap/mkstatus tweaks.Rob Landley
2021-10-29wget: Add OpenSSL and BoringSSL supportEric Molitor
2021-10-28wget: Add TLS Support v2Eric Molitor
2021-10-27Update roadmap and mkstatus.Rob Landley
2021-09-26The VERBOSE= behavior changed a while ago.Elliott Hughes
2021-09-23timeout: use the monotonic clock.Elliott Hughes
2021-09-06Allow standalone builds to override .config filename too.Rob Landley
2021-08-24Minor cleanups.Rob Landley
2021-08-22mkroot hexagon taget.Rob Landley
2021-08-16People still using Centos 7 asked for some bug workarounds.Rob Landley
2021-08-15Use wait -n to keep cpus busier during parallel build.Rob Landley
2021-07-24Fix TEST_HOST path using symlinked command.Rob Landley
2021-07-24Minor cleanup and rephrase a comment.Rob Landley
2021-06-04"make install_airlock" no longer needs host versions of sha256/512sum.Rob Landley
2021-06-02Fix "make tests" exiting on failure when test run in subshell.Rob Landley
2021-06-01Clear environment variables between tests.Rob Landley
2021-05-18The linux console code is inconsistent: most console= lines acceptRob Landley
2021-03-16Add more shell tests, and teach txpect to do regex matches (RO and RE).Rob Landley
2020-12-07scripts/runtest.sh: fix `toyonly` in a way that also works for mksh.Elliott Hughes
2020-12-05scripts/runtest.sh: fix `toyonly` for sed.Elliott Hughes
2020-11-15Change test default to VERBOSE=fail, add all/quiet for old =1 and default.Rob Landley
2020-11-14Allow 0 prefix to optstr to include argv[0] in optargs[0].Rob Landley
2020-11-13Properly install toybox files with $TARGET suffixes.Rob Landley
2020-11-11Make the static musl x86-64 binaries segfault for fewer people.Rob Landley
2020-10-24Silence kernel messages that stomp the command line after boot.Rob Landley
2020-10-24Don't "quiet" the kernel builds. You can KARGS=quiet if you like.Rob Landley
2020-10-19Do an "exec >/dev/console 2>&1" early in mkroot init so we haveRob Landley
2020-08-24Tweak error message.Rob Landley
2020-08-23Teach VERBOSE to do more for xpect.Rob Landley