Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 11/09/2006 15:06:03
Module Name:	src
Committed By:	jmmv
Date:		Thu Nov  9 15:06:03 UTC 2006

Modified Files:
	src/sys/fs/tmpfs: TODO tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c
	    tmpfs_vnops.h

Log Message:
Audit kqueue notifications.  The reference behavior is taken from MFS and
is represented in the regression tests.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/fs/tmpfs/TODO
cvs rdiff -r1.28 -r1.29 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -r1.15 -r1.16 src/sys/fs/tmpfs/tmpfs_vfsops.c
cvs rdiff -r1.30 -r1.31 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs_vnops.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.