Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 09:09:44 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/pstat pstat.c
Message-ID:  <200908220909.n7M99teK050319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stas        2009-08-22 09:09:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/pstat       pstat.c 
  Log:
  SVN rev 196430 on 2009-08-22 09:09:44Z by stas
  
  - MFC r196244:
    - Avoid overflowing the swap size counters in human-readable mode
      by introducing the new CONVERT_BLOCKS macro which operates on
      sizes already converted to number of blocks.  With this macro
      it is not longer needed to perform needless multiplication by
      blocksize just to divide on it later in CONVERT macro.
  
  Revision   Changes    Path
  1.102.2.2  +3 -2      src/usr.sbin/pstat/pstat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908220909.n7M99teK050319>