Re: ffs2 boot

2014-04-27 Thread Kent R. Spillner
> On Apr 16, 2014, at 17:03, Brandon Mercer wrote: > > On Wed, Apr 16, 2014 at 08:05:57PM +, Miod Vallat wrote: >>> The other day I was doing an install in qemu-kvm and newfs was taking >>> forever, to the tune of hours. This is similar to formatting on arm >>> boards. In my quest to track

ipv6 dad_pending sysctl man page

2014-04-27 Thread Loganaden Velvindron
Hi All, I've attempted to document net.inet6.ip6.dad_pending based on the diff when it was added to the tree. Feedback welcomed. Index: src/sbin/sysctl/sysctl.8 === RCS file: /cvs/src/sbin/sysctl/sysctl.8,v retrieving revision 1.175

Re: ipv6 dad_pending sysctl man page

2014-04-27 Thread Stuart Henderson
On 2014/04/27 06:14, Loganaden Velvindron wrote: > Hi All, > > I've attempted to document net.inet6.ip6.dad_pending based on the diff > when it was added to the tree. > > Feedback welcomed. > > Index: src/sbin/sysctl/sysctl.8 > ===

Re: ipv6 dad_pending sysctl man page

2014-04-27 Thread Loganaden Velvindron
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 -r1.175 sysctl.8 --- src/sbin/sysctl/sysctl.819 Apr 2014 16:20:08 -

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

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): >

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.