Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ufs



Module Name:    src
Committed By:   yamt
Date:           Tue Sep 27 06:48:56 UTC 2005

Modified Files:
        src/sys/ufs/ext2fs: ext2fs_subr.c ext2fs_vfsops.c
        src/sys/ufs/ffs: ffs_inode.c ffs_vfsops.c
        src/sys/ufs/lfs: lfs_vfsops.c
        src/sys/ufs/ufs: inode.h ufs_vnops.c ufsmount.h

Log Message:
introduce "ufs_ops" and use it for ITIMES.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/ufs/ext2fs/ext2fs_subr.c
cvs rdiff -r1.91 -r1.92 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.75 -r1.76 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.174 -r1.175 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.187 -r1.188 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.44 -r1.45 src/sys/ufs/ufs/inode.h
cvs rdiff -r1.134 -r1.135 src/sys/ufs/ufs/ufs_vnops.c
cvs rdiff -r1.22 -r1.23 src/sys/ufs/ufs/ufsmount.h

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