svn commit: r298071 - head/sys/compat/linux

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 16:21:13 2016 New Revision: 298071 URL: https://svnweb.freebsd.org/changeset/base/298071 Log: compat/linux: for pointers replace 0 with NULL. plvc is a pointer, no functional change. Found with devel/coccinelle. Modified:

svn commit: r298072 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-04-15 Thread Alan Somers
Author: asomers Date: Fri Apr 15 16:36:17 2016 New Revision: 298072 URL: https://svnweb.freebsd.org/changeset/base/298072 Log: Don't corrupt ZFS label's physpath attribute when booting while a disk is missing Prior to this change, vdev_geom_open_by_path would call vdev_geom_attach prior

svn commit: r298051 - head/sys/arm/arm

2016-04-15 Thread Andrew Turner
Author: andrew Date: Fri Apr 15 14:19:25 2016 New Revision: 298051 URL: https://svnweb.freebsd.org/changeset/base/298051 Log: Add initial GICv2m support to the arm GIC driver. This will be used to support MSI and MSI-X interrupts, however intrng needs updates before this can happen.

svn commit: r298061 - head/sys/conf

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:28:23 2016 New Revision: 298061 URL: https://svnweb.freebsd.org/changeset/base/298061 Log: Change the fdt_static_dtb.S dependency fdt_static_dtb.S dependency in sys/conf/files is currently set as: $S/boot/fdt/dts/${MACHINE}/${FDT_DTS_FILE} This

svn commit: r298070 - head/sys/geom/gate

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 16:18:07 2016 New Revision: 298070 URL: https://svnweb.freebsd.org/changeset/base/298070 Log: g_gate: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/geom/gate/g_gate.c

svn commit: r298069 - in head/sys: kern libkern

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 16:10:11 2016 New Revision: 298069 URL: https://svnweb.freebsd.org/changeset/base/298069 Log: kern: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/kern/kern_dump.c

svn commit: r298053 - in head/sys/mips: adm5120 alchemy atheros idt mips nlm rmi rt305x

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 14:26:24 2016 New Revision: 298053 URL: https://svnweb.freebsd.org/changeset/base/298053 Log: mips: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Reviewed by: adrian Modified:

svn commit: r298068 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/arm arm/at91 arm/broadcom/bcm2835 arm/conf arm/freescale/imx arm/freescale/vybrid ar...

2016-04-15 Thread Andrew Turner
Author: andrew Date: Fri Apr 15 16:05:41 2016 New Revision: 298068 URL: https://svnweb.freebsd.org/changeset/base/298068 Log: Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine independent code that needs to know about INTRNG such as PCI drivers. Obtained from:

svn commit: r298052 - in head/sys/powerpc: powerpc psim

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 14:25:13 2016 New Revision: 298052 URL: https://svnweb.freebsd.org/changeset/base/298052 Log: powerpc: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Reviewed by: jhibbits Modified:

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

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:20:41 2016 New Revision: 298057 URL: https://svnweb.freebsd.org/changeset/base/298057 Log: In order to build a kernel with one of these configs the user should do the following: 1. Give the appropriate board dts file to be used by either: 1.1. edit

Re: svn commit: r298011 - head/sys/cam/ata

2016-04-15 Thread Ronald Klop
Hello, Out of curiosity, what are these big problems? Broken device or other things (timeouts/triggers/full queues) going on in the kernel? Regards, Ronald. On Fri, 15 Apr 2016 00:13:46 +0200, Warner Losh wrote: Author: imp Date: Thu Apr 14 22:13:46 2016 New Revision:

svn commit: r298055 - in head/sys: arm/arm arm/at91 arm/cavium/cns11xx arm/xscale/ixp425 arm64/arm64

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 14:30:40 2016 New Revision: 298055 URL: https://svnweb.freebsd.org/changeset/base/298055 Log: arm: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/arm/arm/nexus.c

svn commit: r298054 - head/sys/arm/arm

2016-04-15 Thread Andrew Turner
Author: andrew Date: Fri Apr 15 14:28:34 2016 New Revision: 298054 URL: https://svnweb.freebsd.org/changeset/base/298054 Log: Add a flag field to struct gic_irqsrc and use it to mark when we should write to the End of Interrupt (EOI) register before handling the interrupt. This should be a

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

2016-04-15 Thread Konstantin Belousov
Author: kib Date: Fri Apr 15 14:36:38 2016 New Revision: 298056 URL: https://svnweb.freebsd.org/changeset/base/298056 Log: Always calculate divisor for the counter mode of LAPIC timer. Even if initially configured in the TSC deadline mode, eventtimer subsystem can be switched to periodic,

svn commit: r298059 - in head/sys: dev/rt mips/mediatek

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:24:42 2016 New Revision: 298059 URL: https://svnweb.freebsd.org/changeset/base/298059 Log: Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions This revision gets our Mediatek/Ralink drivers closer to OpenWRT's dts definitions, so we can

svn commit: r298060 - head/sys/dev/flash

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:26:31 2016 New Revision: 298060 URL: https://svnweb.freebsd.org/changeset/base/298060 Log: Make mx25l compatible with jedec,spi-nor as well A lot of dts files define the SPI flashes supported by mx25l as compatible with 'jedec,spi-nor', so we add this

Re: svn commit: r298036 - head/sys/cam

2016-04-15 Thread Benjamin Kaduk
On Fri, Apr 15, 2016 at 8:26 AM, Warner Losh wrote: > On Fri, Apr 15, 2016 at 12:05 AM, Howard Su wrote: > > >> I suggest to remove NETFLIX from the name. > > > > It's the Netflix I/O scheduler as opposed to the default one. So the > name is appropriate.

svn commit: r298058 - head/sys/mips/mediatek

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:22:28 2016 New Revision: 298058 URL: https://svnweb.freebsd.org/changeset/base/298058 Log: Remove unneeded initialization in mtk_xhci.c This is actually initialized properly within xhci.c, so it's better to not initialize it in mtk_xhci.c

svn commit: r298063 - in vendor/Juniper/libxo/dist: . doc libxo tests/core tests/core/saved

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 15:42:12 2016 New Revision: 298063 URL: https://svnweb.freebsd.org/changeset/base/298063 Log: Import libxo 0.4.7 Deleted: vendor/Juniper/libxo/dist/libxo/xo_config.h.in Modified: vendor/Juniper/libxo/dist/configure.ac

svn commit: r298064 - vendor/Juniper/libxo/0.4.7

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 15:42:35 2016 New Revision: 298064 URL: https://svnweb.freebsd.org/changeset/base/298064 Log: Tag libxo 0.4.7 Added: - copied from r298063, vendor/Juniper/libxo/dist/ Directory Properties: vendor/Juniper/libxo/0.4.7/ (props changed)

svn commit: r298067 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved lib/libxo

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 15:50:13 2016 New Revision: 298067 URL: https://svnweb.freebsd.org/changeset/base/298067 Log: import libxo-0.4.7 Fix bug w/ {e:} in html, where no default encoding format was built docs: "t" == "trim" (typo) (cf svn commit: r290445 -

svn commit: r298065 - in head/sys: conf mips/include

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:44:02 2016 New Revision: 298065 URL: https://svnweb.freebsd.org/changeset/base/298065 Log: Make NIRQ configurable for MIPS Submitted by: kan Reviewed by: kan Approved by: adrian (mentor) Differential Revision:

svn commit: r298062 - head/sys/boot/fdt/dts/mips

2016-04-15 Thread Stanislav Galabov
Author: sgalabov Date: Fri Apr 15 15:36:09 2016 New Revision: 298062 URL: https://svnweb.freebsd.org/changeset/base/298062 Log: Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files This revision suggests dtsi patches to be used with the original OpenWRT dtsi files so we can

svn commit: r298066 - in head/sys/netinet: . libalias

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 15:46:41 2016 New Revision: 298066 URL: https://svnweb.freebsd.org/changeset/base/298066 Log: netinet: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Reviewed by: ae. tuexen

Re: svn commit: r298011 - head/sys/cam/ata

2016-04-15 Thread Warner Losh
A shorter timeout dramatically cuts the length of time that the queue has to be frozen for error recovery. This allows one, in theory, to recover the system more quickly after a drive goes off into the weeds. Warner > On Apr 15, 2016, at 9:23 AM, Ronald Klop wrote: > >

Re: svn commit: r298036 - head/sys/cam

2016-04-15 Thread Warner Losh
On Fri, Apr 15, 2016 at 12:05 AM, Howard Su wrote: > > On Fri, Apr 15, 2016 at 1:10 PM Warner Losh wrote: > >> Author: imp >> Date: Fri Apr 15 05:10:32 2016 >> New Revision: 298036 >> URL: https://svnweb.freebsd.org/changeset/base/298036 >> >> Log: >>

svn commit: r298050 - head/sys/kern

2016-04-15 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 15 13:34:59 2016 New Revision: 298050 URL: https://svnweb.freebsd.org/changeset/base/298050 Log: Allocate RACCT/RCTL zones without UMA_ZONE_NOFREE; no idea why it was there in the first place. MFC after:1 month Sponsored by: The FreeBSD Foundation

Re: svn commit: r298036 - head/sys/cam

2016-04-15 Thread Howard Su
On Fri, Apr 15, 2016 at 9:26 PM Warner Losh wrote: > On Fri, Apr 15, 2016 at 12:05 AM, Howard Su wrote: > >> >> On Fri, Apr 15, 2016 at 1:10 PM Warner Losh wrote: >> >>> Author: imp >>> Date: Fri Apr 15 05:10:32 2016 >>> New Revision:

svn commit: r298074 - in head/sys/fs: cd9660 msdosfs

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 17:28:24 2016 New Revision: 298074 URL: https://svnweb.freebsd.org/changeset/base/298074 Log: fs misc: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/fs/cd9660/cd9660_vfsops.c

svn commit: r298080 - vendor/Juniper/libxo/dist

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:41:39 2016 New Revision: 298080 URL: https://svnweb.freebsd.org/changeset/base/298080 Log: Import libxo 0.6.1 Modified: vendor/Juniper/libxo/dist/configure.ac Modified: vendor/Juniper/libxo/dist/configure.ac

svn commit: r298086 - head/sbin/savecore

2016-04-15 Thread Conrad E. Meyer
Author: cem Date: Fri Apr 15 20:19:32 2016 New Revision: 298086 URL: https://svnweb.freebsd.org/changeset/base/298086 Log: savecore(8): Explicitly cast to fix i386 warning Modified: head/sbin/savecore/savecore.c Modified: head/sbin/savecore/savecore.c

svn commit: r298087 - in head: cddl/lib/libdtrace share/man/man4

2016-04-15 Thread Hiren Panchasara
Author: hiren Date: Fri Apr 15 20:27:36 2016 New Revision: 298087 URL: https://svnweb.freebsd.org/changeset/base/298087 Log: Fix the 'type' for a few variables from tcpcb. Reviewed by: markj Sponsored by: Limelight Networks Differential Revision:

svn commit: r298076 - in head: sbin/savecore sys/amd64/amd64 sys/kern sys/sys

2016-04-15 Thread Conrad E. Meyer
Author: cem Date: Fri Apr 15 17:45:12 2016 New Revision: 298076 URL: https://svnweb.freebsd.org/changeset/base/298076 Log: Add 4Kn kernel dump support (And 4Kn minidump support, but only for amd64.) Make sure all I/O to the dump device is of the native sector size. To that end, we

Re: svn commit: r298076 - in head: sbin/savecore sys/amd64/amd64 sys/kern sys/sys

2016-04-15 Thread Conrad Meyer
On Fri, Apr 15, 2016 at 10:45 AM, Conrad E. Meyer wrote: > Author: cem > Date: Fri Apr 15 17:45:12 2016 > New Revision: 298076 > URL: https://svnweb.freebsd.org/changeset/base/298076 > > Log: > Add 4Kn kernel dump support > > ... > > Savecore(1) has been updated to deal

svn commit: r298075 - in head/sys: net netgraph netgraph/atm/ccatm netinet6 netipsec

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 17:30:33 2016 New Revision: 298075 URL: https://svnweb.freebsd.org/changeset/base/298075 Log: sys/net* : for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/net/bpf_filter.c

svn commit: r298079 - head

2016-04-15 Thread Bryan Drewery
Author: bdrewery Date: Fri Apr 15 18:32:05 2016 New Revision: 298079 URL: https://svnweb.freebsd.org/changeset/base/298079 Log: Set CPP from XCPP for the libcompat build. Submitted by: Mark Millard Modified: head/Makefile.libcompat Modified:

svn commit: r298083 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/libxo contrib/libxo/packaging contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib...

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:46:15 2016 New Revision: 298083 URL: https://svnweb.freebsd.org/changeset/base/298083 Log: Import to 0.6.1 0.5.0: document "trim" modifier add xo_emit_field functions Add xo_set_file{,_h} functions Fix LIBXO_* variables; add -L and -I

svn commit: r298077 - in vendor/Juniper/libxo/dist: . doc encoder/cbor libxo packaging tests/core tests/core/saved tests/gettext

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:03:30 2016 New Revision: 298077 URL: https://svnweb.freebsd.org/changeset/base/298077 Log: Import libxo 0.6.0 Added: vendor/Juniper/libxo/dist/libxo/xo_emit_f.3 (contents, props changed) vendor/Juniper/libxo/dist/tests/core/saved/test_12.E.err

svn commit: r298078 - vendor/Juniper/libxo/0.6.0

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:03:53 2016 New Revision: 298078 URL: https://svnweb.freebsd.org/changeset/base/298078 Log: Tag libxo 0.6.0 Added: - copied from r298077, vendor/Juniper/libxo/dist/ Directory Properties: vendor/Juniper/libxo/0.6.0/ (props changed)

svn commit: r298081 - vendor/Juniper/libxo/0.6.1

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:42:10 2016 New Revision: 298081 URL: https://svnweb.freebsd.org/changeset/base/298081 Log: Tag libxo 0.6.1 Added: - copied from r298080, vendor/Juniper/libxo/dist/ Directory Properties: vendor/Juniper/libxo/0.6.1/ (props changed)

svn commit: r298084 - head/share/mk

2016-04-15 Thread Bryan Drewery
Author: bdrewery Date: Fri Apr 15 18:49:26 2016 New Revision: 298084 URL: https://svnweb.freebsd.org/changeset/base/298084 Log: Document SHLIB/SHLIB_CXX/NO_PIC. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README

Re: svn commit: r298075 - in head/sys: net netgraph netgraph/atm/ccatm netinet6 netipsec

2016-04-15 Thread Pedro Giffuni
On 04/15/16 12:30, Pedro F. Giffuni wrote: Author: pfg Date: Fri Apr 15 17:30:33 2016 New Revision: 298075 URL: https://svnweb.freebsd.org/changeset/base/298075 Log: sys/net* : for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle.

svn commit: r298093 - stable/10/sys/cam/scsi

2016-04-15 Thread Scott Long
Author: scottl Date: Sat Apr 16 02:47:46 2016 New Revision: 298093 URL: https://svnweb.freebsd.org/changeset/base/298093 Log: MFC r297925, r297926: Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string() in terms of it. Use scsi_cdb_sbuf() inside of

svn commit: r298098 - in head: include sbin share sys targets usr.bin/calendar usr.bin/colldef usr.bin/mkimg usr.bin/mklocale usr.bin/procstat usr.sbin/bhyve usr.sbin/bhyvectl usr.sbin/bhyveload us...

2016-04-15 Thread Glen Barber
Author: gjb Date: Sat Apr 16 04:09:31 2016 New Revision: 298098 URL: https://svnweb.freebsd.org/changeset/base/298098 Log: Final pass through bogus svn:mergeinfo removal. Note, paths part of 'contrib' were left alone for now. Sponsored by: The FreeBSD Foundation Modified: Directory

svn commit: r298091 - in stable/10: sbin/pfctl share/man/man4 sys/conf sys/contrib/altq/altq sys/netpfil/pf

2016-04-15 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 16 02:11:04 2016 New Revision: 298091 URL: https://svnweb.freebsd.org/changeset/base/298091 Log: MFC r284777, r284814, r284863 and r298088: ALTQ FAIRQ discipline import from DragonFLY. Differential Revision:https://reviews.freebsd.org/D2847

svn commit: r298096 - in head: lib/libc lib/libc/stdtime lib/libedit lib/libedit/edit/readline lib/libutil lib/libvmmapi lib/libz sbin/dumpon sbin/ipfw share/man/man4 share/zoneinfo sys/amd64/inclu...

2016-04-15 Thread Glen Barber
Author: gjb Date: Sat Apr 16 03:56:28 2016 New Revision: 298096 URL: https://svnweb.freebsd.org/changeset/base/298096 Log: Prune bogus svn:mergeinfo from directores on which it should not ever be present. Sponsored by: The FreeBSD Foundation Modified: Directory Properties:

svn commit: r298094 - in head: contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter share/doc/usd/10.exref/e...

2016-04-15 Thread Glen Barber
Author: gjb Date: Sat Apr 16 03:44:50 2016 New Revision: 298094 URL: https://svnweb.freebsd.org/changeset/base/298094 Log: Remove svn:mergeinfo on files with which it should never have existed. Sponsored by: The FreeBSD Foundation Modified: Directory Properties:

svn commit: r298073 - head/sys/ddb

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 17:27:20 2016 New Revision: 298073 URL: https://svnweb.freebsd.org/changeset/base/298073 Log: ddb: for pointers replace 0 with NULL. Mostly cosmetical, no functional change. Found with devel/coccinelle. Modified: head/sys/ddb/db_command.c

svn commit: r298082 - head/share/mk

2016-04-15 Thread Bryan Drewery
Author: bdrewery Date: Fri Apr 15 18:43:54 2016 New Revision: 298082 URL: https://svnweb.freebsd.org/changeset/base/298082 Log: Add SHLIB_CXX to allow building a C++ shared library without a static one. Submitted by: ngie Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r298085 - head/contrib/elftoolchain/elfcopy

2016-04-15 Thread Ed Maste
Author: emaste Date: Fri Apr 15 19:06:36 2016 New Revision: 298085 URL: https://svnweb.freebsd.org/changeset/base/298085 Log: elfcopy: fix symbol table handling when sections come after symtab/strtab Fix a symbol table handling bug in elfcopy: elfcopy puts .symtab, .strtab and

svn commit: r298089 - in head: sbin/dump sbin/fsck_ffs sbin/ifconfig sbin/mount_nfs usr.bin/bsdiff/bsdiff usr.bin/bsdiff/bspatch usr.bin/calendar usr.bin/rpcgen usr.bin/showmount usr.bin/sort usr.b...

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 22:31:22 2016 New Revision: 298089 URL: https://svnweb.freebsd.org/changeset/base/298089 Log: Cleanup unnecessary semicolons from utilities we all love. Modified: head/sbin/dump/optr.c head/sbin/fsck_ffs/globs.c head/sbin/ifconfig/sfp.c

Re: svn commit: r298026 - head/sys/cam/scsi

2016-04-15 Thread John Baldwin
On Friday, April 15, 2016 03:09:58 AM Warner Losh wrote: > Author: imp > Date: Fri Apr 15 03:09:58 2016 > New Revision: 298026 > URL: https://svnweb.freebsd.org/changeset/base/298026 > > Log: > Use the new TUNABLE_INT64 to match the type of sbintime_t. This seems odd and possibly broken. The

Re: svn commit: r298011 - head/sys/cam/ata

2016-04-15 Thread Warner Losh
On Fri, Apr 15, 2016 at 3:45 PM, Dmitry Morozovsky wrote: > On Fri, 15 Apr 2016, Warner Losh wrote: > > > A shorter timeout dramatically cuts the length of time that the > > queue has to be frozen for error recovery. This allows one, > > in theory, to recover the system more

svn commit: r298090 - head/tests/sys/aio

2016-04-15 Thread John Baldwin
Author: jhb Date: Sat Apr 16 00:01:16 2016 New Revision: 298090 URL: https://svnweb.freebsd.org/changeset/base/298090 Log: Add a test for cancelling an active AIO request on a socket. The older AIO code awakened all pending AIO requests on a socket when any data arrived. This could

Re: svn commit: r298011 - head/sys/cam/ata

2016-04-15 Thread Ravi Pokala
-Original Message- From: on behalf of Warner Losh Date: 2016-04-15, Friday at 16:15 To: Dmitry Morozovsky Cc: Ronald Klop , "svn-src-h...@freebsd.org" ,

svn commit: r298088 - head/sys/conf

2016-04-15 Thread Luiz Otavio O Souza
Author: loos Date: Fri Apr 15 21:31:40 2016 New Revision: 298088 URL: https://svnweb.freebsd.org/changeset/base/298088 Log: Replace with . No functional change. Sponsored by: Rubicon Communications (Netgate) Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

Re: svn commit: r298011 - head/sys/cam/ata

2016-04-15 Thread Dmitry Morozovsky
On Fri, 15 Apr 2016, Warner Losh wrote: > A shorter timeout dramatically cuts the length of time that the > queue has to be frozen for error recovery. This allows one, > in theory, to recover the system more quickly after a drive > goes off into the weeds. May be make some more generic changes?

svn commit: r298100 - stable/10/sys/cam/ata

2016-04-15 Thread Scott Long
Author: scottl Date: Sat Apr 16 05:14:55 2016 New Revision: 298100 URL: https://svnweb.freebsd.org/changeset/base/298100 Log: Partial MFC of r297933 Add sbuf variants ata_cmd_sbuf() Sponsored by: Netflix Modified: stable/10/sys/cam/ata/ata_all.c stable/10/sys/cam/ata/ata_all.h

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

2016-04-15 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 15 07:48:41 2016 New Revision: 298039 URL: https://svnweb.freebsd.org/changeset/base/298039 Log: hyperv/vmbus: Put multi-channel offer logging under bootverbose Suggested by: Dexuan Cui MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298040 - head/sys/dev/hyperv/storvsc

2016-04-15 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 15 08:01:07 2016 New Revision: 298040 URL: https://svnweb.freebsd.org/changeset/base/298040 Log: hyperv/stor: Use xpt_done_direct() upon I/O completion Reviewed by: mav MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r298041 - in head/sys/dev/hyperv: netvsc storvsc

2016-04-15 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 15 08:08:46 2016 New Revision: 298041 URL: https://svnweb.freebsd.org/changeset/base/298041 Log: hyperv: No need to zero out softc MFC after:1 week Sponsored by: Microsoft OSTC Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c

Re: svn commit: r297974 - in head/sys: i386/i386 i386/ibcs2 x86/x86

2016-04-15 Thread Bruce Evans
On Thu, 14 Apr 2016, Peter Wemm wrote: On Thursday, April 14, 2016 12:14:13 PM Pedro Giffuni wrote: On 04/14/16 12:04, Pedro F. Giffuni wrote: Author: pfg Date: Thu Apr 14 17:04:06 2016 New Revision: 297974 URL: https://svnweb.freebsd.org/changeset/base/297974 Log: x86: for pointers

Re: svn commit: r298036 - head/sys/cam

2016-04-15 Thread Howard Su
On Fri, Apr 15, 2016 at 1:10 PM Warner Losh wrote: > Author: imp > Date: Fri Apr 15 05:10:32 2016 > New Revision: 298036 > URL: https://svnweb.freebsd.org/changeset/base/298036 > > Log: > Put function only used by CAM_NETFLIX_IOSCHED under that ifdef. > > I suggest to remove

Re: svn commit: r297974 - in head/sys: i386/i386 i386/ibcs2 x86/x86

2016-04-15 Thread Peter Wemm
On Thursday, April 14, 2016 12:14:13 PM Pedro Giffuni wrote: > On 04/14/16 12:04, Pedro F. Giffuni wrote: > > Author: pfg > > Date: Thu Apr 14 17:04:06 2016 > > New Revision: 297974 > > URL: https://svnweb.freebsd.org/changeset/base/297974 > > > > Log: > >x86: for pointers replace 0 with

svn commit: r298038 - head/sys/dev/hyperv/storvsc

2016-04-15 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 15 07:39:43 2016 New Revision: 298038 URL: https://svnweb.freebsd.org/changeset/base/298038 Log: hyperv/stor: Temporary disable the wrongly done command timeout. It will be reenabled once the request processing is corrected. MFC after:1 week Sponsored

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

2016-04-15 Thread Roger Pau Monné
Author: royger Date: Fri Apr 15 09:21:50 2016 New Revision: 298044 URL: https://svnweb.freebsd.org/changeset/base/298044 Log: busdma/bounce: revert r292255 Revert r292255 because it can create bounced regions without contiguous page offsets, which is needed for USB devices. Another

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

2016-04-15 Thread Sepherosa Ziehau
Author: sephe Date: Fri Apr 15 08:17:55 2016 New Revision: 298042 URL: https://svnweb.freebsd.org/changeset/base/298042 Log: hyperv/hn: Hide ring to channel linkage message under bootverbose Suggested by: Dexuan Cui MFC after:1 week Sponsored by: Microsoft OSTC Modified:

svn commit: r298043 - head/sys/ddb

2016-04-15 Thread Konstantin Belousov
Author: kib Date: Fri Apr 15 09:13:01 2016 New Revision: 298043 URL: https://svnweb.freebsd.org/changeset/base/298043 Log: Avoid NULL pointer dereference, for a process which is not (yet) a member of a process group, e.g. during the system bootstrap. Submitted by: Mark Cave-Ayland

svn commit: r298046 - in head/sys/ofed/drivers/infiniband: hw/mlx4 ulp/ipoib

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 12:16:15 2016 New Revision: 298046 URL: https://svnweb.freebsd.org/changeset/base/298046 Log: ofed: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Reviewed by: hselasky Modified:

svn commit: r298047 - head/sys/sparc64/ebus

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 12:17:34 2016 New Revision: 298047 URL: https://svnweb.freebsd.org/changeset/base/298047 Log: sparc64: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Modified:

svn commit: r298048 - head/sys/netpfil/ipfw

2016-04-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 15 12:24:01 2016 New Revision: 298048 URL: https://svnweb.freebsd.org/changeset/base/298048 Log: netpfil: for pointers replace 0 with NULL. These are mostly cosmetical, no functional change. Found with devel/coccinelle. Reviewed by: ae Modified:

svn commit: r298049 - head/sys/modules/cam

2016-04-15 Thread Konstantin Belousov
Author: kib Date: Fri Apr 15 12:55:40 2016 New Revision: 298049 URL: https://svnweb.freebsd.org/changeset/base/298049 Log: Sync cam.ko module source list with the static kernel file list. Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/cam/Makefile Modified:

svn commit: r298045 - head/sys/kern

2016-04-15 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 15 11:55:29 2016 New Revision: 298045 URL: https://svnweb.freebsd.org/changeset/base/298045 Log: Sort variable declarations. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_racct.c head/sys/kern/kern_rctl.c