svn commit: r249436 - head/sys/kern

2013-04-13 Thread Jayachandran C.
Author: jchandra Date: Sat Apr 13 07:23:37 2013 New Revision: 249436 URL: http://svnweb.freebsd.org/changeset/base/249436 Log: Fix changes made in r249408. In some cases, kern_envp is set by the architecture code and env_pos does not contain the length of the static kernel environment. In

svn commit: r249438 - head/sys/cam/ata

2013-04-13 Thread Alexander Motin
Author: mav Date: Sat Apr 13 14:03:44 2013 New Revision: 249438 URL: http://svnweb.freebsd.org/changeset/base/249438 Log: MFprojects/camlock r248894: Use full freeze while PMP does hard reset. This is only cosmetical change. Modified: head/sys/cam/ata/ata_pmp.c Modified: head/sys/cam/ata/a

svn commit: r249439 - in head/sys: amd64/amd64 i386/i386

2013-04-13 Thread Konstantin Belousov
Author: kib Date: Sat Apr 13 15:20:33 2013 New Revision: 249439 URL: http://svnweb.freebsd.org/changeset/base/249439 Log: Fix the name of the pcb member in the comments. Submitted by: Oliver Pinter MFC after:3 days Modified: head/sys/amd64/amd64/support.S head/sys/i386/i386/supp

Re: svn commit: r249432 - head/sys/conf

2013-04-13 Thread Warner Losh
I'm curious why this is in files.amd64 / files.i386, and not just in files. Is there really things that are x86 specific in there still Warner On Apr 12, 2013, at 5:16 PM, Jim Harris wrote: > > > > On Fri, Apr 12, 2013 at 4:10 PM, Jung-uk Kim wrote: > Author: jkim > Date: Fri Apr 12 23:10:5

Re: svn commit: r249432 - head/sys/conf

2013-04-13 Thread Jim Harris
On Sat, Apr 13, 2013 at 10:07 AM, Warner Losh wrote: > I'm curious why this is in files.amd64 / files.i386, and not just in > files. Is there really things that are x86 specific in there still > > There are a few areas that need to be addressed to get the NVM Express drivers running on other arch

svn commit: r249440 - head/sys/geom/nop

2013-04-13 Thread John-Mark Gurney
Author: jmg Date: Sat Apr 13 19:02:58 2013 New Revision: 249440 URL: http://svnweb.freebsd.org/changeset/base/249440 Log: move the error report to a lower log level... Now you can see when it returns an error without getting every single io that went through it.. MFC after:1 week Mo

svn commit: r249449 - in head/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/xscale/ixp425 mips/atheros mips/cavium mips/rt305x

2013-04-13 Thread Dimitry Andric
Author: dim Date: Sat Apr 13 21:21:13 2013 New Revision: 249449 URL: http://svnweb.freebsd.org/changeset/base/249449 Log: Fix undefined behaviour in several gpio_pin_setflags() routines (under sys/arm and sys/mips), squelching the clang 3.3 warnings about this. Noticed by: tinderbox and

svn commit: r249450 - head/sys/amd64/vmm/intel

2013-04-13 Thread Neel Natu
Author: neel Date: Sat Apr 13 21:41:51 2013 New Revision: 249450 URL: http://svnweb.freebsd.org/changeset/base/249450 Log: Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMX hardware capabilities. Obtained from:NetApp Modified: head/sys/amd64/vmm/inte

svn commit: r249453 - in head/contrib/ldns: compat ldns

2013-04-13 Thread Dag-Erling Smørgrav
Author: des Date: Sat Apr 13 22:44:48 2013 New Revision: 249453 URL: http://svnweb.freebsd.org/changeset/base/249453 Log: Clean up the ntop / pton code. Part of a patch which has been submitted upstream but not yet adopted. Modified: head/contrib/ldns/compat/b32_ntop.c head/contrib/ldns/

svn commit: r249454 - head/lib/libldns

2013-04-13 Thread Dag-Erling Smørgrav
Author: des Date: Sat Apr 13 22:45:41 2013 New Revision: 249454 URL: http://svnweb.freebsd.org/changeset/base/249454 Log: Include ldns's b{32,64}_{ntop,pton}(). Modified: head/lib/libldns/Makefile Modified: head/lib/libldns/Makefile ===

svn commit: r249457 - head/lib/libldns

2013-04-13 Thread Dag-Erling Smørgrav
Author: des Date: Sun Apr 14 00:59:56 2013 New Revision: 249457 URL: http://svnweb.freebsd.org/changeset/base/249457 Log: Clean up. Modified: head/lib/libldns/Makefile Modified: head/lib/libldns/Makefile == --- head/

svn commit: r249460 - head/sys/dev/hwpmc

2013-04-13 Thread Hiren Panchasara
Author: hiren Date: Sun Apr 14 02:26:12 2013 New Revision: 249460 URL: http://svnweb.freebsd.org/changeset/base/249460 Log: Improve/correct a comment. We now support a lot more cpu types. PR: kern/177496 Approved by: sbruno (mentor) Modified: head/sys/dev/hwpmc/hwpmc_core.c Modifie

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

2013-04-13 Thread Hiren Panchasara
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 indicating uninitialized variable usage. PR: kern/177164 Approved by: sbruno (mentor) Modified: head/sys/dev/ips/ips.c Modified: head/s