Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sbin/newfs_msdos



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 20:52:42 UTC 2009

Modified Files:
        src/sbin/newfs_msdos [netbsd-5]: newfs_msdos.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #389):
        sbin/newfs_msdos/newfs_msdos.c: revision 1.29
Do not erroneously leave a truncated 16-bit sector
count on "large" (>=32MB) file systems when fetching the geometry from
the medium.  This confuses some software (which is to say Windows)
when a device newfs(8)ed under NetBSD is transported to another
system.  (Note: The rest of the code uses 'bsec', and DTRT for smaller
file systems.)
contributed anonymously.


To generate a diff of this commit:
cvs rdiff -r1.27.2.1 -r1.27.2.2 src/sbin/newfs_msdos/newfs_msdos.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