Re: Stairstep mouse motion

2013-10-30 Thread Alf Schlichting
On Sat, Oct 26, 2013 at 10:13:11PM +0600, Alexandr Shadchin wrote: > On Fri, Oct 25, 2013 at 11:41:25AM +0100, Edd Barrett wrote: > > On Thu, Oct 24, 2013 at 10:33:22PM +0300, Henri Kemppainen wrote: > > > What happens when priv->swap_axes is set, and the ax && ay branch is > > > taken along with t

Re: Stairstep mouse motion

2013-10-30 Thread Edd Barrett
On Tue, Oct 29, 2013 at 11:07:29PM +0600, Alexandr Shadchin wrote: > > > Look good to me. However I've a concern about compatibility with > > NetBSD. The kernel change should be documented in the commit message > > for xf86-input-ws so that they can catch up with the kernel change > > before they u

Re: Stairstep mouse motion

2013-10-30 Thread Matthieu Herrb
On Tue, Oct 29, 2013 at 11:07:29PM +0600, Alexandr Shadchin wrote: > > Update diff (add small hack for NetBSD). Thanks. This (plus the kernel diff) is ok matthieu@. > > -- > Alexandr Shadchin > > Index: ws.c > === > RCS file: /cvs

convert crypto queue to the task(9) api

2013-10-30 Thread Mike Belopuhov
Tested on amd64 SP and MP, i386 SP so far. sparc64 MP test is in progress. I've also tested the crypto(4) interface (doesn't use queue) so softraid should work as well. ok? diff --git sys/crypto/crypto.c sys/crypto/crypto.c index 7df0c435..fbdcd97 100644 --- sys/crypto/crypto.c +++ sys/crypto/c

Re: convert crypto queue to the task(9) api

2013-10-30 Thread Mike Belopuhov
On Wed, Oct 30, 2013 at 14:58 +0100, Mike Belopuhov wrote: > Tested on amd64 SP and MP, i386 SP so far. sparc64 MP test > is in progress. I've also tested the crypto(4) interface > (doesn't use queue) so softraid should work as well. > sparc64 test is done. on a side note, that IPL_HIGH can be

Re: in6_leavegroup work queue

2013-10-30 Thread Alexander Bluhm
On Fri, Oct 18, 2013 at 01:00:25PM +0200, Martin Pieuchot wrote: > On 18/10/13(Fri) 12:45, Alexander Bluhm wrote: > > > > Ethernet drivers connected via USB might sleep when their multicast > > group filter is modified. Unfortunately this happens from softclock > > or softnet interrupt when IPv6

Re: HFSC queue pusher

2013-10-30 Thread Claudio Jeker
On Mon, Oct 28, 2013 at 01:55:16AM +0100, Martin Pelikan wrote: > Hi, > > if you noticed weak newqueue performance, it was because one component > of it was missing. After a discussion with claudio I made this diff, > which makes a timeout per HFSC-enabled interface and pushes the data > every ha

Re: kernel route 64 bit expire time

2013-10-30 Thread Alexander Bluhm
On Tue, Oct 15, 2013 at 12:43:16AM +0200, Alexander Bluhm wrote: > Convert the route expire timestamp in kernel and routing message > to 64 bit. Add a small compatibility layer that allows to set > routes with old user land and new kernel. You can still config addresses with old ifconfig and new

Re: kernel route 64 bit expire time

2013-10-30 Thread Theo de Raadt
> On Tue, Oct 15, 2013 at 12:43:16AM +0200, Alexander Bluhm wrote: > > Convert the route expire timestamp in kernel and routing message > > to 64 bit. Add a small compatibility layer that allows to set > > routes with old user land and new kernel. > > You can still config addresses with old ifcon

bgpd vpnv4 route decision while importing prefix to rdomain

2013-10-30 Thread def
Hi! I have noticed that it seems like bgpd does not route decision if pt_entry has different RD. OpenBSD 5.2route-collection turned off.mpls-PE route-reflector advertises two prefixes with different RD and set of ATTR, both appeared in RIB-in as expected. Now, bgpd should import prefixes to rdom

Re: update perl Module::Build in base

2013-10-30 Thread Todd C. Miller
It might be worth updating the in-tree perl to the latest, version 5.18.1. This is not something I have time for myself, however. - todd

Re: update perl Module::Build in base

2013-10-30 Thread Andrew Fresh
On Wed, Oct 30, 2013 at 08:31:58PM +0100, Ingo Schwarze wrote: > -'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.39_01.tar.gz', > +'DISTRIBUTION' => 'LEONT/Module-Build-0.4007.tar.gz', It's only 4.003 in 5.18, not sure if that makes a difference, but this patch would need to be ported

alpha pmap pool tweak

2013-10-30 Thread David Gwynne
can someone with an alpha test this diff for me? if your computer still boots after you're running a kernel with it, i will consider it tested. Index: arch/alpha/alpha/pmap.c === RCS file: /cvs/src/sys/arch/alpha/alpha/pmap.c,v retri

fd(4): replace disksort() with a bufq

2013-10-30 Thread David Gwynne
this replaces the bare use of disksort with a bufq in fd. this means it will use the new system default of the nscan sorting algorithm, but that shouldnt be a noticable change. it works for me, but i would love to hear from someone with a real floppy drive still... ok? Index: fd.c ==

fd(4/sparc64): replace disksort() with bufqs

2013-10-30 Thread David Gwynne
this is a port of the same change to the isa/fd.c code to the sparc64 driver. it effectively replaces disksort with nscan. tests? ok? Index: fd.c === RCS file: /cvs/src/sys/arch/sparc64/dev/fd.c,v retrieving revision 1.40 diff -u -p

Re: convert crypto queue to the task(9) api

2013-10-30 Thread David Gwynne
im ok with the workq -> task change. im not objecting to an IPL_HIGH to IPL_VM change, i just think it should be done separately. dlg On 31 Oct 2013, at 12:32 am, Mike Belopuhov wrote: > On Wed, Oct 30, 2013 at 14:58 +0100, Mike Belopuhov wrote: >> Tested on amd64 SP and MP, i386 SP so far.

octcf(4/octeon): switch disksort() to bufqs

2013-10-30 Thread David Gwynne
jmatthew@ tells me this compiles, but we dont have hardware to test with. tests? oks? go for its? cheers, dlg Index: octcf.c === RCS file: /cvs/src/sys/arch/octeon/dev/octcf.c,v retrieving revision 1.12 diff -u -p -r1.12 octcf.c ---