Age | Commit message (Expand) | Author |
2020-05-08 | beat the dropbear build and module support a little further into shape. | Rob Landley |
2020-05-05 | Teach mkroot to cross compile additional packages, with dropbear as example. | Rob Landley |
2020-05-01 | Fix and document make run_root. | Rob Landley |
2020-04-30 | Resolve absolute paths in places input can vary. | Rob Landley |
2020-04-28 | Use sntp instead of rdate/ntpd, force "sh" and "route" on for now, enable | Rob Landley |
2020-04-27 | Fix install error return in non-airlock case and slight cleanup. | Rob Landley |
2020-04-12 | Work around qemu bug. | Rob Landley |
2020-04-11 | Remove prefix from fs dir (so it's just root/$CROSS/fs), don't search oneit | Rob Landley |
2020-04-10 | Document "make root" in make help. (It almost works now!) | Rob Landley |
2020-04-08 | Typo. | Rob Landley |
2020-04-08 | Tighten up mkroot.sh slightly. | Rob Landley |
2020-04-08 | Tell kernel to stop crapping "rng pool init" messages over the command prompt. | Rob Landley |
2020-04-08 | More mkroot.sh work. | Rob Landley |
2020-04-06 | Integrate cross compile support into mkroot, ala "make root CROSS=sh4" | Rob Landley |
2020-03-15 | gcc 8.3.0 changed its arm floating point syntax, plus error handling tweaks. | Rob Landley |
2020-03-13 | More sh tests. | Rob Landley |
2020-03-02 | More cross.sh tweaks. | Rob Landley |
2020-03-02 | Move "scripts/cross.sh all" log files into root/log. | Rob Landley |
2020-03-02 | Check that cross compiler is there, not linker, before building native. | Rob Landley |
2020-03-02 | Say command name before test result with txpect too. | Rob Landley |
2020-02-25 | Fix off by one error that treats bit 31 as negative (so ls --color sets | Rob Landley |
2020-02-22 | Make ASAN=1 affect the HOSTCC-built tools too. | Elliott Hughes |
2020-02-22 | mkflags: fix a sscanf buffer off-by-one. | Elliott Hughes |
2020-02-17 | Rename config symbol now that we've worked around the worst of the breakage. | Rob Landley |
2020-02-17 | Work around kernel build bug where "make distclean" doesn't work in cp -sfR | Rob Landley |
2020-02-17 | Tighten up build script a little. | Rob Landley |
2020-02-17 | For "cross.sh all" announce each target in title bar. | Rob Landley |
2020-02-17 | Fix musl-cross-make nommu build (at least for sh2eb). | Rob Landley |
2020-01-30 | gcc 8.3 requires different config to build the same toolchain, because gcc. | Rob Landley |
2020-01-17 | Denys Nykula noticed leftover debris from trying to turn the /etc/passwd | Rob Landley |
2020-01-14 | Convert to smaller config format. | Rob Landley |
2020-01-09 | Use /root as root's home dir and create /dev/fd and /dev/shm in devtmpfs | Rob Landley |
2019-12-28 | Add VERBOSE=xpect | Rob Landley |
2019-12-23 | Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.) | Rob Landley |
2019-12-23 | Add "texpect" and add a couple simple examples to sh.test. | Rob Landley |
2019-12-20 | Making sh single build work broke other single builds. Fix them again. | Rob Landley |
2019-12-14 | Any substitute EVAL should supply its own -- | Rob Landley |
2019-12-14 | Teach "make sh" to make the multiplexer and builtins, even though it's "single". | Rob Landley |
2019-11-22 | Sigh. Third attempt to fix trailing slashes in singlemake PREFIX. | Rob Landley |
2019-11-20 | Ahem: work when PREFIX hasn't got trailing / OR when PREFIX is blank. | Rob Landley |
2019-11-18 | Work when PREFIX hasn't got trailing / | Rob Landley |
2019-10-28 | Only create test file "input" when input argument isn't empty. | Rob Landley |
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 |