Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: riastradh
Date: Fri Jun 23 21:19:03 UTC 2023
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
tsleep(9): Assert kernel lock held.
This is never safe to use without the kernel lock. It should only
appear in legacy subsystems that still run with the kernel lock.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/kern/kern_synch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index