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

DragonFly-2.3.1.129.g3cde3 master sys/net/tap if_tap.c if_tapvar.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 May 2009 04:11:50 -0700 (PDT)

commit 3cde3b9da2784bbadc44d2b06dabf392088c4c52
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Mon May 18 21:17:08 2009 +0800

    tap(4): Add ifclone support
    
    Submitted-by: Naoya Sugioka <naoya.sugioka@gmail.com> w/ following changes:
    
    - Moniro style changes
    - Comment out destroy upon closing, mainly to keep old tap(4) behaviour
    - Poll interface should return 0 instead of nevent
    - Use SLITS_FOREACH_MUTABLE() when destroying tap interfaces
    - Pass tap_softc to tapdestroy()
    - tap_entries -> tap_link
    - Cloners handle their own attach/detach events
    - Correct tapuponopen support

Summary of changes:
 sys/net/tap/if_tap.c    |  216 +++++++++++++++++++++++++++++++++++------------
 sys/net/tap/if_tapvar.h |    3 +
 2 files changed, 163 insertions(+), 56 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3cde3b9da2784bbadc44d2b06dabf392088c4c52


-- 
DragonFly BSD source repository



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