by cperciva on 6/6/25, 7:35 PM with 126 comments
by AndyKelley on 6/6/25, 9:38 PM
It's also now a first-class supported cross-compilation target, including when linking libc, so you can do stuff like `zig cc -o hello hello.c -target riscv64-freebsd`.
And then of course if you have any C/C++ dependencies, you can fetch and build them with the zig build system, so it should be possible to easily cross-compile even quite complex projects for FreeBSD now.
Hopefully that helps more projects decide to add FreeBSD support and respective testing to their CI!
by msdrigg on 6/6/25, 9:42 PM
> Starting in the first week of 2024, the FreeBSD boot process suddenly got about 3x slower. I started bisecting commits, and tracked it down to... a commit which increased the root disk size from 5 GB to 6 GB. Why? Well, I reached out to some of my friends at Amazon, and it turned out that the answer was somewhere between "magic" and "you really don't want to know"; but the important part for me was that increasing the root disk size to 8 GB restored performance to earlier levels.
by net01 on 6/6/25, 10:09 PM
you can find the project laptop here https://github.com/FreeBSDFoundation/proj-laptop
by tiffanyh on 6/6/25, 8:43 PM
Don’t know how he manages all of this + Tarsnap.
by ksec on 6/6/25, 9:13 PM
Amazon isn't even on FreeBSD sponsors [1]. And Google only sponsored $9K last year. Apple isn't there. Edit: And Credit to Microsoft being at least on the list! And forgot to mention Meta / Facebook missing from it as well.
I would have expect them to sponsor FreeBSD and OpenBSD annually by default given they use and continue to benefits the work out of both.
[1] https://freebsdfoundation.org/our-donors/donors/?donationYea...
by xedrac on 6/7/25, 3:48 AM
by irusensei on 6/7/25, 12:35 PM
I favored FreeBSD until around 2021 when computers with different CPU mixed together started to become common. I first bought a RockPro64 with 2 big and 4 little cores and then an Intel Alder lake. As far as I understand FreeBSD scheduler to this day don't know how to properly play with these so it brings the system to the lowest denominator of the slower cores.
by commandersaki on 6/7/25, 2:00 AM
by nithssh on 6/7/25, 7:50 PM
by johnnyjeans on 6/7/25, 12:32 AM
I'm genuinely actually curious. FreeBSD exists in kind of a shadow realm for me where I've never been quite able to pin down the soul that keeps it chugging, but I know it exists somewhere in there.
by SSLy on 6/6/25, 11:10 PM
by LAC-Tech on 6/7/25, 4:52 AM
I don't say this to besmirch FreeBSD, FWIW. I think it's very important that Linux is not the only game in town.