Slashdot Mirror


FreeBSD 10.1 Released

An anonymous reader writes Version 10.1 of the venerable FreeBSD operating system has been released. The new version of FreeBSD offers support for booting from UEFI, automated generation of OpenSSH keys, ZFS performance improvements, updated (and more secure) versions of OpenSSH and OpenSSL and hypervisor enhancements. FreeBSD 10.1 is an extended support release and will be supported through until January 1, 2017. Adds reader aojensen: As this is the second release of the stable/10 branch, it focuses on improving the stability and security of the 10.0-RELEASE, but also introduces a set of new features including: vt(4) a new console driver, support for FreeBSD/i386 guests on the bhyve hypervisor, support for SMP on armv6 kernels, UEFI boot support for amd64 architectures, support for the UDP-Lite protocol (RFC 3828) support on both IPv4 and IPv6, and much more. For a complete list of changes and new features, the release notes are also available.

2 of 123 comments (clear)

  1. Re:I Switched To FreeBSD by Bengie · · Score: 5, Insightful

    FreeBSD devs are almost entirely System Admins or ex-system admins. They eat their own dog-food. Many FreeBSD devs run "current" on production servers at their own jobs. FreeBSD "current" is currently 11.0. The FreeBSD SMP PF changes were running on several production servers as a "beta" for over a year. Each server was a router than handled tens of gigabits per second in a datacenter. These people really eat their own dog food.

  2. UDP-lite by spink008 · · Score: 3, Insightful

    Nice to see UDP-lite supported in FreeBSD. I am an author of this protocol (RFC 3828) and we made our initial implementation of UDP-lite in BSD many years ago. I would be interested to hear of any experiences using UDP-lite.