Hacker News new | past | comments | ask | show | jobs | submit login
Donate to The NetBSD Foundation (netbsd.org)
49 points by enduser on Dec 29, 2012 | hide | past | favorite | 36 comments



Could someone explain the differences between FreeBSD, NetBSD and OpenBSD? (Not in detail, just so I get a general view what the different goals are.)


FreeBSD is targeted at x86 running on desktops and servers, and is generally considered the most "complete" distribution for those use cases, with the most packages available for that platform, widest range of features, etc.

NetBSD focuses very heavily on portability. They target lots of architectures, focus on getting cross compilation working well, and spend a lot of time worrying about doing things "right" rather than expediently (for what it's worth; this can be good or bad depending on how you look at it). Their package manager/ports system is known as "pkgsrc", and also focuses on portability, such that it also runs on other platforms like Linux, Mac OS X, and so on. If you want to try porting a BSD to your odd little MIPS-based microcontroller, NetBSD is your best bet.

OpenBSD is focused extremely heavily on security. If you are paranoid, you want to run OpenBSD. If you are not paranoid, you should be. They are out to get you. Don't let them.

And the other major BSDs that you didn't ask about:

Dragonfly BSD is a sort of next-gen fork of FreeBSD, a bit more experimental. The biggest new feature is its HAMMER filesystem, which is in the class of modern filesystems like Btrfs and ZFS, supporting things like snapshots, checksumming of data and metadata, mirroring to backups, data deduplication, and the like. It also has other features like user-space virtual kernels, better parallelism, etc.

PC-BSD is designed to be a user-friendly, desktop-oriented BSD, which manages applications as separate bundles with installers, more similar to how they work on Windows on Mac OS X, than a traditional BSD ports system or Linux package manager which tries to manage shared dependencies (a PC-BSD package comes with all of its dependencies, which are installed separately from those of other packages).

OS X is a hybrid operating system, based on combining the Mach microkernel, FreeBSD, and some NetBSD tools, along with a proprietary UI layer and applications. It runs on desktops, laptops, and ARM-based smartphones. It is well known for its user-friendliness, tight integration between software and hardware, and draconian application development policies for its package management system, the App Store. Luckily, there are alternative ports systems available, such as MacPorts, Homebrew, and Cydia.


FreeBSD focuses primarily on flexibility, NetBSD on portability, and OpenBSD on security. Or something. There is of course much overlap in the way their goals are accomplished.


FreeBSD = includes kitchen sink

NetBSD = run on a toaster

OpenBSD = "Only two remote holes in the default install, in a heck of a long time!"


This HN link( http://news.ycombinator.com/item?id=4798791 ) introduced me to the knowledge that OpenBSD is commonly installed on networking gear, instead of (for example) Cisco IOS. So you could say "freebsd on your desktop and/or server, and openbsd on your router." I confess that I don't know enough about NetBSD to offer an optimal use case.


oh yeah, openbsd has tons of great networking stuff. pf, carp, openssh all have originated from openbsd.


I use openbsd on the desktop. It's great. Just works, and stays out of the way.


NetBSD on your toaster is the canonical example.


I run NetBSD as a web server, but not for any good reason -- it's just personal preference. I ended up with NetBSD rather than one of the other variants because it's easy to set up as a Xen domU (instructions at http://wiki.prgmr.com/mediawiki/index.php/NetBSD_as_a_DomU if anyone's interested).


The impression I got from "Code Reading" by Diomidis Spinellis is that NetBSD is fantastic for learning the internals of a real UNIX. The emphasis has always been on correctness and clarity first.


I feel a worthy, yet absent, *BSD would also be DragonFlyBSD.

Exactly what the difference is between DragonFlyBSD and other BSDs I will leave for someone else to summarise in a more definitive way, however my take is that it is all-round more "modern".


Exactly what the difference is between DragonFlyBSD and other BSDs I will leave for someone else to summarise

It's all rather nicely explained on the front page of their website.

http://www.dragonflybsd.org/


Dragonfly BSD is a "logical" continuation of FreeBSD 4.x. FreeBSD changed how it handles SMP in 5.x, while Dragonfly seems to be geared towards kernel level clustering.


My superficial understanding is that DragonFlyBSD is more of a research platform for all sorts of fancy new stuff.


Since this story is the second time this month I saw prominent begging for donations on a *BSD, suggesting that one or both projects are on life support - I wonder why these projects can't be better unified (or one eat the other's lunch). Is this essential to purpose or just historical?


The projects have branched over feature politics. FreeBSD is by far the most popular and advanced, NetBSD is very clean and easily ported. OpenBSD was a later fork that emphasises security, and omits binary "blobs". Generally code is exchanged between the projects. Dragonfly BSD is probably the smallest notable fork (there are more). It's relatively recent and is a "logical continuation of FreeBSD 4.x". FreeBSD moved towards a new system for SMP in 5.x.


My understanding is the BSD projects originally forked over personality/political issues with the defunct 386BSD project, and only later did they begin to focus on certain feature sets.


NetBSD forked from 386BSD, which is the PC port of the Net/2 4.3BSD source code release.

FreeBSD is, in some vague sense, the continuation of the 386BSD project. It's a fork, but a fork in which the parent died out.

OpenBSD is Theo de Raadt's fork of NetBSD. Theo was one of the NetBSD founders and had a falling out with the NetBSD core team.

The origins of all three projects are basically accidents of fate, but FreeBSD has taken up a role as the "optimized for x86/x64 servers" BSD, OpenBSD (obviously) as the "secure" BSD, and NetBSD is the "portable" BSD. In practice, NetBSD sees some use in embedded/appliance scenarios, although Linux has pretty much taken over the world there.


A lot of NetBSD code ends up being imported into FreeBSD. Same goes for OpenBSD and DragonflyBSD -- I wouldn't want to run any of them myself, but I'm glad they're out there.


We should go ahead and merge gnome and kde while we're at it.


Gnome and KDE do not have their hats out for donations to keep them alive.


My comment was really about the technical feasibility, but I can see that's not obvious if you're not already thinking it.


Poor, poor, nearly-forgotten NetBSD. I hope they have the same kind of response FreeBSD got. :-)


Off-topic, but this discussion might attract the right people.

How much NetBSD-originated code remains in Darwin and OS X?

I remember that in the initial betas, there was heavy usage of NetBSD's userland (at least); I've no idea how much remains today.

EDIT: Everyone's mentioning FreeBSD, but I swear to $GOD[0] that I remember seeing 'NetBSD' at the top of many early man pages. NetBSD's site seems to remember something similar: http://www.netbsd.org/gallery/products.html#darwin


Looking at the Unix History diagram:

http://upload.wikimedia.org/wikipedia/commons/5/50/Unix_hist...

A lot of the BSD that's in OSX actually predates either FreeBSD or NetBSD, coming via NeXTStep from BSD 4.3 and via Mac OS X Server from 4.4. In addition there are FreeBSD influences. NetBSD seems largely independent.

That's also roughly what I remember (ex-NeXTie).


There's a line from NetBSD 1.3 (boy howdy, I loved that OS) to OS X Server, if you look closely.


Yeah, I saw that line and didn't know whether that was a connection or not (that's why I used some weasel words to hedge).

Looking at it more closely, it does look like a connection, but I think it is a fairly minor one. The first Mac OS X Server was still pretty close to NeXTStep/Rhapsody.

The bigger changes came later with Mac OS X, which was a major rewrite.


Mac OS X used FreeBSD for their userland, as well as kernel land as far as I am aware.


Everything I've read has said that OS X featured parts of FreeBSD, never heard of NetBSD being used. (Yes, they are sibling projects and probably share more code than I'm aware.)


But, let me guess, "everything you've read" does not include the source code?

Are we talking the "part of OSX" that is called "Darwin"? If so, the code is all online. Easiest way to determine how much code is from NetBSD is to read it. And diff it against NetBSD's CVS repo.


Sort of. Running diff alone will tell you when code is similar or the same, but it won't tell you whether that similarity is because code moved directly from NetBSD to Darwin (or vice versa if that happened) or because they share many common ancestors (from the graphic, that would be at least BSD 4.3, BSD 4.4, BSD NET/2, 386BSD,..)


I'm interested in the "Organisations before 2002" link - (http://www.netbsd.org/contrib/org/)

Is that really just before 2002; or does it include after 2002?

And is there any reason for a big company to donate money / hardware / code / expertise but to ask not to be listed?


All the Darwin code is online so why not just check for yourself?

A more interesting question is how useful is OSX if we stripped away Darwin? That is, if we just left the proprietary bits, like the graphics code.

Assuming I don't need Apple's graphics, I'd just as soon use NetBSD than Darwin.


I've never used ABC BSD for any significant length of time, but here's what I know. ABC BSD is for X, DEF BSD is for Y and GHI BSD is for Z.

Although I don't use ABC BSD, read their code or particpate in making contributions, here's how ABC BSD works ... and here's the lowdown on their code ...

Oh, and the history of ABC BSD is .... I know because I've always been a user of Clickity Click OS and I've been watching ABC BSD.

Take it from me, I speak with authority.


Minor typo:

> The simplest way to donate is to sent money via Google Checkout or PayPal.

Should be "send money".


Major omission is the lack of bitcoin address. At least for me, the simplest way to donate.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: