Date: Wed, 28 Jan 2004 09:34:26 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bzipfs.c dosfs.c ext2fs.c fstat.c nfs.c nullfs.c read.c splitfs.c ufs.c Message-ID: <200401281734.i0SHYQuA018313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401281734.i0SHYQuA018313>
