svn commit: r342363 - head/usr.sbin/config

2018-12-21 Thread Kyle Evans
Author: kevans Date: Sat Dec 22 06:08:06 2018 New Revision: 342363 URL: https://svnweb.freebsd.org/changeset/base/342363 Log: config(8): Remove all instances of an option when opting out Quick follow-up to r342362: options can appear multiple times now, so clean up all of them as needed.

svn commit: r342362 - head/usr.sbin/config

2018-12-21 Thread Kyle Evans
Author: kevans Date: Sat Dec 22 06:02:34 2018 New Revision: 342362 URL: https://svnweb.freebsd.org/changeset/base/342362 Log: config(8): Allow duplicate options to be specified config(8)'s option handling has been written to allow duplicate options; if the value changes, then the latest v

svn commit: r342358 - head/sbin/nvmecontrol

2018-12-21 Thread Warner Losh
Author: imp Date: Fri Dec 21 23:22:37 2018 New Revision: 342358 URL: https://svnweb.freebsd.org/changeset/base/342358 Log: Try the first 256 units with nvmecontrol devlist. The nvmecontrol code that did the devlist assumed that we had a tightly-packed allocation of units. Since pci writin

svn commit: r342357 - head/sys/fs/msdosfs

2018-12-21 Thread Bruce Evans
Author: bde Date: Fri Dec 21 21:17:45 2018 New Revision: 342357 URL: https://svnweb.freebsd.org/changeset/base/342357 Log: Fix clobbering of the fatchain cache for clustered i/o's when full clustering is not done. The bug caused extreme slowness for large files in some cases. There is

svn commit: r342356 - head/sys/dev/cxgbe/tom

2018-12-21 Thread Navdeep Parhar
Author: np Date: Fri Dec 21 20:46:45 2018 New Revision: 342356 URL: https://svnweb.freebsd.org/changeset/base/342356 Log: Remove unused macros from t4_tom.h. Modified: head/sys/dev/cxgbe/tom/t4_tom.h Modified: head/sys/dev/cxgbe/tom/t4_tom.h ==

svn commit: r342355 - in head/sys/dev: mpr mps

2018-12-21 Thread Conrad Meyer
Author: cem Date: Fri Dec 21 20:30:52 2018 New Revision: 342355 URL: https://svnweb.freebsd.org/changeset/base/342355 Log: mps(4), mpr(4): remove SATA ID command cancellation hack Add a generic mechanism to override mp?_wait_command's timeout behavior, which continues to invoke reinit by

svn commit: r342354 - in head/sys/dev: mpr mps

2018-12-21 Thread Conrad Meyer
Author: cem Date: Fri Dec 21 20:29:16 2018 New Revision: 342354 URL: https://svnweb.freebsd.org/changeset/base/342354 Log: mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identify In the event that the ID command timed out, mps(4)/mpr(4) did not free the command until i

svn commit: r342353 - head/sys/fs/msdosfs

2018-12-21 Thread Bruce Evans
Author: bde Date: Fri Dec 21 20:12:43 2018 New Revision: 342353 URL: https://svnweb.freebsd.org/changeset/base/342353 Log: Quick fix for initialization of mnt_iosize_max. (This limit controls mainly clustering and read-ahead.) Copy the initialization from ffs, and also copy a couple of lin

Re: svn commit: r342349 - head/usr.sbin/ctladm

2018-12-21 Thread Marcelo Araujo
Em sáb, 22 de dez de 2018 às 02:53, Alexander Motin escreveu: > On 21.12.2018 13:37, Marcelo Araujo wrote: > > Em sáb, 22 de dez de 2018 às 01:22, Alexander Motin > > escreveu: > > > > Author: mav > > Date: Fri Dec 21 17:22:15 2018 > > New Revision: 342349 >

Re: svn commit: r342349 - head/usr.sbin/ctladm

2018-12-21 Thread Marcelo Araujo
Em sáb, 22 de dez de 2018 às 01:22, Alexander Motin escreveu: > Author: mav > Date: Fri Dec 21 17:22:15 2018 > New Revision: 342349 > URL: https://svnweb.freebsd.org/changeset/base/342349 > > Log: > Fix passing wrong variables to nvlist_destroy() after r333446. > > Reported by: Alexander Fed

svn commit: r342349 - head/usr.sbin/ctladm

2018-12-21 Thread Alexander Motin
Author: mav Date: Fri Dec 21 17:22:15 2018 New Revision: 342349 URL: https://svnweb.freebsd.org/changeset/base/342349 Log: Fix passing wrong variables to nvlist_destroy() after r333446. Reported by: Alexander Fedorov (IT-Grad.ru) MFC after:5 days Modified: head/usr.sbin/ctladm/ctl

svn commit: r342302 - head/tools/tools/netmap

2018-12-21 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Dec 21 14:45:10 2018 New Revision: 342302 URL: https://svnweb.freebsd.org/changeset/base/342302 Log: netmap: update nmreplay(8) Small modifications to the nmreplay man page. Used igor and mandoc tools to fix warnings and errors. Reviewed by: bcr MFC aft

svn commit: r342301 - head/tools/tools/netmap

2018-12-21 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Dec 21 13:56:57 2018 New Revision: 342301 URL: https://svnweb.freebsd.org/changeset/base/342301 Log: netmap: nmreplay: import various fixes from upstream (2704a51839906) Changelist: - General reformatting - Fix packet duplication in cons(). Whenever c

svn commit: r342300 - head/sys/dev/netmap

2018-12-21 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Dec 21 11:50:14 2018 New Revision: 342300 URL: https://svnweb.freebsd.org/changeset/base/342300 Log: netmap: move buf_size validation code to its own function This code validates the netmap buf_size against the interface MTU and maximum descriptor size, to make

svn commit: r342299 - head/sys/dev/netmap

2018-12-21 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Dec 21 11:32:55 2018 New Revision: 342299 URL: https://svnweb.freebsd.org/changeset/base/342299 Log: netmap: pipes: make sure both ends use the same number of slots Modified: head/sys/dev/netmap/netmap_pipe.c Modified: head/sys/dev/netmap/netmap_pipe.c ===

svn commit: r342298 - head/sbin/ipfw

2018-12-21 Thread Andrey V. Elsukov
Author: ae Date: Fri Dec 21 10:41:45 2018 New Revision: 342298 URL: https://svnweb.freebsd.org/changeset/base/342298 Log: Allow use underscores and dots in service names without escaping. PR: 234237 MFC after:1 week Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ip

svn commit: r342297 - in head: sbin/mdconfig sys/dev/md sys/sys

2018-12-21 Thread Bruce Evans
Author: bde Date: Fri Dec 21 08:15:31 2018 New Revision: 342297 URL: https://svnweb.freebsd.org/changeset/base/342297 Log: Use VOP_ADVISE() with POSIX_FADV_DONTNEED instead of IO_DIRECT to implement not double-caching for reads from vnode-backed md devices. Use VOP_ADVISE() similarly instead