Module Name: src Committed By: thorpej Date: Wed Nov 15 02:19:00 UTC 2023
Modified Files: src/sys/altq [thorpej-ifq]: altq_cdnr.c altq_subr.c src/sys/net [thorpej-ifq]: if.c if.h Log Message: Protect the ALTQ state that's exposed to the ifqueue if the ifq->ifq_lock. This requires exposing some implementation details to ALTQ, which is guarded by an __IFQ_PRIVATE define. To generate a diff of this commit: cvs rdiff -u -r1.22.6.1 -r1.22.6.1.2.1 src/sys/altq/altq_cdnr.c cvs rdiff -u -r1.33.46.1 -r1.33.46.1.2.1 src/sys/altq/altq_subr.c cvs rdiff -u -r1.529.2.1.2.2 -r1.529.2.1.2.3 src/sys/net/if.c cvs rdiff -u -r1.305.2.1.2.2 -r1.305.2.1.2.3 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.