svn commit: r299317 - head

2016-05-09 Thread Glen Barber
Author: gjb Date: Tue May 10 05:47:25 2016 New Revision: 299317 URL: https://svnweb.freebsd.org/changeset/base/299317 Log: Revert r299292, which was not a mismerge. It has an additional horrible side effect of replacing /etc/{master.,}passwd and /etc/group. Submitted by: O. Hartmann

svn commit: r299316 - in head/sys: conf dev/siba

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Tue May 10 05:05:23 2016 New Revision: 299316 URL: https://svnweb.freebsd.org/changeset/base/299316 Log: [siba] migrate siba.c to siba_mips.c Turns out that ye olde siba.c is /just/ the siba mips code (used by the initial SENTRY5 port. However, I don't think it was

svn commit: r299315 - head/sys/netinet

2016-05-09 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 10 04:59:04 2016 New Revision: 299315 URL: https://svnweb.freebsd.org/changeset/base/299315 Log: tcp/syncache: Add comment for syncache_respond Suggested by: hiren, hps Reviewed by: sbruno Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r299314 - head/sys/dev/bhnd/bcma

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Tue May 10 04:55:57 2016 New Revision: 299314 URL: https://svnweb.freebsd.org/changeset/base/299314 Log: [bhnd] fix bcma resource allocation for regions; EROM work around. * bcma.c - assign different resource IDs for different regions * bcma_erom.c - workaround for

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

2016-05-09 Thread Warner Losh
Author: imp Date: Tue May 10 04:01:04 2016 New Revision: 299313 URL: https://svnweb.freebsd.org/changeset/base/299313 Log: Bump date. Forgotten in r299312. Modified: head/share/man/man9/g_bio.9 Modified: head/share/man/man9/g_bio.9

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

2016-05-09 Thread Warner Losh
Author: imp Date: Tue May 10 03:57:47 2016 New Revision: 299312 URL: https://svnweb.freebsd.org/changeset/base/299312 Log: Document g_reset_bio(). This is long overdue. g_reset_bio will reset the bio to a pristine state should you wish to re-use it for another I/O without freeing it. In the

svn commit: r299311 - stable/10/sys/dev/pci

2016-05-09 Thread John Baldwin
Author: jhb Date: Tue May 10 03:42:18 2016 New Revision: 299311 URL: https://svnweb.freebsd.org/changeset/base/299311 Log: MFC 299205: Restore name=value format of PCI location strings. When devctl was added, the location string for PCI devices was changed to use the PCI "selector" that

svn commit: r299310 - head/sys/conf

2016-05-09 Thread John Baldwin
Author: jhb Date: Tue May 10 03:34:20 2016 New Revision: 299310 URL: https://svnweb.freebsd.org/changeset/base/299310 Log: Don't store generated firmware object files in the source directory. Trim the leading directory of a firmware source file from the resulting target object file name

svn commit: r299309 - head/sys/dev/cxgbe/iw_cxgbe

2016-05-09 Thread John Baldwin
Author: jhb Date: Tue May 10 03:32:22 2016 New Revision: 299309 URL: https://svnweb.freebsd.org/changeset/base/299309 Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c

svn commit: r299308 - in stable/7/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:22:31 2016 New Revision: 299308 URL: https://svnweb.freebsd.org/changeset/base/299308 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/7/sys/dev/bxe/bxe_elink.c

svn commit: r299307 - stable/7/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:19:09 2016 New Revision: 299307 URL: https://svnweb.freebsd.org/changeset/base/299307 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/7/sys/dev/bxe/bxe.c Directory Properties: stable/7/ (props changed) stable/7/sys/ (props changed)

svn commit: r299306 - stable/7/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:17:04 2016 New Revision: 299306 URL: https://svnweb.freebsd.org/changeset/base/299306 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points

svn commit: r299305 - in stable/8/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:11:37 2016 New Revision: 299305 URL: https://svnweb.freebsd.org/changeset/base/299305 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/8/sys/dev/bxe/bxe_elink.c

svn commit: r299304 - stable/8/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:04:14 2016 New Revision: 299304 URL: https://svnweb.freebsd.org/changeset/base/299304 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/8/sys/dev/bxe/bxe.c Directory Properties: stable/8/ (props changed) stable/8/sys/ (props changed)

svn commit: r299303 - stable/8/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:58:52 2016 New Revision: 299303 URL: https://svnweb.freebsd.org/changeset/base/299303 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by

svn commit: r299302 - in stable/9/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:50:54 2016 New Revision: 299302 URL: https://svnweb.freebsd.org/changeset/base/299302 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/9/sys/dev/bxe/bxe_elink.c

svn commit: r299301 - stable/9/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:47:40 2016 New Revision: 299301 URL: https://svnweb.freebsd.org/changeset/base/299301 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/9/sys/dev/bxe/bxe.c Directory Properties: stable/9/ (props changed) stable/9/sys/ (props changed)

svn commit: r299300 - stable/9/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:44:23 2016 New Revision: 299300 URL: https://svnweb.freebsd.org/changeset/base/299300 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by

svn commit: r299299 - in stable/10/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:35:13 2016 New Revision: 299299 URL: https://svnweb.freebsd.org/changeset/base/299299 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/10/sys/dev/bxe/bxe_elink.c

svn commit: r299298 - stable/10/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:30:18 2016 New Revision: 299298 URL: https://svnweb.freebsd.org/changeset/base/299298 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/10/sys/dev/bxe/bxe.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r299297 - stable/10/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:26:26 2016 New Revision: 299297 URL: https://svnweb.freebsd.org/changeset/base/299297 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points

svn commit: r299296 - stable/9/sys/fs/ext2fs

2016-05-09 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 10 02:15:09 2016 New Revision: 299296 URL: https://svnweb.freebsd.org/changeset/base/299296 Log: MFC r298609: ext2fs: make use of the howmany() macro when available. We have a howmany() macro in the header that is convenient to re-use as it makes things

svn commit: r299295 - stable/10/sys/fs/ext2fs

2016-05-09 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 10 02:13:17 2016 New Revision: 299295 URL: https://svnweb.freebsd.org/changeset/base/299295 Log: MFC r298609: ext2fs: make use of the howmany() macro when available. We have a howmany() macro in the header that is convenient to re-use as it makes things

svn commit: r299294 - head/usr.bin/sed

2016-05-09 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 10 02:02:50 2016 New Revision: 299294 URL: https://svnweb.freebsd.org/changeset/base/299294 Log: Revert r299279: Simplify redundant malloc'ing in sed -e. It is causing havoc in the ports tree: ===> Configuring for wxsvg-1.5.7 sed: 1: "/gcc_dir=\\`/s/gcc

svn commit: r299293 - in head/share: examples examples/FreeBSD_version examples/find_interface examples/hwpmc examples/ipfilter examples/kld examples/kld/cdev examples/kld/cdev/module examples/kld/...

2016-05-09 Thread Glen Barber
Author: gjb Date: Tue May 10 00:51:50 2016 New Revision: 299293 URL: https://svnweb.freebsd.org/changeset/base/299293 Log: Update share/examples/* to properly install /usr/share/examples. As result of this, a new examples package is now created. Note, this is only effective with

svn commit: r299292 - head

2016-05-09 Thread Glen Barber
Author: gjb Date: Tue May 10 00:47:49 2016 New Revision: 299292 URL: https://svnweb.freebsd.org/changeset/base/299292 Log: Combine the 'reinstall' and 'restage' targets, which appears to have been a mismerge. Sponsored by: The FreeBSD Foundation Modified: head/Makefile.inc1 Modified:

svn commit: r299291 - head/release/packages

2016-05-09 Thread Glen Barber
Author: gjb Date: Tue May 10 00:38:14 2016 New Revision: 299291 URL: https://svnweb.freebsd.org/changeset/base/299291 Log: Add (commented) 'vital' flag to the runtime packages. Support for it is expected in pkg-1.8.0, which will cause 'pkg del -afy' to not destroy a system by forcefully

svn commit: r299290 - head/sys/netinet6

2016-05-09 Thread Mark Johnston
Author: markj Date: Mon May 9 23:43:12 2016 New Revision: 299290 URL: https://svnweb.freebsd.org/changeset/base/299290 Log: Remove obsolescent comments from nd6_purge(). MFC after:1 week Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

svn commit: r299289 - in head: bin/csh bin/sh contrib/ncurses/ncurses/tinfo lib/libmagic lib/ncurses/ncurses share/mk share/syscons/scrnmaps usr.bin/awk usr.bin/vi/catalog

2016-05-09 Thread Bryan Drewery
Author: bdrewery Date: Mon May 9 22:21:09 2016 New Revision: 299289 URL: https://svnweb.freebsd.org/changeset/base/299289 Log: DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools. This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division

svn commit: r299288 - head/usr.bin/ul

2016-05-09 Thread Baptiste Daroussin
Author: bapt Date: Mon May 9 20:55:35 2016 New Revision: 299288 URL: https://svnweb.freebsd.org/changeset/base/299288 Log: Rationalize license numbering Modified: head/usr.bin/ul/ul.1 head/usr.bin/ul/ul.c Modified: head/usr.bin/ul/ul.1

svn commit: r299287 - head/usr.bin/ul

2016-05-09 Thread Baptiste Daroussin
Author: bapt Date: Mon May 9 20:55:00 2016 New Revision: 299287 URL: https://svnweb.freebsd.org/changeset/base/299287 Log: Some style(9) fixes No functional changes Obtained from:OpenBSD Modified: head/usr.bin/ul/ul.c Modified: head/usr.bin/ul/ul.c

svn commit: r299286 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/i386/include sys/kern sys/sys sys/x86/x86

2016-05-09 Thread John Baldwin
Author: jhb Date: Mon May 9 20:50:21 2016 New Revision: 299286 URL: https://svnweb.freebsd.org/changeset/base/299286 Log: Add a new bus method to fetch device-specific CPU sets. bus_get_cpus() returns a specified set of CPUs for a device. It accepts an enum for the second parameter

svn commit: r299285 - head/usr.bin/calendar/calendars

2016-05-09 Thread Ben Woods
Author: woodsb02 (ports committer) Date: Mon May 9 20:21:49 2016 New Revision: 299285 URL: https://svnweb.freebsd.org/changeset/base/299285 Log: Add myself (woodsb02) to the calendar.freebsd file Approved by: adamw (mentor) Differential Revision:

svn commit: r299284 - head/usr.sbin/services_mkdb

2016-05-09 Thread Baptiste Daroussin
Author: bapt Date: Mon May 9 20:04:22 2016 New Revision: 299284 URL: https://svnweb.freebsd.org/changeset/base/299284 Log: Replace fparseln(3) with getline(3) to remove dependency on libutil Modified: head/usr.sbin/services_mkdb/Makefile head/usr.sbin/services_mkdb/services_mkdb.c

svn commit: r299282 - head/share/misc

2016-05-09 Thread Ben Woods
Author: woodsb02 (ports committer) Date: Mon May 9 20:01:18 2016 New Revision: 299282 URL: https://svnweb.freebsd.org/changeset/base/299282 Log: Add myself (woodsb02) as ports committer, and update mentor/mentee relationships Approved by: adamw (mentor) Differential Revision:

svn commit: r299283 - head/sys/dev/cxgbe/iw_cxgbe

2016-05-09 Thread John Baldwin
Author: jhb Date: Mon May 9 20:01:34 2016 New Revision: 299283 URL: https://svnweb.freebsd.org/changeset/base/299283 Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Other structures needed by prototypes in t4_tom.h are explicitly declared in this file, so adding

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-09 Thread Slawa Olhovchenkov
On Mon, May 09, 2016 at 12:03:22PM -0700, John Baldwin wrote: > On Monday, May 09, 2016 09:57:19 PM Slawa Olhovchenkov wrote: > > On Mon, May 09, 2016 at 10:49:30AM -0700, John Baldwin wrote: > > > > > On Saturday, May 07, 2016 04:44:51 PM Slawa Olhovchenkov wrote: > > > > On Fri, May 06, 2016

svn commit: r299281 - head/sys/dev/otus

2016-05-09 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 9 19:28:22 2016 New Revision: 299281 URL: https://svnweb.freebsd.org/changeset/base/299281 Log: otus: minor catchup with OpenBSD. Bump the OpenBSD revision tag since the corresponding changes don't apply to us and drop an unnecessary header. No functional

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-09 Thread John Baldwin
On Monday, May 09, 2016 09:57:19 PM Slawa Olhovchenkov wrote: > On Mon, May 09, 2016 at 10:49:30AM -0700, John Baldwin wrote: > > > On Saturday, May 07, 2016 04:44:51 PM Slawa Olhovchenkov wrote: > > > On Fri, May 06, 2016 at 05:52:15PM -0700, John Baldwin wrote: > > > > > > > On Saturday, May

svn commit: r299280 - head/sys/netinet/cc

2016-05-09 Thread Hiren Panchasara
Author: hiren Date: Mon May 9 19:19:03 2016 New Revision: 299280 URL: https://svnweb.freebsd.org/changeset/base/299280 Log: Add an option to use rfc6675 based pipe/inflight bytes calculation in htcp. Submitted by: Kevin Bowling MFC after:1 week Sponsored

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-09 Thread Slawa Olhovchenkov
On Mon, May 09, 2016 at 10:49:30AM -0700, John Baldwin wrote: > On Saturday, May 07, 2016 04:44:51 PM Slawa Olhovchenkov wrote: > > On Fri, May 06, 2016 at 05:52:15PM -0700, John Baldwin wrote: > > > > > On Saturday, May 07, 2016 12:33:35 AM John Baldwin wrote: > > > > Author: jhb > > > > Date:

svn commit: r299279 - head/usr.bin/sed

2016-05-09 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 9 18:53:46 2016 New Revision: 299279 URL: https://svnweb.freebsd.org/changeset/base/299279 Log: Simplify redundant malloc'ing in sed -e. When encountering an -e argument, sed currently mallocs a string to COPY the optarg -- with '\n' appended. The appendage

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-09 Thread Steven Hartland
On 09/05/2016 18:21, Warner Losh wrote: On May 9, 2016, at 11:14 AM, Steven Hartland wrote: On 09/05/2016 18:04, Alan Somers wrote: On Wed, Feb 17, 2016 at 10:16 AM, Warner Losh wrote: Author: imp Date: Wed Feb 17 17:16:02 2016 New Revision:

Re: svn commit: r299210 - in head/sys/dev/cxgbe: . tom

2016-05-09 Thread John Baldwin
On Saturday, May 07, 2016 04:44:51 PM Slawa Olhovchenkov wrote: > On Fri, May 06, 2016 at 05:52:15PM -0700, John Baldwin wrote: > > > On Saturday, May 07, 2016 12:33:35 AM John Baldwin wrote: > > > Author: jhb > > > Date: Sat May 7 00:33:35 2016 > > > New Revision: 299210 > > > URL:

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-09 Thread Warner Losh
> On May 9, 2016, at 11:14 AM, Steven Hartland wrote: > > > > On 09/05/2016 18:04, Alan Somers wrote: >> >> >> On Wed, Feb 17, 2016 at 10:16 AM, Warner Losh wrote: >> Author: imp >> Date: Wed Feb 17 17:16:02 2016 >> New Revision: 295707 >> URL:

svn commit: r299278 - head/sys/dev/bhnd/bhndb

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 17:19:17 2016 New Revision: 299278 URL: https://svnweb.freebsd.org/changeset/base/299278 Log: [bhnd] fix incorrect typing. Pointed out by: emaste Modified: head/sys/dev/bhnd/bhndb/bhndb_pci.c Modified: head/sys/dev/bhnd/bhndb/bhndb_pci.c

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-09 Thread Steven Hartland
On 09/05/2016 18:04, Alan Somers wrote: On Wed, Feb 17, 2016 at 10:16 AM, Warner Losh > wrote: Author: imp Date: Wed Feb 17 17:16:02 2016 New Revision: 295707 URL: https://svnweb.freebsd.org/changeset/base/295707 Log:

svn commit: r299277 - stable/10/sys/cddl/contrib/opensolaris/uts/common/dtrace

2016-05-09 Thread Mark Johnston
Author: markj Date: Mon May 9 17:13:40 2016 New Revision: 299277 URL: https://svnweb.freebsd.org/changeset/base/299277 Log: MFC r298589: Allow DOF sections with excessively long probe function components. PR: 207735 Modified:

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-09 Thread Warner Losh
> On May 9, 2016, at 11:04 AM, Alan Somers wrote: > > > > On Wed, Feb 17, 2016 at 10:16 AM, Warner Losh wrote: > Author: imp > Date: Wed Feb 17 17:16:02 2016 > New Revision: 295707 > URL: https://svnweb.freebsd.org/changeset/base/295707 > > Log: >

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-09 Thread Alan Somers
On Wed, Feb 17, 2016 at 10:16 AM, Warner Losh wrote: > Author: imp > Date: Wed Feb 17 17:16:02 2016 > New Revision: 295707 > URL: https://svnweb.freebsd.org/changeset/base/295707 > > Log: > Create an API to reset a struct bio (g_reset_bio). This is mandatory > for all

Re: svn commit: r299241 - in head/sys: conf dev/bhnd dev/bhnd/bhndb dev/bhnd/cores/chipc dev/bhnd/nvram dev/bhnd/tools dev/bwn modules/bhnd modules/bhnd/bhndb modules/bhnd/bhndb_pci modules/bhnd/cores

2016-05-09 Thread Adrian Chadd
Fixing it now. But there seem to be larger issues (not bhnd related.) -adrian On 9 May 2016 at 09:38, Ed Maste wrote: > On 8 May 2016 at 15:14, Adrian Chadd wrote: >> Author: adrian >> Date: Sun May 8 19:14:05 2016 >> New Revision: 299241 >> URL:

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

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:42:46 2016 New Revision: 299276 URL: https://svnweb.freebsd.org/changeset/base/299276 Log: Updates to mpr driver man page. - Add 3216 and 3224 support. - Add SSU, chain_alloc_fail, and spinup_wait_time information. - Clear up some sentences. - Correct

Re: svn commit: r299241 - in head/sys: conf dev/bhnd dev/bhnd/bhndb dev/bhnd/cores/chipc dev/bhnd/nvram dev/bhnd/tools dev/bwn modules/bhnd modules/bhnd/bhndb modules/bhnd/bhndb_pci modules/bhnd/cores

2016-05-09 Thread Ed Maste
On 8 May 2016 at 15:14, Adrian Chadd wrote: > Author: adrian > Date: Sun May 8 19:14:05 2016 > New Revision: 299241 > URL: https://svnweb.freebsd.org/changeset/base/299241 > > Log: > [bhnd] Initial bhnd(4) SPROM/NVRAM support. This breaks a number of "make tinderbox"

svn commit: r299275 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:38:51 2016 New Revision: 299275 URL: https://svnweb.freebsd.org/changeset/base/299275 Log: Bump version of mpr driver to 13.00.00.00-fbsd Approved by: ken, scottl, ambrisko MFC after: 1 week Modified: head/sys/dev/mpr/mprvar.h Modified:

svn commit: r299274 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:36:40 2016 New Revision: 299274 URL: https://svnweb.freebsd.org/changeset/base/299274 Log: Disks can go missing until a reboot is done in some cases. This is due to the DevHandle not being released, which causes the Firmware to not allow that disk to be

svn commit: r299273 - head/sys/netinet

2016-05-09 Thread Michael Tuexen
Author: tuexen Date: Mon May 9 16:35:05 2016 New Revision: 299273 URL: https://svnweb.freebsd.org/changeset/base/299273 Log: Cleanup a comment. MFC after: 1 week Modified: head/sys/netinet/sctp_timer.c Modified: head/sys/netinet/sctp_timer.c

svn commit: r299272 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:34:06 2016 New Revision: 299272 URL: https://svnweb.freebsd.org/changeset/base/299272 Log: done_ccb pointer can be used if it is NULL. To prevent this, move check for done_ccb == NULL to before done_ccb is used in mprsas_stop_unit_done(). Reviewed by:

svn commit: r299271 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:31:43 2016 New Revision: 299271 URL: https://svnweb.freebsd.org/changeset/base/299271 Log: Use callout_reset_sbt() instead of callout_reset() if FreeBSD ver is >= 129 Reviewed by:ken, scottl, ambrisko, asomers Approved by: ken, scottl, ambrisko

svn commit: r299270 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:29:25 2016 New Revision: 299270 URL: https://svnweb.freebsd.org/changeset/base/299270 Log: No need to set the MPRSAS_SHUTDOWN flag because it's never used. Approved by: ken, scottl, ambrisko MFC after: 1 week Modified: head/sys/dev/mpr/mpr_sas.c

svn commit: r299269 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:26:34 2016 New Revision: 299269 URL: https://svnweb.freebsd.org/changeset/base/299269 Log: Fix possible use of invalid pointer. It was possible to use an invalid pointer to get the target ID value. To fix this, initialize a local Target ID variable to an

svn commit: r299268 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:24:16 2016 New Revision: 299268 URL: https://svnweb.freebsd.org/changeset/base/299268 Log: Change logging level for a debug string to use MPR_LOG instead of MPR_INFO. Approved by: ken, scottl, ambrisko MFC after: 1 week Modified:

svn commit: r299267 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:21:14 2016 New Revision: 299267 URL: https://svnweb.freebsd.org/changeset/base/299267 Log: No log bit in IOCStatus and endian-safe changes. Use MPI2_IOCSTATUS_MASK when checking IOCStatus to mask off the log bit, and make a few more things endian-safe.

svn commit: r299266 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:19:13 2016 New Revision: 299266 URL: https://svnweb.freebsd.org/changeset/base/299266 Log: Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's. Reviewed by:ken, scottl, ambrisko, asomers Approved by: ken, scottl, ambrisko MFC after:

svn commit: r299263 - head/sys/dev/mpr/mpi

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:12:32 2016 New Revision: 299263 URL: https://svnweb.freebsd.org/changeset/base/299263 Log: Update MPI headers to version 42. Reviewed by:ken, scottl, ambrisko, asomers Approved by: ken, scottl, ambrisko MFC after: 1 week Differential

svn commit: r299264 - head/sbin/ifconfig

2016-05-09 Thread Andriy Voskoboinyk
Author: avos Date: Mon May 9 16:15:52 2016 New Revision: 299264 URL: https://svnweb.freebsd.org/changeset/base/299264 Log: ifconfig: fix check for 40 MHz channels while applying country/regdomain. Do not use 20 MHz channel list while checking 40 MHz channels; it may be different. Just

svn commit: r299265 - head/sys/dev/mpr

2016-05-09 Thread Stephen McConnell
Author: slm Date: Mon May 9 16:16:00 2016 New Revision: 299265 URL: https://svnweb.freebsd.org/changeset/base/299265 Log: Several style changes and add copyrights for 2016. Reviewed by:ken, scottl, ambrisko, asomers Approved by: ken, scottl, ambrisko MFC after: 1 week

svn commit: r299261 - stable/9/etc/devd

2016-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 13:13:55 2016 New Revision: 299261 URL: https://svnweb.freebsd.org/changeset/base/299261 Log: MFC r298783: Regenerate usb.conf . Modified: stable/9/etc/devd/usb.conf Directory Properties: stable/9/etc/ (props changed) Modified:

svn commit: r299260 - stable/10/etc/devd

2016-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 13:12:12 2016 New Revision: 299260 URL: https://svnweb.freebsd.org/changeset/base/299260 Log: MFC r298783: Regenerate usb.conf . Modified: stable/10/etc/devd/usb.conf Directory Properties: stable/10/ (props changed) Modified:

svn commit: r299259 - stable/10/sys/dev/mlx5/mlx5_en

2016-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 13:11:00 2016 New Revision: 299259 URL: https://svnweb.freebsd.org/changeset/base/299259 Log: MFC r298772: Correct some error codes to native FreeBSD ones. Sponsored by: Mellanox Technologies Tested by:Netflix Modified:

svn commit: r299258 - in stable/10/sys/dev/mlx5: . mlx5_core mlx5_en

2016-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 13:09:41 2016 New Revision: 299258 URL: https://svnweb.freebsd.org/changeset/base/299258 Log: MFC r298771: Add function to detect the presence of a port module and use this function to error out early when no port module is present and doing eeprom

svn commit: r299257 - head/sys/kern

2016-05-09 Thread Andrew Turner
Author: andrew Date: Mon May 9 12:24:39 2016 New Revision: 299257 URL: https://svnweb.freebsd.org/changeset/base/299257 Log: Check malloc succeeded in pic_create, with M_NOWAIT it may return NULL. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation Modified:

svn commit: r299256 - head/sys/compat/linuxkpi/common/src

2016-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 11:52:57 2016 New Revision: 299256 URL: https://svnweb.freebsd.org/changeset/base/299256 Log: Fix file polling bug. Ensure the actual poll result is returned by the "linux_file_poll()" function instead of zero which means no data is available. MFC

svn commit: r299255 - head/share/man/man7

2016-05-09 Thread Maxim Konovalov
Author: maxim Date: Mon May 9 11:48:09 2016 New Revision: 299255 URL: https://svnweb.freebsd.org/changeset/base/299255 Log: o Stop to mention the slowstart_flightsize sysctl in the tuning(7). The slowstart_flightsize and local_slowstart_flightsize sysctl's were removed from the TCP code

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

2016-05-09 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 9 08:38:56 2016 New Revision: 299254 URL: https://svnweb.freebsd.org/changeset/base/299254 Log: sfxge(4): remove EFSYS_OPT_PCIE_TUNE With the removal of Falcon support, this is now dead code. Submitted by: Andy Moreton Sponsored by: Solarflare

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

2016-05-09 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 9 08:37:42 2016 New Revision: 299253 URL: https://svnweb.freebsd.org/changeset/base/299253 Log: sfxge(4): disable common code support for Falcon This patch ensures that client code will fail to build with Falcon support. Following patches remove Falcon

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

2016-05-09 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 9 08:35:08 2016 New Revision: 299252 URL: https://svnweb.freebsd.org/changeset/base/299252 Log: sfxge(4): cleanup: fix obsolete EFSYS_OPT_PHY_BIST option Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week

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

2016-05-09 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 9 08:32:49 2016 New Revision: 299251 URL: https://svnweb.freebsd.org/changeset/base/299251 Log: sfxge(4): Siena no longer supports EFSYS_OPT_PCIE_TUNE Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week

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

2016-05-09 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 9 08:28:52 2016 New Revision: 299250 URL: https://svnweb.freebsd.org/changeset/base/299250 Log: sfxge(4): remove unused efx_nic_pcie_extended_sync() Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week

svn commit: r299249 - head/sys/amd64/linux

2016-05-09 Thread Dmitry Chagin
Author: dchagin Date: Mon May 9 07:38:47 2016 New Revision: 299249 URL: https://svnweb.freebsd.org/changeset/base/299249 Log: Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allow stack unwinding through signal handler. Reported by: Dmitry Sivachenko MFC after:

svn commit: r299248 - head/sys/dev/siba

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 06:30:00 2016 New Revision: 299248 URL: https://svnweb.freebsd.org/changeset/base/299248 Log: [siba] add 2GHz/5GHz FEM parameter fetching and accessor methods. This is used by the bwn(4) PHY-N code that I'm working on. Modified:

svn commit: r299247 - head/sys/dev/siba

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 06:05:23 2016 New Revision: 299247 URL: https://svnweb.freebsd.org/changeset/base/299247 Log: [siba] add FEM variables from the r8 SPROM layout. This will eventually be used the bwn(4) N-PHY code that I'm (slowly) writing. Obtained from:Linux

svn commit: r299246 - head/sys/conf

2016-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 06:02:57 2016 New Revision: 299246 URL: https://svnweb.freebsd.org/changeset/base/299246 Log: [bwn] oops. typo. Modified: head/sys/conf/options Modified: head/sys/conf/options == ---