Module Name: src Committed By: riastradh Date: Sun Aug 7 20:44:39 UTC 2022
Modified Files: src/sys/kern: kern_module.c Log Message: module(9): Call callbacks in topological order on load. They are called in reverse topological order on unload. dtrace_sdt will rely on this soon to ensure provider definitions are processed before their uses. ok chs@ To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 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.