misc/188153: Interface name in the netstat (1) command is displayed as the first 7 characters, and the rest is cut off

2014-03-31 Thread Vladislav V. Prodan
>Number: 188153 >Category: misc >Synopsis: Interface name in the netstat (1) command is displayed as the >first 7 characters, and the rest is cut off >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Qua

Re: bin/187526: [patch] traceroute -a breaks of "whois" socket timeout

2014-03-31 Thread Eugene Grosbein
The following reply was made to PR bin/187526; it has been noted by GNATS. From: Eugene Grosbein To: bug-follo...@freebsd.org Cc: Subject: Re: bin/187526: [patch] traceroute -a breaks of "whois" socket timeout Date: Mon, 31 Mar 2014 23:53:22 +0700 This is a multi-part message in MIME format.

Re: kern/188092: [patch] icmp_error() fails to clear "fragmented" flag in the IP header

2014-03-31 Thread ae
Synopsis: [patch] icmp_error() fails to clear "fragmented" flag in the IP header Responsible-Changed-From-To: freebsd-bugs->ae Responsible-Changed-By: ae Responsible-Changed-When: Mon Mar 31 12:43:42 UTC 2014 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188092 ___

Re: kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128

2014-03-31 Thread Andrey V. Elsukov
The following reply was made to PR kern/188032; it has been noted by GNATS. From: "Andrey V. Elsukov" To: Darren Baginski , freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128 Date: Mon, 31 Mar 2014 12:11:

Re: kern/176051: [kernel] [patch] uipc: Simplify and correct debug printing of flags.

2014-03-31 Thread Christoph Mallon
On 06.03.2014 00:28, Christian Brueffer wrote: > /usr/src/sys/kern/uipc_debug.c:87:2: error: adding 'int' to a string > does not append to the string [-Werror,-Wstring-plus-int] No shit, Sherlock! This is just clang being unhelpful. The code is perfectly fine. Who came up with this stupid warning?