OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Tom Cosgrove (tomcvs.openbsd.org)
Date: Tue Mar 01 2005 - 18:44:13 CST


CVSROOT: /cvs
Module name: src
Changes by: tomcvs.openbsd.org 2005/03/01 17:44:13

Modified files:
        sys/msdosfs : msdosfs_vnops.c

Log message:
Add support for MS-DOS filesystems > 128 GB, by changing the way we
calculate fileids (fake inode numbers). This uses some hash code by
Thomas Wang, who has agreed to the existing licence on the file (i.e.
his name just needed to be added to the copyright list). Thanks.

Also a tiny bit of KNF.

Closes PR 4119; works for the OP Pawel Rogocz.

Help with testing todd, thanks.

ok deraadt