Nathaniel Wesley Filardo
Nathaniel Wesley Filardo
For example, if I don't have `lem` cloned, I get... ``` $ ~/cheri/cheribuild/cheribuild.py lem Will execute the following 1 targets: lem /usr/bin/opam --version cd /home/nwf/cheri/lem && env GIT_TEMPLATE_DIR= OPAMROOT=/home/nwf/cheri/output/sdk/opamroot OPAM_USER_PATH_RO=/usr/bin...
The boring invocation of `cheribuild.py run-riscv64-purecap --list-kernels` works fine, but if I have `--cheribsd-riscv64-purecap/kernel-config` set (to `CHERI-CAPREVOKE-QEMU`, say) on the command line or in the config json, then `--list-kernels` explodes:...
While trying to build `mbedtls`, a number of errors were reported that ultimately stemmed from the standard headers not quite agreeing with the standard. In one case, `mbedtls` `#define`-d `ADD`...
I'm not sure if this is the right place; if not, please point me in the right direction and sorry for the noise. Trying to run the `pip` packaged `ruff`...
Running the following straightforward sequence on a `fuse-overlayfs` mount ``` echo foo > test chmod -w test cp test test2 ``` breaks thusly ``` cp: error copying 'test' to 'test2':...
I understand why it wasn't included in the source, as it's dynamic and moreover gzips down to 335K, which is a little big to be included in the router firmware....
We already do this as part of installing the cheribsd-$ARCH targets, in BuildFreeBSD::_installkernel (called by BuildFreeBSD::install from BuildFreeBSD::process via delegation to its superclass Project::process), but BuildFreeBSDReleaseMixin overrides its process() method...
Hello zwave-js. I have what appears to be an Eaton RFWDC, rebranded under Cooper Wiring Devices, that uses product code `0xbb09` instead of the config file's `0xcc09`: https://github.com/zwave-js/node-zwave-js/blob/ef0adbb99edca092181c910fdfb37bc56469ffc9/packages/config/config/devices/0x001a/rfwdc.json#L9 I believe...
When I: - Use visual mode to select a region of text that includes a newline - Yank or delete that region - Paste using "p" (but not "P"!) ShareLaTeX...