From owner-cvs-all Tue Apr 4 14: 0:43 2000 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 42C1637BEE1; Tue, 4 Apr 2000 14:00:41 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46425; Tue, 4 Apr 2000 14:00:41 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200004042100.OAA46425@freefall.freebsd.org> From: Mike Smith Date: Tue, 4 Apr 2000 14:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/04/04 14:00:40 PDT Modified files: sys/vm vm_zone.c Log: Fix _zget() so that it checks the return from kmem_alloc(), to avoid zttempting to bzero NULL when the kernel map fills up. _zget() will now return NULL as it seems it was originally intended to do. Revision Changes Path 1.31 +10 -4 src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message