freebsd_amp_hwpstate/sys/miscfs/union
John Dyson c83ebe7781 Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
for VOP_BMAP.  Updated affected filesystems...
1995-09-04 00:21:16 +00:00
..
README
libc.opendir.c
union.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
union_subr.c The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE() 1995-08-17 11:53:51 +00:00
union_vfsops.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
union_vnops.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00

README

If you plan on using union mounts, then you should consider replacing
"libc/gen/opendir.c" in the C library with the file "libc.opendir.c"
in this directory.  The replacement version of opendir() automatically
removes duplicate names when a union stack is encountered.  You will
then need to rebuild the C library and all commands.

@(#)README	8.1 (Berkeley) 2/15/94