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

cvs commit: src/sys/net/bridge if_bridge.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Jun 2007 05:51:48 -0700 (PDT)

sephe       2007/06/02 05:51:48 PDT

DragonFly src repository

  Modified files:
    sys/net/bridge       if_bridge.c 
  Log:
  - Nuke the second parameter of bridge_stop().  This kind of stop interface
    is never adopted by DragonFly.
  - In bridge_ioctl():
    o  Use suser_ucred() instead of suser(), since ucred is passed to us.
    o  Correct comment and nuke unapplicable comment.
  - In bridge_start():
    o  Move stack variables near their usage.
    o  Make sure that ether_header is contiguous in mbuf before accessing it.
  - Add serializer assertion at the beginning of all ifnet functions.
  - Minor style changes.
  
  Revision  Changes    Path
  1.21      +31 -31    src/sys/net/bridge/if_bridge.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/bridge/if_bridge.c.diff?r1=1.20&r2=1.21&f=u



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