Subject: Re: CVS commit: src/sys/kern
To: None <jdolecek@netbsd.org, source-changes@NetBSD.org>
From: Charles M. Hannum <abuse@spamalicious.com>
List: source-changes
Date: 10/30/2003 16:42:00
On Thursday 30 October 2003 04:32 pm, Jaromir Dolecek wrote:
> Module Name: src
> Committed By: jdolecek
> Date: Thu Oct 30 16:32:59 UTC 2003
>
> Modified Files:
> src/sys/kern: kern_sig.c
>
> Log Message:
> ksiginfo_put(): only copy what's needed of ksiginfo_t, to slightly optimize
> the operation, and improve code readability at the same time
Uuuh, I think this change is incorrect. The point here is to replace the
entire siginfo contents -- possibly including extra fault data.