cvs commit: src/sys/net if.c

Brooks Davis brooks at FreeBSD.org
Wed Sep 22 01:59:42 PDT 2004


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


More information about the cvs-src mailing list