Module Name: src Committed By: maxv Date: Thu Nov 15 10:06:07 UTC 2018
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile m_tag.9 src/sys/kern: uipc_mbuf.c src/sys/net: if_loop.c src/sys/netcan: can.c src/sys/netinet: ip_icmp.c src/sys/sys: mbuf.h Log Message: Simplify the mtag API: - Remove m_tag_init(), m_tag_first(), m_tag_next() and m_tag_delete_nonpersistent(). - Remove the 't' argument from m_tag_delete_chain(). To generate a diff of this commit: cvs rdiff -u -r1.2237 -r1.2238 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.431 -r1.432 src/share/man/man9/Makefile cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/m_tag.9 cvs rdiff -u -r1.221 -r1.222 src/sys/kern/uipc_mbuf.c cvs rdiff -u -r1.105 -r1.106 src/sys/net/if_loop.c cvs rdiff -u -r1.4 -r1.5 src/sys/netcan/can.c cvs rdiff -u -r1.174 -r1.175 src/sys/netinet/ip_icmp.c cvs rdiff -u -r1.211 -r1.212 src/sys/sys/mbuf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.