Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys
Module Name: src
Committed By: martin
Date: Tue Sep 10 16:16:46 UTC 2019
Modified Files:
src/sys/kern [netbsd-9]: kern_time.c
src/sys/sys [netbsd-9]: timevar.h
Log Message:
Pull up following revision(s) (requested by maxv in ticket #192):
sys/sys/timevar.h: revision 1.39
sys/kern/kern_time.c: revision 1.198
Fix race in timer destruction.
Anything we confirmed about the world before callout_halt may cease
to be true afterward, so make sure to start over in that case.
Add some comments explaining what's going on.
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.197.4.1 src/sys/kern/kern_time.c
cvs rdiff -u -r1.38 -r1.38.6.1 src/sys/sys/timevar.h
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