An interesting forum thread about the stupidest IT/computer-related things we have done…
https://forums.freebsd.org/threads/stories-of-foolishness.94012/
An interesting forum thread about the stupidest IT/computer-related things we have done…
https://forums.freebsd.org/threads/stories-of-foolishness.94012/
Clang now enables C2y mode with -std=c2y. This sets __STDC_VERSION__ to 202400L.
C2Y refers to the successor of C2X, the major 2024 revision of the C programming language.

https://github.com/llvm/llvm-project/commit/b67d557bd3627a428d5041edec129587d6d3972c
Activating the NO_CLEAN variable using make -DNO_CLEAN keeps object files so that you can resume the build process later on.

What even is EGGNEW ??!!

“They will offer four additional PCIe 5.0 lanes for storage, and a PCIe 4.0 x 4 interface for the slower standard. While the chipset omits PCIe 3.0 support, that’s unlikely to bother anybody and the new configuration allows computer makers to avoid sacrificing PCIe 5.0 lanes for GPUs and storage.
The LGA-1851 platform also abandons support for DDR4 memory”

Included Kernel: 6.9.7

https://www.freebsd.org/security/advisories/FreeBSD-SA-24:04.openssh.asc
FreeBSD got a 14.1 p1 update due to this OpenSSH vulnerability

Loading the drm-61-kmod (6.1.92) driver at boot time leads to kernel panic and system freeze.
https://github.com/freebsd/drm-kmod/issues/305
This commit: https://github.com/freebsd/freebsd-src/pull/1308 ensures that the right firmware for AMD Raphael GPUs is installed via fwget. It solves the kernel panic but not the system freeze/hanging. I did not test it on my PC as I am currently away from home, but it is promising.

I am waiting patiently until this issue is fixed or else I am buying a cheap GPU, e.g. RX 570 that runs smoothly with FreeBSD.