svn commit: r248815 - head/sys/vm

2013-03-28 Thread Konstantin Belousov
Author: kib Date: Thu Mar 28 06:39:27 2013 New Revision: 248815 URL: http://svnweb.freebsd.org/changeset/base/248815 Log: Release the v_writecount reference on the vnode in case of error, before the vnode is vput() in vm_mmap_vnode(). Error return means that there is no use reference on

svn commit: r248820 - head/etc

2013-03-28 Thread Andriy Gapon
Author: avg Date: Thu Mar 28 08:13:52 2013 New Revision: 248820 URL: http://svnweb.freebsd.org/changeset/base/248820 Log: rc.subr: disabling globbing while processing devfs rules The rules themselves typically have shell-like patterns and it is incorrect when they get replaced with

svn commit: r248824 - head/sys/dev/ciss

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 11:00:41 2013 New Revision: 248824 URL: http://svnweb.freebsd.org/changeset/base/248824 Log: Fix compile of ciss(4) with CISS_DEBUG defined Obtained from:Yahoo! Inc. MFC after:2 weeks Modified: head/sys/dev/ciss/ciss.c Modified:

svn commit: r248825 - head/sys/dev/mps

2013-03-28 Thread Alexander Motin
Author: mav Date: Thu Mar 28 11:24:30 2013 New Revision: 248825 URL: http://svnweb.freebsd.org/changeset/base/248825 Log: Except one case mps(4) driver does not touch the data and works well with unmapped I/O. That one exception is access to INQUIRY VPD request result. Those requests are

svn commit: r248826 - head/sys/dev/ciss

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 12:44:43 2013 New Revision: 248826 URL: http://svnweb.freebsd.org/changeset/base/248826 Log: Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnostics Obtained from:Yahoo! Inc. MFC after:2 weeks Modified:

svn commit: r248827 - head/share/misc

2013-03-28 Thread Tijl Coosemans
Author: tijl Date: Thu Mar 28 12:46:04 2013 New Revision: 248827 URL: http://svnweb.freebsd.org/changeset/base/248827 Log: Add myself as ports committer. Approved by: crees (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot

svn commit: r248830 - head/sys/kern

2013-03-28 Thread Scott Long
Author: scottl Date: Thu Mar 28 14:14:28 2013 New Revision: 248830 URL: http://svnweb.freebsd.org/changeset/base/248830 Log: Several fixes and improvements to sendfile() 1. If we wanted to send exactly as many bytes as the socket buffer is sized for, the inner loop of

svn commit: r248834 - head/sys/dev/nvme

2013-03-28 Thread Jim Harris
Author: jimharris Date: Thu Mar 28 16:54:19 2013 New Revision: 248834 URL: http://svnweb.freebsd.org/changeset/base/248834 Log: Delete extra IO qpairs allocated based on number of MSI-X vectors, but later found to not be usable because the controller doesn't support the same number of

svn commit: r248835 - head/sys/dev/nvme

2013-03-28 Thread Jim Harris
Author: jimharris Date: Thu Mar 28 16:57:48 2013 New Revision: 248835 URL: http://svnweb.freebsd.org/changeset/base/248835 Log: Remove obsolete comment. This code has now been tested with the QEMU NVMe device emulator. Modified: head/sys/dev/nvme/nvme_ns.c Modified:

svn commit: r248836 - head/gnu/usr.bin/gdb/kgdb

2013-03-28 Thread Will Andrews
Author: will Date: Thu Mar 28 17:04:59 2013 New Revision: 248836 URL: http://svnweb.freebsd.org/changeset/base/248836 Log: KGDB: Allow modules to be loaded from the specified kernel's directory. When looking up the absolute path for a kld, call find_kld_path() first. This enables

svn commit: r248838 - head/gnu/usr.bin/gdb/kgdb

2013-03-28 Thread Will Andrews
Author: will Date: Thu Mar 28 17:07:02 2013 New Revision: 248838 URL: http://svnweb.freebsd.org/changeset/base/248838 Log: KGDB: Accept KLD symbol files with the .symbols extension. Submitted by: gibbs Approved by: ken (mentor) Sponsored by: Spectra Logic MFC after:1 month

svn commit: r248840 - head/share/examples/bhyve

2013-03-28 Thread Neel Natu
Author: neel Date: Thu Mar 28 18:03:39 2013 New Revision: 248840 URL: http://svnweb.freebsd.org/changeset/base/248840 Log: Add the -g gdport option to the vmrun.sh script that enables remote debugging of the guest via kgdb. See also: https://wiki.freebsd.org/BHyVe/gdb Obtained from:

svn commit: r248842 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 19:15:54 2013 New Revision: 248842 URL: http://svnweb.freebsd.org/changeset/base/248842 Log: Update hwpmc to support Haswell class processors. 0x3C: /* Per Intel document 325462-045US 01/2013. */ Add manpage to document all the goodness that is

svn commit: r248843 - head/sys/mips/atheros

2013-03-28 Thread Adrian Chadd
Author: adrian Date: Thu Mar 28 19:27:06 2013 New Revision: 248843 URL: http://svnweb.freebsd.org/changeset/base/248843 Log: Bring over the initial, CPU-only UART support for the AR933x SoC. This implements the kernel glue needed (getc, putc, rxready). This isn't a 16550 UART, even if

svn commit: r248844 - head/sys/mips/atheros

2013-03-28 Thread Adrian Chadd
Author: adrian Date: Thu Mar 28 19:30:56 2013 New Revision: 248844 URL: http://svnweb.freebsd.org/changeset/base/248844 Log: Tie in the AR933x support into -HEAD. Modified: head/sys/mips/atheros/ar71xx_setup.c head/sys/mips/atheros/files.ar71xx Modified:

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

2013-03-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Mar 28 20:12:46 2013 New Revision: 248845 URL: http://svnweb.freebsd.org/changeset/base/248845 Log: Remove dependency code that caused a double inclusion. Pointed out by: rpaulo and others Modified: head/cddl/lib/libdtrace/io.d Modified:

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

2013-03-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Mar 28 20:22:43 2013 New Revision: 248846 URL: http://svnweb.freebsd.org/changeset/base/248846 Log: Revert previous change in favor of a fix to the actual dtrace libraries that addresses a #pragma issue. Modified: head/cddl/lib/libdtrace/io.d Modified:

svn commit: r248848 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2013-03-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Mar 28 20:31:03 2013 New Revision: 248848 URL: http://svnweb.freebsd.org/changeset/base/248848 Log: Commit a patch that fixes a problem in the #pragma statement when searching for and loading dependent modules. This addresses a bug seen with io.d where it was being

svn commit: r248849 - head/usr.bin/unifdef

2013-03-28 Thread Tony Finch
Author: fanf Date: Thu Mar 28 20:33:07 2013 New Revision: 248849 URL: http://svnweb.freebsd.org/changeset/base/248849 Log: Update to upstream version 2.7 The most notable new feature is support for processing multiple files in one invocation. There is also support for more make-friendly

svn commit: r248851 - head/sys/net

2013-03-28 Thread Mark Johnston
Author: markj Date: Thu Mar 28 20:37:07 2013 New Revision: 248851 URL: http://svnweb.freebsd.org/changeset/base/248851 Log: Ignore interface renames instead of removing the interface from the bridge group. Reviewed by: rstone Approved by: rstone (co-mentor) Sponsored by: Sandvine

svn commit: r248853 - head/sys/mips/conf

2013-03-28 Thread Adrian Chadd
Author: adrian Date: Thu Mar 28 20:48:58 2013 New Revision: 248853 URL: http://svnweb.freebsd.org/changeset/base/248853 Log: Initial (unfinished!) AR933x support. Added: head/sys/mips/conf/AP121 (contents, props changed) head/sys/mips/conf/AP121.hints (contents, props changed)

svn commit: r248854 - head/usr.sbin/jail

2013-03-28 Thread Jamie Gritton
Author: jamie Date: Thu Mar 28 21:02:49 2013 New Revision: 248854 URL: http://svnweb.freebsd.org/changeset/base/248854 Log: Reverse the order of some implicit commands (FS mounts and ifconfigs) when stopping jails. This matters particularly for nested filesystem mounts. PR:

svn commit: r248855 - in head/sys/amd64: include vmm

2013-03-28 Thread Neel Natu
Author: neel Date: Thu Mar 28 21:26:19 2013 New Revision: 248855 URL: http://svnweb.freebsd.org/changeset/base/248855 Log: Allow caller to skip 'guest linear address' validation when doing instruction decode. This is to accomodate hardware assist implementations that do not provide the

svn commit: r248856 - head/share/mk

2013-03-28 Thread Andrew Turner
Author: andrew Date: Thu Mar 28 22:49:49 2013 New Revision: 248856 URL: http://svnweb.freebsd.org/changeset/base/248856 Log: Welcome clang as the default compiler on ARM. Change the default compiler for little-endian ARM to clang to allow for more testing before 10.0 is released. As LLVM

svn commit: r248857 - head/release/doc/en_US.ISO8859-1/hardware

2013-03-28 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Thu Mar 28 22:52:42 2013 New Revision: 248857 URL: http://svnweb.freebsd.org/changeset/base/248857 Log: - Update hardware notes to reflect that amd64 is no longer young[1] - Bump copyright year Patched by: skreuzer Modified: