[Bug 246458] [patch] systat - Introduced sysputpage() to display large page size with human readable format.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 15 17:37:57 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246458
--- Comment #1 from commit-hook at 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 format.
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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list