Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
bouyer
Wed Mar 18 07:57:27 PST 1998
Update of /cvsroot/src/sys/ufs/ext2fs
In directory nb00:/tmp/cvs-serv17713/ufs/ext2fs
Modified Files:
ext2fs_vfsops.c
Log Message:
Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
bouyer
Wed Mar 18 07:57:28 PST 1998
Update of /cvsroot/src/sys/ufs/ffs
In directory nb00:/tmp/cvs-serv17713/ufs/ffs
Modified Files:
ffs_alloc.c ffs_balloc.c ffs_extern.h ffs_inode.c ffs_subr.c
ffs_vfsops.c fs.h
Added Files:
ffs_bswap.c
Log Message:
Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
bouyer
Wed Mar 18 07:57:28 PST 1998
Update of /cvsroot/src/sys/ufs/lfs
In directory nb00:/tmp/cvs-serv17713/ufs/lfs
Modified Files:
lfs_vfsops.c
Log Message:
Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
bouyer
Wed Mar 18 07:57:29 PST 1998
Update of /cvsroot/src/sys/ufs/ufs
In directory nb00:/tmp/cvs-serv17713/ufs/ufs
Modified Files:
dir.h ufs_bmap.c ufs_extern.h ufs_lookup.c ufs_vnops.c
ufsmount.h
Added Files:
ufs_bswap.h
Log Message:
Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
bouyer
Wed Mar 18 07:57:30 PST 1998
Update of /cvsroot/src/sys/conf
In directory nb00:/tmp/cvs-serv17713/conf
Modified Files:
files
Log Message:
Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
Home |
Main Index |
Thread Index |
Old Index