https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253146
Bug ID: 253146 Summary: Identical sysctl descriptions for kern.proc.proc and kern.proc.proc_td Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: paua...@gundo.com % sysctl -ad | grep -i thread kern.proc.proc: Return process table, no threads kern.proc.proc_td: Return process table, no threads Cursory examination of the sysctl declarations (in sys/kern/kern_proc.c) suggests the latter should be something like "Return process table, including threads". Present in at least 12.1 and 14-current. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"