cvs commit: src/sys/net if.c

Brooks Davis brooks at FreeBSD.org
Fri Sep 24 15:36:51 PDT 2004


brooks      2004-09-24 22:36:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              if.c 
  Log:
  MFC: 1.208, 1.209
  
  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.
  
  Approved by:    re (scottl)
  LOR id:         031
  
  Revision   Changes    Path
  1.199.2.6  +52 -41    src/sys/net/if.c


More information about the cvs-src mailing list