NetBSD/sys/ufs/ext2fs
bouyer dc306354b0 Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
1999-01-15 13:31:15 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
ext2fs.h Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
ext2fs_alloc.c For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it instead 1998-10-23 00:33:23 +00:00
ext2fs_balloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bmap.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bswap.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:15:38 +00:00
ext2fs_dinode.h For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it instead 1998-10-23 00:33:23 +00:00
ext2fs_dir.h Fix copyright '\t' -> ' ' 1998-09-13 15:14:40 +00:00
ext2fs_extern.h Use the pool allocator and "nointr" pool page allocator for ext2fs inodes. 1998-09-01 03:20:46 +00:00
ext2fs_inode.c For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it instead 1998-10-23 00:33:23 +00:00
ext2fs_lookup.c - intentation 1998-12-02 10:44:52 +00:00
ext2fs_readwrite.c #include opt_uvm.h only if _KENREL and !_LKM 1998-09-29 10:24:57 +00:00
ext2fs_subr.c ext2fs_checkoverlap is (or at least seems) unused, and its prototype is 1998-03-04 06:50:25 +00:00
ext2fs_vfsops.c - intentation 1998-12-02 10:44:52 +00:00
ext2fs_vnops.c - intentation 1998-12-02 10:44:52 +00:00