FreeBSD Journal: Laptop/Desktop (January/February/March 2026)
Posted by grahamperrin@reddit | linux | View on Reddit | 7 comments
This edition focuses on Laptop and Desktop systems, highlighting the work improving usability and performance across FreeBSD. Inside, you’ll find articles like Consolations for Kernel Hackers by Tom Jones, along with an inside look at how the Foundation’s Laptop Support & Usability Project came together, written by Deb Goodkin.
natermer@reddit
If I was the type of guy that really disliked the way Linux is going in terms of Systemd, wayland, etc... I would probably be a lot more interested in FreeBSD then trying out some fork of Debian or whatever.
Pitiful-Welcome-399@reddit
Gentoo and void are here for you
Natural_Night9957@reddit
Add Devuan
2rad0@reddit
It's getting pretty sloppy the last few years. So bad I've started patching out all of the weird system calls they've been busy cramming into the linux kernel with dubious benefit, or little to no public discussion. Basically everything after call number 328, and a few before it.
Ok-Winner-6589@reddit
Wait what?
2rad0@reddit
There are a lot of features they don't let you remove when configuring a linux kernel. Most of these new system calls are never used as far as I can tell but if I see a good new call I might allow it. Some of it is rather sketchy like anything geared towards squeezing performance out of datacenter systems, so I wrote a script to patch them out and always return
-ENOSYS. Next I need to rig it up to parse Kconfig format to completely block certain options from being (auto)selected. Some more complex fixups might be in the cards as well.grahamperrin@reddit (OP)
Letter from the Foundation