FreeBSD Archive

Bordeaux 1.8 for FreeBSD Released

The Bordeaux Technology Group released Bordeaux 1.8 for FreeBSD. "Bordeaux 1.8 has had many changes on the back end, our build process has been totally rewritten, packaging has been totally rewritten. This release adds Microsoft Office 97, Adobe Photoshop 6 & 7 and Image Ready 3.0 and 7.0 support. Our winetricks script has been synced to the latest official release, Steam should now install and run once again, There has also been many small bug fixes and tweaks. This complete rewrite gives Bordeaux a much more clean and portable codebase, making new improvements much easier to provide. We already have some exciting things in the works for the next release." Bordeaux 1.8 now runs on Linux, BSD, Solaris and Mac.

FreeBSD 7-STABLE Now with ZFS Version 13

For all of you using FreeBSD and ZFS, Kip Macy (kmacy) and Pawel Jakub Dawidek (pjd) merged ZFS Version 13 into FreeBSD 7-STABLE. Here is a breakdown of some of the new features: kmem now goes up to 512GB so arc is now limited by physmem, the arc now experiences backpressure from the vm (which can be too much - but this allows ZFS to work without any tunables on amd64), L2ARC Level 2 cache for ZFS which allows you to use additional disks for cache, and more.

FreeBSD 7.2-RC2 Released

The second release candidate of FreeBSD 7.2 has been released. "The second of the two planed Release Candidates for the 7.2-RELEASE cycle is now available. We believe with the exception of the new bce(4) driver not working with lagg(4) all the major issues that have come up from the testing have been addressed. We will work with the vendor to get that issue addressed post-release."

FreeBSD 7.2-RC1 Released

KenSmith announced the immediate availability of FreeBSD 7.2-RC1 in the FreeBSD-stable mailing list. "The first of two planned Release Candidates for the FreeBSD 7.2-RELEASE cycle is now available. Testing of some of the recent work would be particularly appreciated." The release schedule states that the final release is to be expected early May, at which point we'll cover FreeBSD 7.2 in much more detail.

FreeBSD 7.2 Beta 1 Released

The FreeBSD team has pushed out the first test build of FreeBSD 7.2, a beta release. "The first of the test builds for the FreeBSD 7.2-RELEASE cycle is now available. Testing of two recent changes to the system would be particularly valuable. The bce(4) network driver was updated a few days ago. And some significant work was done on the threading libraries a short time ago that is known to fix several major issues but testing to see if it introduced any regressions would be appreciated."

A Taste of FreeBSD with VirtualBSD

If you wanted to try FreeBSD but didn't have the right hardware, or enough time to make it useful on the desktop, VirtualBSD might fit the bill: it's a VMware appliance based on FreeBSD 7.1-RELEASE and features the Xfce 4 Desktop Environment and a few of the most common applications to make it very functional right out of the box. If you're curious you can have a look at the screenshots, or proceed to the download page and grab the torrent file right away (note: VirtualBSD also works in VirtualBox 2.x as long as you create a new virtual machine and select the virtual disk from the archive instead of creating a new one).

Writing a Kernel Module for FreeBSD

"FreeBSD 7.0 has already been released. If you are a real hacker, the best way to jump in and learn it is hacking together an introductory kernel module. In this article I'll implement a very basic module that prints a message when it is loaded, and another when it is unloaded. I'll also cover the mechanics of compiling our module using standard tools and rebuilding the stock FreeBSD kernel. Let's do it!"

Review: FreeBSD 7.0

"Here we are at the moment of truth for the FreeBSD operating system - the 7.0 release. This is what FreeBSD users and developers have been waiting for ever since the dark days of the 5.X series when the promises of superior performance, threading, and stability fell flat. Though each release in the FreeBSD 6.X series improved markedly in quality and performance, 7.0 has been widely anticipated as the release that FreeBSD fans can have confidence in. I wish I could say that FreeBSD 7.0 lived up to the hype."

Beyond FreeBSD 7 Performance

"Since the conclusion of the SMPng project, the focus of SMP development in FreeBSD has shifted from deploying locking infrastructure to careful profiling and optimization of kernel SMP strategies for increased performance on common workloads. FreeBSD 7.0 was the first release to benefit from this optimization work." The status of this work includes MySQL workload benchmarks and memory allocator performance in the new FreeBSD 8 branch. Also, here is a recent presentation showing FreeBSD compared to several other operating systems like NetBSD, DrangonFly, Solaris, and Linux.

Preview: FreeBSD 7.0

"The next major update of FreeBSD 7, due this December, is in the running to be one of the most impressive FreeBSD releases to date. The ULE scheduler has now reached maturity, leading to significant gains across the board (particularly in server workloads). This new scheduler brings notably impressive performance improvements to both MySQL and PostgreSQL. In the first section of this article, I'm going to take a look at what's new. In the second section, I will discuss what the future holds for FreeBSD beyond the upcoming FreeBSD 7.0 release, including screen shots of the revamped FreeBSD installer 'finstall'."

What’s New in FreeBSD 7.0

"FreeBSD is back to its incredible performance and now can take advantage of multi-core/CPUs systems very well... So well that some benchmarks on both Intel and AMD systems showed release 7.0 being faster than Linux 2.6 when running PostreSQL or MySQL. Federico Biancuzzi interviewed two dozen developers to discuss all the cool details of FreeBSD 7.0: networking and SMP performance, SCTP support, the new IPSEC stack, virtualization, monitoring frameworks, ports, storage limits and a new journaling facility, what changed in the accounting file format, jemalloc(), ULE, and more."

FreeBSD Q4 Status Report

"This report covers FreeBSD related projects between October and December 2007. AsiaBSDCon 2008 is approaching and will be held at the Tokyo University of Science in Tokyo, Japan on the 27th - 30th of March 2008. The FreeBSD Foundation has released a Newsletter detailing their activities over the past few months. FreeBSD 7.0 is nearing release and the 2nd Release Canidate is ready for testing and is available for download now."

The Depenguinator Version 2.0

"In December 2003, I wrote a script for remotely upgrading a linux system to FreeBSD. I gave it a catchy name ('Depenguinator', inspired by the 'Antichickenator' in Baldur's Gate), announced it on a FreeBSD mailing list and on Slashdot, and before long it was famous. Unfortunately, it didn't take long for changes in the layout of FreeBSD releases to make the Depenguination script stop working; so for the past three years I have been receiving emails asking me to update it to work with newer FreeBSD releases." And now it's back.