From owner-cvs-sys Sun Apr 20 10:12:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01626 for cvs-sys-outgoing; Sun, 20 Apr 1997 10:12:15 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01614; Sun, 20 Apr 1997 10:12:13 -0700 (PDT) Date: Sun, 20 Apr 1997 10:12:13 -0700 (PDT) From: John Dyson Message-Id: <199704201712.KAA01614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/04/20 10:12:13 Modified: sys/miscfs/procfs procfs_mem.c Log: Fix both a problem with accessing backing objects, and also release the process map on nonexistant pages. PR: kern/3327 Submitted by: Tor Egge Revision Changes Path 1.25 +14 -1 src/sys/miscfs/procfs/procfs_mem.c