Date: Sat, 12 Jun 2004 00:57:20 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/altq/altq altq.h altq_cbq.c altq_cdnr.c altq_hfsc.c altq_priq.c altq_red.c altq_rio.c altq_rmclass.c altq_subr.c Message-ID: <200406120057.i5C0vK62004899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-06-12 00:57:20 UTC FreeBSD src repository Modified files: sys/contrib/altq/altq altq.h altq_cbq.c altq_cdnr.c altq_hfsc.c altq_priq.c altq_red.c altq_rio.c altq_rmclass.c altq_subr.c Log: FreeBSD-ify ALTQ: - add locking - disable ALTQ3_COMPAT by default (do not remove the code to keep the diff towards KAME small) - put some more code under ALTQ3 conditional compilation as it should be - account for if_xname - some more minor compile fixes As people started wondering: The strange path layout "altq/altq" is there to avoid "-Isys/contrib" and make it "-Isys/contrib/altq" instead, as we will need at least <altq/altq.h> and <altq/if_altq.h> for kernel compilation. The "freebsd4_..." in the privious commit is just the best tag name in the KAME tree I could find to classify this in order to track its history. It does *not* mean that this will go to 4-STABLE or anything of that kind. Revision Changes Path 1.2 +2 -1 src/sys/contrib/altq/altq/altq.h 1.2 +17 -3 src/sys/contrib/altq/altq/altq_cbq.c 1.2 +3 -0 src/sys/contrib/altq/altq/altq_cdnr.c 1.2 +18 -1 src/sys/contrib/altq/altq/altq_hfsc.c 1.2 +15 -1 src/sys/contrib/altq/altq/altq_priq.c 1.2 +11 -0 src/sys/contrib/altq/altq/altq_red.c 1.2 +7 -0 src/sys/contrib/altq/altq/altq_rio.c 1.2 +9 -0 src/sys/contrib/altq/altq/altq_rmclass.c 1.2 +82 -15 src/sys/contrib/altq/altq/altq_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406120057.i5C0vK62004899>