From owner-cvs-all Sat Aug 4 13:17: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC50037B401; Sat, 4 Aug 2001 13:17:05 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f74KH5N78137; Sat, 4 Aug 2001 13:17:05 -0700 (PDT) (envelope-from tmm) Message-Id: <200108042017.f74KH5N78137@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 4 Aug 2001 13:17:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c vm_zone.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/08/04 13:17:05 PDT Modified files: sys/vm vm_zone.c vm_zone.h Log: Add a zdestroy() function to the zone allocator. This is needed for the unload case of modules that use their own zones. It has been tested with the nfs module. Revision Changes Path 1.47 +109 -1 src/sys/vm/vm_zone.c 1.19 +2 -1 src/sys/vm/vm_zone.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message