cvs commit: src/sys/net if.c

Brian Fundakowski Feldman green at FreeBSD.org
Wed Sep 22 06:00:51 PDT 2004


On Wed, Sep 22, 2004 at 08:59:42AM +0000, Brooks Davis wrote:
> 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

You really need to be running with INVARIANTS if you plan on committing
kernel code, or people are likely to get angry when their systems crash
for stupid reasons.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\


More information about the cvs-src mailing list