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:   roy
Date:           Wed Apr 22 19:46:09 UTC 2015

Modified Files:
        src/sys/net: if.c
        src/sys/netinet6: in6.c in6.h in6_proto.c
        src/sys/sys: domain.h

Log Message:
Move INET6 specific in6_if_{up,down}() and in6_if_link_{up,down}()
into agnostic domain functions.


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/sys/net/if.c
cvs rdiff -u -r1.187 -r1.188 src/sys/netinet6/in6.c
cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/in6.h
cvs rdiff -u -r1.104 -r1.105 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/domain.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