Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Thu Mar 26 17:52:01 PST 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv364

Modified Files:
        init_main.c 
Log Message:
Make proc0 use the statically-allocate vmspace0 again, and make it use
the kernel's pmap, since proc0 (and other that share its address space)
are kernel-only processes, and should never contain userspace mappings.

This makes it easier to detect errors, like entering user mappings
for kernel processes, in pmap modules, and makes some sense, considering
that kernel processes are really just "thread contexts" for the kernel.


thorpej
Thu Mar 26 17:56:53 PST 1998
Update of /cvsroot/doc
In directory nb00:/tmp/cvs-serv405

Modified Files:
        CHANGES 
Log Message:
Make a note about MACHINE_NEW_NONCONTIG for alpha.


thorpej
Thu Mar 26 17:58:39 PST 1998
Update of /cvsroot/doc
In directory nb00:/tmp/cvs-serv426

Modified Files:
        CHANGES 
Log Message:
Note a few more Alpha pmap changes.




Home | Main Index | Thread Index | Old Index