Name Date Size #Lines LOC

..--

READMEH A D20-Feb-2020423 97

libc.opendir.cH A D20-Feb-20203.8 KiB199120

union.hH A D20-Feb-20203.6 KiB10475

union_subr.cH A D20-Feb-202022.6 KiB1,061729

union_vfsops.cH A D20-Feb-202010.4 KiB470300

union_vnops.cH A D20-Feb-202035.2 KiB1,6321,098

README

1If you plan on using union mounts, then you should consider replacing
2three files in "libc/gen" in the C library with the files in "libc"
3in this directory.  The replacement version of opendir() automatically
4removes duplicate names when a union stack is encountered. The other
5two files do special handling of whiteouts. You will then need to
6rebuild the C library and all commands.
7
8@(#)README	8.2 (Berkeley) 11/04/94
9