Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/17/1999 23:31:02
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Jun 18 06:31:01 UTC 1999

Modified Files:
	syssrc/sys/arch/atari/atari: trap.c

Log Message:
Sync up with the following hp300 trap.c change:

revision 1.41
date: 1996/09/07 22:26:50;  author: mycroft;  state: Exp;  lines: +5 -20
Use SIGBUS iff we get a legitimate bus fault.  Use SIGSEGV for page protection
violations (per Solaris, SVR4, AIX, Linux, Irix, and SunOS).

...which happens to eliminate an unsafe call to uvm_map_checkprot().


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/atari/atari/trap.c

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