aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-11-18Fix gz/xz mismatch.Rob Landley
2023-11-17Update mcm-buildall.sh wrapper to autodetect host type and automaticallyRob Landley
2023-11-13Add probes README and move bloatcheck into probes, adjusting makefile.Rob Landley
2023-11-13Add scripts/probes directory with script to measure GLOBALS() size,Rob Landley
2023-10-11Simplify bloatcheck a little.Rob Landley
2023-07-25Make two more vars local.Rob Landley
2023-07-25Don't use relative paths for expected/actual so cd/symlinks can't confuse diffRob Landley
2023-07-11Add comments and collate some assignments.Rob Landley
2023-05-09Implement set -u in toysh.Rob Landley
2023-05-09Fix a missing space.Rob Landley
2023-04-17Add redirector from old mkroot location.Rob Landley
2023-04-16Move mkroot into its own directory.Rob Landley
2023-04-06Fix redundant name appending when testcmd's first argument is blank.Rob Landley
2023-04-04Dear LLVM: I put an octal escape into a string for a reason. Just accept it.Rob Landley
2023-03-28Tweak test plumbing so expected/actual aren't in the test working directory.Rob Landley
2023-03-18Teach oneit to autodetect console from sysfs when no -c argument.Rob Landley
2023-03-15remove type i in cpio callBo Svangård
2023-03-05Re-implement the wait $PID codepath because macos needs it.Rob Landley
2023-03-05Mac's gsed is slow to launch, so avoid one repeated call in a loop.Rob Landley
2023-01-13Ensure make wrapper sees success return code in verbose mode (V=1)Rob Landley
2023-01-10Quick glance at mkstatus and roadmap.html to make sure nothing jumps out.Rob Landley
2023-01-09Don't force "make tests" or scripts/tests.sh to rebuild every time.Rob Landley
2023-01-09Teach scripts/test_mkroot.sh to tak targets to test on the command line.Rob Landley
2023-01-09Bump some changes to next release.Rob Landley
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