Author: sobomax
Date: Sat Feb 23 00:00:49 2019
New Revision: 344479
URL: https://svnweb.freebsd.org/changeset/base/344479
Log:
o Get rid of silly comment which seems to have got life of its own via
copy-and-paste process;
o Return geom_uzip(4) usage back to how manual page prescribes it
Author: mmacy
Date: Fri Feb 22 23:15:32 2019
New Revision: 344478
URL: https://svnweb.freebsd.org/changeset/base/344478
Log:
lkpi: allow late binding of linux_alloc_current
Some consumers may be loosely coupled with the lkpi.
This allows them to call linux_alloc_current without
having a
Author: hselasky
Date: Fri Feb 22 21:57:27 2019
New Revision: 344477
URL: https://svnweb.freebsd.org/changeset/base/344477
Log:
Add new USB quirk.
PR: 235897
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/dev/usb/quirk/us
Author: bwidawsk
Date: Fri Feb 22 19:54:28 2019
New Revision: 344476
URL: https://svnweb.freebsd.org/changeset/base/344476
Log:
nvdimm: Simple namespace support
Add support for simple NVDIMM v1.2 namespaces from the UEFI
version 2.7 specification. The combination of NVDIMM regions and
l
Author: bwidawsk
Date: Fri Feb 22 19:54:21 2019
New Revision: 344474
URL: https://svnweb.freebsd.org/changeset/base/344474
Log:
nvdimm: split spa dev into a separate entity
Separate code for exposing a device backed by a system physical
address range away from the NVDIMM spa code. This wi
Author: bwidawsk
Date: Fri Feb 22 19:54:24 2019
New Revision: 344475
URL: https://svnweb.freebsd.org/changeset/base/344475
Log:
nvdimm: Read NVDIMM namespace labels
When attaching to NVDIMM devices, read and verify the namespace
labels from the special namespace label storage area. A late
Author: dab
Date: Fri Feb 22 18:43:27 2019
New Revision: 344473
URL: https://svnweb.freebsd.org/changeset/base/344473
Log:
CID 1332000: Logically dead code in
sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c
A pointer is first tested for NULL. If non-NULL, another pointer is
set equal to
On 2/22/19 8:50 AM, Andrew Gallatin wrote:
> I think the misunderstanding here is that I think he's not getting the
> ifp from the route.
>
> My recollection is that he is holding the ifps when he enables HW pacing
> in BBR. Due to limitations in different NIC hardware, you can only have
> N d
I think the misunderstanding here is that I think he's not getting the
ifp from the route.
My recollection is that he is holding the ifps when he enables HW pacing
in BBR. Due to limitations in different NIC hardware, you can only have
N different rates, etc. So he goes ahead and allocates t
Author: dab
Date: Fri Feb 22 15:31:50 2019
New Revision: 344470
URL: https://svnweb.freebsd.org/changeset/base/344470
Log:
Fix several Coverity-detected issues in newsyslog.
- CID 1394815, CID 1305673: Dereference before null check - memory was
allocated and the allocation checked for N
Author: imp
Date: Fri Feb 22 15:15:36 2019
New Revision: 344469
URL: https://svnweb.freebsd.org/changeset/base/344469
Log:
Rework logpage extensibility.
Move from using a linker set to a constructor function that's
called. This simplifies the code and is slightly more obvious. We now
k
On Fri, 22 Feb 2019, David Bright wrote:
Log:
Revert r344389 & r343906 - Fix Coverity errors in newsyslog
It was pointed out that a couple of the "memory leak" CIDs that I
fixed were arguably Coverity errors rather than errors in the
newsyslog code and the cure was worse than the disease. R
[… other discussion omitted…]
On Feb 21, 2019, at 12:22 PM, John Baldwin wrote:
>
>
> I'm +1 on Bruce's point on this. I find it similar to the recent spate of
> adding pointless '__dead2' annotations to usage functions that unconditionally
> call exit() (and thus are already inferred as __de
Author: dab
Date: Fri Feb 22 14:59:40 2019
New Revision: 344468
URL: https://svnweb.freebsd.org/changeset/base/344468
Log:
Revert r344389 & r343906 - Fix Coverity errors in newsyslog
It was pointed out that a couple of the "memory leak" CIDs that I
fixed were arguably Coverity errors rath
Author: bde
Date: Fri Feb 22 11:52:40 2019
New Revision: 344464
URL: https://svnweb.freebsd.org/changeset/base/344464
Log:
Quick fix for building LINT on i386. A fix is needed on all arches and
this one should also work on amd64 and sparc64.
LINT was broken in r312910 with the removal of
15 matches
Mail list logo