Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 13:14:47 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c ipx_var.h
Message-ID:  <200502251314.j1PDElVc065238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-02-25 13:14:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netipx           ipx_input.c ipx_pcb.c ipx_var.h 
  Log:
  Merge ipx_input.c:1.37, ipx_pcb.c:1.32, and ipx_var.h:1.20 from HEAD to
  RELENG_5:
  
    Use a global variable, ipxpcb_lport_cache, to cache the most recently
    used IPX port number, rather than using the global ipxpcb list head.
  
    Add 'struct ipxpcb' forward declaration to ipx_var.h.  I had this in
    the netperf branch but for some reason didn't trigger a build failure
    locally when I merged to CVS and omitted it.  Presumably driver error.
  
    Pointed out by: cperciva, tinderbox
  
  Revision  Changes    Path
  1.34.4.5  +1 -0      src/sys/netipx/ipx_input.c
  1.28.2.8  +5 -5      src/sys/netipx/ipx_pcb.c
  1.17.6.5  +1 -0      src/sys/netipx/ipx_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251314.j1PDElVc065238>