Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 04-Nov-1994 | 423 | 9 | 7 | |
libc.opendir.c | H A D | 15-Jun-1994 | 3.8 KiB | 199 | 120 | |
union.h | H A D | 10-Dec-1994 | 3.6 KiB | 104 | 75 | |
union_subr.c | H A D | 20-May-1995 | 22.6 KiB | 1,061 | 729 | |
union_vfsops.c | H A D | 20-May-1995 | 10.4 KiB | 470 | 300 | |
union_vnops.c | H A D | 23-Jun-1995 | 35.2 KiB | 1,632 | 1,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