Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 08:59:42 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <200409220859.i8M8xgwb022928@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2004-09-22 08:59:42 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  Fix a LOR where ifconf() used copyout while holding a mutex.  This LOR
  was seen when configuring addresses on interfaces using ifconfig.  This
  patch has been verified to work with over eight thousand addresses
  assigned to an interface.
  
  LOR id:         031
  
  Revision  Changes    Path
  1.208     +51 -41    src/sys/net/if.c



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