Re: [PATCH] update math.3 for reality

2017-12-07 Thread Dimitry Andric
On 7 Dec 2017, at 20:59, Steve Kargl wrote: > The following patch updates math.3 to reflect the current > state of reality. > > Index: msun/man/math.3 Thanks, committed in r326669. -Dimitry signature.asc Description: Message signed with OpenPGP

Re: [PATCH] Remove unused include file

2017-12-07 Thread Dimitry Andric
On 7 Dec 2017, at 21:03, Steve Kargl wrote: > > The following patch removes an unused include. > > Index: msun/bsdsrc/b_log.c Thanks, committed in r326670. -Dimitry signature.asc Description: Message signed with OpenPGP

[PATCH] Remove unused include file

2017-12-07 Thread Steve Kargl
The following patch removes an unused include. Index: msun/bsdsrc/b_log.c === --- msun/bsdsrc/b_log.c (revision 2046) +++ msun/bsdsrc/b_log.c (working copy) @@ -36,7 +36,6 @@ __FBSDID("$FreeBSD: head/lib/msun/bsdsrc/b_log.c 176449

[PATCH] update math.3 for reality

2017-12-07 Thread Steve Kargl
The following patch updates math.3 to reflect the current state of reality. Index: msun/man/math.3 === --- msun/man/math.3 (revision 2046) +++ msun/man/math.3 (working copy) @@ -28,7 +28,7 @@ .\"from: @(#)math.3

Re: couple of nvidia-driver issues

2017-12-07 Thread Aaron Plattner
On 12/07/2017 07:35 AM, Alan Somers wrote: On Thu, Dec 7, 2017 at 2:33 AM, Andriy Gapon > wrote: [cc-ing current@ to raise more awareness] On 05/12/2017 16:03, Alexey Dokuchaev wrote: > On Fri, Nov 24, 2017 at 11:31:51AM +0200, Andriy

Re: couple of nvidia-driver issues

2017-12-07 Thread Alan Somers
On Thu, Dec 7, 2017 at 2:33 AM, Andriy Gapon wrote: > > [cc-ing current@ to raise more awareness] > > On 05/12/2017 16:03, Alexey Dokuchaev wrote: > > On Fri, Nov 24, 2017 at 11:31:51AM +0200, Andriy Gapon wrote: > >> > >> I have reported a couple of nvidia-driver issues in the

Re: GPTZFSBOOT in Current r326622 has problems

2017-12-07 Thread Thomas Laus
On 12/06/17 19:38, Warner Losh wrote: > > OK. Still a fair number of changes, including changes to geli to fix > warnings... > > 326585-326594 is a flurry of changes. Then another in the 326609-326610 > range. There's one other trivial one. I'd wager that if '500 works, the > breakage will be

Re: couple of nvidia-driver issues

2017-12-07 Thread Alexey Dokuchaev
On Thu, Dec 07, 2017 at 11:33:51AM +0200, Andriy Gapon wrote: > ... > > I've done some work with a debugger and it seems that there is code that does > something like this: > > char *last = NULL; > > while (1) { > ... > > The binary patch is here:

Re: couple of nvidia-driver issues

2017-12-07 Thread Andriy Gapon
[cc-ing current@ to raise more awareness] On 05/12/2017 16:03, Alexey Dokuchaev wrote: > On Fri, Nov 24, 2017 at 11:31:51AM +0200, Andriy Gapon wrote: >> >> I have reported a couple of nvidia-driver issues in the FreeBSD section >> of the nVidia developer forum, but no replies so far. >> >>