Re: ipv6 dad_pending sysctl man page

2014-04-27 Thread Jason McIntyre
On Sun, Apr 27, 2014 at 06:45:10AM -0700, Loganaden Velvindron wrote: Updated with feedback from sthen@. Index: src/sbin/sysctl/sysctl.8 === RCS file: /cvs/src/sbin/sysctl/sysctl.8,v retrieving revision 1.175 diff -u -p -u -p

acpi interrupt routing diff

2014-04-27 Thread Mark Kettenis
The current acpiprt(4) code doesn't handle non-standard polarity and trigger mode correctly. Typically not a problem for real hardware, but some virtualization stuff gets creative. The diff below tries to do a better job. It fixes the qemu power button. But before I can commit this, it needs

Re: UPDATE: xkeyboard-config 2.11

2014-04-27 Thread Matthieu Herrb
On Thu, Apr 17, 2014 at 07:52:41PM +0600, Alexandr Shadchin wrote: Hi, This diff updates xkeyboard-config to the latest release 2.11. Tested on amd64 and i386. Comments ? OK ? ok matthieu@ -- Alexandr Shadchin

Re: py-openssl breakage

2014-04-27 Thread Miod Vallat
There's one test that fails, I haven't investigated it. == FAIL: test_digest (__main__.X509Tests) -- Traceback (most recent call last): File

Re: AI_ADDRCONFIG

2014-04-27 Thread Simon Perreault
On Wed, Apr 23, 2014 at 12:02:44PM -0400, Simon Perreault wrote: Will send an updated diff later today. It is now later today (ha!) and here's the promised updated diff. Changes: - Simplified and embettered address filtering based on Stuart Henderson's comments. - Fixed manpage formatting.