svn commit: r249607 - head/lib/libthr/thread

2013-04-17 Thread David Xu
Author: davidxu Date: Thu Apr 18 05:58:07 2013 New Revision: 249607 URL: http://svnweb.freebsd.org/changeset/base/249607 Log: Remove debug code. Modified: head/lib/libthr/thread/thr_sig.c Modified: head/lib/libthr/thread/thr_sig.c =

svn commit: r249606 - head/lib/libthr/thread

2013-04-17 Thread David Xu
Author: davidxu Date: Thu Apr 18 05:56:00 2013 New Revision: 249606 URL: http://svnweb.freebsd.org/changeset/base/249606 Log: Avoid copying memory if SIGCANCEL is not masked. Modified: head/lib/libthr/thread/thr_sig.c Modified: head/lib/libthr/thread/thr_sig.c ===

Re: svn commit: r249602 - head/sys/x86/include

2013-04-17 Thread Konstantin Belousov
On Thu, Apr 18, 2013 at 01:30:08AM +, Rui Paulo wrote: > Author: rpaulo > Date: Thu Apr 18 01:30:08 2013 > New Revision: 249602 > URL: http://svnweb.freebsd.org/changeset/base/249602 > > Log: > Add the most current CPUID7_* definitions. > > Modified: > head/sys/x86/include/specialreg.h >

svn commit: r249605 - head/sys/vm

2013-04-17 Thread Alan Cox
Author: alc Date: Thu Apr 18 05:34:33 2013 New Revision: 249605 URL: http://svnweb.freebsd.org/changeset/base/249605 Log: When calculating the number of reserved nodes, discount the pages that will be used to store the nodes. Sponsored by: EMC / Isilon Storage Division Modified: head/s

svn commit: r249604 - head/lib/libthr/thread

2013-04-17 Thread David Xu
Author: davidxu Date: Thu Apr 18 05:12:11 2013 New Revision: 249604 URL: http://svnweb.freebsd.org/changeset/base/249604 Log: Revert revision 249323, the PR/177624 is confusing, that bug is caused by using buggy getcontext/setcontext on same stack, while swapcontext normally works on differe

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 03:56:03PM -0700, Jeremy Chadwick wrote: > On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > > > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > > > Hi Jeremy, > > > > > >

svn commit: r249603 - in head/contrib: binutils/include/elf gdb/gdb

2013-04-17 Thread Andrew Turner
Author: andrew Date: Thu Apr 18 02:20:58 2013 New Revision: 249603 URL: http://svnweb.freebsd.org/changeset/base/249603 Log: Fix the value of NT_FREEBSD_TAG to be the same as ABI_NOTRTYPE in lib/csu. Add NT_FREEBSD_NOINIT_TAG for the value of CRT_NOINIT_NOTETYPE. Check for both of these when

svn commit: r249602 - head/sys/x86/include

2013-04-17 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 18 01:30:08 2013 New Revision: 249602 URL: http://svnweb.freebsd.org/changeset/base/249602 Log: Add the most current CPUID7_* definitions. Modified: head/sys/x86/include/specialreg.h Modified: head/sys/x86/include/specialreg.h

svn commit: r249601 - head/sys/amd64/amd64

2013-04-17 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 18 01:21:44 2013 New Revision: 249601 URL: http://svnweb.freebsd.org/changeset/base/249601 Log: Print RDSEED, ADX, and SMAP. Pointed out by: kib Modified: head/sys/amd64/amd64/identcpu.c Modified: head/sys/amd64/amd64/identcpu.c ===

svn commit: r249600 - head/cddl/lib/libdtrace

2013-04-17 Thread Pedro F. Giffuni
Author: pfg Date: Thu Apr 18 01:20:08 2013 New Revision: 249600 URL: http://svnweb.freebsd.org/changeset/base/249600 Log: DTrace: NFS translators should be split into client/server pieces Belatedly update the provider with changes from OpenSolaris: PSARC 2008/050 DTrace NFS v3 Provider

svn commit: r249599 - in stable/9/sys: kern sys ufs/ufs

2013-04-17 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 18 00:53:47 2013 New Revision: 249599 URL: http://svnweb.freebsd.org/changeset/base/249599 Log: MFC of 248561: When renaming a directory from one parent directory to another, we need to call ufs_checkpath() to walk from our new location to the root of the

svn commit: r249598 - stable/8/sys/ufs/ffs

2013-04-17 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 18 00:14:51 2013 New Revision: 249598 URL: http://svnweb.freebsd.org/changeset/base/249598 Log: MFC of 249064: The code in clear_remove() and clear_inodedeps() skips one entry in the pagedep and inodedep hash tables. An entry in the table is skipped becaus

svn commit: r249597 - stable/9/sys/ufs/ffs

2013-04-17 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 18 00:12:32 2013 New Revision: 249597 URL: http://svnweb.freebsd.org/changeset/base/249597 Log: MFC of 249064: The code in clear_remove() and clear_inodedeps() skips one entry in the pagedep and inodedep hash tables. An entry in the table is skipped becaus

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 03:56:03PM -0700, Jeremy Chadwick wrote: > {snipping for brevity; thread reference is below } > { http://lists.freebsd.org/pipermail/svn-src-stable-9/2013-April/004258.html } > > I'll be doing the following to see where exactly the failure happens > since as we know parallel

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > > Hi Jeremy, > > > > > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > >

svn commit: r249596 - in head/sys: conf fs/nfsserver modules/nfsd modules/nfsserver nfs nfsserver

2013-04-17 Thread Kenneth D. Merry
Author: ken Date: Wed Apr 17 22:42:43 2013 New Revision: 249596 URL: http://svnweb.freebsd.org/changeset/base/249596 Log: Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to sys/nfs, since it is now shared by the two NFS servers. Suggested by: rmacklem Sponsored by: Spect

Re: svn commit: r249461 - head/sys/dev/ips

2013-04-17 Thread hiren panchasara
On Wed, Apr 17, 2013 at 11:51 AM, John Baldwin wrote: > On Wednesday, April 17, 2013 2:36:48 pm hiren panchasara wrote: >> On Wed, Apr 17, 2013 at 10:19 AM, John Baldwin wrote: >> > On Wednesday, April 17, 2013 1:15:11 pm hiren panchasara wrote: >> >> On Tue, Apr 16, 2013 at 9:10 AM, John Baldwin

svn commit: r249595 - head/sys/dev/ips

2013-04-17 Thread Hiren Panchasara
Author: hiren Date: Wed Apr 17 21:21:27 2013 New Revision: 249595 URL: http://svnweb.freebsd.org/changeset/base/249595 Log: Improving r249461 by providing a better way to handle the clang warning. PR: kern/177164 Reviewed by: jhb Approved by: sbruno (mentor) Modified: hea

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 11:00:11PM +0200, Jeremie Le Hen wrote: > On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > > > > I will spend some time to figure out exactly how to reproduce this. > > > > > > Going from recent memory (~2 weeks ago), I encountered it on my VPS box > > >

svn commit: r249594 - head/tools/regression/pjdfstest

2013-04-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Apr 17 21:08:18 2013 New Revision: 249594 URL: http://svnweb.freebsd.org/changeset/base/249594 Log: Style cleanups. Modified: head/tools/regression/pjdfstest/pjdfstest.c Modified: head/tools/regression/pjdfstest/pjdfstest.c ==

svn commit: r249593 - head/lib/libc/gen

2013-04-17 Thread Jilles Tjoelker
Author: jilles Date: Wed Apr 17 21:08:15 2013 New Revision: 249593 URL: http://svnweb.freebsd.org/changeset/base/249593 Log: pututxline: Don't set errno=0 in subfunctions. The functions utx_active_add(), utx_active_remove(), utx_lastlogin_add() and utx_log_add() set errno to 0 if they are

svn commit: r249592 - in head/sys: conf fs/nfs fs/nfsclient fs/nfsserver modules/nfsd modules/nfsserver nfsserver

2013-04-17 Thread Kenneth D. Merry
Author: ken Date: Wed Apr 17 21:00:22 2013 New Revision: 249592 URL: http://svnweb.freebsd.org/changeset/base/249592 Log: Revamp the old NFS server's File Handle Affinity (FHA) code so that it will work with either the old or new server. The FHA code keeps a cache of currently active file

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > > I will spend some time to figure out exactly how to reproduce this. > > > > Going from recent memory (~2 weeks ago), I encountered it on my VPS box > > (which does run ntpd, just FYI): > > > > 1. Initially installed with 9.1-RE

Re: svn commit: r249589 - head/sys/mips/malta

2013-04-17 Thread Adrian Chadd
On 17 April 2013 11:30, Andrew Thompson wrote: > > This isnt needed anymore, see r249570. Ah, cool! adrian ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-un

svn commit: r249591 - head/share/man/man5

2013-04-17 Thread Jeremie Le Hen
Author: jlh Date: Wed Apr 17 20:19:32 2013 New Revision: 249591 URL: http://svnweb.freebsd.org/changeset/base/249591 Log: Document jail__parameters option. The description explains why we should not configure "path", "host.hostname", "command", "ip4.addr" and ip6.addr" parameters with t

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > Hi Jeremy, > > > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > > > > Now that this has been enabled by default, I should warn folks of

Re: svn commit: r249484 - head/lib

2013-04-17 Thread Tijl Coosemans
On 2013-04-17 19:33, Dimitry Andric wrote: > On Apr 17, 2013, at 17:58, Tim Kientzle wrote: >> On Apr 17, 2013, at 5:05 AM, Tijl Coosemans wrote: >>> So you compile with -ffreestanding -nostdinc? >>> And then add the include path returned by -print-file-name=include? >> >> That's what the U-Boot s

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > Hi Jeremy, > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > > Now that this has been enabled by default, I should warn folks of a > > caveat that I found in the buildworld/buildkernel framework. It's > >

Re: svn commit: r249461 - head/sys/dev/ips

2013-04-17 Thread John Baldwin
On Wednesday, April 17, 2013 2:36:48 pm hiren panchasara wrote: > On Wed, Apr 17, 2013 at 10:19 AM, John Baldwin wrote: > > On Wednesday, April 17, 2013 1:15:11 pm hiren panchasara wrote: > >> On Tue, Apr 16, 2013 at 9:10 AM, John Baldwin wrote: > >> > On Saturday, April 13, 2013 10:42:40 pm Hire

svn commit: r249590 - head/sys/kern

2013-04-17 Thread Gleb Smirnoff
Author: glebius Date: Wed Apr 17 18:43:33 2013 New Revision: 249590 URL: http://svnweb.freebsd.org/changeset/base/249590 Log: On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and this prevents us from creating UMA_ZONE_PCPU zones earlier. As bandaid shift initialization of counter(

Re: svn commit: r249461 - head/sys/dev/ips

2013-04-17 Thread hiren panchasara
On Wed, Apr 17, 2013 at 10:19 AM, John Baldwin wrote: > On Wednesday, April 17, 2013 1:15:11 pm hiren panchasara wrote: >> On Tue, Apr 16, 2013 at 9:10 AM, John Baldwin wrote: >> > On Saturday, April 13, 2013 10:42:40 pm Hiren Panchasara wrote: >> >> Author: hiren >> >> Date: Sun Apr 14 02:42:40

Re: svn commit: r249589 - head/sys/mips/malta

2013-04-17 Thread Andrew Thompson
On 18 April 2013 06:26, Adrian Chadd wrote: > Author: adrian > Date: Wed Apr 17 18:26:01 2013 > New Revision: 249589 > URL: http://svnweb.freebsd.org/changeset/base/249589 > > Log: > Add the static kernel boot environment, needed to actually boot this > thing. > > (Wasting 4k just as a tempor

svn commit: r249589 - head/sys/mips/malta

2013-04-17 Thread Adrian Chadd
Author: adrian Date: Wed Apr 17 18:26:01 2013 New Revision: 249589 URL: http://svnweb.freebsd.org/changeset/base/249589 Log: Add the static kernel boot environment, needed to actually boot this thing. (Wasting 4k just as a temporary placeholder for a boot environment seems a bit ridiculou

Re: svn commit: r249461 - head/sys/dev/ips

2013-04-17 Thread John Baldwin
On Wednesday, April 17, 2013 1:15:11 pm hiren panchasara wrote: > On Tue, Apr 16, 2013 at 9:10 AM, John Baldwin wrote: > > On Saturday, April 13, 2013 10:42:40 pm Hiren Panchasara wrote: > >> Author: hiren > >> Date: Sun Apr 14 02:42:40 2013 > >> New Revision: 249461 > >> URL: http://svnweb.freebs

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Olav Grønås Gjerde
I have to admit that I didn't wait for an hour, as buildkernel usually complete within 30 minutes on my system. I just tried to build the kernel on another very similar system, no problems there. I forgot to mention that I tried to upgrade from an 8-STABLE from last summer directly to the latest 9-

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Dimitry Andric
On Apr 17, 2013, at 17:41, Pedro Giffuni wrote: > On 04/17/13 03:29, Jeremy Chadwick wrote: >> On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: >>> Author: brooks >>> Date: Tue Apr 16 16:09:27 2013 >>> New Revision: 249549 >>> URL: http://svnweb.freebsd.org/changeset/base/249549 >>>

Re: svn commit: r249484 - head/lib

2013-04-17 Thread Dimitry Andric
On Apr 17, 2013, at 17:58, Tim Kientzle wrote: > On Apr 17, 2013, at 5:05 AM, Tijl Coosemans wrote: ... >> So you compile with -ffreestanding -nostdinc? >> And then add the include path returned by -print-file-name=include? > > That's what the U-Boot sources do, yes. Why would U-Boot want to bui

Re: svn commit: r249461 - head/sys/dev/ips

2013-04-17 Thread hiren panchasara
On Tue, Apr 16, 2013 at 9:10 AM, John Baldwin wrote: > On Saturday, April 13, 2013 10:42:40 pm Hiren Panchasara wrote: >> Author: hiren >> Date: Sun Apr 14 02:42:40 2013 >> New Revision: 249461 >> URL: http://svnweb.freebsd.org/changeset/base/249461 >> >> Log: >> Fixing a clang warning indicatin

Re: svn commit: r249577 - head/sys/amd64/amd64

2013-04-17 Thread Rui Paulo
On 2013/04/17, at 3:47, John Baldwin wrote: > On Wednesday, April 17, 2013 02:51:17 AM Rui Paulo wrote: >> Author: rpaulo >> Date: Wed Apr 17 06:51:17 2013 >> New Revision: 249577 >> URL: http://svnweb.freebsd.org/changeset/base/249577 >> >> Log: >> Print more bits from the standard extended fe

Re: svn commit: r249484 - head/lib

2013-04-17 Thread Tim Kientzle
On Apr 17, 2013, at 5:05 AM, Tijl Coosemans wrote: > On 2013-04-17 08:26, Tim Kientzle wrote: >> On Apr 16, 2013, at 11:06 PM, Juli Mallett wrote: >>> On Tue, Apr 16, 2013 at 11:00 PM, Tim Kientzle wrote: On Apr 16, 2013, at 6:41 AM, Tijl Coosemans wrote: > On 2013-04-14 21:13, Tim Kient

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Pedro Giffuni
On 04/17/13 03:29, Jeremy Chadwick wrote: On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: Author: brooks Date: Tue Apr 16 16:09:27 2013 New Revision: 249549 URL: http://svnweb.freebsd.org/changeset/base/249549 Log: MFC (much delayed) 234504: Enable DTrace hooks in GENERI

Re: svn commit: r249484 - head/lib

2013-04-17 Thread John Baldwin
On Wednesday, April 17, 2013 8:05:31 am Tijl Coosemans wrote: > In the lang/clang port files/patch-tools_clang_lib_Headers_Makefile > should be removed I think. It prevents too many useful headers from > being installed (e.g. avxintrin.h) I have a local patch to that that I've sent to brooks@ prev

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
Hi Jeremy, On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > Now that this has been enabled by default, I should warn folks of a > caveat that I found in the buildworld/buildkernel framework. It's > easiest to explain like this: > > 1. Install FreeBSD 9.x, svn checkout of sta

Re: svn commit: r249484 - head/lib

2013-04-17 Thread Tijl Coosemans
On 2013-04-17 08:26, Tim Kientzle wrote: > On Apr 16, 2013, at 11:06 PM, Juli Mallett wrote: >> On Tue, Apr 16, 2013 at 11:00 PM, Tim Kientzle wrote: >>> On Apr 16, 2013, at 6:41 AM, Tijl Coosemans wrote: On 2013-04-14 21:13, Tim Kientzle wrote: > Modified: head/lib/Makefile >

svn commit: r249588 - in head: share/i18n/csmapper/KAZAKH sys/amd64/include/xen sys/dev/xen/netback sys/fs/msdosfs sys/i386/isa

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:56:11 2013 New Revision: 249588 URL: http://svnweb.freebsd.org/changeset/base/249588 Log: - Correct spelling in comments Submitted by: Christoph Mallon (via private mail) Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src head/share/i18n/csmappe

svn commit: r249587 - in head: share/i18n/csmapper/KAZAKH sys/dev/sound/pci tools/tools/notescheck

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:48:46 2013 New Revision: 249587 URL: http://svnweb.freebsd.org/changeset/base/249587 Log: - Correct mispellings of word and Submitted by: Christoph Mallon (via private mail) Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src head/share/i18n/csma

svn commit: r249586 - in head/sys: arm/ti/omap4 dev/isci/scil dev/mxge pc98/pc98

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:47:32 2013 New Revision: 249586 URL: http://svnweb.freebsd.org/changeset/base/249586 Log: - Correct mispellings of word resource Submitted by: Christoph Mallon Modified: head/sys/arm/ti/omap4/omap4_prcm_clks.c head/sys/dev/isci/scil/scic_sds_phy.c h

svn commit: r249585 - in head/sys: cam dev/bktr dev/ppbus dev/sound/pcm netinet pci

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:45:15 2013 New Revision: 249585 URL: http://svnweb.freebsd.org/changeset/base/249585 Log: - Corrrect mispellings of word useful Submitted by: Christoph Mallon (via private mail) Modified: head/sys/cam/cam_periph.h head/sys/dev/bktr/CHANGELOG.TXT hea

svn commit: r249584 - in head/sys: dev/usb/wlan i386/isa

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:43:46 2013 New Revision: 249584 URL: http://svnweb.freebsd.org/changeset/base/249584 Log: - Correct mispellings of word miscellaneous Submitted by: Christoph Mallon (via private mail) Modified: head/sys/dev/usb/wlan/if_zydreg.h head/sys/i386/isa/spic.

svn commit: r249583 - in head: include/rpcsvc sys/dev/cas sys/dev/xen/netback sys/fs/devfs sys/fs/msdosfs sys/kern sys/netgraph usr.sbin/nandsim

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:42:40 2013 New Revision: 249583 URL: http://svnweb.freebsd.org/changeset/base/249583 Log: - Correct mispellings of the word necessary Submitted by: Christoph Mallon (via private mail) Modified: head/include/rpcsvc/ypxfrd.x head/sys/dev/cas/if_casvar.h

svn commit: r249582 - in head: lib/libc/i386/string lib/libc/stdlib lib/libz sys/arm/include sys/arm/xscale/ixp425 sys/cam/scsi sys/dev/cxgb/common sys/dev/msk sys/dev/ppbus sys/dev/rndtest sys/ker...

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:40:10 2013 New Revision: 249582 URL: http://svnweb.freebsd.org/changeset/base/249582 Log: - Correct mispellings of the word occurrence Submitted by: Christoph Mallon (via private mail) Modified: head/lib/libc/i386/string/memchr.S head/lib/libc/i386/st

Re: svn commit: r249566 - in head: lib/libc/gen sys/kern

2013-04-17 Thread John Baldwin
On Tuesday, April 16, 2013 05:15:03 PM Jilles Tjoelker wrote: > On Tue, Apr 16, 2013 at 08:26:31PM +, John Baldwin wrote: > > Author: jhb > > Date: Tue Apr 16 20:26:31 2013 > > New Revision: 249566 > > URL: http://svnweb.freebsd.org/changeset/base/249566 > > > > Log: > > - Document that sem_

Re: svn commit: r249577 - head/sys/amd64/amd64

2013-04-17 Thread John Baldwin
On Wednesday, April 17, 2013 02:51:17 AM Rui Paulo wrote: > Author: rpaulo > Date: Wed Apr 17 06:51:17 2013 > New Revision: 249577 > URL: http://svnweb.freebsd.org/changeset/base/249577 > > Log: > Print more bits from the standard extended features CPUID which will be > available in the Haswel

svn commit: r249581 - head/sys/modules/geom/geom_label

2013-04-17 Thread Ivan Voras
Author: ivoras Date: Wed Apr 17 09:19:29 2013 New Revision: 249581 URL: http://svnweb.freebsd.org/changeset/base/249581 Log: Link g_label_disk_ident when building geom_label as a module Modified: head/sys/modules/geom/geom_label/Makefile Modified: head/sys/modules/geom/geom_label/Makefile ==

Re: svn commit: r249577 - head/sys/amd64/amd64

2013-04-17 Thread Konstantin Belousov
On Wed, Apr 17, 2013 at 06:51:17AM +, Rui Paulo wrote: > Author: rpaulo > Date: Wed Apr 17 06:51:17 2013 > New Revision: 249577 > URL: http://svnweb.freebsd.org/changeset/base/249577 > > Log: > Print more bits from the standard extended features CPUID which will be > available in the Haswe

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: > Author: brooks > Date: Tue Apr 16 16:09:27 2013 > New Revision: 249549 > URL: http://svnweb.freebsd.org/changeset/base/249549 > > Log: > MFC (much delayed) 234504: > > Enable DTrace hooks in GENERIC. > > Modified: > stable/9

svn commit: r249580 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2013-04-17 Thread Adrian Chadd
Author: adrian Date: Wed Apr 17 07:31:53 2013 New Revision: 249580 URL: http://svnweb.freebsd.org/changeset/base/249580 Log: Setup needed tables for TPC on AR5416->AR9287 chips. * Add ah_ratesArray[] to the ar5416 HAL state - this stores the maximum values permissable per rate. * Sinc

svn commit: r249579 - head/sys/dev/ath/ath_hal/ar9001

2013-04-17 Thread Adrian Chadd
Author: adrian Date: Wed Apr 17 07:22:23 2013 New Revision: 249579 URL: http://svnweb.freebsd.org/changeset/base/249579 Log: Use the TPC bank by default for AR9160. Tested: * AR9160, hostap, verified TX power using (2GHz) spectrum analyser TODO: * 5GHz verification! Modified

svn commit: r249578 - head/sys/dev/ath

2013-04-17 Thread Adrian Chadd
Author: adrian Date: Wed Apr 17 07:21:30 2013 New Revision: 249578 URL: http://svnweb.freebsd.org/changeset/base/249578 Log: Update the rate series setup code to use the decisions already made in ath_tx_rate_fill_rcflags(). Include setting up the TX power cap in the rate scenario setup code

Re: svn commit: r249484 - head/lib

2013-04-17 Thread Juli Mallett
On Tue, Apr 16, 2013 at 11:26 PM, Tim Kientzle wrote: > > On Apr 16, 2013, at 11:06 PM, Juli Mallett wrote: >> If you're doing a freestanding compile...shouldn't you also be >> specifying both include and library paths explicitly? > > Yes, of course. But the correct directories to use vary somewh