Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 17:37:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246458] [patch] systat - Introduced sysputpage() to display large page size with human readable format.
Message-ID:  <bug-246458-227-XVhAW93phr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246458-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246458-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246458

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: mr
Date: Fri May 15 17:37:09 UTC 2020
New revision: 361084
URL: https://svnweb.freebsd.org/changeset/base/361084

Log:
  Introduce sysputpage() to display large page size with human readable for=
mat.
  Using UI units allows to fit larger numbers in columns.
  Stop calling v_page_size - this is a value that doesn't change at runtime.
  Renamed WINDOW *wnd to *wd to avoid conflict with global *wnd variable.
  Use bit-shift to convert page size to byte.

  PR:             246458
  Submitted by:   ota@j.email.ne.jp
  MFC after: 2 weeks
  Differential Revision:  D24834

Changes:
  head/usr.bin/systat/extern.h
  head/usr.bin/systat/fetch.c
  head/usr.bin/systat/sysput.c
  head/usr.bin/systat/vmstat.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246458-227-XVhAW93phr>