From owner-cvs-all Mon Jun 11 14:18: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72CF537B41C; Mon, 11 Jun 2001 14:18:00 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BLI0I29733; Mon, 11 Jun 2001 14:18:00 -0700 (PDT) (envelope-from ume) Message-Id: <200106112118.f5BLI0I29733@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 11 Jun 2001 14:18:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/06/11 14:18:00 PDT Modified files: sys/kern uipc_mbuf2.c Log: This is force commit to mention about previous commit. - add a pointer to struct mauxtag. two integer was too restrictive - have m_aux_{add,find}2. - make sure to return non-cluster on m_pulldown(). this is safer (but of course less performant) when we have non-loopback L2 code which throws the mbuf back to input path, like L2 bridging or some multicast handling code. Revision Changes Path 1.9 +1 -1 src/sys/kern/uipc_mbuf2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message