From owner-cvs-src@FreeBSD.ORG Thu Jun 8 23:34:41 2006 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 E28E916A41B; Thu, 8 Jun 2006 23:34:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF5E43D6A; Thu, 8 Jun 2006 23:34:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k58NWgKl086790; Thu, 8 Jun 2006 23:32:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k58NWgXu086789; Thu, 8 Jun 2006 23:32:42 GMT (envelope-from rwatson) Message-Id: <200606082332.k58NWgXu086789@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Jun 2006 23:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.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: Thu, 08 Jun 2006 23:34:42 -0000 rwatson 2006-06-08 23:32:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipx ipx_pcb.h spx_usrreq.c Log: Merge ipx_pcb.h:1.26, spx_usrreq.c:1.78 from HEAD to RELENG_6: Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them as belonging to SPX. This replaces the implicit assumption that the cb pointer for non-SPX pcb's will be NULL. This isn't required in TCP/IP as different pcb lists are maintained for different IP protocols; IPX stores all pcbs on the same global ipxpcb_list. Foot provided by: gnn Revision Changes Path 1.23.2.3 +1 -0 src/sys/netipx/ipx_pcb.h 1.62.2.14 +14 -9 src/sys/netipx/spx_usrreq.c