Module Name:    src
Committed By:   christos
Date:           Sat Sep  9 16:01:09 UTC 2023

Modified Files:
        src/sys/kern: init_sysctl.c kern_sysctl.c
        src/sys/sys: systm.h

Log Message:
Move the initialization of the random hash for addresses earlier so that
it does not happen under a spin lock context (when it is first used).


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.269 -r1.270 src/sys/kern/kern_sysctl.c
cvs rdiff -u -r1.304 -r1.305 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to