https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=70335
--- Comment #2 from [email protected] --- A commit references this bug: Author: kevans Date: Wed Jan 1 04:22:05 UTC 2020 New revision: 356247 URL: https://svnweb.freebsd.org/changeset/base/356247 Log: inetd: track all child pids, regardless of maxchild spec Currently, child pids are only tracked if maxchildren is specified. As a consequence, without a maxchild limit we do not get a notice in syslog on children aborting abnormally. This turns out to be a great debugging aide at times. Children are now tracked in a LIST; the management interface is decidedly less painful when there's no upper bound on the number of entries we may have at the cost of one small allocation per connection. PR: 70335 Changes: head/usr.sbin/inetd/inetd.c head/usr.sbin/inetd/inetd.h -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
