sys/net/if.c, leftovers from r1.442

2016-12-01 Thread Vincent Gross
up is never set in ifioctl(). Ok ? Index: net/if.c === RCS file: /cvs/src/sys/net/if.c,v retrieving revision 1.463 diff -u -p -r1.463 if.c --- net/if.c28 Nov 2016 11:18:02 - 1.463 +++ net/if.c1 Dec 2016 20:31:27

Re: add in6 multicast support to vxlan(4), take 4

2016-12-01 Thread Alexander Bluhm
On Wed, Nov 30, 2016 at 11:39:41PM +0100, Vincent Gross wrote: > About sleeping on malloc : better to err on the safe side with > M_NOWAIT. Not so sure about that. From a user point of view a crash is fatal. But if an operation sometimes fails, it can also be annoying. We have some ioctl

mira support for iwn(4)

2016-12-01 Thread Stefan Sperling
This diff adds mira support to the iwn(4) driver. I have tested this with: iwn0 at pci2 dev 0 function 0 "Intel WiFi Link 5100" rev 0x00: msi, MIMO 1T2R When reporting test results please mention which device was tested. There's a little hack for 4965 hardware because it does not report the

Add Intel bluetooth devices to usbdevs

2016-12-01 Thread Paul Irofti
On Thu, Dec 01, 2016 at 07:03:35PM +0200, Paul Irofti wrote: > > see what responses you get. It would be nice to have WiFi on/off > > working from a key if that is possible. > > The wi-fi on-off button on the x250 and x260 disables ugen1 device > 0x0a2a and 0x0a2b respectively. Of course that is

Re: Two functions for cwm

2016-12-01 Thread Okan Demirmen
On Thu 2016.12.01 at 17:25 +0100, Erling Westenvik wrote: > Hi, > > Just a proposal. I like to prevent selected programs (like xclock, > xbiff, xload) from filling up the taskbar (tint2 in my case) and added a > while ago a function that lets me set the EWMH flag > _NET_WM_STATE_SKIP_TASKBAR

Re: cwm bind changes

2016-12-01 Thread Okan Demirmen
On Wed 2016.11.30 at 18:32 +0100, Vadim Vygonets wrote: > Quoth Okan Demirmen on Wed, Nov 30, 2016: > > I suppose a future change could change the implicit 'command' binding to > > something more explicit, such as "bind-key M-m command /usr/local/bin/magic" > > While that requires a bit of

Two functions for cwm

2016-12-01 Thread Erling Westenvik
Hi, Just a proposal. I like to prevent selected programs (like xclock, xbiff, xload) from filling up the taskbar (tint2 in my case) and added a while ago a function that lets me set the EWMH flag _NET_WM_STATE_SKIP_TASKBAR through a key binding (MS-t). Also, since cycling in cwm can get hairy

Harmonize battery state thresholds accross platforms

2016-12-01 Thread Frederic Cambus
Hi tech@, Use the same values hardcoded in sys/dev/acpi/acpi.c where possible. Comments? OK? Index: sys/arch/loongson/dev/kb3310.c === RCS file: /cvs/src/sys/arch/loongson/dev/kb3310.c,v retrieving revision 1.21 diff -u -p -r1.21

Remove useless #ifndef in atc(6) and pom(6)

2016-12-01 Thread Frederic Cambus
Hi tech@, M_PI is always defined, so we can drop those directives. Index: games/atc/def.h === RCS file: /cvs/src/games/atc/def.h,v retrieving revision 1.5 diff -u -p -r1.5 def.h --- games/atc/def.h 3 Jun 2003 03:01:38 -

Re: add in6 multicast support to vxlan(4), take 4

2016-12-01 Thread Martin Pieuchot
On 30/11/16(Wed) 23:39, Vincent Gross wrote: > [...] > New diff with nits fixed : Some comments inline > Index: sys/net/if_vxlan.c > === > RCS file: /cvs/src/sys/net/if_vxlan.c,v > retrieving revision 1.52 > diff -u -p -r1.52

syspatch early testing

2016-12-01 Thread Antoine Jacoutot
Hi. syspatch(8), a "binary" patch system for -release is now ready for early testing. This does not use binary diffing to update the system, but regular signed tarballs containing the updated files (ala installer). I would appreciate feedback on the tool. But please send it directly to *me*,