Subject: CVS commit: src/sbin/modload
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/06/2003 19:23:22
Module Name:	src
Committed By:	jdolecek
Date:		Sat Sep  6 19:23:21 UTC 2003

Modified Files:
	src/sbin/modload: modload.8 modload.c

Log Message:
implement support for forced LKM load, which makes the kernel skip
the version checks, using new -f flag and LMFORCE ioctl

Hopefully the description in the manpage is discouraging enough so that
nobody would dare even _think_ of using forced loads. A warning
message is written to stderr when this is used, just in case.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sbin/modload/modload.8
cvs rdiff -r1.40 -r1.41 src/sbin/modload/modload.c

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