ether_output broadcast question

2015-04-25 Thread Geoff Steckel
In if_ethersubr.c @ line 304: switch (dst->sa_family) { case AF_INET: error = arpresolve(ac, rt, m, dst, edst); if (error) return (error == EAGAIN ? 0 : error); /* If broadcasting on a simplex interface, loopb

Re: file: crash with invalid magic file (+ patch)

2015-04-25 Thread Nicholas Marriott
Applied, thanks! On Sat, Apr 25, 2015 at 08:26:35PM +0200, S??bastien Marie wrote: > Hi, > > I would like to report a crash (coredump) with an invalid magic file > (MALLOC_OPTIONS=S is need to expose the bug). > > --- ~/.magic --- > 0 beshort 0xffd8 JPEG image data > !:mi

file: crash with invalid magic file (+ patch)

2015-04-25 Thread Sébastien Marie
Hi, I would like to report a crash (coredump) with an invalid magic file (MALLOC_OPTIONS=S is need to expose the bug). --- ~/.magic --- 0 beshort 0xffd8 JPEG image data !:mime image/jpeg >6 string JFIF\ --- end of file --- The problem is on the last line: th

Re: minor change in intro(7) (was: Re: minor change in intro(1) man page)

2015-04-25 Thread Jason McIntyre
On Sat, Apr 25, 2015 at 01:38:02PM +0200, David Vasek wrote: > On Tue, 21 Apr 2015, Alex Greif wrote: > > >Hi, > > > >while reading the intro(1) man page, I found a small inconsistency with > >the subsequent man pages: > > > >../man3/intro.3:The manual pages in section 3 provide an overview of the

Re: crypto softraid and keydisk on same harddrive

2015-04-25 Thread Patrik Lundin
On Sat, Apr 25, 2015 at 10:54:22PM +1000, Joel Sing wrote: > > Apologies for not getting back to look at this - the above diff is in part a > hack and it needs to be more cleanly implemented before it is committed. > Additionally, it needs to be implemented and tested for all platforms that > s

Re: Mention pkg-readmes in FAQ

2015-04-25 Thread Stuart Henderson
On 2015/04/25 11:21, trondd wrote: > Seems like I see a lot of people who don't know about pkg-readmes and > it was a long time before I knew about them, too. Note their existence > in the package/ports FAQ. I don't object to it, but when you install a package with such information, it says: # pk

Mention pkg-readmes in FAQ

2015-04-25 Thread trondd
Seems like I see a lot of people who don't know about pkg-readmes and it was a long time before I knew about them, too. Note their existence in the package/ports FAQ. Tim. === RCS file: /cvs/www/faq/faq15.html,v retrieving revision

Re: crypto softraid and keydisk on same harddrive

2015-04-25 Thread Joel Sing
On Saturday 25 April 2015, Patrik Lundin wrote: > On Wed, Oct 29, 2014 at 01:24:30AM +1100, Joel Sing wrote: > > On Wed, 29 Oct 2014, Joel Sing wrote: > > > A CRYPTO key disk is slightly special in that it has softraid metadata > > > but is not technically part of the same volume (well, it is in so

minor change in intro(7) (was: Re: minor change in intro(1) man page)

2015-04-25 Thread David Vasek
On Tue, 21 Apr 2015, Alex Greif wrote: Hi, while reading the intro(1) man page, I found a small inconsistency with the subsequent man pages: ../man3/intro.3:The manual pages in section 3 provide an overview of the C library ../man5/intro.5:The manual pages in section 5 contain information

Re: Macbook Air azalia(4) quirk

2015-04-25 Thread Alexandre Ratchov
On Fri, Apr 24, 2015 at 09:18:35PM -0400, James Turner wrote: > On Fri, Apr 24, 2015 at 08:53:44PM -0400, James Turner wrote: > > On Fri, Apr 24, 2015 at 08:23:01PM -0400, James Turner wrote: > > > The attached diff allows sound to work on my late 2013 Macbook Air > > > (6,1). oks? > > > > > > >