Module Name: src Committed By: mrg Date: Thu Dec 1 02:12:21 UTC 2016
Modified Files: src/share/man/man4: options.4 Log Message: document new UVMHIST_MAPHIST_SIZE and UVMHIST_PDHIST_SIZE options. To generate a diff of this commit: cvs rdiff -u -r1.454 -r1.455 src/share/man/man4/options.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/options.4 diff -u src/share/man/man4/options.4:1.454 src/share/man/man4/options.4:1.455 --- src/share/man/man4/options.4:1.454 Sat Nov 26 13:54:34 2016 +++ src/share/man/man4/options.4 Thu Dec 1 02:12:21 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.454 2016/11/26 13:54:34 christos Exp $ +.\" $NetBSD: options.4,v 1.455 2016/12/01 02:12:21 mrg Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd November 26, 2016 +.Dd November 30, 2016 .Dt OPTIONS 4 .Os .Sh NAME @@ -695,6 +695,22 @@ Note that the output is .Em extremely voluminous, so this option is really only useful for debugging the very earliest parts of kernel initialization. +.It Cd options UVMHIST_MAPHIST_SIZE +Set the size of the +.Dq maphist +kernel history. +The default is 100. +This option depends upon the +.Em UVMHIST +option. +.It Cd options UVMHIST_PDHIST_SIZE +Set the size of the +.Dq pdhist +kernel history. +The default is 100. +This option depends upon the +.Em UVMHIST +option. .El .Ss File Systems .Bl -ohang