]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that
authorPeter Wemm <peter@FreeBSD.org>
Sat, 11 Dec 1999 10:21:34 +0000 (10:21 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 11 Dec 1999 10:21:34 +0000 (10:21 +0000)
commit99b30c79b0dcd3693b5b190a50db61d8d86c48b8
tree0d5450a5ea992c07227b56fcc62d232885624374
parent1c61bdc8ebcfbe381043482a5edb2c082974c9c6
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