Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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




Home | Main Index | Thread Index | Old Index