Slashdot Mirror


NetBSD 5.0 RC1 Released

jschauma writes "The first release candidate of NetBSD 5.0 is now available for download from the NetBSD FTP site. Here is the Release Engineering status of 5.0."

5 of 158 comments (clear)

  1. Oh no! by yttrstein · · Score: 5, Funny

    FTP: too many connections!

    Haha just kidding.

  2. Wrong logo by pondermaster · · Score: 5, Funny

    Accompanying the article with the FreeBSD logo is slightly tasteless, no?

    I for one is laughing my devilish ass off.

    1. Re:Wrong logo by Anonymous Coward · · Score: 5, Informative

      Actually, it is decreasingly not the case. Beastie hasn't been the FreeBSD logo since 2005. They have a new logo now. Beastie is moving more towards being a BSD-in-general icon like he's supposed to be.

  3. Re:So, why should I care? by yttrstein · · Score: 5, Informative

    NetBSD is small, stable, and fast as hell. It is not really meant for use on the desktop, though many people do (including me). I mainly use it to build small, single purpose servers that I never want to have to look at again, and it's perfect for it.

    It's also where a lot of neat code sees its first light of day in the *BSD systems; over the years NetBSD has lent parts of its code to the other two BSDs, and therefore (de-facto) to Windows, Linux, and OS X.

    But no, it's probably not going to make you very happy as a desktop operating system.

  4. Re:Slow news day by LizardKing · · Score: 5, Informative

    I can't think of anything to say. Of course, the "article" didn't really provide much to talk about.

    Here's the Changelog. To summarise, there's a new 1:1 threading implementation, as the previous M:N one was too complex to maintain. Along with this change has come a considerable performance boost and improved scalability, especially on SMP machines. Impressively, most of this work has been down to one developer, Andrew Doran. The second most important change is a switch to Xorg on most platforms. This took so long because NetBSD had a large number of changes in their tree for more obscure platforms - changes that were not integrated back into XFree86 before the Xorg fork. There is also a journaled filesystem that essentially obsoletes the troublesome softdeps. Like ext3 in the Linux world, the new journal features were added to the existing ffs ("fast file system") rather than being an entirely new filesystem. Other changes include a plethora of new device drivers and updated third party applications.