aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-12-26Remove sed invocations replaced by (theoretically) upstreamable patches.Rob Landley
2022-12-26Remove host airlock commands no longer needed by toybox or linux-6.1 build:Rob Landley
2022-12-24Script to put something browseable in https://landley.net/toybox/gitRob Landley
2022-12-12Package up test infrastructure in squashfs.Rob Landley
2022-12-12More context for running test suite.Rob Landley
2022-12-12Better error reporting.Rob Landley
2022-12-11Remove patch that got fixed upstream in the kernel (commit 3583521aabac).Rob Landley
2022-12-07Add bash -c wrapper around run-qemu.sh call.Rob Landley
2022-12-02Make newlines go to stdout/stderr matching most recent output.Rob Landley
2022-12-02Always use 64 bit type for FLAG_ macros so &= ~FLAG_x doesn'tRob Landley
2022-11-21Fix ASAN=1 with make test_command.Rob Landley
2022-11-21Use $CC instead of cc in probes, and don't add $ASAN to $HOSTCC.Rob Landley
2022-11-01More specific sed to hit just the one config symbol.Rob Landley
2022-11-01We don't need Apple Desktop Bus support in m68k, and /dev/?db hits adb.Rob Landley
2022-10-31Add one more patch the kernel guys ignored, and fix typo in module build.Rob Landley
2022-10-25Another workaround for mksh not being bash.Rob Landley
2022-10-19Add module support to mkroot, and start of "tests" package.Rob Landley
2022-10-08Linux kernel commit f8f0d06438e5 fixed the weird "allnoconfig has =y" issue.Rob Landley
2022-10-04Parallelize mkroot tests.Rob Landley
2022-10-03Add test_mkroot.ssh and teach mkroot to call /mnt/init if present.Rob Landley
2022-10-02mkroot init: mount /dev/?da on /mnt if available (for qemu, not chroot).Rob Landley
2022-10-02Add mkroot "overlay" package that copies an $OVERLAY directory into theRob Landley
2022-10-01E5ten's suggestion for not truncating output when redirected to a file.Rob Landley
2022-09-30Make skipnot and toyonly play nice together.Rob Landley
2022-09-27MacOS sed remains sad.Rob Landley
2022-09-20Older versions of bash (such as the one in macos) don't understand &>>Rob Landley
2022-09-19Show SKIP: messages. (Inverted test, oops.)Rob Landley
2022-09-15Don't truncate log file when stderr redirected.Rob Landley
2022-09-14Move -Wno-string-plus-int to portability.sh and have it only apply to clang.Rob Landley
2022-09-08Remove leftover uses of SKIPNEXT, indent skip groups soRob Landley
2022-09-03Test suite update.Rob Landley
2022-09-03Remove dochroot and mkchroot (they require root access, which mkroot does not).Rob Landley
2022-08-19mkroot: build a kernel for big endian powerpc64 too.Rob Landley
2022-08-19And fix powerpc block device (kernel commit b7fb14d3ac63 removed the previous...Rob Landley
2022-08-19Add "./run-qemu.sh -hda file.img" support to m68k kernel.Rob Landley
2022-08-01We don't need ftpd in the airlock anymore: there are plenty of alternatives.Rob Landley
2022-07-25Don't complain if /dev/shm or /dev/pts already exist in devtmpfs.Rob Landley
2022-07-23Second attempt to show the diff after the FAIL line instead of before.Rob Landley
2022-07-19Move example commands from "make list" to "make list_example".Rob Landley
2022-07-11Normalize one more filename, move a variable assignment.Rob Landley
2022-07-09Rename $MYBUILD to $TEMP (it's not exported so shouldn't conflict).Rob Landley
2022-07-09Make dropbear play nice with any other packages adding to qemu command line.Rob Landley
2022-07-09Minor mkroot tweaks.Rob Landley
2022-07-06Tweaks to mkroot.Rob Landley
2022-07-05Update linux kernel workaround so build doesn't require a third ELF package.Rob Landley
2022-07-05Use do_pass and do_fail consistently.Rob Landley
2022-07-04Fix "VERBOSE=all make tests" failure reporting.Rob Landley
2022-06-17Switch getrandom() from compile time probe to __has_include()Rob Landley
2022-06-17Switch shadow.h and utmpx.h from compile time probes to __has_include().Rob Landley
2022-06-17HASTIMERS is a bug workaround for glibc, just test for glibc instead of probing.Rob Landley