NetBSD/sys/fs/union
nakayama d8c6d7b24e statvfs(2) returns bogus result from union mounted file systems with
`-r' option, since it uses uninitialized buffer in the case of no
lower-layer file system.

So, add M_ZERO to malloc(9) flags to initialize the buffer.
2005-08-24 15:21:28 +00:00
..
Makefile
files.union
union.h
union_subr.c - rename variables to avoid shadowing. 2005-05-29 21:00:29 +00:00
union_vfsops.c statvfs(2) returns bogus result from union mounted file systems with 2005-08-24 15:21:28 +00:00
union_vnops.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00