git: uipc: Reference the originator thread if asynchronized pru_send is used

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Aug 20 04:59:40 PDT 2013


commit c0467c221aa5384c567d87d151197739922bf279
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Aug 20 18:59:08 2013 +0800

    uipc: Reference the originator thread if asynchronized pru_send is used
    
    It is required for UDP asynchronized pru_send, which could access the
    originator's thread.

Summary of changes:
 sys/kern/uipc_msg.c      |  5 +++++
 sys/net/netmsg.h         |  1 +
 sys/netinet/in_proto.c   |  3 ++-
 sys/netinet/udp_usrreq.c | 19 ++++++++++++++++---
 sys/sys/protosw.h        |  1 +
 5 files changed, 25 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0467c221aa5384c567d87d151197739922bf279


-- 
DragonFly BSD source repository



More information about the Commits mailing list