Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Dimitry Andric wrote: On 2011-03-09 22:18, David Schultz wrote: The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the makefiles is probably not needed: I'm pretty sure -mno-sse implies the other two, unless -msse3 is specified explicitly. Indeed,

Re: Request to test if_ath - TX power control changes

2011-03-10 Thread Adrian Chadd
(You know, I'm very tempted to just create a FreeBSD-wireless mailing list.. :-) My AR9280/AR9285 collection just arrived in the post. A quick 2 minute test with the AR9285 showed that at least the one I have has issues TX'ing at higher 11g rates. I won't even bother testing 11n MCS rates until I

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Wed Mar 9 11, George Liaskos wrote: I have prepared a patch that finishes the core2 support part and backports from gcc-4.3 the SSSE3 instruction set (-mssse3, -mno-ssse3). It is enabled for -march=core2 by default. Testing and comments are welcome. Patch:

Re: Request to test if_ath - TX power control changes

2011-03-10 Thread Etienne Robillard
On 10/03/11 03:44 AM, Adrian Chadd wrote: (You know, I'm very tempted to just create a FreeBSD-wireless mailing list.. :-) That would be nice. (+1) :-) My AR9280/AR9285 collection just arrived in the post. A quick 2 minute test with the AR9285 showed that at least the one I have has

SOLVED: Re: r219379 build failure on sparc64

2011-03-10 Thread Anton Shterenlikht
On Tue, Mar 08, 2011 at 10:14:54AM +, Anton Shterenlikht wrote: Updating sparc64 from r202445 to r219379: cc -O2 -pipe -I/usr/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall

ZFSv28, zfs list behaviour and sysutils/freebsd-snapshot

2011-03-10 Thread Urankar Mikael
Hi, I'm using sysutils/freebsd-snapshot to make periodic ZFS backup snapshot and this soft is broken since the upgrade of my pool to ZFSv28. After some debugging it appears that zfs list behaviour has changed with ZFSv28, and since freebsd-snapshot relies on zfs list to retrieve the ZFS file

Re: CPU affinity

2011-03-10 Thread Andriy Gapon
on 10/03/2011 05:45 Steve Kargl said the following: On Thu, Mar 10, 2011 at 11:56:22AM +0900, Hideki Yamamoto wrote: Hi, We are interested in realtime application and CPU affinity. After googling pthread_setaffinity_np, I have found that it appeared in 7.2. But I cannot find it by man

[TESTING] base gcc update to latest GPLv2 version

2011-03-10 Thread Martin Matuska
Here is a base gcc upgrade to the latest GPLv2 version (rev. 127959). http://people.freebsd.org/~mm/patches/head-gcc-422-prerelease.patch Open questions: Do we want the 4.2.2 prerelase 20070831 version tag or stick to 4.2.1 20070831? Testing and comments are welcome. Originally suggested by

Re: CPU affinity

2011-03-10 Thread Hideki Yamamoto
Dear Steve, Adam, and Andriy; Thank you very much for your quick replies. We could solve our problems on this matter. Thank you again. Best regards, Hideki Yamamoto 2011/3/10 Andriy Gapon a...@freebsd.org: on 10/03/2011 05:45 Steve Kargl said the following: On Thu, Mar 10, 2011 at 11:56:22AM

Re: [TESTING]: one more boot2 shrinking patch

2011-03-10 Thread John Baldwin
On Wednesday, March 09, 2011 6:24:36 pm Dimitry Andric wrote: On 2011-03-09 14:23, John Baldwin wrote: gcc nor clang emits any code to initialize static type foo = 0; because it's expected that BSS is zeroed, which is not the case in boot2 so we have to initialize that explicitly It used

Re: [TESTING]: one more boot2 shrinking patch

2011-03-10 Thread Roman Divacky
On Thu, Mar 10, 2011 at 09:20:58AM -0500, John Baldwin wrote: On Wednesday, March 09, 2011 6:24:36 pm Dimitry Andric wrote: On 2011-03-09 14:23, John Baldwin wrote: gcc nor clang emits any code to initialize static type foo = 0; because it's expected that BSS is zeroed, which is not the

Re: [TESTING] base gcc update to latest GPLv2 version

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Martin Matuska wrote: Here is a base gcc upgrade to the latest GPLv2 version (rev. 127959). http://people.freebsd.org/~mm/patches/head-gcc-422-prerelease.patch Open questions: Do we want the 4.2.2 prerelase 20070831 version tag or stick to 4.2.1 20070831? i'd prefer

Re: [TESTING]: one more boot2 shrinking patch

2011-03-10 Thread Matthew Fleming
On Thu, Mar 10, 2011 at 8:37 AM, Roman Divacky rdiva...@freebsd.org wrote: On Thu, Mar 10, 2011 at 09:20:58AM -0500, John Baldwin wrote: On Wednesday, March 09, 2011 6:24:36 pm Dimitry Andric wrote: On 2011-03-09 14:23, John Baldwin wrote: gcc nor clang emits any code to initialize static

Re: [TESTING]: one more boot2 shrinking patch

2011-03-10 Thread John Baldwin
On Thursday, March 10, 2011 11:58:30 am Matthew Fleming wrote: On Thu, Mar 10, 2011 at 8:37 AM, Roman Divacky rdiva...@freebsd.org wrote: On Thu, Mar 10, 2011 at 09:20:58AM -0500, John Baldwin wrote: On Wednesday, March 09, 2011 6:24:36 pm Dimitry Andric wrote: On 2011-03-09 14:23, John

FreeBSD Compiler Benchmark: gcc-base vs. gcc-ports vs. clang

2011-03-10 Thread Martin Matuska
Hi everyone, we have performed a benchmark of the perl binary compiled with base gcc, ports gcc and ports clang using the perlbench benchmark suite. Our benchmark was performed solely on amd64 with 10 different processors and we have tried different -march= flags to compare binary performance of

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Alexander Best wrote: On Thu Mar 10 11, Dimitry Andric wrote: On 2011-03-09 22:18, David Schultz wrote: The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the makefiles is probably not needed: I'm pretty sure -mno-sse implies the other two, unless -msse3 is

status of WITHOUT_SYSINSTALL

2011-03-10 Thread Alexander Best
hi there, just wanted to ask what the current situation on WITHOUT_SYSINSTALL is? it seems the option gets completely ignored after a recent commit. should src.conf be adjusted to mention that WITHOUT_SYSINSTALL == noop or should the option be completely removed? also in usr.sbin/Makefile, the

Re: status of WITHOUT_SYSINSTALL

2011-03-10 Thread Garrett Cooper
On Thu, Mar 10, 2011 at 4:09 PM, Alexander Best arun...@freebsd.org wrote: On Thu Mar 10 11, Garrett Cooper wrote: On Thu, Mar 10, 2011 at 3:52 PM, Alexander Best arun...@freebsd.org wrote: hi there, just wanted to ask what the current situation on WITHOUT_SYSINSTALL is? it seems the

Re: please (re) test AR9220/AR9280 if_ath in -HEAD

2011-03-10 Thread Adrian Chadd
Hi all again! I've just committed some more fixes to TX power calibration for the AR9220 and AR9280. I -think- I have all of the radio setup correct now for the AR5416, AR9160, AR9220 and AR9280. If you're using any of these, especially if you're using the AR9220/AR9280 (and doubly so oif

Re: status of WITHOUT_SYSINSTALL

2011-03-10 Thread b. f.
just wanted to ask what the current situation on WITHOUT_SYSINSTALL is? it seems the option gets completely ignored after a recent commit. I thought that Alex was going to follow up on this (cf. http://markmail.org/message/bkbygrx5z5ascukh ) with Warner. should src.conf be adjusted