Slashdot Mirror


The State of BSD At the Start of 2013

An anonymous reader writes "NetBSD developer Julian Djamil Fagir provides a nice briefing on what the big three BSD projects have been working on, and explains/reminds us of their cultural differences. Stick a fork in them? Yes, Djamil Fagir mentions a couple of those, too. The recent releases from FreeBSD and NetBSD were covered by Slashdot."

5 of 91 comments (clear)

  1. Was this story cleared through Netcraft? by NoNonAlphaCharsHere · · Score: 5, Funny

    I thought not.

  2. Re:A copy of the article: by Anonymous Coward · · Score: 5, Informative

    Where's the FreeBSD cloud servers? There ARE NONE.

    You mean like RootBSD?

  3. BSD kernel running in your BROWSER!? by X0563511 · · Score: 5, Interesting
    --
    For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  4. BSD is pretty cool by Anonymous Coward · · Score: 5, Informative

    What I find funny is that BSD is finally, after 10 years of ATT/UNIX trademark fearing BS, starting to not only catch up but exceed in technical developments and market growth.
    I've used it as my main desktop for almost 15 years. Well, ok FreeBSD specifically. I run Linux, and a little windows too. All the servers are BSD.
    BSD has ZFS, which is the reason Linux has ZFS, because BTRFS is still vaporware.
    And because of the ultimate freedom of the BSD two/three clause license all other OS can use BSD code.
    But Linux is a zealous camp and insists on infecting people :( And now even Linux is stealing back clean-roomed BSD code that the BSD projects clean-roomed from GPL tools specifically to get away from GPL versions of same. How funny is that :)
    And now with CLANG/LLVM things are really moving.
    No, BSD is not dying, it's building very long term openness and business friendly models, much longer term and open visioned than Linux. BSD cares about these things. One way to see that is the FreeBSD foundation's donations page, the model is working.
    Linux is better than it was in the 90s and 2000s, it doesn't crash on me like it used to. They'll both still crash if you poke them in certain ways. But as a daily use, BSD hasn't ever exibited what I used to see with Linux.
    Oh, there is also PC-BSD for users, which is sort of like Ubuntu to Debian.
    I like not having to worry about KERNEL from Linux + GNU from third parties to make a whole OS... BSD projects provide the sum of those two IN HOUSE. You get the whole OS from one shop. So all that is left is the packages you want to install like X, Firefox, GIMP, whatever just like any other OS.
    Anyways, I'm just happy with FreeBSD (and OpenBSD and DragonflyBSD, don't really use NetBSD because they're more embedded).
    If you're a Linux user and haven't tried it, grab an ISO and run it in a VM. Don't freak because you might not have a sexy GUI installer with pointy clicky AJAX menus and stuff (that's coming), but take a look at the configuration mechanism after you're up and running, how you update and build the kernel and world... the overall BSD model of things.
    See if you like it maybe :)

  5. Re:OSX is doing great by pchan- · · Score: 5, Informative

    iOS is doing even better.

    There seem to be some uninformed posters here, so here is the OS X relationship to BSD:
    The OS X/iOS kernel is based on Mach, which is a microkernel mashed together with a BSD kernel. It has a lot of BSD code in it and continues to share code with the other BSDs. It has features borrowed from BSD such as DTrace, PF firewall, file system support (including ZFS before it was removed), the networking subsystem, kqueue, jails, and others. While Mach is fundamentally different in some ways, to a POSIX binary it looks and feels just like any other BSD system.

    The OS X userland is also based on BSD and was originally derived from FreeBSD. It uses the BSD libc and many of the command line tools are from the BSD world (from grep to ssh). It also includes some GNU tools, such as bash. Apple is actively working on replacing many of these, and they recently dropped GCC and GDB and replaced them with Clang and LLDB.