Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 1995 22:08:54 -0700
From:      Bill Paul <wpaul>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/modstat modstat.c
Message-ID:  <199504200508.WAA18084@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504200508.WAA18084>