Slashdot Mirror


FreeBSD 9.2, FreeBSD 10.0 Alpha 4 Released

An anonymous reader writes "The FreeBSD Release Engineering Team has announced the release of FreeBSD 9.2. FreeBSD 9.2-RELEASE has ZFS TRIM SSD support, ZFS LZ4 compression support, DTrace hooks and VirtIO drivers as part of the default kernel configuration, unmapped I/O support, and numerous other minor features. FreeBSD also announced FreeBSD 10.0 Alpha 4 on the same day, which is the next major feature release of the open-source BSD operating system."

5 of 133 comments (clear)

  1. Re:FreeBSD? by iggymanz · · Score: 5, Informative

    heh, well the userland part of FreeBSD has more desktop installs than Linux distros. and likely most slashdotters have devices in their home and workplace running either Free, Net or Open BSD and not even know it.

  2. Firewire is being pulled from GENERIC by toejam13 · · Score: 4, Informative

    The interesting thing I noticed in the release notes was that the Firewire driver was pulled from the 9.2 GENERIC kernel. Meanwhile, Thunderbolt isn't expected until 10.x.

    I think the days of Firewire are nearly over.

  3. Relationship between Apple Darwin and FreeBSD by GPS+Pilot · · Score: 4, Interesting

    Found this tidbit here: when developing OS X v10.3, the "BSD layer was synchronized with FreeBSD 5".

    Will new FreeBSD features eventually show up in Darwin/OS X, or have the two projects been sufficiently forked to prevent that from happening?

    --
    That that is is that that that that is not is not.
    1. Re:Relationship between Apple Darwin and FreeBSD by smash · · Score: 4, Informative

      The relevant bits of the FreeBSD userland are periodically (every major release) imported into OS X. The two systems are fairly different, so kernel changes in FreeBSD probably won't show up, but tweaks to command line tools and other stuff probably will.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    2. Re:Relationship between Apple Darwin and FreeBSD by Guy+Harris · · Score: 4, Informative

      The relevant bits of the FreeBSD userland are periodically (every major release) imported into OS X. The two systems are fairly different, so kernel changes in FreeBSD probably won't show up, but tweaks to command line tools and other stuff probably will.

      The best way to think about it is that Darwin is "the kinda sorta fifth BSD", separate from {Free,Net,Open,DragonFly}BSD, but willing to pick stuff up from the *BSDs, just as the *BSDs are willing to pick up stuff from other *BSDs to various degrees.