[Bug 218919] setsockopt() accepts too long arguments allowing programmer errors

2017-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218919 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: brooks Date: Fri Apr 28 17:58:16 UTC 2017 New revision: 317566 URL: https://svnweb.freebsd.org/changeset/base/317566 Log: Don't pass size_t arguments t

Re: The fate of ngatm

2017-04-28 Thread Slawa Olhovchenkov
On Thu, Apr 27, 2017 at 06:00:29PM +, Brooks Davis wrote: > As previous threatened, I've removed support for NATM (as well as a > remarkable number of remnants of the old ATM framework). One piece > that still remains is the ngatm framework in netgraph. This includes > the ng_ccatm(4), ng_ss

Missing LLE events for ifnet and inet removals

2017-04-28 Thread Boris Astardzhiev
Hello, I've noticed that there are no lle events on ifnet and inet removals - head, stable11, releng11. This may confuse consumers and could make their application out of sync. diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index d286b6e..6807a0a 100644 --- a/sys/net/if_llatbl.c +++ b/sys