Module Name:    src
Committed By:   thorpej
Date:           Sat Sep  3 02:53:18 UTC 2022

Modified Files:
        src/sys/net: if.c
        src/sys/netinet: in_proto.c
        src/sys/netinet6: in6_proto.c
        src/sys/rump/net/lib/libsockin: sockin.c
        src/sys/sys: domain.h

Log Message:
Garbage-collect everything related to struct domain::dom_ifqueues
(except dom_ifqueues itself, until the next kernel version bump).
It's no longer used now that nothing uses the legacy netisr mechanism.


To generate a diff of this commit:
cvs rdiff -u -r1.524 -r1.525 src/sys/net/if.c
cvs rdiff -u -r1.130 -r1.131 src/sys/netinet/in_proto.c
cvs rdiff -u -r1.128 -r1.129 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.66 -r1.67 src/sys/rump/net/lib/libsockin/sockin.c
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/domain.h

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

Reply via email to