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

Robert Watson rwatson at FreeBSD.org
Mon Jul 25 00:47:33 GMT 2005


rwatson     2005-07-25 00:47:32 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma.h uma_core.c 
  Log:
  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.
  
  MFC after:      1 day
  
  Revision  Changes    Path
  1.27      +4 -4      src/sys/vm/uma.h
  1.129     +10 -1     src/sys/vm/uma_core.c


More information about the cvs-src mailing list