Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/fs
Module Name: src
Committed By: pooka
Date: Mon Jul 19 16:09:08 UTC 2010
Modified Files:
src/tests/fs: Makefile
src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h lfs.c msdosfs.c
puffs.c sysvbfs.c tmpfs.c
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/common: Makefile
Log Message:
Convert the file system test common routines into a library to
facilitate more complex user-side stuff (like the lfs cleaner and
nfs rpc code), which are non-trivial to do by #include.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/fs/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/common/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/ext2fs.c \
src/tests/fs/common/ffs.c src/tests/fs/common/msdosfs.c \
src/tests/fs/common/sysvbfs.c src/tests/fs/common/tmpfs.c
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/h_fsmacros.h
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/common/lfs.c
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/puffs.c
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index