User Details
- User Since
- Mar 1 2015, 6:19 PM (508 w, 1 h)
Tue, Nov 5
Apr 7 2024
Apr 3 2024
Is this project derived from Intel's code (see https://github.com/intel/intel_hfi)? It was originally GPL, but is now dual-licensed.
Mar 27 2024
Mar 24 2024
Mar 23 2024
fwiw, I've been experimenting with sched_ule changes for hybrid cores, although I have nothing worth committing yet. I'll be interested to see the rest of this.
Mar 17 2024
Mar 16 2024
Mar 4 2024
I'm going to push this now, but please send me any additional comments.
Mar 3 2024
Remove rollback warning, it is incorrect for 13.3. Add gve,
re-adding virtualization section.
Mar 2 2024
Feb 27 2024
Feb 26 2024
Does -Wswitch require a default if all values of an enum are explicitly included? I don't know if that is common though.
Add vnode/vfs sysctl section from 14.0.
Feb 24 2024
Feb 22 2024
Feb 21 2024
Various updates from out-of-band correspondence with involved parties;
update zlib revision; a few additions including clang.
Feb 20 2024
John, I included you specifically for the last section on 32-bit systems, but I think you have at least one other item in here.
Feb 15 2024
Feb 13 2024
Has anyone else from docs looked at this? Anyone willing to approve?
Remove PowerPC updating note (probably no longer applies);
correct sentence about "new in this release unless marked MERGED";
remove section about i386 CPUTYPE.
Feb 12 2024
Is the following summary accurate: This change is not required for all systems, but doesn't hurt; it makes it easier for some configurations. If that's true, then I don't have a problem with it.
Feb 11 2024
Feb 7 2024
Feb 1 2024
Seems like the same list as -CURRENT, right? That should be correct.
Looks right to me.
Jan 30 2024
Jan 27 2024
Anyone from manpages want to approve this?
Jan 23 2024
Looks good, I can approve for releng; someone from docs should approve, though, and commit if necessary.
Jan 22 2024
Jan 21 2024
Jan 18 2024
Jan 16 2024
Jan 15 2024
Jan 14 2024
Use local variables to factor out parts of long expression, simplify
Jan 11 2024
I tried formatting the check as a separate function, and that doesn't help much. The main part of the expression (computing the host part) still doesn't fit on one line. I think I'll leave it as it is.
Any comments on this, including the plan to MFC? I didn't reply to Ed's comment on the bug about possibly erroring on 15, and restoring the workaround on 13 and 14,. But I think it will have been long enough since this "worked" that people will have gotten used to the new behavior unless they stick with 12.4 until 13.3 is out.
Jan 9 2024
Jan 5 2024
Jan 4 2024
Jan 3 2024
There is an alternative approach in https://reviews.freebsd.org/D43141. The main difference is that it splits RPI4 into a separate image, leaving RPI for RPi 3 etc. I don't think that is necessary, as noted in that review. The other difference is in using the quirks mechanism, which would require modification to be effective in this case.
I put my change in review https://reviews.freebsd.org/D43296. Comments welcome.