aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-07-04single.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04record-commands: change shebang to shEthan Sommer
2021-07-04portability.sh: remove bashismEthan Sommer
2021-07-04mcm-buildall.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04make.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04install.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04genconfig.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04findglobals.sh: change shebang to shEthan Sommer
2021-07-04change.sh: remove bashisms, change shebang to shEthan Sommer
2021-07-04bloatcheck: remove bashism, change shebang to shEthan Sommer
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
2020-08-07People have been having trouble finding the toybox web page (despite beingRob Landley
2020-06-16Have "make tests" fail if any of the tests failed.Rob Landley
2020-06-08Tweak comments and error handlingRob Landley
2020-06-01Let $PENDING select more commands out of pending to enable.Rob Landley
2020-06-01Ahem. The new copy_file_range() check needs the config symbol probe.Rob Landley
2020-05-26Fix syntax checking for "if true; then echo hello | fi", fix some tests,Rob Landley
2020-05-19The standalone build for "make sh" has more dependencies because MAYFORK.Rob Landley
2020-05-13The gnu/dammit cpio is REALLY stupid, so only pass --no-preserve-ownerRob Landley
2020-05-13Teach scripts/test.sh to skip TEST_HOST commands that aren't installed.Rob Landley
2020-05-11Fix "make tests". (realpath was replacing command name with "toybox".)0.8.3Rob Landley
2020-05-11Readability pass and while I'm at it add BUILTIN=1 to static link initramfs.Rob Landley
2020-05-09Add an actual hardware target (sh2eb) to "make root".Rob Landley
2020-05-09Remove old scripts/minicom.sh and cleanup microcom.c a bit more.Rob Landley
2020-05-09What the script to launch dropbear would be if the shell was ready for it.Rob Landley
2020-05-08beat the dropbear build and module support a little further into shape.Rob Landley
2020-05-05Teach mkroot to cross compile additional packages, with dropbear as example.Rob Landley
2020-05-01Fix and document make run_root.Rob Landley
2020-04-30Resolve absolute paths in places input can vary.Rob Landley
2020-04-28Use sntp instead of rdate/ntpd, force "sh" and "route" on for now, enableRob Landley
2020-04-27Fix install error return in non-airlock case and slight cleanup.Rob Landley
2020-04-12Work around qemu bug.Rob Landley
2020-04-11Remove prefix from fs dir (so it's just root/$CROSS/fs), don't search oneitRob Landley
2020-04-10Document "make root" in make help. (It almost works now!)Rob Landley
2020-04-08Typo.Rob Landley