Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/18/2007 20:22:25
Module Name: src
Committed By: ad
Date: Sun Feb 18 20:22:25 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c
Log Message:
Sync signal delivery routines with i386. sendsig_reset() was not being
called, and so delivered signals were not being masked.
From cube@, with minor mods by me.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.33 -r1.34 src/sys/arch/amd64/amd64/netbsd32_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.