Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/18/2004 03:07:40
Module Name:	src
Committed By:	christos
Date:		Sat Dec 18 03:07:40 UTC 2004

Modified Files:
	src/sys/kern: vfs_subr.c

Log Message:
- Move string array definitions and bitmap array definitions to the appropriate
  header files, so that they don't become out of sync (again).
- Use bitmask_snprintf() instead of hand-rolled code.
- Always check array bounds before dereferencing print arrays.
- Order arguments in the vnode printing functions consistently.


To generate a diff of this commit:
cvs rdiff -r1.236 -r1.237 src/sys/kern/vfs_subr.c

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