Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-10 Thread David Coppa
On Tue, Feb 11, 2014 at 6:35 AM, Martynas Venckus wrote: >> Here's a diff that sticks a bit closer to the original code. It's >> equivalent to your diff, and admittedly purely a matter of taste which >> version to prefer. > > I prefer my version better. It's not '93 anymore and compilers are > a

Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-10 Thread Martynas Venckus
> Here's a diff that sticks a bit closer to the original code. It's > equivalent to your diff, and admittedly purely a matter of taste which > version to prefer. I prefer my version better. It's not '93 anymore and compilers are able to convert 0.0L and -1.0L precisely, otherwise we have a huge

Re: dd status output

2014-02-10 Thread Theo de Raadt
>> I know and feel the same way. But I consider 2>/dev/null in shell >> scripts more evil. Instead of inventing something new, I used GNU. > >Perhaps we should ask ourselves the question why this gets printed on >stderr instead of stdout? Well, moving the output to stdout now would create a more

Re: dd status output

2014-02-10 Thread Theo de Raadt
I would completely support the addition of these options to dd.

Re: Patch for rc.conf(8) man page

2014-02-10 Thread David Walker
I prefer this ... --- rc.conf.8 Tue Feb 11 21:24:16 2014 +++ rc.conf.new.8 Fri Jan 3 00:44:18 2014 @@ -47,11 +47,11 @@ .Pp It is advisable to leave .Nm rc.conf -untouched, and instead create and edit a new +untouched. The +.Nm rc.conf +file includes a check for .Nm rc.conf.local -file

Re: Patch for rc.conf(8) man page

2014-02-10 Thread David Walker
"Strongly suggest" is too eager for my taste. Besides, as far as brains gaps go this is clearly not the problem here. "It is advisable" seems the BSD way. My taste runs to this ... --- rc.conf.8 Tue Feb 11 21:24:16 2014 +++ rc.conf.new.8 Thu Jan 2 23:29:58 2014 @@ -47,11 +47,14 @@ .Pp

Re: questions about boot-time entropy loading

2014-02-10 Thread Ted Unangst
On Mon, Feb 10, 2014 at 20:58, Jean-Philippe Ouellet wrote: > 2) I suspect that seeding your PRNG with data sent in the clear > isn't a great idea in the first place. > > 3) If you're netbooting anyway, by the time you actually fetch the > kernel you've already done a bunch of network operations.

Re: [patch] sparc64 ofwboot.net manual config

2014-02-10 Thread Jean-Philippe Ouellet
Here's some documentation of it for www/ I think there should also be some mention of this functionality in diskless(8), but I don't know where to put it, and I don't want to just .Xr it to boot_sparc64 because diskless is for all archs and none of the other boot_*s are referenced. Index: sparc64

questions about boot-time entropy loading

2014-02-10 Thread Jean-Philippe Ouellet
Hello, While hacking on the sparc64 bootloader (patch in another mail) I had some questions about the recently added super-early entropy loading code. http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/stand/ofwboot/boot.c.diff?r1=1.19;r2=1.20 >From the commit message: "Try to load e

[patch] sparc64 ofwboot.net manual config

2014-02-10 Thread Jean-Philippe Ouellet
Hello, I patched the sparc64 bootloader to allow users to manually specify network config and where to load the kernel from via openfirmware parameters instead of always requiring rarp/bootparams/bootp. This enables remote bootstrapping of semi-recent sun boxes (like the T1000) on networks where

Re: Supporting unsupported Intel wireless

2014-02-10 Thread Mike Larkin
Works as expected on: iwn0 at pci2 dev 0 function 0 "Intel Centrino Wireless-N 2000" rev 0xc4: msi, MIMO 2T2R, BGN, address 9c:4e:36:47:d3:24 Thanks! -ml On Mon, Feb 10, 2014 at 11:10:02PM +0100, Mark Kettenis wrote: > I'm looking for people with one of the following unsupported Intel > wir

Supporting unsupported Intel wireless

2014-02-10 Thread Mark Kettenis
I'm looking for people with one of the following unsupported Intel wireless chips: Intel Centrino Wireless-N 2200 (shows up as Wireless-N 2000 in dmesg) Intel Centrino Wireless-N 135 Intel Centrino Wireless-N 105 If you have one of these, please try the attached diff. It might give you a working

Re: Patch for rc.conf(8) man page

2014-02-10 Thread Giancarlo Razzolini
Em 10-02-2014 19:34, Marco S Hyman escreveu: >> The existing text, "Create and edit a _new_ rc.conf.local file" seems >> fine to me - man pages are generally non-verbose - if copying was intended, >> the manual would have said so. > Disagree. "Create and edit..." is ambiguous. I can create > a ne

Re: Patch for rc.conf(8) man page

2014-02-10 Thread Marco S Hyman
> The existing text, "Create and edit a _new_ rc.conf.local file" seems > fine to me - man pages are generally non-verbose - if copying was intended, > the manual would have said so. Disagree. "Create and edit..." is ambiguous. I can create a new file by copying an old file and often do so. If

Re: Patch for rc.conf(8) man page

2014-02-10 Thread Stuart Henderson
On 2014/02/10 18:42, Giancarlo Razzolini wrote: > Em 10-02-2014 18:28, Mark Kettenis escreveu: > >> Date: Mon, 10 Feb 2014 18:05:38 -0200 > >> From: Giancarlo Razzolini > >> > >> As mentioned before on misc@, some user got confused and copied the > >> entire rc.conf file to rc.conf.local and then

Re: Patch for rc.conf(8) man page

2014-02-10 Thread Giancarlo Razzolini
Em 10-02-2014 18:28, Mark Kettenis escreveu: >> Date: Mon, 10 Feb 2014 18:05:38 -0200 >> From: Giancarlo Razzolini >> >> As mentioned before on misc@, some user got confused and copied the >> entire rc.conf file to rc.conf.local and then proceeded editing it. This >> patch brings the rc.conf man p

Re: Patch for rc.conf(8) man page

2014-02-10 Thread Mark Kettenis
> Date: Mon, 10 Feb 2014 18:05:38 -0200 > From: Giancarlo Razzolini > > As mentioned before on misc@, some user got confused and copied the > entire rc.conf file to rc.conf.local and then proceeded editing it. This > patch brings the rc.conf man page closer to the text that is in the > OpenBSD fa

Patch for rc.conf(8) man page

2014-02-10 Thread Giancarlo Razzolini
As mentioned before on misc@, some user got confused and copied the entire rc.conf file to rc.conf.local and then proceeded editing it. This patch brings the rc.conf man page closer to the text that is in the OpenBSD faq. Hopefully it will help newcomers avoiding this mistake. Index: share/man/man

Re: Patch for netcat manpage

2014-02-10 Thread Jason McIntyre
On Mon, Feb 10, 2014 at 11:23:33AM -0500, Allan Jude wrote: > It was pointed out in a FreeBSD PR that one of the the nc(1) man page > examples no longer works. FreeBSD imports OpenBSD netcat. > > With a commit on Wed Mar 20 09:27:56 2013 UTC nc.1 rev 1.62: > > Don't shutdown nc(1)'s network socke

Patch for netcat manpage

2014-02-10 Thread Allan Jude
It was pointed out in a FreeBSD PR that one of the the nc(1) man page examples no longer works. FreeBSD imports OpenBSD netcat. With a commit on Wed Mar 20 09:27:56 2013 UTC nc.1 rev 1.62: Don't shutdown nc(1)'s network socket when stdin closes. Matches *Hobbit*'s original netcat and GNU netcat;

Re: responding to buttonpress ACPI event sent by KVM/Qemu (same behavior in v5.2)

2014-02-10 Thread Robert Urban
On 02/04/2014 01:49 AM, Robert Urban wrote: > On 02/03/2014 10:12 PM, Mike Larkin wrote: >> I'd run with acpi debug enabled, try to see if we are dropping an event. > On a 5.4 test system I compiled a new generic MP kernel with "option > ACPI_DEBUG" > and booted it. I set up a serial console. > >

Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-10 Thread David Coppa
On Fri, Feb 7, 2014 at 4:03 PM, David Coppa wrote: > On Fri, Feb 7, 2014 at 3:49 PM, Mark Kettenis wrote: >>> Date: Thu, 6 Feb 2014 23:07:58 -0800 >>> From: Martynas Venckus >>> >>> Yup.Does this diff fix it for you? >> >> Here's a diff that sticks a bit closer to the original code. It's >>