Module Name: src Committed By: riastradh Date: Sun Aug 7 21:17:18 UTC 2022
Modified Files: src/sys/kern: kern_module.c Log Message: module(9): Disable module autounload by default. I don't know why this was ever enabled by default; many modules are still not safe to unload, let alone autounload. If any autounload is to happen by default, it should only be for modules that have opted into it in some way after audit. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.