Archive for March 2006

03/31/2006
Hardware driver project available

YONETANI Tomokazu got a letter from folks at JMicron, looking for someone to work on driver support for their drive controllers under DragonFly. Interested?

While on that topic, Matthew Dillon wrote some notes about device driver writing and the example driver code.

pkgsrc-2006Q1 out

Joerg Sonnenberger forwarded along the announcement that the first quarterly release of pkgsrc for 2006 is out. Notably, there’s nearly 6,000 packages, and these two interesting tips:

As always, we’d like to encourage users of the packages collection to install and run pkgsrc/security/audit-packages at least every day - this will provide notification of any packages which are vulnerable to exploit.

We’d also really appreciate it if people would install the pkgsrc/pkgtools/pkgsurvey package, and then run the pkgsurvey script for us. This will forward us a list of the packages installed on that machine, and the operating system and release level of the operating system. The results will be kept confidential, but the output will help us analyse the packages that are most used.

03/30/2006
deRaadt interview

Daemon News has an interview of OpenBSD’s Theo deRaadt, where he mentions DragonFly. The last response in the interview is also entertaining.

BSDTalk about BSDPortal

BSDTalk has a new interview up with Liam Foy, who is porting CARP to NetBSD, created BSDPortal.org, and (most importantly!) also contributes to DragonFly.

03/29/2006
One step closer

Matthew Dillon posted a description of his near-term work that will get us closer to the vaunted Cache Coherency Management System and, incidentally, userspace VFS.

Bigger sectors not bad

“walt” posted about the upcoming change from 512-byte to 4-kbyte sector size on disks.  Apparently, this won’t cause problems.

UnixReview.com: Lots
03/28/2006
Moved goals

My fault: the Goals section on the DragonFly BSD website is now moved to a single page under Docs.

03/27/2006
NQNFS gone; nobody minds

Matthew Dillon has removed NQNFS; normal NFSv2/NFSv3 will still work, which is probably the NFS flavors everyone would be using anyway…

03/26/2006
Overwrite first

Robert Sebastian Gerus found that it is possible to see filenames after deletions, which is an outgrowth of UFS (and a number of other filesystems). If this concerns you, use rm -P to overwrite the data before marking it unused.