From owner-freebsd-current Sun Feb 7 16:44:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14144 for freebsd-current-outgoing; Sun, 7 Feb 1999 16:44:30 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14128 for ; Sun, 7 Feb 1999 16:44:27 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id QAA31109; Sun, 7 Feb 1999 16:44:26 -0800 (PST) (envelope-from dillon) Date: Sun, 7 Feb 1999 16:44:26 -0800 (PST) From: Matthew Dillon Message-Id: <199902080044.QAA31109@apollo.backplane.com> To: current@FreeBSD.ORG Subject: medium sized VM commits Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've made a number of medium-sized VM commits today, just FYI: * The PQ_ZERO page queue has been ripped out and its functionality merged into PQ_FREE. The code is functionally the same ( or close to it ), but the kernel is a couple of kilobytes smaller. * MAP_ENTRY_IS_A_MAP has been removed. This code was no longer used and we probably wouldn't use it even if we wanted to do to odd little problems with it before. * vm_page_zero_idle() has been adjusted to handle the PQ_ZERO changes as well as revamped somewhat. I've tried to do the same in the alpha version of it too ( since it is in ARCH/ARCH/machdep.c ) but, obviously, I can't compile up the alpha version. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message