Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/newfs
Module Name: src
Committed By: dsl
Date: Wed Sep 3 19:29:18 UTC 2003
Modified Files:
src/sbin/newfs: extern.h mkfs.c newfs.c
Log Message:
Ensure the area between the end of the main superblock and the start of the
first alternate superblock is zerod.
Removes any possibility of any programs using a trully out of date
alternate superblock if a filesystem is remade with a larger block size.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/newfs/extern.h
cvs rdiff -r1.75 -r1.76 src/sbin/newfs/mkfs.c
cvs rdiff -r1.68 -r1.69 src/sbin/newfs/newfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index