cvs commit: src/sys/netipx ipx_outputfl.c ipx_pcb.c

Robert Watson rwatson at FreeBSD.org
Thu Jan 6 05:18:18 PST 2005


rwatson     2005-01-06 13:18:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netipx           ipx_outputfl.c ipx_pcb.c 
  Log:
  Mege ipx_outputfl.c:1.21 and ipx_pcb.c:1.36 from HEAD to RELENG_5:
  
    date: 2005/01/02 01:47:56;  author: rwatson;  state: Exp;  lines: +1 -1
    date: 2005/01/02 01:47:56;  author: rwatson;  state: Exp;  lines: +1 -1
    Use RTFREE() to free route references rather than rtfree(), as rtfree()
    expects a locked route reference.  This removes a panic that occurs
    when connected ipxpcb is closed and its route free'd, and may have been
    present since the route locking took place.
  
    MFC after:      2 weeks
  
  RELENG_5_3 candidate.
  
  Revision  Changes    Path
  1.19.4.1  +1 -1      src/sys/netipx/ipx_outputfl.c
  1.28.2.2  +1 -1      src/sys/netipx/ipx_pcb.c


More information about the cvs-all mailing list