Age | Commit message (Expand) | Author |
2019-10-27 | fallocate: remove uClibc workaround to benefit macOS. | Elliott Hughes |
2019-10-16 | Fix NOSPACE tests. | Rob Landley |
2019-10-07 | Add example to help text. | Rob Landley |
2019-10-07 | Better comments and help text. | Rob Landley |
2019-10-03 | Let "llvm-cross" be an acceptable cross compiler directory name. | Rob Landley |
2019-09-20 | ASAN=1 implies NOSTRIP=1, and don't say strip failed for NOSTRIP. | Rob Landley |
2019-09-07 | More work on mkroot.sh. | Rob Landley |
2019-09-07 | airlock still needs gzip compression side for kernel build. | Rob Landley |
2019-09-07 | Don't have cross.sh bother with "output" directory, make root uses different | Rob Landley |
2019-09-06 | Update paths for scripts/cross.sh being in subdir instead of ./cross.sh. | Rob Landley |
2019-09-06 | Update airlock targets. | Rob Landley |
2019-09-06 | Add cross.sh to cross compile for one or more targets, and tweak make.sh to | Rob Landley |
2019-09-04 | Convenience script to build gcc+musl cross compiler toolchains for various | Rob Landley |
2019-08-22 | Add scripts/mkroot.sh and makefile changes for "make root". | Rob Landley |
2019-08-22 | Quiet "make clean" so it doesn't fill a whole screen with output. | Rob Landley |
2019-08-21 | Fix the unshare probe. | Rob Landley |
2019-07-29 | Add ASAN=1 to the build system. | Elliott Hughes |
2019-06-29 | Bash Compatibility Patch | Eric Molitor |
2019-06-26 | testcmd shouldn't use shell builtin for TEST_HOST unless there isn't | Rob Landley |
2019-06-24 | Fix FAILCOUNT arithmetic for mksh. | Elliott Hughes |
2019-06-22 | Make testcmd work if the path to $PWD has a space in it. | Rob Landley |
2019-06-09 | Inverted test. | Rob Landley |
2019-06-05 | macOS build parallelism. | Elliott Hughes |
2019-05-12 | Add VERBOSE=nopass to not show successful tests. | Rob Landley |
2019-05-06 | Some "echo" variants default to -e, use printf "%s\n" to avoid that. | Rob Landley |
2019-05-02 | Android moved the scheduler policy functions in Q. | Elliott Hughes |
2019-04-23 | Remove librt, which is pulling in libpthread. | Rob Landley |
2019-04-22 | And same flip in the airlock install. | Rob Landley |
2019-04-21 | Remove some commands from airlock install PENDING that are now in defconfig. | Rob Landley |
2019-04-12 | Make help text spacing consistent. | Rob Landley |
2019-04-04 | Add "toyonly" function to test suite. | Rob Landley |
2019-03-31 | Add "skipnot" function to test suite, skips next test if command line fails. | Rob Landley |
2019-03-21 | Test for compiler existence when sourcing portability.sh. | Rob Landley |
2019-03-10 | Do a rm -rf of testdir between each command so debris files don't accumulate. | Rob Landley |
2019-03-10 | install.c doesn't include the standard headers so hasn't got ARRAY_LEN() | Rob Landley |
2019-03-09 | Cosmetic tweak. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-02-01 | Fix record-commands and logwrapper.c | Rob Landley |
2019-01-31 | Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config. | Rob Landley |
2019-01-30 | Command logging wrapper to help analyze what commands scripts call and how. | Rob Landley |
2019-01-19 | Have test.sh use portability.sh too. | Rob Landley |
2019-01-19 | Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. | Rob Landley |
2019-01-19 | Fix various warnings building on FreeBSD. | Rob Landley |
2019-01-18 | Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test". | Rob Landley |
2018-12-26 | Teach the argument plumbing how to do -@ for mkfs.vfat | Rob Landley |
2018-12-25 | Simplify the mkflags logic a bit. | Rob Landley |
2018-12-05 | macOS: iconv(1) needs libiconv on the mac. | Elliott Hughes |
2018-12-03 | Break runtest.sh out again: the Android devs were using it. | Rob Landley |
2018-12-02 | Teach testcmd to say short name rather than full path. | Rob Landley |