cvs commit: src/sys/vm uma.h uma_core.c

Robert Watson rwatson at FreeBSD.org
Thu Jul 28 12:10:20 GMT 2005


rwatson     2005-07-28 12:10:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/vm               uma.h uma_core.c 
  Log:
  Merge uma.h:1.27, uma_core.c:1.129 from HEAD to RELENG_6:
  
    Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in the
    monitoring API, which might or might not be the same as the internal
    maximum (currently none).
  
    Export flag information on UMA zones -- in particular, whether or
    not this is a secondary zone, and so the keg free count should be
    considered in that light.
  
  Approved by:    re (kensmith)
  
  Revision    Changes    Path
  1.22.2.5    +4 -4      src/sys/vm/uma.h
  1.119.2.10  +10 -1     src/sys/vm/uma_core.c


More information about the cvs-all mailing list