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
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/
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
=
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
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
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
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
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
21 matches
Mail list logo