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

2018-12-23 Thread Scott Long
Author: scottl Date: Mon Dec 24 06:14:32 2018 New Revision: 342388 URL: https://svnweb.freebsd.org/changeset/base/342388 Log: Further refactoring for task management commands. Also fix a related typo from the previous commit. Modified: head/sys/dev/mpr/mpr_sas.c head/sys/dev/mps/mps_sas.

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

2018-12-23 Thread Scott Long
Author: scottl Date: Mon Dec 24 05:54:36 2018 New Revision: 342387 URL: https://svnweb.freebsd.org/changeset/base/342387 Log: Commands for user-initated device resets should come from the high-priority allocator. Prior to this change, they would leak from the normal allocator. Modified: he

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

2018-12-23 Thread Scott Long
Author: scottl Date: Mon Dec 24 05:05:38 2018 New Revision: 342386 URL: https://svnweb.freebsd.org/changeset/base/342386 Log: First step in refactoring and fixing the error recovery and task management code in the mpr and mps drivers. Eliminate duplicated code and fix some comments. Modifi

Re: svn commit: r342375 - head/sys/dev/md

2018-12-23 Thread Yoshihiro Ota
Thanks. I noticed when this was broken upon a new release long time ago but couldn't get any clue nor when this was broken (since I hadn't started following trunk/stable back then.) Was that 7.0-RELEASE or 8.0-RELEASE? Anyway, good news and I will try to bring this to local 12.0-RELEASE.

svn commit: r342385 - head/sys/contrib/ipfilter/netinet

2018-12-23 Thread Cy Schubert
Author: cy Date: Mon Dec 24 01:12:43 2018 New Revision: 342385 URL: https://svnweb.freebsd.org/changeset/base/342385 Log: Remove an empty #if block. The interesting thing is that looking through Darren's commit logs, the line containing an extern ppsratecheck() definition was removed fr

svn commit: r342384 - head

2018-12-23 Thread Cy Schubert
Author: cy Date: Mon Dec 24 01:12:22 2018 New Revision: 342384 URL: https://svnweb.freebsd.org/changeset/base/342384 Log: Register a pre-commit review for ipfilter. Modified: head/MAINTAINERS Modified: head/MAINTAINERS =

svn commit: r342383 - head/include

2018-12-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 23 20:51:13 2018 New Revision: 342383 URL: https://svnweb.freebsd.org/changeset/base/342383 Log: Fix mismatch from r342379. Modified: head/include/netdb.h Modified: head/include/netdb.h == -

svn commit: r342382 - head/sys/dev/nvdimm

2018-12-23 Thread Konstantin Belousov
Author: kib Date: Sun Dec 23 19:14:31 2018 New Revision: 342382 URL: https://svnweb.freebsd.org/changeset/base/342382 Log: nvdimm SPA geom: Update bio fields needed for devstat_end_transaction_bio(). Reported by: bde MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r342381 - head/sys/ufs/ffs

2018-12-23 Thread Konstantin Belousov
Author: kib Date: Sun Dec 23 18:54:09 2018 New Revision: 342381 URL: https://svnweb.freebsd.org/changeset/base/342381 Log: Allocate v_object for the new snapshot vnode. The vnode is not opened, so it ends up with the malloced buffers otherwise. Reported and tested by: pho MFC a

svn commit: r342378 - stable/12/sys/netinet

2018-12-23 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 23 09:48:36 2018 New Revision: 342378 URL: https://svnweb.freebsd.org/changeset/base/342378 Log: MFC r342280: Fix a regression in the TCP handling of received segments. When receiving TCP segments the stack protects itself by limiting the resources allocated

svn commit: r342380 - head/sys/kern

2018-12-23 Thread Konstantin Belousov
Author: kib Date: Sun Dec 23 18:52:02 2018 New Revision: 342380 URL: https://svnweb.freebsd.org/changeset/base/342380 Log: Properly test for vmio buffer in bnoreuselist(). The presence of allocated v_object does not imply that the buffer is necessary VMIO kind. Buffer might has been allo

svn commit: r342379 - in head: include lib/libc/net

2018-12-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 23 18:15:48 2018 New Revision: 342379 URL: https://svnweb.freebsd.org/changeset/base/342379 Log: gai_strerror() - Update string error messages according to RFC 3493. Error messages in gai_strerror(3) vary largely among OSs. For new software we largely replaced

svn commit: r342377 - head/sys/contrib/ipfilter/netinet

2018-12-23 Thread Cy Schubert
Author: cy Date: Sun Dec 23 05:10:36 2018 New Revision: 342377 URL: https://svnweb.freebsd.org/changeset/base/342377 Log: Remove NETBSD_PF. NETBSD_PF is a flag that defines whether the pfil(9) framework is available. pfil(9) has been in FreeBSD since FreeBSD 5 and according to svn log was fi