DragonFly commits List (threaded) for 2008-07
DragonFly BSD
DragonFly commits List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2008 06:45:43 -0700 (PDT)

sephe       2008/07/28 06:45:43 PDT

DragonFly src repository

  Modified files:
    sys/netinet          ip_input.c 
    sys/net/ipfw         ip_fw2.c ip_fw2.h 
  Log:
  Use seperate variable to indicate whether ipfw has been loaded or not, so
  that following way could be used to protect various ipfw function pointers:
      ip_fw_loaded = 0;
      netmsg_service_sync();
      /* clear all ipfw function pointers */
  
  Revision  Changes    Path
  1.84      +1 -0      src/sys/netinet/ip_input.c
  1.47      +6 -0      src/sys/net/ipfw/ip_fw2.c
  1.9       +3 -1      src/sys/net/ipfw/ip_fw2.h


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.83&r2=1.84&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.46&r2=1.47&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.h.diff?r1=1.8&r2=1.9&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]