svn commit: r315700 - in head/sys/compat: cloudabi cloudabi32 cloudabi64

2017-03-21 Thread Ed Schouten
Author: ed Date: Wed Mar 22 06:43:10 2017 New Revision: 315700 URL: https://svnweb.freebsd.org/changeset/base/315700 Log: Make file descriptor passing work for CloudABI's sendmsg(). Reduce the potential amount of code duplication between cloudabi32 and cloudabi64 by creating a cloudabi_so

svn commit: r315699 - head/sys/kern

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 05:27:20 2017 New Revision: 315699 URL: https://svnweb.freebsd.org/changeset/base/315699 Log: Print out name of non-dynamic sysctl in sysctl_remove_oid_locked This will provide a slightly better smoking gun than just stating "can't remove non-dynamic nodes!"

Re: svn commit: r315694 - head/lib/libc/sys

2017-03-21 Thread Bruce Evans
On Wed, 22 Mar 2017, Eric van Gyzen wrote: Log: clock_gettime.2: add some clock IDs Add the CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID clock_id values to the clock_gettime(2) man page. Reformat the excessively long paragraph (sentence!) into a tag list. Some old bugs are now cl

Re: svn commit: r313450 - in stable/11: lib/libc/gen lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys

2017-03-21 Thread John Baldwin
On Wednesday, March 15, 2017 05:30:53 PM Slawa Olhovchenkov wrote: > On Wed, Feb 08, 2017 at 06:32:35PM +, John Baldwin wrote: > > > Author: jhb > > Date: Wed Feb 8 18:32:35 2017 > > New Revision: 313450 > > URL: https://svnweb.freebsd.org/changeset/base/313450 > > > > Log: > > MFC 310638:

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread John Baldwin
On Tuesday, March 21, 2017 11:50:04 AM Gleb Smirnoff wrote: > John, > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > J> First, this is a very good change and long overdue in divorcing the > J> user-facing structure for live system reporting vs the kernel structure. > J> > J>

svn commit: r315698 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 02:44:39 2017 New Revision: 315698 URL: https://svnweb.freebsd.org/changeset/base/315698 Log: libkvm: bump WARNS to 6 after recent commits done to resolve warnings issues MFC after:1 month Tested with: make tinderbox; clang 4.0.0 (amd64), gcc 4.2.1/6.3.0

svn commit: r315697 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 02:42:00 2017 New Revision: 315697 URL: https://svnweb.freebsd.org/changeset/base/315697 Log: libkvm: fix warning issues post-r291406 - Fix -Wunused warnings with *_native detection handlers by marking `kd` __unused, except with arm/mips, where a slightly m

svn commit: r315696 - in stable/10: etc/mtree lib/libcam lib/libcam/tests

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 01:11:13 2017 New Revision: 315696 URL: https://svnweb.freebsd.org/changeset/base/315696 Log: MFC r315320: Start adding basic tests for cam(3) This change contains several negative and positive tests for: - cam_open_device - cam_close_device - cam_ge

svn commit: r315695 - in stable/11: etc/mtree lib/libcam lib/libcam/tests

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 01:04:20 2017 New Revision: 315695 URL: https://svnweb.freebsd.org/changeset/base/315695 Log: MFC r315320: Start adding basic tests for cam(3) This change contains several negative and positive tests for: - cam_open_device - cam_close_device - cam_ge

svn commit: r315694 - head/lib/libc/sys

2017-03-21 Thread Eric van Gyzen
Author: vangyzen Date: Wed Mar 22 00:50:36 2017 New Revision: 315694 URL: https://svnweb.freebsd.org/changeset/base/315694 Log: clock_gettime.2: add some clock IDs Add the CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID clock_id values to the clock_gettime(2) man page. Reformat the

svn commit: r315693 - head/sys/kern

2017-03-21 Thread Conrad Meyer
Author: cem Date: Tue Mar 21 22:41:37 2017 New Revision: 315693 URL: https://svnweb.freebsd.org/changeset/base/315693 Log: kern_fail: Allow sleeping for more than 2147483/hz seconds Because of integer types, the timeout calculation result was limited to INT_MAX / (1000 * hz) seconds. For

svn commit: r315692 - head/tools/test/ppsapi

2017-03-21 Thread Ian Lepore
Author: ian Date: Tue Mar 21 22:21:29 2017 New Revision: 315692 URL: https://svnweb.freebsd.org/changeset/base/315692 Log: Eliminate a "format string is not a string literal" warning. Modified: head/tools/test/ppsapi/ppsapitest.c Modified: head/tools/test/ppsapi/ppsapitest.c

svn commit: r315691 - head

2017-03-21 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 21 22:09:00 2017 New Revision: 315691 URL: https://svnweb.freebsd.org/changeset/base/315691 Log: Rename _cc to _gcc to be more clear. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r315690 - head/sbin/route

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 22:00:52 2017 New Revision: 315690 URL: https://svnweb.freebsd.org/changeset/base/315690 Log: Delete trailing whitespace (no functional change) MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/sbin/route/route.c Modified: head/sbin/route/

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 01:40:22PM -0700, Gleb Smirnoff wrote: > On Tue, Mar 21, 2017 at 10:52:02PM +0300, Slawa Olhovchenkov wrote: > S> > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > S> > J> First, this is a very good change and long overdue in divorcing the > S> > J> user-fac

svn commit: r315689 - head/lib/libcompiler_rt

2017-03-21 Thread Dimitry Andric
Author: dim Date: Tue Mar 21 21:07:37 2017 New Revision: 315689 URL: https://svnweb.freebsd.org/changeset/base/315689 Log: Gcc has incompatible internal declarations for __divtc3 and __multc3 as defined in compiler-rt, but it has no option to silence its warning, so make gcc warnings for lib

svn commit: r315688 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 20:48:36 2017 New Revision: 315688 URL: https://svnweb.freebsd.org/changeset/base/315688 Log: kvm_write: fix -Wcast-qual warning in pointer arithmetic argument Cast buf to `const char *` when doing arithmetic operation to match `cp`'s type [1]. Different

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
On Tue, Mar 21, 2017 at 10:52:02PM +0300, Slawa Olhovchenkov wrote: S> > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: S> > J> First, this is a very good change and long overdue in divorcing the S> > J> user-facing structure for live system reporting vs the kernel structure. S> > J>

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message , "Ngie Cooper (yane urabeya)" writes: > > > --Apple-Mail=_C07E06AD-3829-414B-974E-98AD723D833D > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=utf-8 > > > > On Mar 21, 2017, at 13:07, Cy Schubert = > wrote: > > =E2=80=A6 > > > Would it b

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 21, 2017, at 13:07, Cy Schubert wrote: … > Would it be possible to replace this script with new DTrace probes and a > DTrace script? I don’t genuinely think that using DTrace probes on a kernel coredump would work today, and even if it did, I don’t think it would make sense (

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message <20170321201838.gg86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Tue, Mar 21, 2017 at 01:07:42PM -0700, Cy Schubert wrote: > > > In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > > > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > > >

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 01:07:42PM -0700, Cy Schubert wrote: > In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > > > John, > > > > > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote:

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > John, > > > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > > J> First, this is a very good change and long overdue in divorcing th

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > John, > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > J> First, this is a very good change and long overdue in divorcing the > J> user-facing structure for live system reporting vs the kernel structure. > J> >

svn commit: r315687 - head/lib/libutil

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 19:10:07 2017 New Revision: 315687 URL: https://svnweb.freebsd.org/changeset/base/315687 Log: Document sbuf_hexdump(9) in just sbuf(9) - Remove duplicate references to sbuf_hexdump(9) from hexdump(3). sbuf_hexdump(9) already pointed back to hexdump(3) for i

svn commit: r315686 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 19:02:17 2017 New Revision: 315686 URL: https://svnweb.freebsd.org/changeset/base/315686 Log: kvm_geterr: handle `kd` == NULL in a deterministic/graceful manner Return a NUL string instead of just working by accident with kvm_geterr(3) when MALLOC_PRODUCTION

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
John, On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: J> First, this is a very good change and long overdue in divorcing the J> user-facing structure for live system reporting vs the kernel structure. J> J> However, I realize you don't use info from netstat when debugging kernel J

svn commit: r315685 - head/sys/kern

2017-03-21 Thread Ed Maste
Author: emaste Date: Tue Mar 21 18:02:14 2017 New Revision: 315685 URL: https://svnweb.freebsd.org/changeset/base/315685 Log: tighten buffer bounds in imgact_binmisc_populate_interp We must ensure there's space for the terminating null in the temporary buffer in imgact_binmisc_populate_in

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread John Baldwin
On Tuesday, March 21, 2017 06:39:49 AM Gleb Smirnoff wrote: > Author: glebius > Date: Tue Mar 21 06:39:49 2017 > New Revision: 315662 > URL: https://svnweb.freebsd.org/changeset/base/315662 > > Log: > Hide struct inpcb, struct tcpcb from the userland. > > This is a painful change, but it is

svn commit: r315684 - head/sys/netinet

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 16:23:44 2017 New Revision: 315684 URL: https://svnweb.freebsd.org/changeset/base/315684 Log: Force same alignment on struct xinpgen as we have on struct xinpcb. This fixes 32-bit builds. Modified: head/sys/netinet/in_pcb.h Modified: head/sys/netinet/in_pc

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 05:53:12PM +0200, Toomas Soome wrote: > > > On 21. märts 2017, at 17:15, Ian Lepore wrote: > > > > On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: > >> On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > >> > >>> > >>> Author: tsoome > >>> Date

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Toomas Soome
> On 21. märts 2017, at 17:15, Ian Lepore wrote: > > On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: >> On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: >> >>> >>> Author: tsoome >>> Date: Mon Mar 20 22:20:17 2017 >>> New Revision: 315653 >>> URL: https://svnweb.freeb

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Ian Lepore
On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: > On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > > > > > Author: tsoome > > Date: Mon Mar 20 22:20:17 2017 > > New Revision: 315653 > > URL: https://svnweb.freebsd.org/changeset/base/315653 > > > > Log: > >   loader: v

svn commit: r315683 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 14:14:11 2017 New Revision: 315683 URL: https://svnweb.freebsd.org/changeset/base/315683 Log: Remove another remnants left after r246713. MFC after:2 weeks Modified: head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c Modified: head/sys/dev/isp/isp_

svn commit: r315682 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 13:49:43 2017 New Revision: 315682 URL: https://svnweb.freebsd.org/changeset/base/315682 Log: Remove some dead code left after r246713. MFC after:2 weeks Modified: head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c Modified: head/sys/dev/isp/isp_pc

svn commit: r315681 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 13:10:37 2017 New Revision: 315681 URL: https://svnweb.freebsd.org/changeset/base/315681 Log: Improve command timeout handling. Let firmware do its best first, and if it can't, try software recovery. I would remove software timeout handler completely, but foun

svn commit: r315680 - head/sbin/ifconfig

2017-03-21 Thread Maxim Konovalov
Author: maxim Date: Tue Mar 21 13:01:08 2017 New Revision: 315680 URL: https://svnweb.freebsd.org/changeset/base/315680 Log: The .Cm macro usage fixed. PR: 217977 Submitted by: tobik Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Slawa Olhovchenkov
On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > Author: tsoome > Date: Mon Mar 20 22:20:17 2017 > New Revision: 315653 > URL: https://svnweb.freebsd.org/changeset/base/315653 > > Log: > loader: verify the value from dhcp.interface-mtu and use snprintf to set mtu > > Since t

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ronald Klop
On Tue, 21 Mar 2017 10:19:24 +0100, Mathieu Arnold wrote: Le 21/03/2017 à 08:27, Gleb Smirnoff a écrit : On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: B> > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine

svn commit: r315678 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 11:26:31 2017 New Revision: 315678 URL: https://svnweb.freebsd.org/changeset/base/315678 Log: Remove questionable reqp->req_time access. MFC after:2 weeks Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c =

svn commit: r315677 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 10:34:34 2017 New Revision: 315677 URL: https://svnweb.freebsd.org/changeset/base/315677 Log: Clean/unify some macro usage. MFC after:2 weeks Modified: head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_freebsd.h head/sys/dev/isp/isp_pci.c head/sys

svn commit: r315676 - in stable/10/sys: dev/xen/blkfront dev/xen/control dev/xen/netfront xen xen/xenbus

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 09:38:59 2017 New Revision: 315676 URL: https://svnweb.freebsd.org/changeset/base/315676 Log: MFC r314840: xen: add support for canceled suspend Submitted by: Liuyingdong Reviewed by: royger Modified: stable/10/sys/dev/xen/blkfront/blkfront.c st

svn commit: r315675 - in stable/10/sys: dev/xen/control xen/xenstore

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 09:27:24 2017 New Revision: 315675 URL: https://svnweb.freebsd.org/changeset/base/315675 Log: MFC r314841: xenstore: fix suspension when using the xenstore device Submitted by: Liuyingdong Reviewed by: royger Modified: stable/10/sys/dev/xen/contro

svn commit: r315674 - head/sys/cam

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 09:24:07 2017 New Revision: 315674 URL: https://svnweb.freebsd.org/changeset/base/315674 Log: Minor cosmetic addition to r315673. Now CAM_SIM_LOCK() macros are not used and may be removed later. MFC after:2 weeks Modified: head/sys/cam/cam_xpt.c Mod

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Mathieu Arnold
Le 21/03/2017 à 08:27, Gleb Smirnoff a écrit : > On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: > B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: > B> > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: > B> > A> > This change is known to break

Re: svn commit: r315660 - stable/11/tools/build/mk

2017-03-21 Thread Ronald Klop
On Tue, 21 Mar 2017 06:13:15 +0100, Ngie Cooper wrote: Author: ngie Date: Tue Mar 21 05:13:14 2017 New Revision: 315660 URL: https://svnweb.freebsd.org/changeset/base/315660 Log: MFC r314241,r315228: r314241: Fill in MK_RESCUE by finding paths in ${DESTDIR}/rescue and adding them to OLD_

svn commit: r315673 - in head/sys: cam sys

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 09:12:41 2017 New Revision: 315673 URL: https://svnweb.freebsd.org/changeset/base/315673 Log: Make CAM SIM lock optional. For three years now CAM does not use SIM lock, but still enforces SIM to use it. Remove this requirement, allowing SIMs to have any locki

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
Ngie, On Tue, Mar 21, 2017 at 01:42:44AM -0700, Ngie Cooper (yaneurabeya) wrote: N> This change broke the sdp module: https://ci.freebsd.org/job/FreeBSD-head-amd64-LINT/2294/console . N> Thanks, N> -Ngie Thanks for heads up. Fixed. -- Totus tuus, Glebius. ___

svn commit: r315672 - head/sys/ofed/drivers/infiniband/ulp/sdp

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 09:07:05 2017 New Revision: 315672 URL: https://svnweb.freebsd.org/changeset/base/315672 Log: Make sdp compilable after r315662. Modified: head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Modified: head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c ==

svn commit: r315671 - head/usr.bin/sockstat

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 08:57:20 2017 New Revision: 315671 URL: https://svnweb.freebsd.org/changeset/base/315671 Log: Shut up gcc. Modified: head/usr.bin/sockstat/sockstat.c Modified: head/usr.bin/sockstat/sockstat.c ==

svn commit: r315670 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 08:56:13 2017 New Revision: 315670 URL: https://svnweb.freebsd.org/changeset/base/315670 Log: Addition to r315579: drop the lock while allocating IRQs. MFC after:12 days Modified: head/sys/dev/isp/isp_pci.c Modified: head/sys/dev/isp/isp_pci.c ==

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 21, 2017, at 01:42, Ngie Cooper (yaneurabeya) > wrote: > >> >> On Mar 20, 2017, at 23:39, Gleb Smirnoff wrote: >> >> Author: glebius >> Date: Tue Mar 21 06:39:49 2017 >> New Revision: 315662 >> URL: https://svnweb.freebsd.org/changeset/base/315662 >> >> Log: >> Hide struct inpcb, s

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 20, 2017, at 23:39, Gleb Smirnoff wrote: > > Author: glebius > Date: Tue Mar 21 06:39:49 2017 > New Revision: 315662 > URL: https://svnweb.freebsd.org/changeset/base/315662 > > Log: > Hide struct inpcb, struct tcpcb from the userland. > > This is a painful change, but it is needed.

svn commit: r315668 - in stable/11/sys: dev/xen/blkfront dev/xen/control dev/xen/netfront xen xen/xenbus

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 08:38:12 2017 New Revision: 315668 URL: https://svnweb.freebsd.org/changeset/base/315668 Log: MFC r314840: xen: add support for canceled suspend Submitted by: Liuyingdong Reviewed by: royger Modified: stable/11/sys/dev/xen/blkfront/blkfront.c st

svn commit: r315667 - in stable/11/sys: dev/xen/control dev/xen/xenstore xen/xenstore

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 08:36:25 2017 New Revision: 315667 URL: https://svnweb.freebsd.org/changeset/base/315667 Log: MFC r314841: xenstore: fix suspension when using the xenstore device Submitted by: Liuyingdong Reviewed by: royger Modified: stable/11/sy

svn commit: r315666 - stable/11/sys/dev/xen/timer

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 08:34:41 2017 New Revision: 315666 URL: https://svnweb.freebsd.org/changeset/base/315666 Log: MFC r314094: xen/timer: mark the Xen PV timer as not safe for suspension Submitted by: Liuyingdong Reviewed by: royger Modified: stable/1

svn commit: r315665 - stable/11/sys/dev/xen/netfront

2017-03-21 Thread Roger Pau Monné
Author: royger Date: Tue Mar 21 08:30:06 2017 New Revision: 315665 URL: https://svnweb.freebsd.org/changeset/base/315665 Log: MFC r314842: xen/netfront: fix inbound packet flags for checksum offload Reviewed by: Wei Liu Sponsored by: Citrix Systems R&D Modified:

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: B> > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: B> > A> > This change is known to break a ton of ports. More than 100 if B> > A> > counting de

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Baptiste Daroussin
On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: > A> > This change is known to break a ton of ports. More than 100 if > A> > counting depends. I'm sorry for that and I already started to fix > A> > them. > A> > > A>