Re: athn(4) WPA2/WPA1 mixed-mode compat fix

2020-11-11 Thread Stefan Sperling
On Wed, Nov 11, 2020 at 09:16:16PM +0100, Matej Nanut wrote: > Hello, > > I've applied your diff and dhclient now works on my athn0 interface, > where it didn't work before. > > The symptom was that it did get a link, but couldn't get a lease. > > Thanks. Matej Thank you for confirming. I have

Re: athn(4) WPA2/WPA1 mixed-mode compat fix

2020-11-11 Thread Matej Nanut
Hello, I've applied your diff and dhclient now works on my athn0 interface, where it didn't work before. The symptom was that it did get a link, but couldn't get a lease. Thanks. Matej On Tue, 10 Nov 2020 at 12:39, Stefan Sperling wrote: > > Similar to the urtwn(4) WPA1/TKIP fix I have just c

Moving from 5.4 to 5.5 on i386 broke USB and soundcard support on Vaio SR31K (intel 82371/440BX chipset)

2020-11-11 Thread Noth
Hi,   I've been trying to revive my ancient Vaio, and unfortunately USB and soundcard support with "uhci0 at pci0 dev 7 function 2 "Intel 82371AB USB" rev 0x01: couldn't map interrupt" when releases moved from 5.4 to 5.5. I've tested this on every release since, it's the same problem. I guess

Moving from 5.4 to 5.5 on i386 broke USB and soundcard support on Vaio SR31K (intel 82371/440BX chipset)

2020-11-11 Thread Noth
Hi,   I've been trying to revive my ancient Vaio, and unfortunately USB and soundcard support with "uhci0 at pci0 dev 7 function 2 "Intel 82371AB USB" rev 0x01: couldn't map interrupt" when releases moved from 5.4 to 5.5. I've tested this on every release since, it's the same problem. I guess

Re: unbound.conf.5.in: remove reference to default pidfile

2020-11-11 Thread Jason McIntyre
On Sat, Nov 07, 2020 at 12:48:11PM +0100, Martin Vahlensieck wrote: > Hi > > Unbound on OpenBSD does not have a pidfile, so remove the reference in > the manual. As the variable is empty, it also incorrectly formats the > description as italic. > > Best, > > Martin > fixed, thanks. jmc > Inde

Re: Document art locking fields

2020-11-11 Thread Denis Fondras
On Wed, Nov 11, 2020 at 05:25:25AM -0300, Martin Pieuchot wrote: > While discussing the new source address mechanism with denis@, I figured > those ought to be documented. > > Note that `ar_rtableid' is unused and can die. The ART code is actually > free from any network knowledge. > > ok? > i

Document art locking fields

2020-11-11 Thread Martin Pieuchot
While discussing the new source address mechanism with denis@, I figured those ought to be documented. Note that `ar_rtableid' is unused and can die. The ART code is actually free from any network knowledge. ok? Index: net/art.c ==