*BSD
The original Open Source Unix, BSD was born at University of California at Berkeley in the late '70s. The early Unix workstation market came from Berkeley students like Bill Joy at Sun Microsystems and took advantage of the liberal BSD license; even after System V took over the commercial Unix market BSD continued in the background until 1994, when the Computer Science Research Group that had created it broke up and cleaned the last of the old AT&T code out of the source tree, creating 4.4BSDLite. From there, several BSD variants were born, some for technical reasons, some more political, all heirs to a history that went back to ancient DEC hardware and college students in the process of changing the world.
BSD too has a mascot, a little red daemon (sorta looks like a demon but cuter) named Beastie.
The BSD world incorporates both old-style monolithic kernels and Mach microkernel-based versions.
Monolithic BSDs
- NetBSD -- IMHO the most direct descendant of the original Berkeley sources, NetBSD exists for something in the vicinity of thirty different architectures (including the original VAX) and serves as something of an operating system of last resort.
- FreeBSD -- FreeBSD seems to serve as a BSD-based answer to Linux in some ways; its focus has traditionally been on the x86 market, though it has also been ported to Compaq's Alpha architecture; in addition, Apple's Mach-based Darwin borrows much of its userland from FreeBSD.
- OpenBSD -- While its creator, Theo De Raadt, has a reputation for being difficult to work with, OpenBSD is widely acknowledged to be one of the most secure operating systems available.
Mach-based BSDs
- Darwin -- The open source BSD layer of MacOS X/Rhapsody/NextStep, Darwin had its origins in Carnegie-Mellon University's Mach microkernel project (one of Mach's creators, Avie Tevanian, is now a major member of Apple's management). It's available for both Mac hardware and PC; it uses a somewhat different license from the BSD license. Its mascot is a platypus in a daemon suit.
- xMach -- Based on an earlier BSD-on-Mach kernel called Lites and targeted at embedded systems, xMach is probably the youngest BSD variant. Its mascot is a blue version of Beastie.
Minix
Minix, a clone of Unix V7 created for teaching purposes by Andy Tanenbaum, was the original inspiration for Linux. It is a fairly small system by current standards; since being placed under a BSD license a couple of years ago it's been hoped that it might find a place in the embedded systems market.
AtheOS
Apparently intended originally as an AmigaOS clone, AtheOS absorbed a number of ideas from BeOS on the way to becoming one of the first noticeable OS projects with no Unix pretensions.
FreeDOS
FreeDOS is an attempt to create a direct clone of MS-DOS. It has been around for a number of years and actually seems so far to have been fairly successful (I believe it's the default DOS for DOSEMU, for example).