freebsd-dev/usr.sbin/pstat
Stanislav Sedov 67c601d5f6 - 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.

Approved by:	re (kib)
MFC after:	1 week
2009-08-15 14:39:33 +00:00
..
Makefile - Make pstat(8) WARNS=6 safe. 2009-06-11 17:03:28 +00:00
pstat.8 Serialize write() calls on TTYs. 2009-02-11 16:28:49 +00:00
pstat.c - Avoid overflowing the swap size counters in human-readable mode 2009-08-15 14:39:33 +00:00