Stories
Slash Boxes
Comments

SoylentNews is people

posted by cmn32480 on Sunday October 11 2015, @09:43PM   Printer-friendly
from the sounds-like-an-improvement dept.

The NetBSD Project has announced the release of version 7 of the operating system, which is known for its portability.

Acceleration, with a direct rendering manager (DRM) and kernel mode-setting (KMS), is now available on recent Intel and Radeon graphics chips.

The new version ships with a daemon, blacklistd, which can block unwanted network connections.

The installer now supports GPT-partitioned disks.

ARM multiprocessing is now possible, and several ARM-based single board computers are now supported.

NetBSD now has an experimental port to certain Psion PDAs.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by cnst on Monday October 12 2015, @03:52AM

    by cnst (4275) on Monday October 12 2015, @03:52AM (#248272)

    It's important to be able to grasp what the code is doing, and make sensible changes easily.

    OpenBSD is one of the easiest ones, I think, because it doesn't have almost any untested or dead code (NetBSD probably has the most), and minimal use of preprocessor marcos, making it much easier to understand the code compared to FreeBSD, which has so many macros and awk-based source files that it gets quite crazy.

    That's not to say that OpenBSD doesn't have bugs -- it has lots of bugs, just as any other software out there, but the difference is that they're quite easy to grasp and fix.

    Starting Score:    1  point
    Moderation   +2  
       Insightful=1, Interesting=1, Total=2
    Extra 'Interesting' Modifier   0  

    Total Score:   3