From owner-cvs-src@FreeBSD.ORG Wed Sep 7 10:35:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5DA9916A41F; Wed, 7 Sep 2005 10:35:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1189E43D48; Wed, 7 Sep 2005 10:35:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id AE8E446B1A; Wed, 7 Sep 2005 06:35:56 -0400 (EDT) Date: Wed, 7 Sep 2005 11:35:56 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "David E. O'Brien" In-Reply-To: <200509071011.j87ABoLm012709@repoman.freebsd.org> Message-ID: <20050907113517.H85520@fledge.watson.org> References: <200509071011.j87ABoLm012709@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6.c in6_pcb.c in6_var.h ip6_mroute.c ip6_output.c mld6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 10:35:57 -0000 On Wed, 7 Sep 2005, David E. O'Brien wrote: > IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, > M_IPMOPTS, M_MRTABLE). Thus we had conflicting instantiations. > Create an IPv6-specific type to overcome this. If you're cleaning up conflicting malloc types, I seem to recall the NFS code is quite upset and confused about malloc types, due to it once being combined server/client, and now separated but using the same names. Robert N M Watson