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: 04/08/1998 17:30:02
thorpej
Wed Apr  8 17:23:39 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv8151/kern

Modified Files:
	kern_fork.c 
Log Message:
Allocate kernel virtual address space for the U-area before allocating
the new proc structure when performing a fork.  This makes it much
easier to abort a fork operation and return an error if we run out
of KVA space.

The U-area pages are still wired down in {,u}vm_fork(), as before.


thorpej
Wed Apr  8 17:23:39 PDT 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv8151/vm

Modified Files:
	vm_glue.c 
Log Message:
Allocate kernel virtual address space for the U-area before allocating
the new proc structure when performing a fork.  This makes it much
easier to abort a fork operation and return an error if we run out
of KVA space.

The U-area pages are still wired down in {,u}vm_fork(), as before.


thorpej
Wed Apr  8 17:23:39 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv8151/uvm

Modified Files:
	uvm_glue.c 
Log Message:
Allocate kernel virtual address space for the U-area before allocating
the new proc structure when performing a fork.  This makes it much
easier to abort a fork operation and return an error if we run out
of KVA space.

The U-area pages are still wired down in {,u}vm_fork(), as before.


thorpej
Wed Apr  8 17:24:05 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv8205

Modified Files:
	uvm_glue.c 
Log Message:
Oops, fix a typo.


tv
Wed Apr  8 17:27:47 PDT 1998
Update of /cvsroot/src/usr.bin/tn3270/tools/prt3270
In directory nb00:/tmp/cvs-serv8276

Modified Files:
	Makefile 
Log Message:
fix a minor dependency problem on mkmake