daemon banner  
..
Projects Publications Presentations Links Contact


This is an annotated list of the patches that I am currently working on for FreeBSD. You may prefer to look at this directory listing for the newest files without any descriptions.

Filename Date Description Status
fetch-if-modified-since-6.4.diff 9 Dec 2008 Additions to libfetch and fetch(1) to support If-Modified-Since HTTP header with a new -i flag which accepts a file on a local filesystem, the mtime of which is passed to the http server. This is useful for example for only downloading an RSS feed if it has changed since the last version downloaded. Pending Review
nfsports.diff 31 Mar 2003 Additions to "make release" to specify that the distfiles directory should be mounted from an NFS server directly inside the chroot environment, rather than copying them from another local directory. This saves diskspace and time. Pending Review
Makefile.diff 8 Dec 2002 Additions to "make release" to create a DRIVERS.TXT manifest of device drivers that are provided on the drivers.flp image. Committed.
driver-desc.awk 8 Dec 2002 Additions to "make release" to create a DRIVERS.TXT manifest of device drivers that are provided on the drivers.flp image. Committed.
sysinstall.8.diff 30 May 2002 Additions to sysinstall(8) to describe the valid properties for cdrom.inf and how the contents of packages/INDEX are used. This new addition also describes how multi-volume support works. Committed.
drivers.conf.5 23 Mar 2002 A man page that documents the driver configuration used by "make release". Committed.
release.7 12 Mar 2002 A man page that documents "make release". Committed.
cronyx.diff 9 Mar 2002 A small patch to add make_dev / destroy_dev calls to the new cronyx driver, so that the sconfig program works in -CURRENT. Pending Review
cronyx-vendor.diff 9 Mar 2002 A large patch supplied by Roman Kurakin from Cronyx to add a new if_cp driver for Tau-PCI async serial boards. This is mostly functional, but there are a few problems that need to be worked out before we can commit this. Pending Review
charter.sgml 4 Mar 2002 A charter for the release engineering team. The built document can be seen here Committed.
www-releng.patch 4 Mar 2002 A patch to add a charter for the Release Engineering Team. Committed.
sparc64-install.tgz 25 Feb 2002 Beginning Installation Guide for FreeBSD/sparc64. Untar to src/release/doc/en_US.ISO8859-1/installation. Click here to see the built document. Committed by tmm
sparc64.tgz 23 Feb 2002 Beginning Hardware Notes for FreeBSD/sparc64. Untar to src/release/doc/en_US.ISO8859-1/hardware. Click here to see the built document. Committed w/ changes submitted by jake and tmm.
hw.ent.diff 23 Feb 2002 Small patch to add sparc64 entity to hardware/common/hw.ent in the release notes. Committed w/ changes submitted by jake and tmm.
client-dhclient.8.diff 19 Feb 2002 (DHCPv3) Reference to man page in the wrong section and spelling error. Committed to DHCP v3.0.1rc7
client-scripts-freebsd.diff 19 Feb 2002 (DHCPv3)
  • Use cleaner -n syntax instead of comparison against "".
  • Space the output consistently.
  • Use the correct arp arguments.
Committed to DHCP v3.0.1rc7
client-dhclient.conf.5.diff 19 Feb 2002 (DHCPv3) Fix numerous spelling errors, use CLIENTBINDIR for the path to dhclient. Committed to DHCP v3.0.1rc7
common-dhcp-options.5.diff 19 Feb 2002 (DHCPv3) Note that the hostname is only set if it was not already set before running dhclient-script. Committed to DHCP v3.0.1rc7
release.diff 16 Jan 2002 This patch is a partial MFC of r1.578 to src/release/Makefile by "HOSOKAWA, Tatsumi" <hosokawa@FreeBSD.org>. A number of changes were necessary to make this patch work with stable, due to the difference in the way that -CURRENT and -STABLE treat modules. This patch also includes a change to dokern.sh to re-enable SYSVSHM but to disable the an wireless network driver, which is now included in the /stand/modules directory of the MFSROOT, where sysinstall loads it from during installation. Committed
drivers.conf 16 Jan 2002 A configuration file that lists drivers that should be installed as modules from disc2 (MFSROOT) or disc3 (not-yet supported). For now, this file only lists if_an and if_wi, which gives some needed extra room for SYSVSHM. Place this file in src/release/i386. Committed
driver-copy2.pl 16 Jan 2002 This is the script from -CURRENT, needed for driver.conf support. Written by hosokawa. Place this file in src/release/scripts Committed
driver-remove.pl 16 Jan 2002 This is the script from -CURRENT, needed for driver.conf support. Written by hosokawa. Place this file in src/release/scripts Committed
Copyright © 2001-2005 Murray Stokely. All rights reserved.
Last modified: 2008-12-10 07:22:57 UTC