Re: Giving love to ospf6d

2015-12-20 Thread Denis Fondras
Hello, Here is the second iteration of the patch. It fixes a crash and it is a refactoring. Denis Index: area.c === RCS file: /cvs/src/usr.sbin/ospf6d/area.c,v retrieving revision 1.4 diff -u -p -r1.4 area.c --- area.c 28 Dec 2

Re: initial 11n support for iwn (n, not m)

2015-12-20 Thread Frank Groeneveld
On 12/19/15 13:08, Stefan Sperling wrote: On Fri, Dec 18, 2015 at 05:40:39PM -0500, David Hill wrote: Here's an updated iwn diff with a better approach for Stuart's fix. Thanks for helping, Stuart, and to everyone who sent beacons which allowed us to narrow this problem down to protection settin

Re: initial 11n support for iwn (n, not m)

2015-12-20 Thread Stefan Sperling
On Sat, Dec 19, 2015 at 01:08:26PM +0100, Stefan Sperling wrote: > On Fri, Dec 18, 2015 at 05:40:39PM -0500, David Hill wrote: > > With sthen@'s patch I can associate, dhcp, and use net. > > Here's an updated iwn diff with a better approach for Stuart's fix. > > Thanks for helping, Stuart, and to

Re: Thinkpad display brightness control

2015-12-20 Thread Marcus MERIGHI
I am somewhat confused; there were two recent changes that might cause the improvement: - tedu@ 2015-12-16 acpi/dsdt.c - kettenis@ 2015-12-17 acpi/acpithinkpad.c since tedu@s commit was inspired by kettenis@ I reply to this thread. mark.kette...@xs4all.nl (Mark Kettenis), 2015.12.16 (Wed) 19

Add --brief and --dereference to file(1)

2015-12-20 Thread Ralf Horstmann
Hi, xdg-open uses "xdg-mime query filetype" to find out the mime type of a given file. Depending on the desktop environment, xdg-mime uses different backends. In my case (i3 wm) it falls back to the generic code path, which uses file --brief --dereference --mime-type Since --brief and --dere

Re: Mesa has broken r300/r600 (gallium) dri DSO

2015-12-20 Thread Martin Pieuchot
On 20/12/15(Sun) 14:06, Jonathan Gray wrote: > On Sat, Dec 19, 2015 at 04:36:53PM +0100, Martin Pieuchot wrote: > > On 20/12/15(Sun) 00:05, Jonathan Gray wrote: > > > On Sat, Dec 19, 2015 at 01:06:28PM +0100, Martin Pieuchot wrote: > > > > When I start glxgears(1) (on macppc) I see: > > > > > > >

Update V4L2 API (sys/videoio.h)

2015-12-20 Thread Ingo Feinerer
Hi, I would like to update our V4L2 (Video for Linux Two) API. The plan is to sync sys/videoio.h with a recent version of linux/videodev2.h (which has a BSD license statement in it) from the Linux kernel sources. However, videodev2.h now includes two additional headers: 1) linux/v4l2-common.h: G

Re: ipmi(4) - Support ipmitool IOCTL etc.

2015-12-20 Thread Masao Uebayashi
Update: merged 3 changes from Jonathan Matthew. Other things remain. See [1] for details. - Don't check threashold in this driver; fix false positive warnings. - Handle disabled sensors, but allow them to supply readings if they want. - Make command taskq MP-safe. Masao [1] https://github.com/