FreeBSD Archive

FreeBSD Foundation Needs Donations

The law that governs nonprofit foundations requires that during its probationary period, at least 1/3 of its donations must be in the form of smaller donations from individuals, or it risks losing its tax-exempt status. Ironically, because of some very-generous donations, it now must make up for that with $30,400 in smaller donations by 12/31/2004. More info on their predicament an info on making donations are available on their web site.

FreeBSD: ULE Scheduler Status

Since the decision to demote ULE in favor of the 4BSD scheduler as the default for FreeBSD's 5.3-Release, many improvements to both schedulers have been committed. At the time it was marked broken, ULE was especially needy in light of the status of its maintainership, performance issues, and its unreliable nature in conjunction with threading and kernel preemption. Having resolved these problems, Jeff Roberson announces to -current that the ULE code is now in working order: More information can be found on kerneltrap.org.

Implementing Hardware RAID on FreeBSD

RAID has been around for over 15 years. Why use RAID? For me, the reasons are redundancy and reliability. I don't like disk failures. By running RAID, a disk failure will not take down my system; it still runs after a disk fails. When a disk does fail, I still have my system, and I can find another drive, add it to the system, and be ready for the next failure. Read More at ONLamp.

FreeBSD: ULE Scheduler Status

Since the decision to demote ULE in favor of the 4BSD scheduler as the default for FreeBSD's 5.3-Release, many improvements to both schedulers have been committed. At the time it was marked broken, ULE was especially needy in light of the status of its maintainership, performance issues, and its unreliable nature in conjunction with threading and kernel preemption. Having resolved these problems, Jeff Roberson announces to -current that the ULE code is now in working order, kerneltrap reports.