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

Modified Files:
	src/regress/sys/fs/tmpfs: h_funcs.subr h_tools.c t_create t_link
	    t_mkdir t_mknod t_read_write t_remove t_rename t_rmdir t_setattr
	    t_sockets t_symlink

Log Message:
Add several checks to see if tmpfs raises the proper kqueue events during
operation.  These all match the behavior exposed by MFS (except for a
corner case that is described in t_link).

Fixes to tmpfs itself to make these tests pass will come soon.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/regress/sys/fs/tmpfs/h_funcs.subr \
    src/regress/sys/fs/tmpfs/t_create src/regress/sys/fs/tmpfs/t_link \
    src/regress/sys/fs/tmpfs/t_mkdir src/regress/sys/fs/tmpfs/t_mknod \
    src/regress/sys/fs/tmpfs/t_read_write src/regress/sys/fs/tmpfs/t_rename \
    src/regress/sys/fs/tmpfs/t_rmdir src/regress/sys/fs/tmpfs/t_sockets
cvs rdiff -r1.5 -r1.6 src/regress/sys/fs/tmpfs/h_tools.c
cvs rdiff -r1.4 -r1.5 src/regress/sys/fs/tmpfs/t_remove \
    src/regress/sys/fs/tmpfs/t_setattr src/regress/sys/fs/tmpfs/t_symlink

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