unable to down vlan(4) interfaces in 5.4-RELEASE

2013-10-26 Thread Adam Thompson
In 5.4-RELEASE, I just noticed that even when an interface is down (i.e. "ifconfig vlan7 down"), the link-local route remains active. According to ifconfig(8), in the section talking about the "down" subcommand: This action automatically disables routes using the

Re: Stairstep mouse motion

2013-10-26 Thread Henri Kemppainen
> From: Alexandr Shadchin > > Before (on example pms(4)): > * user move mouse > * pms(4) read state mouse and process it > * pms(4) send dx, dy and buttons in wscons > * wscons generate simple events > * ws(4) reads one event and process it immediately > > After applying diff: > * user move mouse >

Re: date(1) STANDARDS bump

2013-10-26 Thread Jason McIntyre
On Sat, Oct 26, 2013 at 07:48:03PM +0200, Mark Kettenis wrote: > > Date: Sat, 26 Oct 2013 18:16:50 +0059 > > From: Jason McIntyre > > > > hi! > > > > further to another discussion on tech, i'm looking to document those > > options which posix say we should, but we do not. it should be only for >

Re: date(1) STANDARDS bump

2013-10-26 Thread Mark Kettenis
> Date: Sat, 26 Oct 2013 18:16:50 +0059 > From: Jason McIntyre > > hi! > > further to another discussion on tech, i'm looking to document those > options which posix say we should, but we do not. it should be only for > a very small number of utilities, and pretty straightforward (famous > last.

date(1) STANDARDS bump

2013-10-26 Thread Jason McIntyre
hi! further to another discussion on tech, i'm looking to document those options which posix say we should, but we do not. it should be only for a very small number of utilities, and pretty straightforward (famous last...) anyway, i wanted to post the date(1) part since it's a bit more controvers

Re: Remove unused variable in arch/i386/i386/lapic.c

2013-10-26 Thread Mark Kettenis
> > Hi > > I have noted that "scaled_pentium_mhz" variable in i386/lapic.c is > defined and initialized, but never used anywhere (grep -R > scaled_pentium_mhz /usr/src say nothing [after patch applied]). > > Remove it ? Good cache. Committed. Thanks. > Index: arch/i386/i386/lapic.c > ===

Re: Stairstep mouse motion

2013-10-26 Thread Alexandr Shadchin
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 the wsWheelEmuFilterMotion() branch. Following > > continue another event i

Remove unused variable in arch/i386/i386/lapic.c

2013-10-26 Thread Sébastien Marie
Hi I have noted that "scaled_pentium_mhz" variable in i386/lapic.c is defined and initialized, but never used anywhere (grep -R scaled_pentium_mhz /usr/src say nothing [after patch applied]). Remove it ? -- Sébastien Marie Index: arch/i386/i386/lapic.c ==