Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2000 19:30:44 -0800 (PST)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/msdosfs msdosfs_vnops.c
Message-ID:  <200001020330.TAA44697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001020330.TAA44697>