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

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


From: Hiten Pandya <hmp@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Mar 2004 07:00:06 -0800 (PST)

hmp         2004/03/09 07:00:06 PST

DragonFly src repository

  Modified files:
    sys/net/ipfw         ip_fw.c ip_fw2.c 
  Log:
  Adjust IPFW to use M_WAITOK instead of M_NOWAIT.  The M_NOWAIT flag on
  DragonFly is very explicit about its behavior, which can result in a
  panic.
  
  Only spl protected calls are using M_NOWAIT.
  
  Submitted by:	Craig Dooley <craig@xxxxxxxxxx>
  
  Revision  Changes    Path
  1.7       +4 -4      src/sys/net/ipfw/ip_fw.c
  1.8       +4 -4      src/sys/net/ipfw/ip_fw2.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw.c.diff?r1=1.6&r2=1.7&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.7&r2=1.8&f=h



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