Re: netbt, Bluetooth kernel code

2013-07-12 Thread Tony Sidaway
On 13/07/2013, Theo de Raadt 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 studying USB and I'

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 contrib

Re: netbt, Bluetooth kernel code

2013-07-12 Thread Tony Sidaway
On 12/07/2013, Theo de Raadt wrote: [Ted Unangst wrote:] > >> But the existing code shouldn't go anywhere until there is a >> replacement, and I don't think there are any yet. So fixes to the >> existing code would be welcome. > > Concur. But it won't get enabled, even with bug fixes. This make

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 m

Re: Set of 14 potential bugs

2013-07-12 Thread Mark Kettenis
> Date: Fri, 12 Jul 2013 20:24:30 +0200 > From: 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. Just fixed the one in

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: man.conf(5) _subdir search order

2013-07-12 Thread David Coppa
On Fri, Jul 12, 2013 at 5:51 PM, Ingo Schwarze 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 > Index: ma

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 writes: >> The mdoc(7) manpage says about .Bl that >> >> The -width and -of

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

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 whitesp

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 +++

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

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 it'

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 - 1.2

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