Date: Fri, 13 Oct 2023 17:44:04 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 44034] Multiple sysctl variables are not documented Message-ID: <bug-44034-9-NVDuoqmHVu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-44034-9@https.bugs.freebsd.org/bugzilla/> References: <bug-44034-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D44034 --- Comment #8 from Ed Maste <emaste@freebsd.org> --- Undocumented variables by top-level: $ sysctl -ad | sed -nE 's/([^.]*)\..*: $/\1/p' | uniq -c | sort -rn 1998 vm 188 dev 176 debug 74 sys 38 net 32 kern 30 kstat 27 hw 24 p1003_1b 10 vfs 3 compat 2 user 2 security grog created this PR for descriptionless sysctl variables set by (at the ti= me) /etc/rc.network; it's sensible to limit the scope of this PR to the sysctls under net that lack a description. Other sysctls can be tracked in different PRs. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-44034-9-NVDuoqmHVu>