Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/28/2004 15:46:14
Module Name:	src
Committed By:	drochner
Date:		Sun Mar 28 15:46:14 UTC 2004

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c
	src/sys/arch/amd64/include: frame.h

Log Message:
We should ensure stack alignment _after_ subtracting sizeof(sigframe).
Should fix PR bin/24948 by Wolfgang S. Rupprecht.
(nuke getframe() completely because its interface doesn't support this,
and it it used at one place only anyway)


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/amd64/include/frame.h

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