NetBSD/sys/ufs/ext2fs
cgd 651b44e211 Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install.  (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.)  The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change.  Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.
1998-06-12 23:22:30 +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 Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_alloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +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 Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dinode.h Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dir.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_extern.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_inode.c ffs_ -> ext2fs_ in warning; art@openbsd.org 1998-06-09 06:33:22 +00:00
ext2fs_lookup.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_readwrite.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +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 Convert fsync vnode operator implementations and usage from the old `waitfor' 1998-06-05 19:53:00 +00:00
ext2fs_vnops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00