Date: Fri, 6 Dec 1996 04:47:07 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_conf.c Message-ID: <199612061247.EAA02240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/12/06 04:47:06 Modified: sys/kern kern_conf.c Log: Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy modules sort of works now. Their devswitch entries aren't cleaned up, so accessing them after they have been unloaded causes a panic in spec_open(). Submitted by: durian@plutotech.com (Mike Durian), IIRC Revision Changes Path 1.13 +3 -2 src/sys/kern/kern_conf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612061247.EAA02240>