Fix mfi to set drive state (offline, rebuild..) properly

2014-11-28 Thread YASUOKA Masahiko
I'm using NEC Express5800 with its optional RAID contoller, but I could not set the drive state into rebuild or offline by bioctl(8). Tsubai found mfi(4) needs to be fixed to operate the firmware interface properly. I'd like to commit below diff from him. test? ok? Fix mfi ioctl to set drive st

Disable NOINET6 for carp parent interfaces automatically

2014-11-28 Thread Florian Riehm
Hi, in OpenBSD 5.6 NOINET6 gets disabled on a carp interface after configuring an ipv6 address. Additionally you have to disable NOINET6 at the physical interface or ip6_output() will fail because carp_send_ad() could not determine an ipv6 source address via ifaof_ifpforaddr(). The attached patch

Re: [Patch]rcs: use rcsnum_cmp

2014-11-28 Thread Fritjof Bornebusch
On Fri, Nov 28, 2014 at 04:14:50PM +0100, Otto Moerbeek wrote: > On Sun, Nov 23, 2014 at 05:19:16PM +0100, Fritjof Bornebusch wrote: > > > Hi tech, > > > > like the XXX comment says, rcsnum_cmp() can be used instead of a *for* loop. > > The following shows the original behavior: > > > > $ co -r1

httpd: explicit errors on unknown method or missing http version

2014-11-28 Thread Bertrand Janin
Hi, If a client sends a bogus request with an unknown method or no http version string, httpd currently grabs the last error with strerror(), this patch causes it to call server_abort_http() directly with a more explicit error message: Index: server_http.c ==

Re: [Patch]rcs: use rcsnum_cmp

2014-11-28 Thread Otto Moerbeek
On Sun, Nov 23, 2014 at 05:19:16PM +0100, Fritjof Bornebusch wrote: > Hi tech, > > like the XXX comment says, rcsnum_cmp() can be used instead of a *for* loop. > The following shows the original behavior: > > $ co -r1.2 foo.txt,v > foo.txt,v --> foo.txt > revision 1.2 > done > > $ co -r1.1 fo

Re: 64-bit PCI bridge support: testers needed

2014-11-28 Thread sven falempin
There is no direct relation with the commit, but i will anyway report the test result on my problematic hardware. The behavior is mostly the same, but now is spammed by the kernel. As you can see the system work for more than 40 hours. I really wonder what could be the cause of this, after reboo

Re: Behavior of changing routes on OpenBSD 5.6

2014-11-28 Thread Florian Riehm
Hi Martin, the tests were successful. Your fix works. Thanks for your efforts! Florian On 11/27/14 09:55, Florian Riehm wrote: > Hi Martin, > > thank you for clarification and thank you for your patch. > > Your patch looks reasonably to me. I forgot RTAX_IFP and RTAX_IFA in my patch. > After

Re: tcpdump: Ethernet header is not dumped with -xX if IP header is unaligned

2014-11-28 Thread Mike Belopuhov
Still looking for OK's. On Wed, Nov 26, 2014 at 17:18 +0100, Mike Belopuhov wrote: > > > > better diff. the problem is that dissectors use packetp and > > snapend pointers themselves therefore they should be pointing > > to the newly allocated structure. we can restore them once > > we're done

Re: operations on nd_prefix list must take rdomain into account

2014-11-28 Thread Mike Belopuhov
Still looking for OK's. On Wed, Nov 26, 2014 at 18:24 +0100, Mike Belopuhov wrote: > More rdomain checks are needed to be able to use the same subnet > in a back to back connection between IPv6 rdomains as pointed out > by mpi@. > > OK? > > diff --git sys/netinet6/nd6.c sys/netinet6/nd6.c > inde

Re: Make every interface with a watchdog register it's own timeout

2014-11-28 Thread Mike Belopuhov
I've got one ok for this. Can I have another one please? On Mon, Nov 24, 2014 at 13:54 +0100, Mike Belopuhov wrote: > On Sun, Nov 23, 2014 at 12:06 +0100, Martin Pieuchot wrote: > > On 23/11/14(Sun) 02:10, Mike Belopuhov wrote: > > > Hi, > > > > > > This removes the system wide if_slowtimo timeo