Module Name: src Committed By: pgoyette Date: Sat Dec 5 00:51:43 UTC 2015
Modified Files: src/sys/kern: sysv_ipc.c Log Message: When unloading the module, clear the address of the kauth_listener after removing the listener. This enables the module to (attempt to) initialize again without hitting the KASSERT() is sysvipc_init(). XXX This will allow standard kernels to boot successfully. However, XXX module initializtion is still broken. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/kern/sysv_ipc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.