From owner-cvs-all Sat Dec 11 2:21:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6889D1501E; Sat, 11 Dec 1999 02:21:37 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA91415; Sat, 11 Dec 1999 02:21:37 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912111021.CAA91415@freefall.freebsd.org> From: Peter Wemm Date: Sat, 11 Dec 1999 02:21:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/11 02:21:36 PST Modified files: sys/miscfs/procfs procfs_mem.c Log: 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. Revision Changes Path 1.45 +1 -41 src/sys/miscfs/procfs/procfs_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message