[Bug 44034] Multiple sysctl variables are not documented

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 Oct 2023 17:44:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=44034

--- 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 time)
/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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.