Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dyoung
Date:           Tue May  3 17:44:31 UTC 2011

Modified Files:
        src/sys/netinet: in_proto.c ip_input.c ip_var.h tcp_subr.c tcp_var.h
        src/sys/netinet6: frag6.c in6_proto.c ip6_var.h

Log Message:
*_drain() routines may be called with locks held, so instead of doing
any work in *_drain(), set a drain-needed flag.  Do the work in the
fasttimo handler.

Contributed by Coyote Point Systems, Inc.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/netinet/in_proto.c
cvs rdiff -u -r1.294 -r1.295 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.96 -r1.97 src/sys/netinet/ip_var.h
cvs rdiff -u -r1.239 -r1.240 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.164 -r1.165 src/sys/netinet/tcp_var.h
cvs rdiff -u -r1.48 -r1.49 src/sys/netinet6/frag6.c
cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.53 -r1.54 src/sys/netinet6/ip6_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index