Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/20/1998 09:40:02
drochner
Wed May 20 09:30:54 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv14143

Modified Files:
	locore.s trap.c 
Log Message:
Make copyout() and Co. work with PMAP_NEW on real i386 processors.
PMAP_NEW doesn't fault in page table pages automatically on access to
PTmap[], so we have to check the PTD explicitely.
If a PTP is needed, call uvm_fault(). pmap_enter() will DTRT.
Move calculation of the index into PTmap[] inside the loop in copyoutstr()
(non-PMAP_NEW case). Page boundary crosses are rare, so this should save
some cycles in average.


chs
Wed May 20 09:34:30 PDT 1998
Update of /cvsroot/src/sys/compat/osf1
In directory nb00:/tmp/cvs-serv14461

Modified Files:
	osf1_misc.c osf1_mount.c osf1_util.h syscalls.master 
Log Message:
make this compile again.


chs
Wed May 20 09:35:01 PDT 1998
Update of /cvsroot/src/sys/compat/osf1
In directory nb00:/tmp/cvs-serv14508

Modified Files:
	osf1_signal.c 
Log Message:
make this compile again.


chs
Wed May 20 09:35:21 PDT 1998
Update of /cvsroot/src/sys/compat/osf1
In directory nb00:/tmp/cvs-serv14527

Modified Files:
	osf1_syscall.h osf1_syscallargs.h osf1_syscalls.c 
	osf1_sysent.c 
Log Message:
regen