svn commit: r344960 - head/sys/powerpc/powerpc

2019-03-08 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 9 03:18:37 2019 New Revision: 344960 URL: https://svnweb.freebsd.org/changeset/base/344960 Log: powerpc: Print trap frame address for fatal traps MFC after:1 week Modified: head/sys/powerpc/powerpc/trap.c Modified: head/sys/powerpc/powerpc/trap.c

svn commit: r344958 - head/sys/powerpc/powerpc

2019-03-08 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 9 03:10:56 2019 New Revision: 344958 URL: https://svnweb.freebsd.org/changeset/base/344958 Log: powerpc: Print data address register on alignment exceptions MFC after:1 week Modified: head/sys/powerpc/powerpc/trap.c Modified: head/sys/powerpc/powerpc/

svn commit: r344961 - head/sys/powerpc/powerpc

2019-03-08 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 9 03:24:39 2019 New Revision: 344961 URL: https://svnweb.freebsd.org/changeset/base/344961 Log: powerpc: Print trap frame address in ddb backtraces Registers visible from 'show reg' don't always match the registers from the offending trap frame. Knowing th

svn commit: r344957 - head/usr.bin/mkimg/tests

2019-03-08 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 9 02:03:07 2019 New Revision: 344957 URL: https://svnweb.freebsd.org/changeset/base/344957 Log: Don't compress and uuencode the "hexdump -C" output files. Just save them with the $FreeBSD$ tag prepended. Changes to these files are now a lot easier to comprehen

svn commit: r344956 - head/sys/sys

2019-03-08 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 9 01:37:00 2019 New Revision: 344956 URL: https://svnweb.freebsd.org/changeset/base/344956 Log: Try to improve comment for socket state bits. In r324227 the comment moved into socketvar.h originally from sockstate.h r180948. Try to improve English and as a conse

svn commit: r344954 - in head: sys/net sys/netinet usr.bin/netstat

2019-03-08 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 9 01:12:59 2019 New Revision: 344954 URL: https://svnweb.freebsd.org/changeset/base/344954 Log: Improve ARP logging. r344504 added an extra ARP_LOG() call in case of an if_output() failure. It turns out IPv4 can be noisy. In order to not spam the console by defau

svn commit: r344955 - head/sys/dev/nvme

2019-03-08 Thread Warner Losh
Author: imp Date: Sat Mar 9 01:18:16 2019 New Revision: 344955 URL: https://svnweb.freebsd.org/changeset/base/344955 Log: Don't print all the I/O we abort on a reset, unless we're out of retries. When resetting the controller, we abort I/O. Prior to this fix, we printed a ton of abort

svn commit: r344952 - head/bin/chmod

2019-03-08 Thread Gordon Tetlow
Author: gordon Date: Sat Mar 9 00:30:13 2019 New Revision: 344952 URL: https://svnweb.freebsd.org/changeset/base/344952 Log: Correct wording around '-' masks. PR: 236407 Reported by: Brian Saia MFC after:1 week Modified: head/bin/chmod/chmod.1 Modified: head/bin/chmo

svn commit: r344951 - in head: contrib/llvm/include/llvm/IR contrib/llvm/tools/clang/include/clang/Driver lib/clang/include/clang/Basic lib/clang/include/lld/Common lib/clang/include/llvm/Support

2019-03-08 Thread Dimitry Andric
Author: dim Date: Sat Mar 9 00:27:50 2019 New Revision: 344951 URL: https://svnweb.freebsd.org/changeset/base/344951 Log: Merge llvm, clang, compiler-rt, libc++, lld, and lldb release_80 branch r355677 (effectively, 8.0.0 rc4), resolve conflicts, and bump version numbers. PR:

svn commit: r344936 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2019-03-08 Thread Alexander Motin
Author: mav Date: Fri Mar 8 21:13:45 2019 New Revision: 344936 URL: https://svnweb.freebsd.org/changeset/base/344936 Log: MFV/ZoL: Disable LBA weighting on files and SSDs The LBA weighting makes sense on rotational media where the outer tracks have twice the bandwidth of the inner tracks

svn commit: r344935 - in head: contrib/netbsd-tests/lib/libpthread lib/libthr/thread

2019-03-08 Thread Mark Johnston
Author: markj Date: Fri Mar 8 21:07:08 2019 New Revision: 344935 URL: https://svnweb.freebsd.org/changeset/base/344935 Log: Have pthread_cond_destroy() return EBUSY if the condvar has waiters. This is not required of a compliant implementation, but it's easy to check for and helps improv

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

2019-03-08 Thread Alexander Motin
Author: mav Date: Fri Mar 8 19:38:52 2019 New Revision: 344934 URL: https://svnweb.freebsd.org/changeset/base/344934 Log: Add separate aggregation limit for non-rotating media. Before sequential scrub patches ZFS never aggregated I/Os above 128KB. Sequential scrub bumped that to 1MB, whi

Re: svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-08 Thread Andrew Gallatin
On 3/5/19 4:06 PM, Matthew Macy wrote: This represents a misunderstanding of how defines are used. This left the option open to the user to enable the use of larger than page size buffers as it does enable better performance. Over the course of a long uptime memory can get too fragmented. However

svn commit: r344928 - head/share/misc

2019-03-08 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Fri Mar 8 18:58:41 2019 New Revision: 344928 URL: https://svnweb.freebsd.org/changeset/base/344928 Log: Update members of doceng in the chart. Update the members of the doceng team to include ryusuke@ and me. Sort and reduce number of line breaks so that

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

2019-03-08 Thread Alexander Motin
Author: mav Date: Fri Mar 8 18:49:27 2019 New Revision: 344926 URL: https://svnweb.freebsd.org/changeset/base/344926 Log: MFV/ZoL: Fix zfs_vdev_aggregation_limit bounds checking Update the bounds checking for zfs_vdev_aggregation_limit so that it has a floor of zero and a maximum value o

svn commit: r344925 - head/sys/netinet

2019-03-08 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 8 18:17:57 2019 New Revision: 344925 URL: https://svnweb.freebsd.org/changeset/base/344925 Log: Fix locking bug. MFC after:3 days Modified: head/sys/netinet/sctp_usrreq.c Modified: head/sys/netinet/sctp_usrreq.c =

svn commit: r344924 - head/sys/netinet

2019-03-08 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 8 18:16:19 2019 New Revision: 344924 URL: https://svnweb.freebsd.org/changeset/base/344924 Log: Some cleanup and consistency improvements. MFC after:3 days Modified: head/sys/netinet/sctp_ss_functions.c Modified: head/sys/netinet/sctp_ss_functio

svn commit: r344922 - head/sbin/fsck

2019-03-08 Thread Wolfram Schneider
Author: wosch Date: Fri Mar 8 10:03:16 2019 New Revision: 344922 URL: https://svnweb.freebsd.org/changeset/base/344922 Log: explain ``fsck -f'' more in detail PR: 223491 Approved by: mckusick, 0mp, imp Differential Revision:https://reviews.freebsd.org/D19437 Modified: head

svn commit: r344921 - head/sys/netpfil/pf

2019-03-08 Thread Kristof Provost
Author: kp Date: Fri Mar 8 09:33:16 2019 New Revision: 344921 URL: https://svnweb.freebsd.org/changeset/base/344921 Log: pf: Fix DIOCGETSRCNODES r343295 broke DIOCGETSRCNODES by failing to reset 'nr' after counting the number of source tracking nodes. This meant that we never copied th

svn commit: r344920 - head/sys/dev/mlx4/mlx4_en

2019-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 8 09:18:29 2019 New Revision: 344920 URL: https://svnweb.freebsd.org/changeset/base/344920 Log: Teardown ifnet after stopping port in the mlx4en(4) driver. mlx4_en_stop_port() calls mlx4_en_put_qp() which can refer the link level address of the network inte

svn commit: r344919 - head/sys/dev/mlx4/mlx4_en

2019-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 8 09:16:29 2019 New Revision: 344919 URL: https://svnweb.freebsd.org/changeset/base/344919 Log: Don't hold state lock while detaching network device instance in mlx4en(4). It can happen during shutdown that the lock will recurse when the mlx4en(4) instance