From owner-cvs-sys Sun Feb 1 21:14:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04538 for cvs-sys-outgoing; Sun, 1 Feb 1998 21:14:35 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04491; Sun, 1 Feb 1998 21:14:18 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA02419; Sun, 1 Feb 1998 21:14:05 -0800 (PST) Date: Sun, 1 Feb 1998 21:14:05 -0800 (PST) Message-Id: <199802020514.VAA02419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_proc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/02/01 21:14:04 PST Modified files: sys/kern kern_proc.c Log: Return the vm_map in the eproc structure, so we can support more accurate VSZ display in PS. Revision Changes Path 1.32 +2 -1 src/sys/kern/kern_proc.c