Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/04/2003 17:50:06
Module Name: src
Committed By: jdolecek
Date: Tue Feb 4 15:50:06 UTC 2003
Modified Files:
src/sys/kern: kern_time.c
Log Message:
itimerfire(): fix bug in previous - if two or more timers would
fire close together, the second (and every other) timer would be
added to mask incorrectly - timerid value would be shifted twice,
and sa_upcall() would later kill process with SIGILL
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/kern/kern_time.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.