svn commit: r307013 - head/sys/dev/hyperv/netvsc

2016-10-10 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 11 02:54:56 2016 New Revision: 307013 URL: https://svnweb.freebsd.org/changeset/base/307013 Log: hyperv/hn: Rework link status support. This is the preamble for network device SR-IOV and NDIS_STATUS_NETWORK_CHANGE handling. MFC after:1 week Sponsored

svn commit: r307012 - in head/sys/dev/hyperv: include vmbus

2016-10-10 Thread Sepherosa Ziehau
Author: sephe Date: Tue Oct 11 02:43:23 2016 New Revision: 307012 URL: https://svnweb.freebsd.org/changeset/base/307012 Log: hyperv/vmbus: Allow driver to inject synchronous task into channel taskq. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://revie

svn commit: r307008 - in head/release: . tools

2016-10-10 Thread Navdeep Parhar
Author: np Date: Mon Oct 10 22:36:44 2016 New Revision: 307008 URL: https://svnweb.freebsd.org/changeset/base/307008 Log: Add the ability to override the size of the swap partition when building VM images. The default continues to be 1G. Reviewed by: gjb@ Sponsored by: Chelsio Communi

svn commit: r307003 - head/contrib/mdocml

2016-10-10 Thread Ed Maste
Author: emaste Date: Mon Oct 10 19:09:35 2016 New Revision: 307003 URL: https://svnweb.freebsd.org/changeset/base/307003 Log: makewhatis: make output reproducible The mandoc search database generation uses each page's inode number as a hash key to index hard linked pages only once. Howev

svn commit: r307002 - head/share/misc

2016-10-10 Thread Maxim Konovalov
Author: maxim Date: Mon Oct 10 18:36:26 2016 New Revision: 307002 URL: https://svnweb.freebsd.org/changeset/base/307002 Log: FreeBSD 11.0 release date added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

Re: svn commit: r306962 - head/tests/sys/kern/pipe

2016-10-10 Thread Conrad Meyer
On Mon, Oct 10, 2016 at 9:50 AM, Ruslan Bukin wrote: > On Mon, Oct 10, 2016 at 08:04:44AM -0700, Conrad Meyer wrote: >> We also observed this test was broken, but I think the right fix is >> much smaller: >> >> --- a/tests/sys/kern/pipe/pipe_fstat_bug_test.c >> +++ b/tests/sys/kern/pipe/pipe_fstat

svn commit: r307001 - head

2016-10-10 Thread Andriy Voskoboinyk
== --- head/ObsoleteFiles.inc Mon Oct 10 17:16:02 2016(r307000) +++ head/ObsoleteFiles.inc Mon Oct 10 17:18:23 2016(r307001) @@ -39,7 +39,7 @@ # done # 20161010: remove link to removed m_getclr(9) macro -OLD_FILES+=usr/share/man/man9/m_getclr.9 +OLD_FILES+=usr/share

svn commit: r307000 - in head: . share/man/man9

2016-10-10 Thread Andriy Voskoboinyk
done +# 20161010: remove link to removed m_getclr(9) macro +OLD_FILES+=usr/share/man/man9/m_getclr.9 # 20161003: MK_ELFCOPY_AS_OBJCOPY option retired OLD_FILES+=usr/bin/elfcopy OLD_FILES+=usr/share/man/man1/elfcopy.1.gz Modified: head/share/man/man9/Mak

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

2016-10-10 Thread John Baldwin
Author: jhb Date: Mon Oct 10 17:00:12 2016 New Revision: 306999 URL: https://svnweb.freebsd.org/changeset/base/306999 Log: Add a missing word. MFC after:1 month Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/articl

Re: svn commit: r306962 - head/tests/sys/kern/pipe

2016-10-10 Thread Ruslan Bukin
There is some direct mode activated when you send >=8192, so this line is required Ruslan On Mon, Oct 10, 2016 at 08:04:44AM -0700, Conrad Meyer wrote: > We also observed this test was broken, but I think the right fix is > much smaller: > > --- a/tests/sys/kern/pipe/pipe_fstat_bug_test.c > +++

Re: svn commit: r306964 - head/tests/sys/kern

2016-10-10 Thread Konstantin Belousov
On Mon, Oct 10, 2016 at 02:21:41PM +, Ruslan Bukin wrote: > Author: br > Date: Mon Oct 10 14:21:40 2016 > New Revision: 306964 > URL: https://svnweb.freebsd.org/changeset/base/306964 > > Log: > Skip test on MIPS as we don't have shared page implemented yet. > > Sponsored by: DARPA

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

2016-10-10 Thread Ed Maste
Author: emaste Date: Mon Oct 10 15:47:30 2016 New Revision: 306969 URL: https://svnweb.freebsd.org/changeset/base/306969 Log: src.conf.5: regen after r306965 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r306966 - head/tools/build/options

2016-10-10 Thread Ed Maste
Author: emaste Date: Mon Oct 10 15:40:08 2016 New Revision: 306966 URL: https://svnweb.freebsd.org/changeset/base/306966 Log: Correct sense of WITHOUT_MANDOCDB knob WITHOUT_MANDOCDB *disables* the use of mandoc's makewhatis. Modified: head/tools/build/options/WITHOUT_MANDOCDB Modified:

Re: svn commit: r306962 - head/tests/sys/kern/pipe

2016-10-10 Thread Conrad Meyer
We also observed this test was broken, but I think the right fix is much smaller: --- a/tests/sys/kern/pipe/pipe_fstat_bug_test.c +++ b/tests/sys/kern/pipe/pipe_fstat_bug_test.c @@ -108,7 +108,6 @@ main(void) SYNC_W(0, go2); SYNC_R(0, go); - SYNC_W(0,

svn commit: r306965 - head/tools/build/mk

2016-10-10 Thread Ed Maste
Author: emaste Date: Mon Oct 10 15:29:59 2016 New Revision: 306965 URL: https://svnweb.freebsd.org/changeset/base/306965 Log: Remove old makewhatis(1) man page when using mandoc mandoc installs makewhatis(8) Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/bu

svn commit: r306964 - head/tests/sys/kern

2016-10-10 Thread Ruslan Bukin
Author: br Date: Mon Oct 10 14:21:40 2016 New Revision: 306964 URL: https://svnweb.freebsd.org/changeset/base/306964 Log: Skip test on MIPS as we don't have shared page implemented yet. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified: head/tests/sys/kern/kern_copyin.c Modified:

svn commit: r306963 - head/usr.sbin/chown

2016-10-10 Thread Ed Maste
Author: emaste Date: Mon Oct 10 14:21:21 2016 New Revision: 306963 URL: https://svnweb.freebsd.org/changeset/base/306963 Log: chown: use NULL instead of 0 for null pointer Modified: head/usr.sbin/chown/chown.c Modified: head/usr.sbin/chown/chown.c

svn commit: r306962 - head/tests/sys/kern/pipe

2016-10-10 Thread Ruslan Bukin
Author: br Date: Mon Oct 10 13:40:05 2016 New Revision: 306962 URL: https://svnweb.freebsd.org/changeset/base/306962 Log: Ensure data in pipe is available to read. Useful for latest (5th, direct mode) test only. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified: head/tests/sys/k

svn commit: r306944 - head/sys/dev/sfxge/common

2016-10-10 Thread Andrew Rybchenko
Author: arybchik Date: Mon Oct 10 09:54:01 2016 New Revision: 306944 URL: https://svnweb.freebsd.org/changeset/base/306944 Log: sfxge(4): sync tlv_layout.h with firmwaresrc and update port-mode definition use It fixes driver attach issue to a new firmware which reports a new port-modes.