Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/26/2004 14:11:01
Module Name:	src
Committed By:	drochner
Date:		Fri Mar 26 14:11:01 UTC 2004

Modified Files:
	src/sys/arch/hp700/hp700: genassym.cf
	src/sys/arch/hppa/hppa: fpu.c sig_machdep.c sigcode.S trap.c
	src/sys/arch/hppa/include: signal.h

Log Message:
To the rest of the kernel, pretend that hppa supports SIGINFO.
There are still only "sigcontext" stackframes passed to the user,
but at least we can clean up the MI sources now.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/hp700/hp700/genassym.cf
cvs rdiff -r1.4 -r1.5 src/sys/arch/hppa/hppa/fpu.c \
    src/sys/arch/hppa/hppa/sigcode.S
cvs rdiff -r1.7 -r1.8 src/sys/arch/hppa/hppa/sig_machdep.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/hppa/include/signal.h

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