From owner-cvs-all@FreeBSD.ORG Mon Feb 2 22:26:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDCE16A4CE; Mon, 2 Feb 2004 22:26:16 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C9943D1D; Mon, 2 Feb 2004 22:26:16 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 0B4F35C7B5; Mon, 2 Feb 2004 22:26:16 -0800 (PST) Date: Mon, 2 Feb 2004 22:26:16 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20040203062615.GD13934@elvis.mu.org> References: <200402010556.i115upV7067722@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402010556.i115upV7067722@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mac.c sys_pipe.c src/sys/security/mac mac_pipe.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_test ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 06:26:17 -0000 * Robert Watson [040131 21:57] wrote: > rwatson 2004/01/31 21:56:51 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_mac.c sys_pipe.c > Log: > Coalesce pipe allocations and frees. Previously, the pipe code > would allocate two 'struct pipe's from the pipe zone, and malloc a > mutex. Cool! Did you try a buildworld with CFLAGS+=-pipe?