[patch] urtwn(4) hostap mode support for 8188eu

2015-07-01 Thread Mikhail
Hello, inlined patch adds support for hostap mode for 8188eu chip. One known issue is documented in urtwn(4), I would like to know if people with other hw will see it too, or if it's my local issue. If you want to help, please test the patch and in case of problems provide as much as you can

Re: error:0906D064:PEM routines:PEM_read_bio:bad base64

2015-07-01 Thread mxb
OpenSSL 1.0.1o on OpenBSD-current does not have problem with this key as well. On 30 jun 2015, at 08:52, mxb m...@alumni.chalmers.se wrote: I’m sorry but I can’t provide private key. It is basically production and not self-signed. Comes from Thawte. I’m able to produce output from

fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
i needed something like this to build a kernel with -DSCSIDEBUG -f -- the next sentence is true. the last sentence was false. Index: uha.c === RCS file: /cvs/src/sys/dev/ic/uha.c,v retrieving revision 1.24 diff -u -p -r1.24 uha.c

Re: fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
spoke to soon, other anciet drivers need something like that. -f -- experience is nothing but a lot of mistakes. Index: dev/eisa/aha1742.c === RCS file: /cvs/src/sys/dev/eisa/aha1742.c,v retrieving revision 1.44 diff -u -p -r1.44

ifconfig gre patch

2015-07-01 Thread Alexander Salmin
I recently noticed work was done on ifconfig gre, -- was replaced by -, would it be ok to change other -- too? (patch attached) Alexander ? gre-dash-diff.diff Index: ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v

Re: fix build with SCSIDEBUG

2015-07-01 Thread Miod Vallat
spoke to soon, other anciet drivers need something like that. Physical address should be printed with %p rather than 0x%x.

unify vlan and svlan tag hashes

2015-07-01 Thread David Gwynne
tag lookups consider the type of interface as well as its tag, so it isnt necessary to have separate hashes for vlans and svlans. following on from this, i would like to widen the tag hash and maybe xor some more bits in to get the key. vlan tags are 12 bits, so the following appeals to me:

Re: Cleanup meta tags

2015-07-01 Thread Anthony J. Bentley
Pavel Plamenov writes: Updated patch. Thanks, I've reviewed and committed this. Your mailer is still adding extra whitespace to the patch, though... please figure out why that's happening and fix it.

[patch] armv7 option SDHC_DEBUG support

2015-07-01 Thread ian kremlin
Hi Compiling an armv7 kernel with option SDHC_DEBUG fails as there is no definition of the ommmc_dump_regs function, so add it. Tested on real hardware (Beaglebone Black): ommmc0 at omap0 ommmc0: SYSCONFIG: 0x2015 SYSSTATUS: 0x0001 CSRE: 0x ommmc0: SYSTEST: 0x

Re: fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
Miod Vallat, 01 Jul 2015 21:35: spoke to soon, other anciet drivers need something like that. Physical address should be printed with %p rather than 0x%x. explicit cast ok? -f -- why did kamikaze pilots wear helmets anyway? Index: dev/eisa/aha1742.c