From owner-freebsd-current@FreeBSD.ORG Fri Oct 3 10:48:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50CB16A4B3 for ; Fri, 3 Oct 2003 10:48:01 -0700 (PDT) Received: from sentry.rv.nailabs.com (sentry.rv.nailabs.com [204.254.155.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7E243FF7 for ; Fri, 3 Oct 2003 10:48:00 -0700 (PDT) (envelope-from areisse@nailabs.com) Received: by sentry.rv.nailabs.com; id NAA03786; Fri, 3 Oct 2003 13:50:04 -0400 (EDT) Received: from raven.rv.nailabs.com(10.33.1.50) by sentry.gw.tislabs.com via smap (V5.5) id xma003767; Fri, 3 Oct 03 13:49:57 -0400 Received: from raven.rv.nailabs.com (localhost [127.0.0.1]) h93Hlq2G001273 for ; Fri, 3 Oct 2003 13:47:52 -0400 (EDT) Received: (from areisse@localhost) by raven.rv.nailabs.com (8.12.10/8.12.10/Submit) id h93Hlqpu001272 for freebsd-current@freebsd.org; Fri, 3 Oct 2003 13:47:52 -0400 (EDT) Date: Fri, 3 Oct 2003 13:47:52 -0400 From: Andrew Reisse To: freebsd-current@freebsd.org Message-ID: <20031003134752.B25607@raven.rv.nailabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: freeing preloads X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 17:48:01 -0000 Is it possible to free memory associated with preload_search_by_type? The reason for this is that SEBSD uses the bootloader to read a large policy file at startup, but it is converted into a different format for use, and the original is not needed after parsing.