NetBSD/sys/ufs
bouyer 6ab3092b11 Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
1997-10-09 15:42:19 +00:00
..
ext2fs Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ffs Fix messed up RCS Id. 1997-07-22 14:36:31 +00:00
lfs prototype lfs_cksum ifndef KERNEL 1997-09-15 06:44:48 +00:00
mfs remove swap configuration. 1997-06-12 17:12:17 +00:00
ufs In the function ufs_readlink(), check read permission before 1997-10-03 16:45:49 +00:00