Re: manual patch for isakmpd's FIFO r

2013-07-12 Thread Jason McIntyre
On Thu, Jul 11, 2013 at 03:25:36PM +0200, Anders Berggren wrote: The following patch clarifies that sending r over the FIFO doesn't produce the exact same results as SIGUSR1. Or do you prefer that we change the behaviour of the FIFO's r to match SIGUSR1, for example by changing

Getting help with updating ral(4) for 35xx chipset.

2013-07-12 Thread Nathan Goings
Over the past couple weeks, I've been working on getting the ral(4) driver updated for the 35xx chipset. Specifically version 0x3060 from an Edimax EW-7128Gn. Although the mailing list page says tech@ is not a tech support, I was privately directed from misc@ to post in tech@. I've

Re: SSLHonorCipherOrder for OpenBSD's httpd

2013-07-12 Thread Otto Moerbeek
Example lines for the config file. ok? -Otto Index: httpd.conf === RCS file: /cvs/src/usr.sbin/httpd/conf/httpd.conf,v retrieving revision 1.26 diff -u -p -r1.26 httpd.conf --- httpd.conf 3 Jun 2009 18:28:21 -

Stop calling IPsec and pf under splnet

2013-07-12 Thread Mike Belopuhov
Hi, As it was pointed out by dhill there are some rogue splnets in the tcp_input that shouldn't be there really. The only reason they're still there is to match overzealous splnets in bridge_ broadcast. bridge_ifenqueue is the only function call in there that requires splnet protection since

Re: a.out in gcc-local(1)

2013-07-12 Thread Jason McIntyre
On Fri, Jul 12, 2013 at 12:07:43AM +0300, Alexey Suslikov wrote: Hi tech@ Just found no longer relevant block in gcc-local(1): - On a.out platforms (i.e. vax), gcc uses a linker wrapper to write stubs that call global constructors and destructors. Those platforms use gcc 2.95.3, and

list colon modifiers in mail(1) manpage

2013-07-12 Thread Sunil Nimmagadda
This diff adds colon modifiers which could be used to specify lists. Index: mail.1 === RCS file: /cvs/src/usr.bin/mail/mail.1,v retrieving revision 1.60 diff -u -p -r1.60 mail.1 --- mail.1 7 Nov 2010 08:05:56 - 1.60

ix(4) driver update to latest FreeBSD/Intel source code

2013-07-12 Thread Mike Belopuhov
Hi, The following diff updates most of the ix(4) driver to what FreeBSD and Intel have today. Most importantly it introduces support for the Ethernet flow control. Please test and report. OK's are welcome as well. http://theapt.org/~mike/ix.diff http://theapt.org/~mike/ix-w.diff (less

Re: manual patch for isakmpd's FIFO r

2013-07-12 Thread Anders Berggren
The following patch clarifies that sending r over the FIFO doesn't produce the exact same results as SIGUSR1. Or do you prefer that we change the behaviour of the FIFO's r to match SIGUSR1, for example by changing ui_report() to something similar to ui_report_sa(); opening a file, and

man.conf(5) _subdir search order

2013-07-12 Thread Ingo Schwarze
Hi, i'm moving this thread from misc@ to tech@ because i propose a patch. When replying, please make sure you do not cross-post. Jérémie Courrèges-Anglas wrote on Fri, Jul 12, 2013 at 02:05:48PM +0200: Jan Stary h...@stare.cz writes: The mdoc(7) manpage says about .Bl that The -width

Re: man.conf(5) _subdir search order

2013-07-12 Thread David Coppa
On Fri, Jul 12, 2013 at 5:51 PM, Ingo Schwarze schwa...@usta.de wrote: Here is the fix, making sure that section 1 from ports still overrides section 6 from base, but cat from ports does *not* override man from base. Definitely makes sense. OK? Ok with me. Yours, Ingo ciao, David

Set of 14 potential bugs

2013-07-12 Thread Maxime Villard
Hi, as I did for NetBSD, here is a list of 14 potential bugs/errors found by my code scanner in OpenBSD: http://M00nBSD.net/e5ab5f6e59d6a0feb7d1a518acc8233d.html I do not provide patches.

Re: Set of 14 potential bugs

2013-07-12 Thread martin
On Fri, Jul 12, 2013 at 08:24:30PM +0200, Maxime Villard wrote: Hi, as I did for NetBSD, here is a list of 14 potential bugs/errors found by my code scanner in OpenBSD: http://M00nBSD.net/e5ab5f6e59d6a0feb7d1a518acc8233d.html I do not provide patches. You are right about

Re: netbt, Bluetooth kernel code

2013-07-12 Thread Theo de Raadt
Making it better requires a bigger effort. However, ones you get part way along the line you might see oh, lower level abstration good. If you get to that point, and make the next steps forward, you'll be a hero. Thanks. I've received several helpful comments and contributions from

Re: netbt, Bluetooth kernel code

2013-07-12 Thread Tony Sidaway
On 13/07/2013, Theo de Raadt dera...@cvs.openbsd.org wrote: Whoa. I think USB was just called a good model. Good? I'm not sure on that point. A better idea for a model? Yeah, kind of like much less worse. I'll readily study any better model. But let's be realistic. I've already started