User Details
- User Since
- Aug 2 2014, 12:45 PM (461 w, 4 d)
Today
Implemented as https://reviews.freebsd.org/D38933.
Apr 26 2023
Apr 22 2023
Apr 12 2023
Hah, I've been working on something similar, although from a somewhat different, CHERI-related, angle :)
Apr 11 2023
Mar 18 2023
Nov 19 2022
Only tangentially related, but I wonder if this constant shouldn't be defined for arm64 too?
May 19 2022
My first thought about ENODEV was something about GEOM. ENOENT, on the other hand, would make it obvious what's going on: the root device node is simply not there.
May 18 2022
I've been burned by this in the past, but I've assumed it's just me. This time, though, there was another person involved, and this made me reconsider. In this case it's not even that it's a remote machine: this is for a homebrew remote management mechanism; essentially we have BeagleBone Blacks hooked up to the actual machines (mechanically they are inside the machines), which provide remote console and virtual media, and halting one of those by mistake - for example when you fail to notice the cu(1) to the "real" machine has been disconnected - results in having to power cycle the whole thing, which is one thing our BBB-based remote management does not provide.
May 16 2022
May 14 2022
Linux, it’s a Linux core file :-) The easiest way is to use debootstrap port to bootstrap an Ubuntu Bionic userland, then chroot there and do “apt install gdb”. See https://wiki.freebsd.org/LinuxJails.
I’m not opposed to this patch, but isn’t this what core files are for?
Feb 22 2022
Feb 21 2022
Feb 18 2022
Feb 17 2022
Feb 16 2022
Feb 15 2022
Feb 14 2022
Fix sc_fpstate.
It's gonna be two weeks soon, can I assume a timeout for releng?
Few more nits - most from Pau, but there's also two grammar fixes
I've noticed.
Feb 8 2022
Feb 4 2022
Nice! This cleanup was long overdue. A few nits though.
Feb 3 2022
Rebase (the mechanical change got committed) and reword
things a bit to make them bit less src-centric; point
at {contributing} instead.