peter 9fc6da3f4c Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending
on the implied sign extension.  The single unified VADDR() macro was
not able to avoid sign extending the VM_MAXUSER_ADDRESS/USRSTACK values.
Be explicit about UVADDR() (positive address space) and KVADDR()
(kernel negative address space) to make mistakes show up more
spectacularly.

Increase user VM space from 1/2TB (512GB) to 128TB.
2003-07-09 23:04:23 +00:00
..
2002-09-23 18:54:32 +00:00
2003-05-19 20:29:07 +00:00
2003-07-01 15:52:06 +00:00
2003-02-08 20:37:55 +00:00
2003-05-19 20:29:07 +00:00
2003-06-02 00:29:35 +00:00