cvs commit: src/sys/net/ipfw ip_fw2.c ip_fw2.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Fri Sep 26 05:14:10 PDT 2008


sephe       2008/09/26 05:12:36 PDT

DragonFly src repository

  Modified files:
    sys/net/ipfw         ip_fw2.c ip_fw2.h 
  Log:
  Schedule ipfw_tick() to IPFW_CFGPORT to run, this function is too time
  consuming and complex to run in callout thread.
  
  Use MPSAFE callout after above change.
  
  Revision  Changes    Path
  1.98      +50 -8     src/sys/net/ipfw/ip_fw2.c
  1.17      +2 -1      src/sys/net/ipfw/ip_fw2.h


http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.97&r2=1.98&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.h.diff?r1=1.16&r2=1.17&f=u





More information about the Commits mailing list