Domagoj Stolfa
Domagoj Stolfa
When downgrading from FreeBSD ports `main` to an earlier quarter, e.g. `2020Q4` with `devel/scons` installed (called `scons-py38`) and running the downgrade, I get the following behaviour: ``` root@repropkg:~ # pkg...
Running ``` ./cheribuild.py run-riscv64-purecap -d ``` results in ``` Checking /home/ds815/.config/cheribuild.json since /home/ds815/cheribuild/cheribuild.json doesn't exist Warning: Configuration file /home/ds815/.config/cheribuild.json does not exist, using only command line arguments. Sources will be...
If `smbd` is not in `/sbin` on a Linux-like system and instead is in some other `$VIRTUAL_ENV/sbin`, it won't get detected even if `PATH` is specified manually.
These 2 commits are bundled together with https://github.com/CTSRD-CHERI/llvm-project/pull/731 into https://github.com/CTSRD-CHERI/cheribsd/pull/2003 for easy testing. There is currently a lot of code duplication across `longjmp`, resume and unsealed resume, and I'm not...
Opening this to mainly look for feedback, this should not be merged, especially not into CheriBSD directly. The reason the PR is here is so that the code can easily...
I'm unsure what actually caused this panic, but the situation was that I had a cloned interface `lo1` in `/etc/rc.conf` and issued a `service netif restart` while ssh'd to see...