Subject: Re: CVS commit: src/sys/kern
To: None <kardel@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 07/14/2006 11:55:27
Christos Zoulas <christos@netbsd.org> writes:
> Module Name:	src
> Committed By:	christos
> Date:		Fri Jul 14 15:52:44 UTC 2006
>
> Modified Files:
> 	src/sys/kern: sys_generic.c
>
> Log Message:
> - rename sleepts to sleeptv since it is a timeval.
> - don't initialize it needlessly.
> - fix the poll code the same way the select code was fixed, so that it
>   computes the remaining time to sleep properly.

I bet there are similar bugs in the kqueue/kevent logic paths.

Perry