Re: Implementations of sqrtl and logl

2005-12-30 Thread John Baldwin
On Thursday 29 December 2005 05:46 pm, Steve Kargl wrote: I have implementations for sqrtl and logl, which can be added to libm. In limited testing on AMD64 , I find You probably will want to coordinate with Bruce Evans (bde@) as he has been doing a lot of work on libm specifically with amd64

Re: Building a release

2005-12-30 Thread Bruce A. Mah
If memory serves me right, Daniel Rudy wrote: I'm having some difficulties in building a release ISO from sources. When I do a make release in /usr/src/release, everything seems to go well until is tries to access perl5.8 in the ports. I go into ports and find that there is nothing there.

Re: Implementations of sqrtl and logl

2005-12-30 Thread Steve Kargl
On Fri, Dec 30, 2005 at 08:29:45AM -0500, John Baldwin wrote: On Thursday 29 December 2005 05:46 pm, Steve Kargl wrote: I have implementations for sqrtl and logl, which can be added to libm. In limited testing on AMD64 , I find You probably will want to coordinate with Bruce Evans (bde@)

Re: Building a release

2005-12-30 Thread Steven Hartland
Better to just use cvsup /usr/share/examples/cvsup/cvs-supfile then all u need to do is create /home/cvs first. This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event

Re: Implementations of sqrtl and logl

2005-12-30 Thread Peter Jeremy
On Thu, 2005-Dec-29 14:46:26 -0800, Steve Kargl wrote: I have implementations for sqrtl and logl, which can be added to libm. In limited testing on AMD64 , I find troutmask:kargl[208] ./test_sqrt float doublelong double MRE: 8.953800e-08 1.664855e-16 1.084202e-19 DDP:

Re: Implementations of sqrtl and logl

2005-12-30 Thread Steve Kargl
On Sat, Dec 31, 2005 at 05:26:12AM +1100, Peter Jeremy wrote: On Thu, 2005-Dec-29 14:46:26 -0800, Steve Kargl wrote: I have implementations for sqrtl and logl, which can be added to libm. In limited testing on AMD64 , I find troutmask:kargl[208] ./test_sqrt float double

Problem about libnet on FreeBSD 6.0

2005-12-30 Thread prime
Hi hackers, I find that I can't include net/ethernet.h when I programming with libnet,because $(CC) complains that struct ether_addr redefined. But I need some definitions in net/ethernet.h,struct ether_header etc. Currently,I just copy the definitions I need from net/ethernet.h,but it seems

Preserve date when cp over smbfs

2005-12-30 Thread Gilbert Cao
Hi, the list. I have recently notice a problem when I copy a file to a SMB mount directory : My SMB client is a FreeBSD 6.0-STABLE. My SMB server is a FreeBSD 5.4-STABLE (with port samba-3.0.8,1). When I do a 'cp -p somefile /path/to/smbmountdir/anotherfolder', the access time and modification

Re: Preserve date when cp over smbfs

2005-12-30 Thread Doug Barton
Gilbert Cao wrote: Hi, the list. I have recently notice a problem when I copy a file to a SMB mount directory : Thanks for the good detective work. Can you send-pr this so that it does not get lost? Doug -- This .signature sanitized for your protection

Re: Preserve date when cp over smbfs

2005-12-30 Thread Doug Barton
Gilbert Cao wrote: Hi, the list. I have recently notice a problem when I copy a file to a SMB mount directory : Good detective work! Please send-pr this so it does not get lost. Doug ___ freebsd-hackers@freebsd.org mailing list

Re: My wish list for 6.1

2005-12-30 Thread Robert Watson
On Fri, 16 Dec 2005, Avleen Vig wrote: On Fri, Dec 16, 2005 at 10:40:22AM -0500, Martin Cracauer wrote: 2. SMP kernels for install. Right now we only install a UP kernel, for performance reasons. We should be able to package both a UP and SMP kernel into the release bits, and have