TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

NetBSD 7.1 released

4 pointsby basenameabout 8 years ago

1 comment

teteabout 8 years ago
NetBSD other than being super portable (dozens of CPU architectures) has spawned some amazing projects that can&#x27;t be mentioned enough.<p>* [pkgsrc](<a href="http:&#x2F;&#x2F;pkgsrc.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pkgsrc.org&#x2F;</a>), a super portable and flexible ports system that is used per default on NetBSD, SmartOS, Minix, some Linux distributions, at DARPA, etc. Support for over 20 operating systems (as in <i>actually</i> different OS kernels) * [Lua Scripting in the kernel [PDF]](<a href="https:&#x2F;&#x2F;www.netbsd.org&#x2F;gallery&#x2F;presentations&#x2F;mbalmer&#x2F;fosdem2012&#x2F;kernel_mode_lua.pdf" rel="nofollow">https:&#x2F;&#x2F;www.netbsd.org&#x2F;gallery&#x2F;presentations&#x2F;mbalmer&#x2F;fosdem2...</a>) * [A PGP implementation](<a href="http:&#x2F;&#x2F;www.netpgp.com&#x2F;faq.html" rel="nofollow">http:&#x2F;&#x2F;www.netpgp.com&#x2F;faq.html</a>) * [A test framework for operating systems](<a href="https:&#x2F;&#x2F;wiki.netbsd.org&#x2F;tutorials&#x2F;atf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wiki.netbsd.org&#x2F;tutorials&#x2F;atf&#x2F;</a>) * [Binary Interfaces for Linux, FreeBSD, SCO Unix, Tru64, Win32, Solaris, SVR4, Ultrix](<a href="https:&#x2F;&#x2F;www.netbsd.org&#x2F;docs&#x2F;compat.html" rel="nofollow">https:&#x2F;&#x2F;www.netbsd.org&#x2F;docs&#x2F;compat.html</a>)<p>Also they have all the stuff like FUSE, used to be pretty big in the Xen world (mostly for the high level portability), recently developed a [pretty nice SMP focused network filter](<a href="https:&#x2F;&#x2F;www.netbsd.org&#x2F;~rmind&#x2F;npf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.netbsd.org&#x2F;~rmind&#x2F;npf&#x2F;</a> were the first to implement various drives (including implementing support for Apple hardware, before an OS from them officially supported it), their network stack I think still holds the the record for the fastest intercontinental file transfer ever done, etc. They also are pretty secure, which is mostly due to a strong quality focus.<p>But I think their devs are too busy achieving all those things, rather than hyping the OS, so that&#x27;s why I have to. ;)<p>EDIT: Oh and despite all that research and so on, they always remained very pragmatic and non-political. That combination is really rare I think.