From owner-cvs-src@FreeBSD.ORG Fri Feb 27 10:28:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3695616A4CE; Fri, 27 Feb 2004 10:28:06 -0800 (PST) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F9543D2D; Fri, 27 Feb 2004 10:28:05 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from mail pickup service by smtp.netcabo.pt with Microsoft SMTPSVC; Fri, 27 Feb 2004 18:28:04 +0000 Received: from rt.drsip.tvcabo.pt ([212.113.163.4]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.6713); Thu, 26 Feb 2004 01:36:15 +0000 Received: (qmail 5286 invoked by uid 517); 26 Feb 2004 01:26:41 -0000 Received: from owner-cvs-all@freebsd.org by frodo.hdi.tvcabo.pt by uid 89 with qmail-scanner-1.20st (clamuko: 0.66. spamassassin: 2.63. Clear:RC:1(212.113.174.9):. Processed in 3.294454 secs); 26 Feb 2004 01:26:41 -0000 X-Antivirus-TVCABO-Mail-From: owner-cvs-all@freebsd.org via frodo.hdi.tvcabo.pt X-Antivirus-TVCABO: 1.20st (Clear:RC:1(212.113.174.9):. Processed in 3.294454 secs) process 5285 Received: from unknown (HELO smtp.netcabo.pt) (212.113.174.9) by 0 with SMTP; 26 Feb 2004 01:26:36 -0000 Received: from mx2.freebsd.org ([216.136.204.119]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.6713); Wed, 25 Feb 2004 23:31:16 +0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C603256E42; Wed, 25 Feb 2004 15:31:11 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 06C4016A4CE; Wed, 25 Feb 2004 15:31:11 -0800 (PST) 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 E63D016A4CE; Wed, 25 Feb 2004 15:30:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C990643D2F; Wed, 25 Feb 2004 15:30:56 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1PNUuGe065156; Wed, 25 Feb 2004 15:30:56 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1PNUuEh065155; Wed, 25 Feb 2004 15:30:56 -0800 (PST) (envelope-from rwatson) Message-Id: <200402252330.i1PNUuEh065155@repoman.freebsd.org> From: Robert Watson Date: Wed, 25 Feb 2004 15:30:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 25 Feb 2004 23:31:16.0467 (UTC) FILETIME=[76C5BC30:01C3FBF7] Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 18:28:06 -0000 rwatson 2004/02/25 15:30:56 PST FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Update comment regarding MAC labels: we no longer pass endpoints into the MAC Framework, just the pipe pair. GC 'hadpeer' used in pipedestroy(), which is no longer needed as we check pipe_present flags on the pair. Revision Changes Path 1.169 +3 -7 src/sys/kern/sys_pipe.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"