Re: svn commit: r254544 - head/sys/vm

2014-01-20 Thread Andriy Gapon
on 20/08/2013 02:54 Jeff Roberson said the following: > Author: jeff > Date: Mon Aug 19 23:54:24 2013 > New Revision: 254544 > URL: http://svnweb.freebsd.org/changeset/base/254544 > > Log: >- Increase the active lru refresh interval to 10 minutes. This has been > shown to negatively impa

svn commit: r260904 - head/lib/libfetch

2014-01-20 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 20 11:13:05 2014 New Revision: 260904 URL: http://svnweb.freebsd.org/changeset/base/260904 Log: Fix format string. Submitted by: Jörg Sonnenberger MFC after:1 week Modified: head/lib/libfetch/common.c Modified: head/lib/libfetch/common.c

svn commit: r260910 - head/usr.sbin/pciconf

2014-01-20 Thread John Baldwin
Author: jhb Date: Mon Jan 20 15:51:02 2014 New Revision: 260910 URL: http://svnweb.freebsd.org/changeset/base/260910 Log: - Allow PCI devices that are attached to a driver to be identified by their device name instead of just the selector. - Accept an optional device argument to -l to rest

svn commit: r260911 - head/sys/dev/uart

2014-01-20 Thread Warner Losh
Author: imp Date: Mon Jan 20 17:45:36 2014 New Revision: 260911 URL: http://svnweb.freebsd.org/changeset/base/260911 Log: Don't lock in the generic grab just to lock again in the specific grabs. (I committed the wrong version of uart_core.c, which still had this). Pointy hat: imp Modifie

svn commit: r260912 - head/sys/x86/x86

2014-01-20 Thread John Baldwin
Author: jhb Date: Mon Jan 20 17:55:22 2014 New Revision: 260912 URL: http://svnweb.freebsd.org/changeset/base/260912 Log: - Only check the ivars for direct descendants. - A couple of whitespace fixes. Modified: head/sys/x86/x86/nexus.c Modified: head/sys/x86/x86/nexus.c ===

svn commit: r260913 - in head: include lib/libc/gen libexec/getty

2014-01-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 20 18:15:06 2014 New Revision: 260913 URL: http://svnweb.freebsd.org/changeset/base/260913 Log: Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the device is an active kernel console and "off" otherwise. This is designed to allow seria

svn commit: r260914 - head/sys/ia64/ia64

2014-01-20 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 20 18:37:35 2014 New Revision: 260914 URL: http://svnweb.freebsd.org/changeset/base/260914 Log: In pmap_set_pte(), make sure to enforce ordering by inserting a memory fence. Under system load, the CPU has been found to change the order by which the stores are mad

svn commit: r260915 - head/sys/vm

2014-01-20 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 20 18:47:56 2014 New Revision: 260915 URL: http://svnweb.freebsd.org/changeset/base/260915 Log: ANSIfy declarations. Ok'ed by: alc Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c ==

svn commit: r260921 - head/sys/arm/conf

2014-01-20 Thread Warner Losh
Author: imp Date: Mon Jan 20 19:57:30 2014 New Revision: 260921 URL: http://svnweb.freebsd.org/changeset/base/260921 Log: We need nand now that the boards reference it. Modified: head/sys/arm/conf/NOTES Modified: head/sys/arm/conf/NOTES ===

svn commit: r260922 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 20:06:13 2014 New Revision: 260922 URL: http://svnweb.freebsd.org/changeset/base/260922 Log: Sync with (local) changes against releng/10.0/release/doc/ that were needed to fix 10.0-RELEASE release notes. This corresponds to r43586 through r43593 of the doc/

svn commit: r260923 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 20:28:04 2014 New Revision: 260923 URL: http://svnweb.freebsd.org/changeset/base/260923 Log: Fix formatting, indentation, line length in preparation of upcoming changes to this file. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8

Re: svn commit: r260898 - head/sys/kern

2014-01-20 Thread John Baldwin
On Sunday 19 January 2014 18:18:03 Rui Paulo wrote: > On 19 Jan 2014, at 17:59, Neel Natu wrote: > > Author: neel > > Date: Mon Jan 20 01:59:35 2014 > > New Revision: 260898 > > URL: http://svnweb.freebsd.org/changeset/base/260898 > > > > Log: > > Bump up WITNESS_COUNT from 1024 to 1536 so there

svn commit: r260926 - in head: sys/dev/pci sys/sys usr.sbin/pciconf

2014-01-20 Thread John Baldwin
Author: jhb Date: Mon Jan 20 20:56:09 2014 New Revision: 260926 URL: http://svnweb.freebsd.org/changeset/base/260926 Log: Add support for displaying VPD for PCI devices via pciconf. - Store the length of each read-only VPD value since not all values are guaranteed to be ASCII values (thoug

Re: svn commit: r260898 - head/sys/kern

2014-01-20 Thread Rui Paulo
On 20 Jan 2014, at 08:32, John Baldwin wrote: > On Sunday 19 January 2014 18:18:03 Rui Paulo wrote: >> On 19 Jan 2014, at 17:59, Neel Natu wrote: >>> Author: neel >>> Date: Mon Jan 20 01:59:35 2014 >>> New Revision: 260898 >>> URL: http://svnweb.freebsd.org/changeset/base/260898 >>> >>> Log: >>

svn commit: r260930 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:50:04 2014 New Revision: 260930 URL: http://svnweb.freebsd.org/changeset/base/260930 Log: Document r260926, support for displaying VPD for PCI devices via pciconf(8). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnote

svn commit: r260929 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:50:02 2014 New Revision: 260929 URL: http://svnweb.freebsd.org/changeset/base/260929 Log: Final sweep to remove items that now exist in a release. While here, clean up spacing between closing para tags and closing sectN tags. Sponsored by: The FreeBSD Fou

svn commit: r260928 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:50:00 2014 New Revision: 260928 URL: http://svnweb.freebsd.org/changeset/base/260928 Log: Remove entries that: - exist in a release [1] - do not have a corresponding revision class [1] This is done to make ensure for 11.0-RELEASE, we do not end up wit

svn commit: r260927 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:49:59 2014 New Revision: 260927 URL: http://svnweb.freebsd.org/changeset/base/260927 Log: Trim copyright years. Add missing punctuation. Use in place of literal quotes. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/re

svn commit: r260934 - head/sys/powerpc/powermac

2014-01-20 Thread Andreas Tobler
Author: andreast Date: Mon Jan 20 21:54:05 2014 New Revision: 260934 URL: http://svnweb.freebsd.org/changeset/base/260934 Log: Fix the resource information for the i2s-a node on certain G5 PowerMacs. This is the first step needed to get the snapper codec working on those machines. The seco

svn commit: r260936 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:58:29 2014 New Revision: 260936 URL: http://svnweb.freebsd.org/changeset/base/260936 Log: Document r260913, onifconsole ttys(5) flag. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/relea

svn commit: r260931 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 21:50:06 2014 New Revision: 260931 URL: http://svnweb.freebsd.org/changeset/base/260931 Log: Document r260921, nand(4) enabled by default for arm. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r260937 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 22:08:09 2014 New Revision: 260937 URL: http://svnweb.freebsd.org/changeset/base/260937 Log: Document r260910. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260938 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 22:08:11 2014 New Revision: 260938 URL: http://svnweb.freebsd.org/changeset/base/260938 Log: Document r260903. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

Re: svn commit: r260898 - head/sys/kern

2014-01-20 Thread Alexander Kabaev
On Mon, 20 Jan 2014 11:32:29 -0500 John Baldwin wrote: > On Sunday 19 January 2014 18:18:03 Rui Paulo wrote: > > On 19 Jan 2014, at 17:59, Neel Natu wrote: > > > Author: neel > > > Date: Mon Jan 20 01:59:35 2014 > > > New Revision: 260898 > > > URL: http://svnweb.freebsd.org/changeset/base/26089

svn commit: r260939 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 22:25:50 2014 New Revision: 260939 URL: http://svnweb.freebsd.org/changeset/base/260939 Log: Document r260888. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260942 - head/usr.sbin/pkg

2014-01-20 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 20 22:54:11 2014 New Revision: 260942 URL: http://svnweb.freebsd.org/changeset/base/260942 Log: Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to bring it Newer version of gelf.h and libelf.h does not include sys/queue.h anymore Submitted

svn commit: r260943 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:08:31 2014 New Revision: 260943 URL: http://svnweb.freebsd.org/changeset/base/260943 Log: Document r260847. Reword entry for r260888. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/rel

svn commit: r260944 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:08:33 2014 New Revision: 260944 URL: http://svnweb.freebsd.org/changeset/base/260944 Log: Document r260594. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260946 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:12:12 2014 New Revision: 260946 URL: http://svnweb.freebsd.org/changeset/base/260946 Log: Document r260583. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260945 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:12:10 2014 New Revision: 260945 URL: http://svnweb.freebsd.org/changeset/base/260945 Log: Move r260847 to 'kernel-virtualization'. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/

svn commit: r260949 - in head/sys/boot: i386/libi386 pc98/libpc98

2014-01-20 Thread Alexander Motin
Author: mav Date: Mon Jan 20 23:27:05 2014 New Revision: 260949 URL: http://svnweb.freebsd.org/changeset/base/260949 Log: Make comconsole options set before its activation to be remembered. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: head/sys/boot/i386/libi386/comcons

svn commit: r260951 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:31:18 2014 New Revision: 260951 URL: http://svnweb.freebsd.org/changeset/base/260951 Log: Document r260552. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260950 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:31:16 2014 New Revision: 260950 URL: http://svnweb.freebsd.org/changeset/base/260950 Log: Document r260582. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260952 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:31:20 2014 New Revision: 260952 URL: http://svnweb.freebsd.org/changeset/base/260952 Log: Document r260532. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260953 - head/sys/dev/vt/hw/fb

2014-01-20 Thread Aleksandr Rybalko
Author: ray Date: Mon Jan 20 23:36:16 2014 New Revision: 260953 URL: http://svnweb.freebsd.org/changeset/base/260953 Log: Style(9) fix. No functional changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/fb/vt_fb.c Modified: head/sys/dev/vt/hw/fb/vt_fb.c =

svn commit: r260954 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:50:30 2014 New Revision: 260954 URL: http://svnweb.freebsd.org/changeset/base/260954 Log: Document r260448. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260955 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:50:32 2014 New Revision: 260955 URL: http://svnweb.freebsd.org/changeset/base/260955 Log: Move r260532 to kernel-virtualization. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/do

svn commit: r260956 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:50:34 2014 New Revision: 260956 URL: http://svnweb.freebsd.org/changeset/base/260956 Log: Document r260410. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260957 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:52:28 2014 New Revision: 260957 URL: http://svnweb.freebsd.org/changeset/base/260957 Log: Move r260903, misplaced. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO885

svn commit: r260959 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Mon Jan 20 23:59:32 2014 New Revision: 260959 URL: http://svnweb.freebsd.org/changeset/base/260959 Log: Reformat to fix a nit in the rendered output. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/rel

svn commit: r260967 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 01:12:48 2014 New Revision: 260967 URL: http://svnweb.freebsd.org/changeset/base/260967 Log: Document r260445. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260968 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 01:12:50 2014 New Revision: 260968 URL: http://svnweb.freebsd.org/changeset/base/260968 Log: Document r259626. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260970 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 01:12:54 2014 New Revision: 260970 URL: http://svnweb.freebsd.org/changeset/base/260970 Log: Document r258838. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260969 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 01:12:52 2014 New Revision: 260969 URL: http://svnweb.freebsd.org/changeset/base/260969 Log: Document r258884. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260971 - head/release/doc/en_US.ISO8859-1/relnotes

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 01:21:20 2014 New Revision: 260971 URL: http://svnweb.freebsd.org/changeset/base/260971 Log: Document r258830. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r260972 - in head/sys/amd64/vmm: . io

2014-01-20 Thread Neel Natu
Author: neel Date: Tue Jan 21 03:01:34 2014 New Revision: 260972 URL: http://svnweb.freebsd.org/changeset/base/260972 Log: There is no need to initialize the IOMMU if no passthru devices have been configured for bhyve to use. Suggested by: grehan@ Modified: head/sys/amd64/vmm/io/iommu.

svn commit: r260973 - in head/sys/x86: include pci x86

2014-01-20 Thread John Baldwin
Author: jhb Date: Tue Jan 21 03:14:19 2014 New Revision: 260973 URL: http://svnweb.freebsd.org/changeset/base/260973 Log: - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver. - Reuse legacy_pcib_alloc_msi{,x}() methods in the QPI and mptable pcib drivers. Modified:

svn commit: r260974 - head/sys/kern

2014-01-20 Thread John Baldwin
Author: jhb Date: Tue Jan 21 03:24:52 2014 New Revision: 260974 URL: http://svnweb.freebsd.org/changeset/base/260974 Log: Fix a typo. Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c == --- head/sy

svn commit: r260975 - head/sys/vm

2014-01-20 Thread John Baldwin
Author: jhb Date: Tue Jan 21 03:27:47 2014 New Revision: 260975 URL: http://svnweb.freebsd.org/changeset/base/260975 Log: Fix a couple of typos. Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c =

svn commit: r260976 - head/share/misc

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 05:54:14 2014 New Revision: 260976 URL: http://svnweb.freebsd.org/changeset/base/260976 Log: Add 10.0-RELEASE. Sponsored by: The FreeBSD Foundation Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

svn commit: r260977 - head/share/misc

2014-01-20 Thread Glen Barber
Author: gjb Date: Tue Jan 21 05:56:35 2014 New Revision: 260977 URL: http://svnweb.freebsd.org/changeset/base/260977 Log: Add 11.0-CURRENT. Sponsored by: The FreeBSD Foundation Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==