]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ddb: don't limit pindex output in 'show vmopag'
authorMitchell Horne <mhorne@FreeBSD.org>
Fri, 11 Nov 2022 18:23:11 +0000 (14:23 -0400)
committerMitchell Horne <mhorne@FreeBSD.org>
Mon, 14 Nov 2022 17:04:12 +0000 (13:04 -0400)
commit25ba3149917aa54889750044bde1047b6fd57fd9
tree57e8fb7271648e2b399b107abac361341f6d46b7
parentd0a8312752d41b443c08b1224f585f174f3eb2c6
ddb: don't limit pindex output in 'show vmopag'

This command already prints a tremendous amount of output, and properly
obeys the pager. It no longer makes sense to arbitrarily limit the pages
that are printed, as the reader will not be aware that this has
happened.

Reviewed by: markj
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D37361

(cherry picked from commit 03d6764b384e64c0e812c1a1b9b19c0e0d45cde2)
sys/vm/vm_object.c