]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345457:
authorrpokala <rpokala@FreeBSD.org>
Wed, 3 Apr 2019 03:30:57 +0000 (03:30 +0000)
committerrpokala <rpokala@FreeBSD.org>
Wed, 3 Apr 2019 03:30:57 +0000 (03:30 +0000)
commit1da0c46175859f8df020a3ca265cd83330a88bcf
treeb2d574859a882155f00fb09c846345aeb732589b
parent517b1a58e1b39e3044d526a353a05206323d6248
MFC r345457:

Add descriptions for sysctls in kern_mib.c and sysctl.3 which lack them.

r343532 noted the difference between "hw.realmem" and "hw.physmem", which I
was previously unaware of. I discovered that neither sysctl had a
description visible via `sysctl -d', so I found where they were defined and
added suitable descriptions. While in the file, I went ahead and added
descriptions for all the others which lacked them. I also updated sysctl.3
accordingly.
lib/libc/gen/sysctl.3
sys/kern/kern_mib.c