I've really been enjoying using OpenBSD full time, both on my desktop (AMD Ryzen build) as well as laptops (Lenovo X230, X1 Carbon). Everything literally "just works", the documentation is impeccable, and I love being able to install a new kernel and base system with one simple command ("sysupgrade"). About the only thing I still use Linux for is a browser with U2F support and Bluetooth - both are disabled in OpenBSD for security.
I read about the "sysupgrade" tool and concluded that the upgrade to 6.7 in another 6 months will be awfully seamless... But I see from this that they backported the tool as a syspatch for 6.5! So from 6.5 we will be able to do <i>syspatch && sysupgrade</i> to get to 6.6. Sounds nice.
You can also browse the source with the OPENBSD_6_6 tag in cvsweb.<p><a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/?only_with_tag=OPENBSD_6_6" rel="nofollow">http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/?only_with_tag=...</a>
Just keeps getting better and better every release. I wish they would add an easy encryption option in the installer. You can enable full disk encryption, but you have to mess with the bioctl settings, which potentially scares off new users.
> ssh-keygen(1): add an experimental lightweight signature and verification ability. Signatures may be made using regular ssh keys held on disk or stored in a ssh-agent and verified against an authorized_keys-like list of allowed keys. Signatures embed a namespace that prevents confusion and attacks between different usage domains (e.g. files vs email).<p>Nice! I hope this will eventually be used for various signature systems like for git commits.
> Fixed support for amd64 machines with greater than 1023GB physical memory.<p>Don't I wish. What would be the memory test time for something like that?
If you support OpenBSD in spirit and love what they do, consider making a donation to help the developers out. Most devs work for free and every little bit helps :)<p><a href="https://www.openbsd.org/donations.html" rel="nofollow">https://www.openbsd.org/donations.html</a>
The OpenBSD developers are not too thrilled to hear about these sorts of issues, but looks like sysupgrade installed sets I didn't have before (x*66.tgz, game66.tgz).
> Added mcx(4) driver for Mellanox ConnectX-4 (and later) Ethernet controllers.<p>Interesting. Sounds like work is being done to support higher network throughput rates. :)
Just a reminder: you still have to read the preupgrade stuff before and do the manual file deletion stuff afterwards even if you do sysupgrade. Most will need to do the pkg_add -u after all that. Here is the link (I always have to look for it):<p>* <a href="https://www.openbsd.org/faq/upgrade66.html" rel="nofollow">https://www.openbsd.org/faq/upgrade66.html</a>
I still desperately want docker support. I know I can bhive and friends - but native docker support is critical to my every day, unfortunately. Heck, I'll take super decayed docker support!
Can't wait to try if this release will improve wireless performance when configured as an AP, until now I have never been able to get speeds above 10 Mbps with OpenBSD.
prgmr.com has an updated netboot installer: <a href="https://prgmr.com/blog/2019/10/17/openbsd.html" rel="nofollow">https://prgmr.com/blog/2019/10/17/openbsd.html</a>