Re: Use of C99 extra long double math functions after r236148

2012-05-29 Thread Steve Kargl
On Tue, May 29, 2012 at 02:56:13PM +1000, Peter Jeremy wrote: On 2012-May-28 15:54:06 -0700, Steve Kargl s...@troutmask.apl.washington.edu wrote: There some test code in cephes. Can you point me to a suitable test suite for LD80 and LD128? The reason for calling it libm is to avoid

Re: CURRENT: buildworld fails

2012-05-29 Thread Gabor Kovesdan
On 2012.05.29. 5:44, 山谷崇史 wrote: I had same problem, but I resolved it. Maybe, your sort (/usr/bin/sort) is broken. cd /usr/src make update cd usr.bin/sort make obj depend all install Then, sort is changed. make cleandir cleandir make buildworld Could you please elaborate it a bit? From

Re: CURRENT: buildworld fails

2012-05-29 Thread 山谷崇史
I think My message was replied to O. Hartmann. but, I forgot to send to him. Older(about May 15) sort does not work correctly. buildworld log has many many error message. sort: No such file or directory I think sort is used to merge same symbols into unique. but, because the older sort is

Re: CURRENT: buildworld fails

2012-05-29 Thread 山谷崇史
some log and file is overwritten. sort is already BSD sort. (WITH_BSD_SORT= yes in /etc/src.conf) cc is clang and c++ is clang++.(WITH_CLANG_IS_CC in /etc/src.conf) script make -j24 buildworld (or) make buildworld buildworld log: (snip) /usr/obj/usr/src/tmp/usr/lib/libstdc++.so:(*IND*+0x0):

Re: CURRENT: buildworld fails

2012-05-29 Thread Dimitry Andric
On 2012-05-29 14:08, 山谷崇史 wrote: some log and file is overwritten. sort is already BSD sort. (WITH_BSD_SORT= yes in /etc/src.conf) cc is clang and c++ is clang++.(WITH_CLANG_IS_CC in /etc/src.conf) ... recheck the buildworld log: building static * library sort: No such file or directory

Re: Use of C99 extra long double math functions after r236148

2012-05-29 Thread Rainer Hurling
On 29.05.2012 08:10 (UTC+1), Steve Kargl wrote: On Tue, May 29, 2012 at 02:56:13PM +1000, Peter Jeremy wrote: On 2012-May-28 15:54:06 -0700, Steve Kargls...@troutmask.apl.washington.edu wrote: There some test code in cephes. Can you point me to a suitable test suite for LD80 and LD128? The

Re: Use of C99 extra long double math functions after r236148

2012-05-29 Thread Stephen Montgomery-Smith
On 05/29/2012 11:48 AM, Rainer Hurling wrote: On 29.05.2012 08:10 (UTC+1), Steve Kargl wrote: sqrtl() is a bit special in that IEEE 754 requires that it have no more than 0.5 ULP for all arguments in all roundng modes. As to other functions, I've been trying for 10+ years to get some of these

compiled-in virtio / vtnet driver ?

2012-05-29 Thread Luigi Rizzo
hi, i would like to build a kernel with a builtin vtnet driver, but it seems that it is only supported as a module. Any reason for that ? Any tricks i can use to build vtnet in a static kernel ? cheers luigi ___ freebsd-current@freebsd.org mailing list

Re: compiled-in virtio / vtnet driver ?

2012-05-29 Thread Bjoern A. Zeeb
On 29. May 2012, at 19:36 , Luigi Rizzo wrote: hi, i would like to build a kernel with a builtin vtnet driver, but it seems that it is only supported as a module. Any reason for that ? Any tricks i can use to build vtnet in a static kernel ? add the sys/conf entries if missing and an entry

Re: Use of C99 extra long double math functions after r236148

2012-05-29 Thread Adrian Chadd
.. I don't think it's a bad idea to get freebsd-numeric@ created and start discussing this kind of stuff there. Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Use of C99 extra long double math functions after r236148

2012-05-29 Thread Julian H. Stacey
Hi, Reference: From: Stephen Montgomery-Smith step...@missouri.edu Anyway, given that floating point is a big issue, and we are about a decade behind schedule, really suggests that a floating-po...@freebsd.org mailing list is needed. Or maybe there is an existing freebsd mailing

Re: updating from r231158 to 234465: mounting from ufs:/dev/ad4s1a failed with error 19

2012-05-29 Thread Anton Shterenlikht
On Mon, May 21, 2012 at 01:08:24PM -0400, John Baldwin wrote: On Monday, May 21, 2012 5:45:19 am Anton Shterenlikht wrote: On Mon, May 21, 2012 at 09:42:17AM +0100, Anton Shterenlikht wrote: On Sun, May 20, 2012 at 09:54:51AM +0100, Anton Shterenlikht wrote: On Fri, May 18, 2012 at

Re: updating from r231158 to 234465: mounting from ufs:/dev/ad4s1a failed with error 19

2012-05-29 Thread Anton Shterenlikht
On Wed, May 30, 2012 at 12:17:01AM +0100, Anton Shterenlikht wrote: I might have misled you on this, Yes, sorry, looking at the dmesg I sent you, I obviously booted the patched kernel. So, no, 'hw.pci.enable_io_modes=0' in /boot/loader.conf doesn't help to boot an

[patch] rfc: bsnmpd does not count ipv6 tcp connections in tcpCurrEstab

2012-05-29 Thread Maksim Yevmenkin
hello, any objections to the following patch? === Index: mibII_tcp.c === --- mibII_tcp.c (revision 236265) +++ mibII_tcp.c (working copy) @@ -109,10 +109,12 @@ ptr = (struct xinpgen *)(void *)((char *)ptr +

Re: OptionalObsoleteFiles.inc completeness

2012-05-29 Thread Peter Jeremy
On 2012-May-29 02:18:25 +0400, Dmitry Marakasov amd...@amdmi3.ru wrote: * Peter Jeremy (pe...@rulingia.com) wrote: My experience is that it now takes about 2½ minutes on 10.x with warm caches, compared to less than 1 second on 8.x. Now = after applying my patch or after changing system? Which