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

Max Laier mlaier at FreeBSD.org
Sat Jun 12 00:57:21 GMT 2004


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


More information about the cvs-src mailing list