freebsd_amp_hwpstate/sys/miscfs/union
Garrett Wollman c9b1d6048d More loadable VFS changes:
- Make a number of filesystems work again when they are statically compiled
  (blush)

- FIFOs are no longer optional; ``options FIFO'' removed from distributed
  config files.
1994-09-22 19:38:41 +00:00
..
README BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00
libc.opendir.c Added $Id$ 1994-08-02 07:55:43 +00:00
union.h Added $Id$ 1994-08-02 07:55:43 +00:00
union_subr.c Added $Id$ 1994-08-02 07:55:43 +00:00
union_vfsops.c More loadable VFS changes: 1994-09-22 19:38:41 +00:00
union_vnops.c Fix a few niggling little bugs: 1994-09-21 23:22:52 +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