| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Notes:
svn path=/projects/clang360-import/; revision=279163
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279162
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
LoopRotate: When reconstructing loop simplify form don't split edges
from indirectbrs.
Yet another chapter in the endless story. While this looks like we
leave the loop in a non-canonical state this replicates the logic in
LoopSimplify so it doesn't diverge from the canonical form in any way.
http://llvm.org/PR21968
This fixes a "Cannot split critical edge from IndirectBrInst" assertion
failure when building the devel/radare2 port.
PR: 195480, 196987
MFC after: 3 days
Notes:
svn path=/head/; revision=279161
|
| |
| |
| |
| |
| |
| |
| | |
PMCC_OP_IGNORE happens to be zero, so just use calloc() here.
Notes:
svn path=/head/; revision=279156
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: 189821
Obtained from: NetBSD
Relnotes: yes
Notes:
svn path=/head/; revision=279154
|
| |
| |
| |
| |
| |
| |
| |
| | |
enabled. This will be needed to enable the power on devices early on in the
boot process.
Notes:
svn path=/head/; revision=279153
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
utilities.
I was originally planning on removing the phase-of-moon (pom), clock
(grdc), and caesar cipher (caesar, rot13) utilities as well, but after
I committed r278616 I received an astonishing volume of email informing
me that those are still being widely used. Much to my relief, nobody
reported continuing to use the punch card utilities in production.
The final step will be to merge src/games into src/usr.bin.
This change will not be MFCed.
Notes:
svn path=/head/; revision=279150
|
| |
| |
| |
| |
| |
| |
| |
| | |
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279147
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Andrew Jackson <ajackson at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279146
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It was the result of invalid merge of the patch from out-of-tree driver.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279145
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use remaining number of DMA segment instead of maximum number in mapping
when checking space for one more TSO segment packet.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279144
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Ben Hutchings
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279143
|
| |
| |
| |
| |
| |
| |
| |
| | |
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279142
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sync endif comment with conditional.
BOOTROM and SIENA_BOOTROM are the same, but highlight that it is Siena.
Restore commented out assertion.
Sync comments with out-of-tree driver.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279141
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a capcity is given, no partitions are required. When no partitions are
given, no scheme needs to be specified either. This makes it possible
to create an entirely empty disk image. To add an empty partitioning
table, specify the scheme.
Bump the version to 20150222.
Notes:
svn path=/head/; revision=279139
|
| |
| |
| |
| |
| |
| |
| | |
MFC after: 1 month
Notes:
svn path=/head/; revision=279136
|
| |
| |
| |
| |
| |
| |
| |
| | |
to handle that case. Note that we still require partitions, so the
change is effectively a no-op.
Notes:
svn path=/head/; revision=279128
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Drop an unnecessary check in some calculations. The check
would have Coverity falsely conclude that variables could
be left undefined.
Discussed with: kargl, bde
Reviewed by: bde
Notes:
svn path=/head/; revision=279127
|
| |
| |
| |
| |
| |
| |
| |
| | |
return value of image_get_size(). As it so happens, the only
caller of scheme_write() passes exactly that.
Notes:
svn path=/head/; revision=279126
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279125
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279124
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
That's why the flag exists in the first place.
MFC after: 1 week
Notes:
svn path=/head/; revision=279123
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Obtained from: Phil Shafer <phil@juniper.net>
Ported to -current by: alfred@ (mostly), Kim Shrier
Formatting: marcel@
Sponsored by: Juniper Networks, Inc.
Notes:
svn path=/head/; revision=279122
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Undisguising it dumps out the following logspew:
jls: unknown parameter: allow
PR: 191019
Notes:
svn path=/head/; revision=279121
|
| |
| |
| |
| |
| |
| |
| | |
other than their link address.
Notes:
svn path=/head/; revision=279119
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
follow specification and do not provide PCIe capability.
Verify if the port above such bridge is downstream PCIe (or root port)
and treat the bridge as PCIe/PCI then. This allows to avoid
maintaining the table of device ids for bridges without capability,
while still calculate correct request originator for devices behind
the bridge.
Submitted by: Jason Harmening <jason.harmening@gmail.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=279117
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279115
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279114
|
| |
| |
| |
| |
| |
| |
| |
| | |
As a follow up to r279090, if dp hasn't been defined, we
shouldn't attempt to do an optimization here.
Notes:
svn path=/head/; revision=279104
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279103
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before the common code had hard coded limits on the IDs RXQs and TXQs could
be created with which were suited for the Windows driver with VMQ, and so
would prevent queues with IDs greater than or equal to 259 (for TXQs) or 768
(for RXQs) from being created. This change allows the limits to be set in
efsys.h, so that all 1024 queues can be created during new manftest tests.
Also, the descriptor cache sizes were also hard coded to values suited to
the smaller queue counts, and so it was necessary to make them configurable
as well.
Submitted by: Mark Spender <mspender at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279098
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Caught when efx_filter_init() failed and called efx_filter_fini() in the
teardown path.
Submitted by: Andrew Lee <alee at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279097
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously the driver's view was the expected outcome of any
reconfiguration even if that reconfiguration failed.
Submitted by: Ben Horgan
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279096
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We must not enable RX queues with random parameters when they are
mapped into a VF with an untrusted driver. It's probably not a good
idea to do this anyway, so take this bit out of the table test masks.
Submitted by: Ben Hutchings
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279095
|
| |
| |
| |
| |
| |
| |
| |
| | |
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279094
|
| |
| |
| |
| |
| |
| |
| | |
PR: 195785
Notes:
svn path=/head/; revision=279093
|
| |
| |
| |
| |
| |
| |
| |
| | |
The calls to free_nm_txq and free_nm_rxq are made just a few lines prior
to the panic.
Notes:
svn path=/head/; revision=279092
|
| |
| |
| |
| |
| |
| |
| | |
MFC after: 1 week.
Notes:
svn path=/head/; revision=279091
|
| |
| |
| |
| |
| |
| |
| |
| | |
CID: 405582 (also clang static checker)
CID: 1018724
Notes:
svn path=/head/; revision=279090
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
let vn_rdwr() check for short reads.
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=279089
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=279084
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
parents (such as host.hostname); these were being skipped all the time.
That it went this long without anyone noticing is a sign that this feature
isn't actually used by anyone, but it's there so it might as well work.
MFC after: 1 week
Notes:
svn path=/head/; revision=279083
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
instead of crashing.
PR: 197701
MFC after: 1 week
Notes:
svn path=/head/; revision=279081
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Otherwise when processing finally comes to efx_tx_qdesc_post() it could
be insufficient space between reaped and added to post pending
descriptors.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279080
|
| |
| |
| |
| |
| |
| |
| | |
Reviewed by: kib
Notes:
svn path=/head/; revision=279079
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
efx_ev_mcdi() does not assert or check that all event handlers it
calls are non-null. Add assertions at the top for all required
event handlers, as some events (in the case of this bug, monitor
events) are rare.
Submitted by: Ben Hutchings
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279078
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use nitem() to get number of array elements.
Remove unused define.
Use TAB to indent.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279077
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add Florence R7 and Modena sensors.
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Notes:
svn path=/head/; revision=279076
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
so it is passed to the 'release' make(1) target if
it needs to be adjusted to a non-zero integer.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=279074
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'0', not kern.ncpu.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=279073
|