From owner-freebsd-commit Sat Mar 2 14:58:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23999 for freebsd-commit-outgoing; Sat, 2 Mar 1996 14:58:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23992 for cvs-all-outgoing; Sat, 2 Mar 1996 14:58:02 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23966 Sat, 2 Mar 1996 14:57:46 -0800 (PST) Date: Sat, 2 Mar 1996 14:57:46 -0800 (PST) From: John Dyson Message-Id: <199603022257.OAA23966@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_rlist.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/02 14:57:46 Modified: sys/kern subr_rlist.c Log: Fix a problem with the rlist code that it can have virtual pages that don't really exist yet. This can break pstat -s. Jeesh, the rlist code needs to be cleaned up... Revision Changes Path 1.16 +4 -3 src/sys/kern/subr_rlist.c