From owner-cvs-all Sat Jan 1 19:30:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3875151F2; Sat, 1 Jan 2000 19:30:44 -0800 (PST) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA44697; Sat, 1 Jan 2000 19:30:44 -0800 (PST) (envelope-from bp@FreeBSD.org) Message-Id: <200001020330.TAA44697@freefall.freebsd.org> From: Boris Popov Date: Sat, 1 Jan 2000 19:30:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 2000/01/01 19:30:44 PST Modified files: sys/msdosfs msdosfs_vnops.c Log: Fix the mess with signed/unsigned longs and ints (inspired by bde). Fix potential bug with directory reading. Explicitly limit file size to 4GB (msdos can't handle larger files). Slightly reorganize msdosfs_read() to reduce number of 'if's. Revision Changes Path 1.94 +27 -19 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message