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: thorpej
Date: Sat Sep 3 01:35:04 UTC 2022
Modified Files:
src/sys/net: if_arcsubr.c if_ethersubr.c if_ieee1394subr.c
netisr_dispatch.h
src/sys/netinet: if_arp.c if_inarp.h
src/sys/rump/net/lib/libnetinet: netinet_component.c
Log Message:
Convert ARP from a legacy netisr to pktqueue.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/net/if_arcsubr.c
cvs rdiff -u -r1.316 -r1.317 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.67 -r1.68 src/sys/net/if_ieee1394subr.c
cvs rdiff -u -r1.20 -r1.21 src/sys/net/netisr_dispatch.h
cvs rdiff -u -r1.307 -r1.308 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.52 -r1.53 src/sys/netinet/if_inarp.h
cvs rdiff -u -r1.11 -r1.12 \
src/sys/rump/net/lib/libnetinet/netinet_component.c
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