Archive for February 2004

02/29/2004
Other people’s business

NetBSD, recently incorporated as a non-profit, produced a 2003 report, where they detail some interesting work formalizing the support structure of a mostly volunteer project. I don’t recall if I mentioned it before, but the October-December 2003 FreeBSD Status Report came out a while back.

Better history

Aaron Malone submitted (and Hiten Pandya committed) a whole lot of man page changes to account for changes from FreeBSD to DragonFly in system name but not history. Specifically, the HISTORY sections. It’s not glamorous, but it’s good to do it.

02/28/2004
Matt Dillon takes a spill

Matt Dillon will be coding a little more slowly for the next while – he broke his right clavicle while riding his bike, so his typing speed has been reduced, temporarily.

02/27/2004
A BFD: bfe

Joerg Sonnenberger added a driver for the ‘bfe’ device, which is the Broadcom DCM4401 NIC.

02/26/2004
The Plan for BSDCan

BSDCan is happening in Ottawa, Canada, May 13-16. Nothing DragonFly-specific planned there yet…

http://www.bsdcan.org/

June bugs

Matt Dillon mentioned that June is the current target for a 1.0 release of DragonFly BSD.

Packaging thoughts

Simon ‘corecode’ Schubert has posted his initial thoughts about a packaging system; discussion about is on the dragonfly.kernel mailing list/newsgroup. Simon wants to move fast – 1-2 weeks for suggestions, then some weeks for implementation planning, and then jump in!

02/25/2004
Permamixer

If you now set mixer_enable="YES" in rc.conf, your mixer settings will get saved, thanks to ibotty’s idea and Joerg Sonnenberger’s commit.

(I’m writing this without trying it, but that’s how I read it…)

Dragonflybsd.org updated

Dragonflybsd.org has a new layout, which can be mostly be called my fault.

02/24/2004
dfports report

Joerg Sonnenberger has done some major cleanup to dfports. A cvsup would be a good idea.

A quote from him follows:

“Hi all, next time you update your dfports tree, you must update
/usr/share/mk/bsd.port.mk and /usr/share/mk/bsd.dfport.mk too. This should fix a lot of the problems various people mentioned in the past weeks. You should also check the dependencies e.g. of GTK+, if you haven’t rebuild your ports after January 25th. Otherwise the dependencies recorded are supposedly broken.”

02/21/2004
All balled up

Andreas Hauser noted that he creates a tarball of the DragonFly source fresh on a daily basis, and puts it here: http://ftp.fortunaty.net/DragonFlyBSD/dcvs.tar.bz2

ACPI added

Matt Dillon has brought in the December 2003 release of ACPI (acpica-unix-20031203) from Intel. The old code is still what’s on by default, as the new code builds but does not yet work.

02/20/2004
DragonFly BitTorrent available

Simon ‘corecode’ Schubert has added a BitTorrent file for downloading the latest ISO of DragonFly from his site.

02/19/2004
Living dangerously

Peter Kadau answered a question from Jonathon McKitrick about getting rid of your boot manager, if you just have DragonFly:

boot0cfg -o noupdate -s 1 -t 0 -B ad0

Matt Dillon followed up on the topic mentioning that the ‘Dangerously Dedicated’ mode from the old FreeBSD installer is probably no longer worthwhile, and may even cause problems.

02/18/2004
ATAng just in case

Matt Dillon posted that if the recent ATAng integration keeps your IDE controller from working (though the opposite is more common), do:

#define NO_ATANG in /usr/src/sys/dev/disk/ata/ata-all.h

Propolice at least

Tomaz Borstnar noted that propolice support is still there for GCC2 (the only compiler at the time it was added) but not yet for GCC3. Matt Dillon followed up saying that other ‘gcc3isms’ have to be cleaned up first, though integration shouldn’t be hard.

SATA support, sorta

Matt Dillon’s added experimental support for the Silicon Image 3512 SATA controller.

Incidentally, credit goes to David Rhodus for generating the base patch for all the ATAng work committed by Matt Dillon yesterday.

ATAng added

Matt Dillon has brought in ATAng from FreeBSD 4 except for “the dma chipset changes and the busdma changes”, while retaining the apparently better DragonFly MPIPE version.

02/17/2004
Spamfilters on

Spam filters have been turned on for the various DragonFly lists: (Taken from Matt Dillon’s post explaining this)


  • Matches against certain really annoying viruses
  • With a MIME Content-Type header of text/html
  • With a MIME Content-Type header of multipart/alternative
  • Without a working reverse DNS lookup
  • Without a FQDN formatted HELO line
  • With an invalid envelope sender. The spam filter does a realtime
    connect back to the SMTP server associated with the envelope sender
    and attempts to RCPT to it. If this fails the mail will be rejected.

02/16/2004
Site changes

Matt Dillon’s updated the DragonFly site diary.