Nathaniel Wesley Filardo
Nathaniel Wesley Filardo
- [x] This PR is for the `dev` branch rather than for `master`. - [x] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not, please describe...
See the manpages at http://man.cat-v.org/plan_9/2/pushtls (user-facing API) and http://man.cat-v.org/plan_9/3/tls (kernel driver)
### Describe the bug By making use of the `i2c-sensor` overlay for a `bme680`, the `iio` subsystem creates files in `/sys` for the sensor's outputs, which is lovely... but neglects...
Attach up to 16 serial devices, densely packed in the memory map and registered in the FDT. To ensure that BBL continues to find the default one, we register it...
It's probably time that DOpAMine grew up a bit and learned how to do case analysis all by itself. In particular, this would be of utility for inlining things like...
It would be quite nice if there were a set of `HINT`s available to system software and guaranteed not to be interpreted by the architecture. So I would like the...
A slightly different approach than #1155, but hopefully solving the same problem. This adds two configuration knobs to let us explore faster `f[su]{byte,...}` operations. Unlike #1155, this one avoids two...
Here's a panic in `swp_pager_async_iodone`; the fault address, `0xffffffc0005ac242`, is the `cseal ca1, ca1, ca2` instruction therein. This is ``` FreeBSD 14.0-CURRENT #1 dev-n252990-855b453a24b2f-dirty: Tue Jun 7 00:13:15 UTC 2022...
Well, things were looking great on *M*FS, and then we tried to pivot to *N*FS... I don't think this is a re-emergence of https://github.com/CTSRD-CHERI/cheribsd/issues/213 but perhaps there's some analogous shenanigans...
They should probably be r--- instead, in the fullness of time, but this doesn't _really_ matter since the backing mapping of the `SHAREDPAGE` is always and forever RO to userspace....