Slashdot Mirror


Happy 20th Birthday, FreeBSD

mbadolato writes "FreeBSD celebrates its 20th birthday this week. On 19 June 1993, David Greenman, Jordan Hubbard and Rod Grimes announced the creation of their new fork of the BSD 4.3 operating system, and its new name: FreeBSD." And in the time since then, FreeBSD hasn't exactly stood still; it's spawned numerous other projects (like DragonFly BSD and PC-BSD), as well as served as the basis for much of Mac OS X; there's even a Raspberry Pi build.

12 of 220 comments (clear)

  1. Well... by grub · · Score: 5, Funny


    Given enough time, Netcraft will confirm...

    --
    Trolling is a art,
    1. Re:Well... by Plunky · · Score: 5, Interesting

      Honest question, who uses NetBSD?

      Well I do, and moreover I personally have written ~30 thousand lines of code for NetBSD which has been used in other OS projects (the other BSDs, and OpenSolaris at least - see Bluetooth code) in varying amounts, and I am certainly not the only one to have had code re-used. The NetBSD libc is being used for Android now, I believe.

      Also, many companies do use it, though they don't always advertise that fact.

      Seriously, after 25 years in the business I've never seen or heard about anyone using NetBSD in production ever.

      The licence is liberal, and companies are not obligated to mention their usage.

  2. It just works by approachingZero+ · · Score: 5, Insightful

    I've been using it since about 1998 to serve web pages. Solid product, thanks for all the hard work people.

    --
    'I don't know what it's called. I just know the sound it makes, when it takes a man's life.' ~ Four Leaf Tayback
    1. Re:It just works by steg0 · · Score: 4, Informative

      I recall frequent kernel panics while booting that were related to the Intel Ethernet chipset on a SuperMicro H8SGL-F board (not exactly the least common hardware) in a released version (I think it was 8.2 or 8.3), which was probably this. Rather annoying.

      There have been other problems, too (off the top of my head), like

      • the mediocre PAE support,
      • and the in my eyes rather ungracefully handled transition to Xorg 7.2 in the 6.x releases, which for me didn't work at all like the documentation said, although this was not a problem of the base system, but the ports collection.
      • Then there's stuff like some guys arbitrarily deciding to reimplement the system installer and on top of that, to remove the old one in the time window between 9.0 RC 3 and 9.0-RELEASE, see (along with some elitist Linux bashing going on:) here and here
      • or the transition to Clang at a time when it wasn't even ready for the non-x86 architectures!

      So sometimes I ask myself whether this OS is really ready for prime time

      But enough of the rant. I've been sticking to it since 2000 and for most of the time it just runs and does its job. It's got some nice coherent documentation too.

  3. Congrats FreeBSD by laffer1 · · Score: 5, Insightful

    FreeBSD is a great example of open source working. Not only has it been successful, but it has spawned a lot of other open source projects such as GhostBSD, PC-BSD, DesktopBSD, DragonFly, pfsense, freenas, nanobsd, and my own MidnightBSD.

    There are a lot of people who have donated a lot of time to FreeBSD. This wouldn't have happened without all the committers and folks offering patches to the project. FreeBSD and all the other projects I mentioned wouldn't be here without the. Thanks!

    1. Re:Congrats FreeBSD by smash · · Score: 4, Insightful

      It is also the basis of JunOS, Netapps Data OnTap, and various other commercial products. FreeBSD is really under-rated and works very very well.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    2. Re:Congrats FreeBSD by jbolden · · Score: 4, Insightful

      Develop a "standard" under the GPL and it won't become standard at all, as no commercial OS will be able to use a starting reference implementation as a base.

      Absolutely. And you can see that by noting that:

      gcc compatibility C++ source
      gnu make's -o extension
      Qt API's as a standard for mobility cross platform
      Linux kernel API as a standard for emulation (mainframe, supercomputing, mini...)
      Wordpress as a blogging standard
      Sword standard for bibles
      Guile as a standard Scheme
      Blender API for 3D modeling
      etc...

      aren't standards. Oh wait.

    3. Re:Congrats FreeBSD by Arker · · Score: 4, Informative

      There is a little bit of truth hiding behind your words but your statement is still very misleading.

      GPL is much more 'truly open' precisely because no 'proprietary' implementation of a standard with a GPL reference implementation will be able to simply lift the code (legally.) *Proprietary* being the keyword here - you said commercial, and that is simply false. You can make a commercial implementation of a standard with a GPL reference implementation, and furthermore you can simply copy that reference implementation to do it!

      Proprietary != commercial. Slackware, RedHat, Ubuntu, etc. are all commercial. GPL is perfectly fine with commercial. It's only proprietary that it objects to (and for good reason!)

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
  4. FreeBSD's developers CHOSE to not be popular by jphamlore · · Score: 5, Interesting

    Let's explode that myth. Here's what actually happened. Linux distributions such as Slackware back then supported booting from a floppy into the OS so that one could run the rest of the userland from a hard drive. That meant one could preserve Microsoft Windows booting yet run Linux at the same time with no risk. I cannot stress how important a feature that was back then to someone like me, back when PCs were very expensive and had to be shared among family members. The FreeBSD developers took a different tack. Their OS was for grown-ups, for servers. They openly mocked on their mailing lists the feature of being able to boot into the OS from a floppy drive. (Note this is different from being able to INSTALL from floppy, everyone back then could do that.) The FreeBSD developers CHOSE to not be popular.

    1. Re:FreeBSD's developers CHOSE to not be popular by camperdave · · Score: 5, Funny

      They openly mocked on their mailing lists the feature of being able to boot into the OS from a floppy drive... The FreeBSD developers CHOSE to not be popular.

      ... and here it is umpteen years later and NOBODY boots from a floppy. Sounds to me like they were just ahead of their time.

      --
      When our name is on the back of your car, we're behind you all the way!
    2. Re:FreeBSD's developers CHOSE to not be popular by stox · · Score: 4, Insightful

      I disagree, as far as real adoption goes. Yes, booting Linux from a floppy using a MSDOS filesystem did enable a lot of people to get exposed, but the race was lost before those people made a difference. Had BSD development not stalled for two years, many of the early commercial and big site adoptions would have gone to BSD instead. Many started with BSD and then jumped to Linux because that is where the momentum was. Red Hat's IPO sealed the deal.

      BTW, I introduced Pat Volkerding to the Church of the SubGenius, and pioneered a lot of the early work with Linux at Fermilab. I know a little about these things.

      --
      "To those who are overly cautious, everything is impossible. "
    3. Re:FreeBSD's developers CHOSE to not be popular by Anonymous Coward · · Score: 4, Interesting

      It wasn't just something specific like floppy boot, it was the entire attitude that Linux was for "Peecees" or "Windoze" users, while *BSD was for the Sun Workstation Master Race (who couldn't actually personally afford a sun workstation). Just as an example, *BSD thought "real workstations use SCSI (period)". While Linux had all sorts of workarounds for your buggy IDE chipset and support for your proprietary Soundblaster CD-ROM drive.

      And while the Net/Open/Free factions were flaming each other on the maillists, there was this persistant attitude that Linux was vastly inferior thing, even after the "the battle was over", and Linux had clearly won. When the history is really written, the story of *BSD has little do with AT&T and is more about how arrogance and personal politics alienated a entire genration of users.