svn commit: r262603 - head/share/man/man4

2014-02-28 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 28 15:55:35 2014 New Revision: 262603 URL: http://svnweb.freebsd.org/changeset/base/262603 Log: mdoc cleanup. MFC after:1 week Modified: head/share/man/man4/nvd.4 head/share/man/man4/nvme.4 Modified: head/share/man/man4/nvd.4

svn commit: r262606 - head/sys/contrib/dts

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 16:26:44 2014 New Revision: 262606 URL: http://svnweb.freebsd.org/changeset/base/262606 Log: These file have a, possibly dubious, GPL claim. Until that's sorted, move to gnu. Added: - copied from r262605, head/sys/contrib/dts/ Directory Properties:

svn commit: r262607 - head/sys/gnu/dts

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 16:35:01 2014 New Revision: 262607 URL: http://svnweb.freebsd.org/changeset/base/262607 Log: Add proper svn:keyword props Modified: Directory Properties: head/sys/gnu/dts/FreeBSD-list (props changed) head/sys/gnu/dts/FreeBSD-upgrade (props changed)

svn commit: r262608 - head/sys/gnu/dts

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 16:42:14 2014 New Revision: 262608 URL: http://svnweb.freebsd.org/changeset/base/262608 Log: Add skeleton.dtsi and update to new place in tree. Modified: head/sys/gnu/dts/FreeBSD-list head/sys/gnu/dts/FreeBSD-upgrade Modified: head/sys/gnu/dts/FreeBSD-list

svn commit: r262609 - head/sys/gnu/dts/arm

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 16:43:56 2014 New Revision: 262609 URL: http://svnweb.freebsd.org/changeset/base/262609 Log: Add missing skeleton file. Added: head/sys/gnu/dts/arm/skeleton.dtsi - copied unchanged from r262608, vendor/device-tree/dist/src/arm/skeleton.dtsi Copied:

svn commit: r262611 - in head/contrib/llvm: include/llvm/MC lib/MC

2014-02-28 Thread Dimitry Andric
Author: dim Date: Fri Feb 28 17:12:31 2014 New Revision: 262611 URL: http://svnweb.freebsd.org/changeset/base/262611 Log: Pull in r196874 from upstream llvm trunk: Fix a crash that occurs when PWD is invalid. MCJIT needs to be able to run in hostile environments, even when PWD

svn commit: r262613 - in head: contrib/compiler-rt/lib contrib/gcc contrib/llvm/include/llvm/MC contrib/llvm/include/llvm/Object contrib/llvm/include/llvm/Support contrib/llvm/lib/CodeGen/AsmPrinte...

2014-02-28 Thread Dimitry Andric
Author: dim Date: Fri Feb 28 18:06:00 2014 New Revision: 262613 URL: http://svnweb.freebsd.org/changeset/base/262613 Log: Merge the projects/clang-sparc64 branch back to head. This brings in several updates from the llvm and clang trunks to make the sparc64 backend fully functional.

svn commit: r262614 - in head: . share/mk sys/boot/fdt/dts sys/boot/fdt/dts/arm sys/boot/fdt/dts/mips sys/boot/fdt/dts/powerpc sys/conf sys/tools/fdt

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 18:29:09 2014 New Revision: 262614 URL: http://svnweb.freebsd.org/changeset/base/262614 Log: Integrate device-tree upstream files into the build process: (1) Invoke cpp to bring in files via #include (although the old /include/ stuff is supported still).

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

2014-02-28 Thread John Baldwin
Author: jhb Date: Fri Feb 28 19:07:55 2014 New Revision: 262615 URL: http://svnweb.freebsd.org/changeset/base/262615 Log: Workaround an apparent bug in VMWare Fusion's nested VT support where it triggers a VM exit with the exit reason of an external interrupt but without a valid interrupt

svn commit: r262618 - head/sys/sys

2014-02-28 Thread John Baldwin
Author: jhb Date: Fri Feb 28 19:21:07 2014 New Revision: 262618 URL: http://svnweb.freebsd.org/changeset/base/262618 Log: Whitespace fix. Modified: head/sys/sys/eventhandler.h Modified: head/sys/sys/eventhandler.h

svn commit: r262619 - head

2014-02-28 Thread John-Mark Gurney
Author: jmg Date: Fri Feb 28 19:51:47 2014 New Revision: 262619 URL: http://svnweb.freebsd.org/changeset/base/262619 Log: since -F is safe, and an update from 10-HEAD to 10-STABLE is sooo bloody anoying w/o it.. recommend people use -F too... Modified: head/UPDATING Modified:

svn commit: r262623 - head/sys/fs/ext2fs

2014-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Fri Feb 28 21:25:32 2014 New Revision: 262623 URL: http://svnweb.freebsd.org/changeset/base/262623 Log: ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo:

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

2014-02-28 Thread John Baldwin
Author: jhb Date: Fri Feb 28 21:33:40 2014 New Revision: 262624 URL: http://svnweb.freebsd.org/changeset/base/262624 Log: Correct VMware capitalization. Submitted by: joeld Modified: head/sys/amd64/vmm/intel/vmx.c Modified: head/sys/amd64/vmm/intel/vmx.c

svn commit: r262625 - head/sys/conf

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 22:06:19 2014 New Revision: 262625 URL: http://svnweb.freebsd.org/changeset/base/262625 Log: Only try to build the static dtb when we're building a static dtb... Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r262626 - head/sys/tools/fdt

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 22:37:35 2014 New Revision: 262626 URL: http://svnweb.freebsd.org/changeset/base/262626 Log: Use proper include path for dtc as well as cpp. Modified: head/sys/tools/fdt/make_dtb.sh (contents, props changed) Modified: head/sys/tools/fdt/make_dtb.sh

svn commit: r262627 - head/sys/boot/fdt/dts/arm

2014-02-28 Thread Warner Losh
Author: imp Date: Fri Feb 28 22:37:40 2014 New Revision: 262627 URL: http://svnweb.freebsd.org/changeset/base/262627 Log: Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl dtc isn't. Modified: head/sys/boot/fdt/dts/arm/imx6.dtsi Modified:

svn commit: r262628 - head/release/scripts

2014-02-28 Thread Craig Rodrigues
Author: rodrigc Date: Fri Feb 28 23:12:20 2014 New Revision: 262628 URL: http://svnweb.freebsd.org/changeset/base/262628 Log: Add a script which lists SVN log entries only for changesets which have files which have been Added or Removed. This can help identify changesets which should be

svn commit: r262630 - head/sys/sys

2014-02-28 Thread Xin LI
Author: delphij Date: Fri Feb 28 23:52:12 2014 New Revision: 262630 URL: http://svnweb.freebsd.org/changeset/base/262630 Log: Bump __FreeBSD_version after import of ncurses 5.9. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r262632 - head/sys/dev/etherswitch/arswitch

2014-02-28 Thread Adrian Chadd
Author: adrian Date: Sat Mar 1 00:02:09 2014 New Revision: 262632 URL: http://svnweb.freebsd.org/changeset/base/262632 Log: Remove now dead code. Modified: head/sys/dev/etherswitch/arswitch/arswitch_8327.c Modified: head/sys/dev/etherswitch/arswitch/arswitch_8327.c

svn commit: r262634 - head/sys/dev/etherswitch/arswitch

2014-02-28 Thread Adrian Chadd
Author: adrian Date: Sat Mar 1 00:11:45 2014 New Revision: 262634 URL: http://svnweb.freebsd.org/changeset/base/262634 Log: Be paranoid about bit operations here. Modified: head/sys/dev/etherswitch/arswitch/arswitchreg.h Modified: head/sys/dev/etherswitch/arswitch/arswitchreg.h

Re: svn commit: r262575 - head/sys/dev/mps

2014-02-28 Thread Kenneth D. Merry
On Thu, Feb 27, 2014 at 21:48:34 +, Alexander Motin wrote: Author: mav Date: Thu Feb 27 21:48:34 2014 New Revision: 262575 URL: http://svnweb.freebsd.org/changeset/base/262575 Log: Restore SIM freeze/release match, broken at r253549. This fixes problem with SIM left in frozen

svn commit: r262642 - head/sys/dev/iwn

2014-02-28 Thread Adrian Chadd
Author: adrian Date: Sat Mar 1 02:57:22 2014 New Revision: 262642 URL: http://svnweb.freebsd.org/changeset/base/262642 Log: Add the bluetooth information structs to the firmware RX statistics message. It turns out that there's a variant format of the RX statisitcs notification from the

svn commit: r262645 - head/usr.bin/ssh-copy-id

2014-02-28 Thread Eitan Adler
Author: eadler Date: Sat Mar 1 03:17:46 2014 New Revision: 262645 URL: http://svnweb.freebsd.org/changeset/base/262645 Log: ssh-copy-id: avoid sending private keys; add -v option To help avoid confusion: when attempting to send a key file check to see if a file of the same name exists

svn commit: r262646 - head/sys/amd64/vmm

2014-02-28 Thread Neel Natu
Author: neel Date: Sat Mar 1 03:17:58 2014 New Revision: 262646 URL: http://svnweb.freebsd.org/changeset/base/262646 Log: Fix a race between VMRUN() and vcpu_notify_event() due to 'vcpu-hostcpu' being updated outside of the vcpu_lock(). The race is benign and could potentially result in a

svn commit: r262647 - head/usr.bin/ssh-copy-id

2014-02-28 Thread Eitan Adler
Author: eadler Date: Sat Mar 1 03:36:46 2014 New Revision: 262647 URL: http://svnweb.freebsd.org/changeset/base/262647 Log: ssh-copy-id: add restorecon call In certain situations when creating an authorized_key file on a Linux machine restorecon(1) may need to be called. Therefore,