NetBSD/sys/miscfs/union
mycroft cab4d25c24 stat the file system at mount time, for `df -n', et al. 1994-09-15 03:42:37 +00:00
..
README New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
libc.opendir.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
union.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
union_subr.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
union_vfsops.c stat the file system at mount time, for `df -n', et al. 1994-09-15 03:42:37 +00:00
union_vnops.c Use VCALL(), not VOCALL(), and simplify union_advlock(). 1994-08-30 03:01:01 +00:00

README

/*	$NetBSD: README,v 1.3 1994/06/29 06:35:16 cgd Exp $	*/

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