Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/07/1997 21:30:01
bad
Sun Dec  7 13:27:11 PST 1997
Update of /a/cvsroot/src/usr.bin/mail
In directory netbsd1:/var/slash-tmp/cvs-serv11338

Modified Files:
	quit.c 
Log Message:
Fix a pasto that would cause coredumps on exit when the mailbox has been
changed and new mail has arrived in the mean time.  (PR bin/4644 Ken Wellsch)
While I'm here, fix typo in comment.


fvdl
Sun Dec  7 13:28:57 PST 1997
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv11468

Modified Files:
	trap.c 
Log Message:
When getting a pagefault for a PT page, wire it. Normally we fault them in
ourselves, but this can still happen on a 386 in copyout & friends.

Fixes pmap_changebit panics seen on 386s. Thanks to Juergen Hannken-Illjes
for providing detailed info on bug occurances.