svn commit: r298572 - head/sys/dev/hyperv/vmbus

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 05:58:32 2016 New Revision: 298572 URL: https://svnweb.freebsd.org/changeset/base/298572 Log: hyperv/channel: Log a warning about duplicated primary channel offer MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298571 - head/sys/dev/hyperv/vmbus

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 05:46:44 2016 New Revision: 298571 URL: https://svnweb.freebsd.org/changeset/base/298571 Log: hyperv/channel: Remove unapplied comment MFC after:1 week Sponsored by: Microsoft OSTC Modified: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Modified:

svn commit: r298570 - head/sys/dev/hyperv/vmbus

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 05:30:42 2016 New Revision: 298570 URL: https://svnweb.freebsd.org/changeset/base/298570 Log: hyperv/channel: Minor style changes; no functional changes. MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298569 - head/sys/dev/hyperv/vmbus

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 05:22:35 2016 New Revision: 298569 URL: https://svnweb.freebsd.org/changeset/base/298569 Log: hyperv/channel: Remove the unnecessary 'new' flag MFC after:1 week Sponsored by: Microsoft OSTC Modified: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c

svn commit: r298568 - head/sys/dev/hyperv/vmbus

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 04:58:14 2016 New Revision: 298568 URL: https://svnweb.freebsd.org/changeset/base/298568 Log: hyperv/et: Strip extra white space in function name Reported by: Sascha Wildner MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298567 - head/sys/kern

2016-04-24 Thread Jamie Gritton
Author: jamie Date: Mon Apr 25 04:36:54 2016 New Revision: 298567 URL: https://svnweb.freebsd.org/changeset/base/298567 Log: Use the new PR_METHOD_REMOVE to clean up jail handling in POSIX message queues. Modified: head/sys/kern/uipc_mqueue.c Modified: head/sys/kern/uipc_mqueue.c

svn commit: r298566 - head/sys/kern

2016-04-24 Thread Jamie Gritton
Author: jamie Date: Mon Apr 25 04:27:58 2016 New Revision: 298566 URL: https://svnweb.freebsd.org/changeset/base/298566 Log: Pass the current/new jail to PR_METHOD_CHECK, which pushes the call until after the jail is found or created. This requires unlocking the jail for the call and

svn commit: r298565 - in head/sys: kern sys

2016-04-24 Thread Jamie Gritton
Author: jamie Date: Mon Apr 25 04:24:00 2016 New Revision: 298565 URL: https://svnweb.freebsd.org/changeset/base/298565 Log: Add a new jail OSD method, PR_METHOD_REMOVE. It's called when a jail is removed from the user perspective, i.e. when the last pr_uref goes away, even though the jail

svn commit: r298564 - in head/sys: kern sys

2016-04-24 Thread Jamie Gritton
Author: jamie Date: Mon Apr 25 03:58:08 2016 New Revision: 298564 URL: https://svnweb.freebsd.org/changeset/base/298564 Log: Remove the PR_REMOVE flag, which was meant as a temporary marker for a jail that might be seen mid-removal. It hasn't been doing the right thing since at least the

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

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 03:48:28 2016 New Revision: 298563 URL: https://svnweb.freebsd.org/changeset/base/298563 Log: hyperv/hn: Allow users to configure ifq or bufring depth. MFC after:1 week Sponsored by: Microsoft OSTC Modified:

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

2016-04-24 Thread Jamie Gritton
Author: jamie Date: Mon Apr 25 03:24:48 2016 New Revision: 298562 URL: https://svnweb.freebsd.org/changeset/base/298562 Log: Make jail(8) interpret escape codes in fstab the same as getfsent(3). PR: 208663 MFC after:3 days Modified: head/usr.sbin/jail/command.c

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

2016-04-24 Thread Sepherosa Ziehau
Author: sephe Date: Mon Apr 25 03:14:55 2016 New Revision: 298561 URL: https://svnweb.freebsd.org/changeset/base/298561 Log: hn: Increase odrops for if_transmit method if drbr_enqueue fails. MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298560 - head/sys/powerpc/powerpc

2016-04-24 Thread Justin Hibbits
Author: jhibbits Date: Mon Apr 25 03:01:57 2016 New Revision: 298560 URL: https://svnweb.freebsd.org/changeset/base/298560 Log: OR in the unsigned form of the MCAR lower register. When ORing in a register_t to a wider integer (vm_paddr_t), it gets sign extended, so high addresses

svn commit: r298559 - head/sys/powerpc/powerpc

2016-04-24 Thread Justin Hibbits
Author: jhibbits Date: Mon Apr 25 00:55:51 2016 New Revision: 298559 URL: https://svnweb.freebsd.org/changeset/base/298559 Log: Init static compiled-in env when no metadata present. With this, a static environment can be compiled in via config(5). This allows, among other things, the

svn commit: r298556 - head/sbin/ifconfig

2016-04-24 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 25 00:41:23 2016 New Revision: 298556 URL: https://svnweb.freebsd.org/changeset/base/298556 Log: ifconfig: prevent some improbable signed integer overflows. ic_nchans, from struct:ieee80211req_chaninfo, is an unsigned int. Use an unsigned index to prevent

svn commit: r298553 - head/sys/amd64/amd64

2016-04-24 Thread Conrad E. Meyer
Author: cem Date: Sun Apr 24 21:35:01 2016 New Revision: 298553 URL: https://svnweb.freebsd.org/changeset/base/298553 Log: AMD64 pmap: Use howmany() macro Use param.h howmany() instead of hand-rolled version. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r298552 - head/share/misc

2016-04-24 Thread Gordon Tetlow
Author: gordon (ports committer) Date: Sun Apr 24 21:19:00 2016 New Revision: 298552 URL: https://svnweb.freebsd.org/changeset/base/298552 Log: Add myself (finally) to the port committer's dot file. Approved by: mat (mentor) Differential Revision:

svn commit: r298551 - head/sbin/fsck_ffs

2016-04-24 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 24 20:31:22 2016 New Revision: 298551 URL: https://svnweb.freebsd.org/changeset/base/298551 Log: fsck_ffs: Adopt some type safety for the journalling checks. fs_ncg is of type uint32, and we were indexing it with an int. Fixed this using an unsigned type and

svn commit: r298550 - head/etc/rc.d

2016-04-24 Thread Lars Engels
Author: lme (ports committer) Date: Sun Apr 24 19:25:11 2016 New Revision: 298550 URL: https://svnweb.freebsd.org/changeset/base/298550 Log: Fix duplicate "name" variable that sneaked in with the rc description commit. Approved by: jhibbits Modified: head/etc/rc.d/geli2 Modified:

Re: svn commit: r298549 - head/sys/netipsec

2016-04-24 Thread Bjoern A. Zeeb
> On 24 Apr 2016, at 17:09 , Andrey V. Elsukov wrote: > > Author: ae > Date: Sun Apr 24 17:09:51 2016 > New Revision: 298549 > URL: https://svnweb.freebsd.org/changeset/base/298549 > > Log: > Fix build for NOINET and NOINET6 kernels. > > Use own protosw structures for both

svn commit: r298549 - head/sys/netipsec

2016-04-24 Thread Andrey V. Elsukov
Author: ae Date: Sun Apr 24 17:09:51 2016 New Revision: 298549 URL: https://svnweb.freebsd.org/changeset/base/298549 Log: Fix build for NOINET and NOINET6 kernels. Use own protosw structures for both address families. Check proto in encapcheck function and use -1 as proto argument in

Re: svn commit: r298537 - head/etc/rc.d

2016-04-24 Thread Jan Beich
Jens Schweikhardt writes: > - parenthesize the "case" string for symmetry and improved >search for matching paren (e.g. with vi's %) [...] > case "${state}" in > - [oO][nN]) > + ([oO][nN]) >

Re: svn commit: r298535 - head/sys/netipsec

2016-04-24 Thread Andrey V. Elsukov
On 24.04.16 19:02, Andrey V. Elsukov wrote: > On 24.04.16 18:55, Bjoern A. Zeeb wrote: >>> +#ifdef INET >>> + ipe4_cookie = encap_attach_func(AF_INET, IPPROTO_IPV4, >>> + ipcomp4_nonexp_encapcheck, _protosw, NULL); >>> +#endif >>> +#ifdef INET6 >>> + ipe6_cookie =

Re: svn commit: r298535 - head/sys/netipsec

2016-04-24 Thread Andrey V. Elsukov
On 24.04.16 18:55, Bjoern A. Zeeb wrote: >> +#ifdef INET >> +ipe4_cookie = encap_attach_func(AF_INET, IPPROTO_IPV4, >> +ipcomp4_nonexp_encapcheck, _protosw, NULL); >> +#endif >> +#ifdef INET6 >> +ipe6_cookie = encap_attach_func(AF_INET6, IPPROTO_IPV6, >> +

svn commit: r298543 - head/sys/ofed/drivers/infiniband/core

2016-04-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Apr 24 15:56:05 2016 New Revision: 298543 URL: https://svnweb.freebsd.org/changeset/base/298543 Log: Fix NOIP kernels to compile. Modified: head/sys/ofed/drivers/infiniband/core/cma.c Modified: head/sys/ofed/drivers/infiniband/core/cma.c

Re: svn commit: r298535 - head/sys/netipsec

2016-04-24 Thread Bjoern A. Zeeb
> On 24 Apr 2016, at 09:02 , Andrey V. Elsukov wrote: > > Author: ae > Date: Sun Apr 24 09:02:17 2016 > New Revision: 298535 > URL: https://svnweb.freebsd.org/changeset/base/298535 > > Log: > Handle non-compressed packets for IPComp in tunnel mode. > > RFC3173 says that the

svn commit: r298542 - head/share/misc

2016-04-24 Thread Emmanuel Vadot
Author: manu Date: Sun Apr 24 14:49:01 2016 New Revision: 298542 URL: https://svnweb.freebsd.org/changeset/base/298542 Log: Add myself as src commiter. Approved by: cognet (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r298539 - head/etc/rc.d

2016-04-24 Thread Stefan Esser
Author: se Date: Sun Apr 24 12:07:44 2016 New Revision: 298539 URL: https://svnweb.freebsd.org/changeset/base/298539 Log: Fix typo (forgotten "=" after desc). Modified: head/etc/rc.d/ccd Modified: head/etc/rc.d/ccd

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

2016-04-24 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 24 11:41:36 2016 New Revision: 298538 URL: https://svnweb.freebsd.org/changeset/base/298538 Log: MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules. The mfi(4) manpage doesn't explain the modules yet, but at least we direct users to the

svn commit: r298537 - head/etc/rc.d

2016-04-24 Thread Jens Schweikhardt
Author: schweikh Date: Sun Apr 24 10:52:59 2016 New Revision: 298537 URL: https://svnweb.freebsd.org/changeset/base/298537 Log: Cosmetics: - no need to escape the newline after '|' - parenthesize the "case" string for symmetry and improved search for matching paren

svn commit: r298536 - head/sys/netipsec

2016-04-24 Thread Andrey V. Elsukov
Author: ae Date: Sun Apr 24 09:05:29 2016 New Revision: 298536 URL: https://svnweb.freebsd.org/changeset/base/298536 Log: Use ipsec_address() function to print IP addresses. Modified: head/sys/netipsec/key_debug.c Modified: head/sys/netipsec/key_debug.c

svn commit: r298535 - head/sys/netipsec

2016-04-24 Thread Andrey V. Elsukov
Author: ae Date: Sun Apr 24 09:02:17 2016 New Revision: 298535 URL: https://svnweb.freebsd.org/changeset/base/298535 Log: Handle non-compressed packets for IPComp in tunnel mode. RFC3173 says that the IP datagram MUST be sent in the original non-compressed form, when the total size of a

svn commit: r298532 - head/share/man/man9

2016-04-24 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 24 08:31:32 2016 New Revision: 298532 URL: https://svnweb.freebsd.org/changeset/base/298532 Log: Correct types for g_example_start() and g_example_access(). PR: 203498 Submitted by: ch...@triularity.org, ae MFC after:1 week Sponsored by: