Subject: CVS commit: [nathanw_sa] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/28/2002 20:02:54
Module Name:	syssrc
Committed By:	nathanw
Date:		Mon Jan 28 18:02:54 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_time.c

Log Message:
Don't refuse a SIGEV_SA sigevent registration for timer_create() for a
process that doesn't have P_SA set; it may be setting up the timer
before enabling SA's. Instead, check for P_SA before invoking the
upcall in realtimerexpire().


To generate a diff of this commit:
cvs rdiff -r1.54.2.6 -r1.54.2.7 syssrc/sys/kern/kern_time.c

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