Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2005 11:25:19 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bfe if_bfe.c src/sys/dev/bge if_bge.c src/sys/dev/cnw if_cnw.c src/sys/dev/ed if_ed.c src/sys/dev/en if_en_pci.c src/sys/dev/ex if_ex.c src/sys/dev/hatm if_hatm.c src/sys/dev/ie if_ie.c src/sys/dev/vge if_vge.c
Message-ID:  <200509161125.j8GBPJwJ081659@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-09-16 11:25:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bfe          if_bfe.c 
    sys/dev/bge          if_bge.c 
    sys/dev/cnw          if_cnw.c 
    sys/dev/ed           if_ed.c 
    sys/dev/en           if_en_pci.c 
    sys/dev/ex           if_ex.c 
    sys/dev/hatm         if_hatm.c 
    sys/dev/ie           if_ie.c 
    sys/dev/vge          if_vge.c 
  Log:
  Fix "struct ifnet" leaks when attach() fails in the middle.
  
  Revision  Changes    Path
  1.28      +4 -5      src/sys/dev/bfe/if_bfe.c
  1.95      +3 -2      src/sys/dev/bge/if_bge.c
  1.21      +2 -0      src/sys/dev/cnw/if_cnw.c
  1.261     +2 -1      src/sys/dev/ed/if_ed.c
  1.38      +9 -2      src/sys/dev/en/if_en_pci.c
  1.59      +3 -1      src/sys/dev/ex/if_ex.c
  1.26      +4 -3      src/sys/dev/hatm/if_hatm.c
  1.105     +2 -1      src/sys/dev/ie/if_ie.c
  1.17      +2 -1      src/sys/dev/vge/if_vge.c



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