\

NetBSD 11.0

149 points - today at 5:56 PM

Source
  • haberman

    today at 8:20 PM

    I often wonder what the current status is of the BSDs (FreeBSD, OpenBSD, NetBSD). Who uses them, who works on them, what is their motivation for doing so? How do they compare to Linux these days, in terms of size, feature set, security hardening, etc? Is their usage/development happening at a relatively constant level, or is it growing/shrinking?

      • somat

        today at 9:01 PM

        I use obsd as a desktop system, I would not necessarily recommend this to anyone, you give up a lot, but obsd is my ultimate comfort system, it is small but full featured. I feel I understand the system far more than I ever did linux, which is one of the good guys. Compare to windows where despite using it my whole life I always feel I understand barely at all. But openbsd is so well put together I love using it, So I put up with the downsides and am quite happy with it as a desktop system.

        Naturally I also use obsd as my firewall, a role I would recommend it in. at least if you don't mind a bit of old-school unix administration.

        I have a freebsd fileserver and never got around to trying netbsd, But between fbsd and obsd I found I prefer obsd as the desktop system, it is a subtle thing hard to describe, but it feels better focused for desktop use than freebsd, not as performant and the filesystem sucks in comparison(thus the fileserver) but somehow feels better. I don't know.

        • mghackerlady

          today at 8:51 PM

          OpenBSD is the most security hardened OS out there, and the project maintains many pieces of software people take for granted, like pf, openssh, and libressl. FreeBSD is definitely the most robust, and is a very good server OS. NetBSDs niche is how many platforms can run it. If it's supported by GCC, theres a decent chance NetBSD will run on it

            • microtonal

              today at 8:55 PM

              OpenBSD is the most security hardened OS out there,

              I think this requires a lot of additional qualifications. For instance, AOSP and Android are much more hardened when it comes to isolation between GUI applications.

          • wrxd

            today at 8:53 PM

            The fediverse has a very vocal group of BSD users. Many of them hang out here: https://mastodon.bsd.cafe/public/local

          • fouc

            today at 8:59 PM

            I wouldn't be surprised if some of the BSDs got an increase in users purely due to AI models making it far more accessible / easier to hack on.

            i.e. your PC is unsupported for some specific driver, such as bluetooth? stick AI on the problem.

            • Narishma

              today at 8:22 PM

              I´m using NetBSD on a couple of x86 machines now that Linux distros have mostly dropped support for them.

                • ciupicri

                  today at 8:36 PM

                  486 CPU?

                    • Narishma

                      today at 9:13 PM

                      Atom.

              • classichasclass

                today at 8:57 PM

                I use NetBSD on several systems as a small server platform. I find it easier to understand and customize, and it keeps a lot of this stuff out of the landfill.

                • skydhash

                  today at 8:48 PM

                  I’m using OpenBSD as a daily desktop. The main motivation is that it’s a complete system instead of several projects. So you got simpler userland tools as the kernel interfaces can be easily adjusted.

                  Also the subsystems are way simpler (packet filtering, sound, network management). Linux is full choke of abstraction which aim to serve a huge range of devices. And I truly believe that there should have been a bifurcation somewhere.

                  Most software are easy to port around, but there are some that relies on linuxisms (udev) and some on glibc-isms, which can require some patching. Some of the pains I encountered are about device files (usb) and the fact that openbsd relies on root a bit more (mounting with fuse).

                  You can read the “Absolute OpenBSD, 2ed” book, published 13 years ago and almost everything still holds. You can even read the “Design and Implementation of the 4.4BSD” and still have a good understanding of the OpenBSD design. Linux is chaotic land compared to that.

              • cyberpunk

                today at 7:34 PM

                The release announcement has better details: https://www.netbsd.org/releases/formal-11/NetBSD-11.0.html

                  • Narishma

                    today at 8:17 PM

                    > gcc(1) - updated to 12.5.0.

                    Anyone know why they are still on such an old version? The latest version is 16.1.

                      • mghackerlady

                        today at 8:46 PM

                        They don't like GPLv3. The other BSDs used similarly old versions until they moved to clang, but netbsd is pretty tied to the gnu toolchain and aims to be as portable as possible, so they kinda have to stick to gcc

                          • microtonal

                            today at 8:57 PM

                            But the licensing didn't change between gcc 12 and gcc 16, so that doesn't seem like a good explanation?

                            • hexagonwin

                              today at 8:58 PM

                              wasn't that around gcc4 or something era? gcc12 is pretty new

                          • spijdar

                            today at 9:04 PM

                            It's almost certainly due to supporting platforms like VAX and other, more exotic ISAs. GCC can have weird regressions [0] in "less tested" architectures, so I presume they use a single, known good release across all platforms for consistency's sake.

                            [0] GCC still supports PDP-11, for example, but for a while modern GCC had some major codegen bugs. Last I checked, the maintainer had made heroic efforts to fixing the bugs, but that's just an example of where bitrot silently renders a target unusable.

                            • jmclnx

                              today at 9:09 PM

                              gcc 15.1 is in pkgsrc 2026Q2:

                              gcc15-15.2.0nb1 - The GNU Compiler Collection (GCC) - 15.0 Release Series

                              As others said, I think it has to do with all the platforms NetBSD supports.

                      • wormius

                        today at 9:12 PM

                        Not about BSD, but anybody else using side tabs in FF with that site? Somehow the rendering of that dashed line at the top runs across into the "pinned tabs" section. (Linux/Wayland/Debian). Curious if anyone else is seeing it.

                        • Panino

                          today at 8:51 PM

                          From the linked release announcement:

                          > Improvements to the npf(7) firewall, including layer 2 and user/group filtering

                          That's a valuable, useful feature

                          > New MICROVM kernel for x86... it can boot in about 10 ms

                          That could open some doors, nice

                          There are some good hardware improvements too.

                          • jbs789

                            today at 6:47 PM

                            As someone reading this fresh, they are almost apologetic for a release with open issues. But presumably the release closes off many more than it creates. I could see any other author/org approaching the messaging very differently!

                            • imoverclocked

                              today at 6:47 PM

                              > CD-ROM media

                              Wow, I just learned that I can still buy a pack of new CD-RW discs. This is an almost 30 year old format that is still published for!

                              Long live ATAPI!

                              Seriously though, why still publish CD formats when a usb-stick is far more ubiquitous and much easier to actually write. Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

                                • bilegeek

                                  today at 6:50 PM

                                  > Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

                                  New x64 systems? Probably not. But since it still supports x86 and a whole slew of other architectures[1] still that don't always, it probably wouldn't make sense to stop.

                                  [1]https://www.netbsd.org/ports/

                                    • bpye

                                      today at 7:03 PM

                                      NetBSD supposedly supports 486, I don't think you're going to have much luck with USB there.

                                        • accrual

                                          today at 8:18 PM

                                          There are some ISA USB cards with custom drivers to support them and present them as normal drives under MS-DOS. Never tried it myself, but they exist and seem to work!

                                          Other commenter is correct, there are some late 486 boards with PCI support that would allow USB 1.0 or even 2.0 cards to be installed and used. Probably slow, but should work.

                                          On the topic of modernizing a 486-class machine, there also exist a few with native PS/2 mouse support, and certain Matrox PCI cards have digital out, so it'd be possible to build a 486-class machine with USB 1.1, DVI/HDMI, and PS/2.

                                          Since some Logitech wireless mice support PS/2, one could connect a 486 rig to a crisp digital LCD, use a wireless mouse, and plug in USB flash drives, sound, 10/100 network, NT 4.0, etc. -- all supported. Can make a fairly "modern" machine out of a pre-Pentium chip.

                                          • AAAAaccountAAAA

                                            today at 7:21 PM

                                            Some higher-end 486 boards[1] were made with PCI slots, so retrofitting them with an USB controller shouldn't be difficult? You'll still need a boot floppy to actually boot from an USB drive, I think?

                                            1. https://theretroweb.com/motherboards/s/asus-pvi-486sp3

                                    • Retr0id

                                      today at 7:57 PM

                                      One thing ISOs are useful for is installation under a hypervisor, or BMC. You can usually do the exact same thing with USB images, but a lot of the UI/workflows are oriented around .iso files.

                                      • Narishma

                                        today at 8:24 PM

                                        NetBSD even supports installing from floppies on old systems if you don´t have a CD-ROM drive.

                                        • thisislife2

                                          today at 7:23 PM

                                          I am guessing, but many of us still use CDs / DVDs (/BluRays?) to make backups. It's cheap. Lasts long.

                                            • sellmesoap

                                              today at 7:34 PM

                                              Write once has some security benefits as well!

                                              • alt227

                                                today at 7:48 PM

                                                > Lasts long

                                                My CD backups lasted about 10-12 years before the silver started peeling off the discs :(

                                                  • thisislife2

                                                    today at 8:32 PM

                                                    Yeah, learnt the hard way to have backups in multiple medias and that you have to refresh / re-copy your backups every 4-5 years. Wish we had consumer tape drives so that it could be once every 10 years or so.

                                            • cosmic_cheese

                                              today at 8:22 PM

                                              Flash storage can’t sit on the shelf without bitrot as long as CD-R and DVD-R can, even though writable optical media itself isn’t the best for durability.

                                              CD-RW/DVD+RW on the other hand are also even worse than flash in that regard and decay very quickly in my experience.

                                              • today at 6:56 PM

                                                • jmclnx

                                                  today at 7:17 PM

                                                  >Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

                                                  Old Systems. I have one such system that will is in line to move to 11.0 from 9.3. To do that I will boot from CDROM. It does not have any USB ports.

                                                  NetBSD is probably the only UN*X Type OS that can run on many of these 32 bit systems. Plus the NetBSD team is doing their best to support these old systems.

                                                  That saves me $ and helps the environment a little bit :)

                                                    • imoverclocked

                                                      today at 7:30 PM

                                                      > That saves me $ and helps the environment a little bit :)

                                                      Seems like a tradeoff with power though. Even emulating hardware from that era is more power efficient than actually running it. Of course, if you have custom ISA cards or something then you are likely stuck :)

                                                        • sellmesoap

                                                          today at 7:38 PM

                                                          I don't know about the progression of PSU efficiency, but 32bit desktops were rocking 250-400w PSUs and modern desktops would be hard to find one less then 650w so sure maybe we're more efficient for the amount of compute/W but running flat out will still hit your pocketbook harder on a modern system.

                                                            • cosmic_cheese

                                                              today at 8:26 PM

                                                              I’m in favor of repurposing old machines, but for a lot of the use cases they serve would be more than adequately filled by those little mobile CPU mini-PCs and Mac Mini’s which can go as low as 2-15W and top out somewhere around 60-110W.

                                                  • bitwize

                                                    today at 6:55 PM

                                                    Blit the iso to a usb stick and boot it. If your PC is recent (made in the past 15-20 years or so), it'll understand it just fine.

                                                      • imoverclocked

                                                        today at 6:58 PM

                                                        > If you are using flash-based media (e.g. a USB drive), please use the .img files rather than the .iso images.

                                                        I have done that in the past but there are already .img files specifically for USB. Seems redundant.

                                                          • Narishma

                                                            today at 8:29 PM

                                                            Both are needed for different use cases. That they overlap for some use cases doesn't make them redundant.

                                                • jmclnx

                                                  today at 7:12 PM

                                                  Just finished upgrading, went easy. Because I am using cgd(4) I find it much easier to use sysupgrade(8) from pkgsrc.

                                                  I was running the R/Cs without any issues, so I am sure 11.0 will be very stable.

                                                  • roschdal

                                                    today at 6:45 PM

                                                    NetBSD feels like a high quality, ancient relic from the University of California, Berkeley, from the 1970s, made for munks, secret FBI databases and special military operations.

                                                      • JdeBP

                                                        today at 7:43 PM

                                                        As someone who has used old BSDs, I can say from direct experience that it does not.

                                                        For starters, on the old BSDs there was no Almquist shell, unless you went to Usenet, grabbed the shar, and built it. The TENEX C shell was the hot new thing, as were BIND and Sendmail. And we got genuine Joy+Horton vi.

                                                        Whereas modern NetBSD does not have Sendmail any more, has nvi2, and supports access control lists. And of course under the covers has lots of things that the old BSDs didn't have, like UFS for TiB disc volumes and kqueue.

                                                        I've heard tell that they're even thinking of finally doing away with BIND in base.

                                                        • tosti

                                                          today at 8:18 PM

                                                          What do you mean, it's as modern as a standard portable operating system gets.

                                                      • kogasa240p

                                                        today at 6:44 PM

                                                        Very nice, wonder what's the state of using NetBSD as a daily driver?

                                                          • shrubble

                                                            today at 7:06 PM

                                                            Desktop use is probably the best option for daily driver, since almost everything on the motherboard has support, most likely.

                                                            • guerrilla

                                                              today at 7:24 PM

                                                              Does it have Bluetooth, because OpenBSD still doesn't.

                                                                • Narishma

                                                                  today at 8:32 PM

                                                                  OpenBSD removed the Bluetooth support they had due to security reasons.

                                                                    • mghackerlady

                                                                      today at 8:49 PM

                                                                      Specifically, their old bluetooth code was crap so they chose to get rid of it. If someone wants to have OpenBSD bluetooth, they'll gladly accept patches if the code meets their very strict standards

                                                                  • hamper653

                                                                    today at 8:36 PM

                                                                    > OpenBSD still doesn't.

                                                                    It’s a choice.

                                                                    • clort

                                                                      today at 7:52 PM

                                                                      NetBSD has had Bluetooth for 20 years?

                                                                  • giancarlostoro

                                                                    today at 6:46 PM

                                                                    Nowhere near as Linux, some can be better than others.

                                                                      • DaSHacka

                                                                        today at 8:53 PM

                                                                        Well, that arguably depends on your hardware, as there's plenty of devices. Linux doesn't even support anymore.