| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
There is no official support for 20G SKUs on FreeBSD, and the KX_A
device ID was never used.
Differential Revision: https://reviews.freebsd.org/D5204
Reviewed by: sbruno, jeffrey.e.pieper@intel.com
Sponsored by: Intel Corporation
|
|
|
|
|
|
| |
There is no real downside to this and it is useful to have enabled.
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change tc_mapping field to assign 64 queues instead of 16 to the PF's VSI;
add comments to describe how this is done.
- Set hash lut size to 512 when setting filter control; the lut size defaults
to 128 if this isn't set.
Differential Revision: https://reviews.freebsd.org/D5203
Reviewed by: gallatin
Tested by: jeffrey.e.pieper@intel.com
Sponsored by: Intel Corporation
|
|
|
|
|
| |
This fixes bugs where '\0' was not removed correctly and speeds up the
parser.
|
|
|
|
|
|
|
|
| |
directly at any potential error path, where a fwdump is needed. The fwdump (a.k.a grcdump) is stored in a driver buffer. The sysctl grcdump_done indicates if a fwdump was taken and waiting to be retrieved.
The sysctl trigger_grcdump can be used to manually trigger a fwdump.
MFC after:5 days
|
|
|
|
|
|
| |
Found by: PVS Static Analysis
Reviewed by: davidcs
MFC after: 1 month
|
| |
|
|
|
|
|
| |
character to few. I should have waited for the kernel compile to finish,
even though the change seemed so trivial.
|
|
|
|
|
|
| |
as the first part of this complex loop conditional.
Found by: PVS Static Analysis
|
|
|
|
|
|
|
|
|
|
|
| |
This adopts the same change as r291936 for UFS.
Directly clear IN_ACCESS or IN_UPDATE when user supplied the time, and
copy the value into the inode.
This keeps the behaviour cleaner and is consistent with UFS.
Reviewed by: bde
MFC after: 1 month (only 10)
|
|
|
|
|
|
| |
Found by: PVS Static Analysis
Reviewed by: sbruno
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
| |
FDT platform code to detect when we are booting on one of these SoCs. The
driver changes will be added shortly.
Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Differential Revision: https://reviews.freebsd.org/D5338
|
|
|
|
|
|
| |
ofw_bus_iinfo.
Sponsored by: ABT Systems Ltd
|
|
|
|
|
|
|
|
|
|
|
| |
Some invalid PCI device selectors could cause read access to an initialized
variable next to the array (local loop index variable).
While here, the parser has been made more strict with regard to the syntax
of PCI device selectors as documented in the man-page. E.g. "pci:" used to
be interpreted as "pci0:0".
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
| |
No functional changes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or pte-v6.h in files which needs it.
There are quite internal definitions in pte-v4.h and pte-v6.h headers
specific for corresponding pmap implementation. These headers should be
included only in very few files and an intention is to not hide for
which implementation such files are.
Further, sys/arm/arm/elf_trampoline.c is an example of file which
uses armv4 like pmap implementation for both armv4 and armv6 platforms.
This is another reason why pte.h which includes specific header
according to __ARM_ARCH is not created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The output file is created as a temporary file that is moved over the
existing file after completion. Thus there is no need to immediately
flush all created db records to the temporary file.
This speeds up creation of the termcap db by a factor of 40 on my
ZFS based /etc filesytem (from 25 seconds to 0.6 seconds).
I have compared multiple output files created with and without O_SYNC
and they came out identical each time. Nonetheless it might be best
to MFC this change and the similar one for services_mkdb (r295465) at
the same time when the changes to hash.c in review D5186 are merged.
MFC: 1 week
|
|
|
|
|
|
| |
(1) MI interface needed for vm subsystem.
(2) MD interface created for ARM architecture to be used in files
shared by armv4 and armv6 platforms.
|
|
|
|
|
|
|
|
| |
Create new pmap.h which includes specific header according to
__ARM_ARCH.
Note that <machine/pmap.h> is included from <vm/pmap.h> so one common
<machine/pmap.h> must exist.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lagg(4) supports the protocol none, where it disables any traffic without
disabling the lagg(4) interface itself.
PR: 206921
Submitted by: Pushkar Kothavade <pushkarbk@gmail.com>
Reviewed by: rpokala
Approved by: bapt (mentor)
MFC after: 3 weeks
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D5076
|
|
|
|
|
|
|
|
|
|
|
| |
- Add definitions for Timing Advertisement and Control Wrapper frames.
- Refresh ieee80211_mgt_subtype_name and ieee80211_ctl_subtype_name
arrays.
- Count Timing Advertisement frames as discarded management frames in all
modes.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5331
|
|
|
|
|
|
|
|
| |
Reviewed by: adrian
Approved by: adrian (mentor)
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D5318
|
|
|
|
|
|
|
|
|
|
| |
Tested on Windows Server 2012.
Reviewed by: adrian
Approved by: adrian (mentor)
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D5317
|
|
|
|
|
|
|
|
|
|
|
| |
It will be used to help tracking host side transmission ring selection
issue; and it will be turned on by default, once we have concrete result.
Reviewed by: adrian, Jun Su <junsu microsoft com>
Approved by: adrian (mento)
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D5316
|
|
|
|
|
|
| |
Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
Sponsored by: HardenedBSD
Differential Revision: https://reviews.freebsd.org/D5263
|
|
|
|
|
|
|
|
|
| |
bus_alloc_resource_any()
Since these calls only use default arguments, bus_alloc_resource_any() is the
right call.
Differential Revision: https://reviews.freebsd.org/D5306
|
| |
|
|
|
|
| |
Found by: PVS-Studio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r274560 modified kqueue_register() to only test the event condition if the
corresponding knote is not disabled. However, this check takes place before
the EV_ENABLE flag is used to clear the KN_DISABLED flag on the knote, so
enabling a previously-disabled kevent would not result in a notification for
a triggered event. This change fixes the problem by testing for EV_ENABLED
before possibly checking the event condition.
This change also updates a kqueue regression test to exercise this case.
PR: 206368
Reviewed by: kib
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5307
|
|
|
|
|
|
|
|
| |
Currently, this combination results in EV_DISABLE being ignored.
Reviewed by: kib
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5307
|
|
|
|
|
|
|
| |
- cleanup SEE ALSO section (thanks brueffer@)
Approved by: wblock (mentor)
Differential Revision: https://reviews.freebsd.org/D5335
|
|
|
|
|
| |
MFC after: 1 months
(together with r295782)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and manual page were.
For whatever reason it listed myself as a primary author, which is
just not true.
Also, majority of the manpage is copied verbatim from the geom_uzip(4),
contributed by ceri, with only minor adjustments from loos, so put ceri
back into the copyright secrion where he belongs and reflect that in the
AUTHORS section.
For what it's worth, I think this one should be deleted and LZMA
support just folded back into geom_uzip(4) / mkuzip(4) whete it really
belongs.
MFC after: 1 month
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
|
|
|
|
|
| |
This will speed up some tree-walks with FAST_DEPEND which otherwise
would include length(SRCS) .depend files.
This also uses a trick suggested by sjg@ to still read them in when
specifying _V_READ_DEPEND=1 in the env/make args.
Sponsored by: EMC / Isilon Storage Division
|
|
|
|
|
| |
Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
|
|
|
|
| |
Found by: PVS-Studio
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 207026
Submitted by: lifanov@mail.lifanov.com
Approved by: wblock (mentor)
Differential Revision: https://reviews.freebsd.org/D5259
|
|
|
|
|
| |
MFC after: 3 days
CID: 748858
|
|
|
|
|
| |
CID: 1331893
MFC after: 3 days
|
|
|
|
|
| |
IPv6 SCTP sockets.
This bugs were found because of an issue reported by PVS / D5245.
|
|
|
|
|
|
|
|
| |
warning.
Fix the indentation of 2 lines to conform with the style of this file.
Submitted by: jhb
|