From owner-p4-projects@FreeBSD.ORG Fri Dec 19 11:43:35 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E73A116A4D0; Fri, 19 Dec 2003 11:43:34 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F9716A4CE for ; Fri, 19 Dec 2003 11:43:34 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D985043D4C for ; Fri, 19 Dec 2003 11:43:33 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hBJJhVHQ096754 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 19 Dec 2003 11:43:33 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Perforce Change Reviews Date: Fri, 19 Dec 2003 11:46:54 -0800 User-Agent: KMail/1.5.3 References: <200312191936.hBJJaNV5091106@repoman.freebsd.org> In-Reply-To: <200312191936.hBJJaNV5091106@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312191146.54968.sam@errno.com> Subject: Re: PERFORCE change 44103 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 19:43:35 -0000 On Friday 19 December 2003 11:36 am, Sam Leffler wrote: > http://perforce.freebsd.org/chv.cgi?CH=44103 > > Change 44103 by sam@sam_ebb on 2003/12/19 11:35:28 > > partially eliminate LOR between tcpcb and Giant by pushing Giant > into prison_free; this doesn't fix the case where unix domain > sockets are used in jails but does fix the normal case s/unix domain/tcp/