From owner-cvs-usrbin Wed Apr 19 22:09:00 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18096 for cvs-usrbin-outgoing; Wed, 19 Apr 1995 22:09:00 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18084 ; Wed, 19 Apr 1995 22:08:54 -0700 Date: Wed, 19 Apr 1995 22:08:54 -0700 From: Bill Paul Message-Id: <199504200508.WAA18084@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/modstat modstat.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/04/19 22:08:53 Modified: sys/kern kern_lkm.c sys/sys lkm.h usr.bin/modstat modstat.c Log: Undo the stupidity I inflicted on these files and replace it with some (hopefully) less offensive stupidity: If we detect that a user has loaded a module that fails to initialize itself correctly, panic. There really isn't a safe way to recover from something like this; we can't know that the module is bad until after the entry point is called, by which time it's too late to do anything about it.