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:   mrg
Date:           Sun Nov 23 10:09:26 UTC 2008

Modified Files:
        src/sys/ufs/ext2fs: ext2fs_alloc.c ext2fs_bswap.c ext2fs_dinode.h
            ext2fs_lookup.c ext2fs_vfsops.c ext2fs_vnops.c
        src/sys/ufs/ufs: inode.h

Log Message:
add support for 32 bit uid/gid fields in ext2, but only do so for
when the revision is > REV0.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/ufs/ext2fs/ext2fs_alloc.c
cvs rdiff -r1.13 -r1.14 src/sys/ufs/ext2fs/ext2fs_bswap.c
cvs rdiff -r1.16 -r1.17 src/sys/ufs/ext2fs/ext2fs_dinode.h
cvs rdiff -r1.55 -r1.56 src/sys/ufs/ext2fs/ext2fs_lookup.c
cvs rdiff -r1.139 -r1.140 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.82 -r1.83 src/sys/ufs/ext2fs/ext2fs_vnops.c
cvs rdiff -r1.54 -r1.55 src/sys/ufs/ufs/inode.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