freebsd-src/sys/amd64
Peter Wemm bf8ca114e2 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
..
acpica Port acpica to amd64. 2003-05-31 06:47:05 +00:00
amd64 Fix up bogus index/offset/mask calculations in the allocpte and the 2003-07-09 22:59:45 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Turn ips back on. 2003-06-27 23:11:22 +00:00
ia32 Regenerate. 2003-05-31 06:51:04 +00:00
include Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending 2003-07-09 23:04:23 +00:00
isa Use __FBSDID(). 2003-06-02 16:32:55 +00:00
pci Commit MD parts of a loosely functional AMD64 port. This is based on 2003-05-01 01:05:25 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00