Index of patches to be applied to NetBSD 1.0. Assuming your source tree is in /usr/src, these patches should be applied from /usr. In other words, if the patches are located in /tmp/patchdir, and you wanted to apply patch 0, you would execute the command: cd /usr ; patch -p < /tmp/patchdir/patch_00 Except where noted, the patches may be applied independently of each other. INDEX DESCRIPTION ----- ----------- patch_00 Fix a corrupt file in the ksrc10 distribution. Affects: src/sys/arch/i386/isa/pcvt/pcvt_vtf.c patch_01 Fix autoconfiguration bug affecting the hp300. Correct a situation in which config(8) could dump core. Affects: src/sys/arch/hp300/hp300/swapgeneric.c src/usr.sbin/config/mkioconf.c patch_02 Fix several serious bugs in fsck(8). Affects: src/sbin/fsck/dir.c src/sbin/fsck/pass2.c patch_03 Fix a potentially fatal context switching bug. Affects: src/sys/arch/i386/i386/locore.s patch_04 Fix timeout handling bug in i386 parallel port driver. Affects: src/sys/arch/i386/isa/lpt.c patch_05 Be more careful with maximum file sizes, to avoid serious file system bugs. Affects: src/sys/ufs/ffs/ffs_inode.c src/sys/ufs/ffs/ffs_vfsops.c src/sys/ufs/ufs/ufs_vnops.c patch_06 Fix core dump on end of group. Affects: src/usr.bin/sed/compile.c