]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that
authorpeter <peter@FreeBSD.org>
Sat, 11 Dec 1999 10:21:34 +0000 (10:21 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 11 Dec 1999 10:21:34 +0000 (10:21 +0000)
commita9e62f9902f21861f553647dab07e745ca6e2b41
treeaeec71b40afcc75f02496a5be5ff112c48096838
parent2f2990e953cdb9c6adc40039edc1ba06d8fa7188
Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that
maps onto the upages.  We used to use this extensively, particularly
for ps and gdb.  Both of these have been "fixed".  ps gets the p_stats
via eproc along with all the other stats, and gdb uses the regs, fpregs
etc files.

Once apon a time the UPAGES were mapped here, but that changed back
in January '96.  This essentially kills my revisions 1.16 and 1.17.
The 2-page "hole" above the stack can be reclaimed now.
sys/fs/procfs/procfs_mem.c
sys/miscfs/procfs/procfs_mem.c