NetBSD/sys/conf
bouyer 091dafd39f 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.
1998-03-18 15:57:26 +00:00
..
defines
files Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
newvers.sh Implement method to store release information in one location; it's 1997-05-10 15:40:09 +00:00
osrelease.sh 1.3D -> 1.3E because of Lite2 import (was already done in sys/param.h, 1998-03-01 16:32:33 +00:00
param.c initial import of the new virtual memory system, UVM, into -current. 1998-02-05 07:59:28 +00:00