Subject: CVS commit: [netbsd-2-0] src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/23/2004 10:45:33
Module Name:	src
Committed By:	tron
Date:		Sun May 23 10:45:33 UTC 2004

Modified Files:
	src/sys/fs/ntfs [netbsd-2-0]: ntfs_vfsops.h
	src/sys/lkm/compat/linux [netbsd-2-0]: lkminit_emul.c
	src/sys/lkm/vfs/miscfs/overlay [netbsd-2-0]: lkminit_vfs.c
	src/sys/lkm/vfs/ufs/ext2fs [netbsd-2-0]: lkminit_vfs.c

Log Message:
Pull up revision 1.4 (requested by atatat in ticket #374):
Tweak sysctl setup functions (the macros, actually) for use in lkms,
and tweak lkminit_*.c (where applicable) to call them, and to call
sysctl_teardown() when being unloaded.
This consists of (1) making setup functions not be static when being
compiled as lkms (change to sys/sysctl.h), (2) making prototypes
visible for the various setup functions in header files (changes to
various header files), and (3) making simple "load" and "unload"
functions in the actual lkminit stuff.
linux_sysctl.c also needs its root exposed (ie, made not static) for
this (when built as an lkm).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.4.1 src/sys/fs/ntfs/ntfs_vfsops.h
cvs rdiff -r1.3 -r1.3.18.1 src/sys/lkm/compat/linux/lkminit_emul.c
cvs rdiff -r1.3 -r1.3.18.1 src/sys/lkm/vfs/miscfs/overlay/lkminit_vfs.c
cvs rdiff -r1.3 -r1.3.18.1 src/sys/lkm/vfs/ufs/ext2fs/lkminit_vfs.c

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