cvs commit: src/lib/libstand bzipfs.c dosfs.c ext2fs.c fstat.c nfs.c nullfs.c read.c splitfs.c ufs.c

John Baldwin jhb at FreeBSD.org
Wed Jan 28 09:34:28 PST 2004


jhb         2004/01/28 09:34:26 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    lib/libstand         bzipfs.c dosfs.c ext2fs.c fstat.c nfs.c 
                         nullfs.c read.c splitfs.c ufs.c 
  Log:
  MFC: Various fixes to libstand filesystem code:
  - Cleanup inconsistencies in error code handling.
  - Fix splitfs to allow for the first chunk to be on a different floppy than
    the foo.split file.
  
  Revision     Changes    Path
  1.2.2.4      +11 -5     src/lib/libstand/bzipfs.c
  1.4.2.2      +5 -2      src/lib/libstand/dosfs.c
  1.1.2.3      +2 -1      src/lib/libstand/ext2fs.c
  1.1.1.1.6.1  +3 -0      src/lib/libstand/fstat.c
  1.2.6.4      +3 -2      src/lib/libstand/nfs.c
  1.3.2.2      +6 -11     src/lib/libstand/nullfs.c
  1.1.1.1.6.2  +2 -2      src/lib/libstand/read.c
  1.3.2.2      +44 -18    src/lib/libstand/splitfs.c
  1.5.6.2      +1 -0      src/lib/libstand/ufs.c


More information about the cvs-all mailing list