Re: Use m_defrag in intel wireless drivers

2015-05-27 Thread Mark Kettenis
From: Alexey Suslikov alexey.susli...@gmail.com Date: Wed, 27 May 2015 06:51:58 + (UTC) Mark Kettenis mark.kettenis at xs4all.nl writes: Index: if_ipw.c /* too many fragments, linearize */ Index: if_iwi.c /* too many fragments, linearize */ Index:

Re: Issue with erlang package ?

2015-05-27 Thread P Arun Babu
Initially i did use a mirror near me. Then I tried with the main website; with no success. Anyways, I managed to build the latest erlang version from source. Thanks for your time. Arun On Wed, May 27, 2015 at 1:11 PM, Stuart Henderson st...@openbsd.org wrote: On 2015/05/26 10:18, P Arun Babu

Re: Issue with erlang package ?

2015-05-27 Thread Stuart Henderson
On 2015/05/26 10:18, P Arun Babu wrote: Hi, I get an error while installing the erlang package: Is there a known issue here ? [ ~ ] $ uname -a OpenBSD xyz.my.domain 5.7 GENERIC#825 amd64 [ ~ ] $ sudo pkg_add erlang quirks-2.54 signed on 2015-03-08T12:33:05Z Fatal error: Ustar [

unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread dan mclaughlin
someone will hit this soon enough if they haven't already, but building xerocara after recent import gave the following error: /usr/xenocara/driver/xf86-video-mach64/src/atipreinit.c: In function 'ATIPreInit': /usr/xenocara/driver/xf86-video-mach64/src/atipreinit.c:703: error: 'pInt10Info'

Re: OpenBSD/NTRU policy mismatch [Was: NTRU Open Source Project / Post-quantum era]

2015-05-27 Thread Okembe Mbwambo
26.05.2015, 23:08, Chris Cappuccio ch...@nmedia.net:  FWIW, a BSD-licensed NTRU implementation exists at https://github.com/tbuktu/libntru and while it is patent encumbered, it offers a compile switch that causes it to become patent free in 2017 as opposed to the GPL implementation which

Re: Use m_defrag in intel wireless drivers

2015-05-27 Thread Mike Belopuhov
On Tue, May 26, 2015 at 22:56 +0200, Mark Kettenis wrote: Some of you may have seen the iwn(4) diff before, but I tweaked it a bit to minimize the diff. Tested iwn(4) and wpi(4) myself. Further tests and/or ok's are welcome. OK mikeb

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Matthias Kilian
Hi, On Wed, May 27, 2015 at 04:55:39PM +, Christian Weisgerber wrote: someone will hit this soon enough if they haven't already, but building xerocara after recent import gave the following error: What's recent? Update to xf86-video-mach64 6.9.5 was four days ago and I've built

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Matthieu Herrb
On Wed, May 27, 2015 at 08:56:01PM +0200, Matthias Kilian wrote: Hi, On Wed, May 27, 2015 at 04:55:39PM +, Christian Weisgerber wrote: someone will hit this soon enough if they haven't already, but building xerocara after recent import gave the following error: What's recent?

Re: xserver arm_video.c simplification - test on zaurus please

2015-05-27 Thread Matthieu Herrb
On Wed, May 27, 2015 at 04:25:23PM +0200, Sigi Rudzio wrote: Hi, finally finished compiling it, X works, anything special I should test? No. Having X that still starts is enough as a test. Thanks for taking the time to do it. Regards, S. Rudzio 2015-05-23 23:28 GMT+02:00 Matthieu

Re: xserver arm_video.c simplification - test on zaurus please

2015-05-27 Thread Sigi Rudzio
Hi, finally finished compiling it, X works, anything special I should test? Regards, S. Rudzio 2015-05-23 23:28 GMT+02:00 Matthieu Herrb matth...@herrb.eu: Hi, Since my zaurus was stolen last year, I need someone to test the diff below on a zaurus... it simplifies the code a bit (more to

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Christian Weisgerber
On 2015-05-27, dan mclaughlin thev...@openmailbox.org wrote: someone will hit this soon enough if they haven't already, but building xerocara after recent import gave the following error: What's recent? Update to xf86-video-mach64 6.9.5 was four days ago and I've built xenocara since then

Re: pf_create_state() is sometimes better to use pf_unlink_state()

2015-05-27 Thread Mike Belopuhov
On Wed, May 27, 2015 at 10:39 +0200, Alexandr Nedvedicky wrote: Hello, - if (pf_state_insert(BOUND_IFACE(r, pd-kif), skw, sks, s)) { - pf_state_key_detach(s, PF_SK_STACK); - pf_state_key_detach(s, PF_SK_WIRE); This bug is not yours, but doing two

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Christian Weisgerber
Matthias Kilian: I've #define TV_OUT 1 in /usr/xobj/driver/xf86-video-mach64/config.h, and my build log shows checking whether to include TV Out support... yes for xf86-video-mach64. It turns out TV_OUT is defined on i386, but not on amd64. -- Christian naddy

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Matthias Kilian
Hi, On Wed, May 27, 2015 at 08:56:01PM +0200, Matthias Kilian wrote: I just ran into the same problem, with the trees updated this afternoon. /usr/xenocara/driver/xf86-video-mach64/src/atipreinit.c: In function 'ATIPreInit':

Re: Use m_defrag in intel wireless drivers

2015-05-27 Thread Alexey Suslikov
Mark Kettenis mark.kettenis at xs4all.nl writes: Index: if_ipw.c /* too many fragments, linearize */ Index: if_iwi.c /* too many fragments, linearize */ Index: if_iwn.c /* Too many DMA segments, linearize mbuf. */ Index: if_wpi.c

Re: pf_create_state() is sometimes better to use pf_unlink_state()

2015-05-27 Thread Alexandr Nedvedicky
Hello, On Wed, May 27, 2015 at 07:44:15PM +0200, Mike Belopuhov wrote: On Wed, May 27, 2015 at 10:39 +0200, Alexandr Nedvedicky wrote: Hello, - if (pf_state_insert(BOUND_IFACE(r, pd-kif), skw, sks, s)) { - pf_state_key_detach(s, PF_SK_STACK); -