cvs commit: src/sys/net if_ppp.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 18 18:36:25 PDT 2004


rwatson     2004/04/18 18:36:25 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_ppp.c 
  Log:
  First pass at softc list locking for if_ppp.c.  Many parts of
  this patch were submitted by Maurycy Pawlowski-Wieronski.  In addition
  to Maurycy's change, break out softc tear down from ppp_clone_destroy()
  into ppp_destroy() rather than performing a convoluted series of
  extraction casts and indirections during tear down at mod unload.
  
  Submitted by:   Maurycy Pawlowski-Wieronski <maurycy at fouk.org>
  
  Revision  Changes    Path
  1.97      +43 -10    src/sys/net/if_ppp.c


More information about the cvs-src mailing list