]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate key press requirement "show vmopag" command output.
authorStephen J. Kiernan <stevek@FreeBSD.org>
Fri, 17 Dec 2021 21:39:51 +0000 (16:39 -0500)
committerStephen J. Kiernan <stevek@FreeBSD.org>
Mon, 20 Dec 2021 00:40:52 +0000 (19:40 -0500)
commit18048b6e3cb647f2a18e1e51df1cf86a90fc6802
treed552f883c3fb005a49544cbb7acc9e69182f86ef
parentcd37afd8b6ddc38fe2441e37a8bf5f8cdce50bc6
Eliminate key press requirement "show vmopag" command output.

Summary:
One was required to press a key to continue after every 18 lines of
output. This requirement had been in the "show vmopag" command since it
was introduced, which was many years before paging was added to DDB.
With paging, this explict key check is no longer necessary.

Obtained from: Juniper Networks, Inc.
MFC after: 1 week

Test Plan:
Run "show vmopag" from db> prompt and see that it does not need additional
keypresses other than the ones needed for the pager.

Subscribers: imp, #contributor_reviews_base

Differential Revision: https://reviews.freebsd.org/D33550
sys/vm/vm_object.c