Author: manu
Date: Wed Sep 27 09:39:16 2017
New Revision: 324054
URL: https://svnweb.freebsd.org/changeset/base/324054
Log:
vfs_export: Simplify vfs_export_lookup
If the filesystem is not exported directly return NULL.
If no address is given and filesystem is exported using some default
Author: tuexen
Date: Wed Sep 27 13:05:23 2017
New Revision: 324056
URL: https://svnweb.freebsd.org/changeset/base/324056
Log:
Remove unused function.
MFC after:1 week
Modified:
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sctp_asconf.h
Modified: head/sys/netinet/sctp_asconf.c
=
On Wed, Sep 27, 2017 at 1:23 AM, Conrad Meyer wrote:
> Author: cem
> Date: Tue Sep 26 23:23:58 2017
> New Revision: 324038
> URL: https://svnweb.freebsd.org/changeset/base/324038
>
> Log:
> Add PNP metadata to more drivers
>
> GPUs: radeonkms, i915kms
> NICs: if_em, if_igb, if_bnxt
>
> Th
Author: cem
Date: Wed Sep 27 14:59:18 2017
New Revision: 324059
URL: https://svnweb.freebsd.org/changeset/base/324059
Log:
Remove PNP metadata from drm2 drivers until kldxref problem is resolved
Reported by: np
Sponsored by: Dell EMC Isilon
Modified:
head/sys/dev/drm2/i915/i915_drv.c
Author: fsu
Date: Wed Sep 27 16:12:13 2017
New Revision: 324064
URL: https://svnweb.freebsd.org/changeset/base/324064
Log:
Add check to avoid raw inode iblocks fields overflow in case of huge_file
feature.
Use the Linux logic for now.
Reviewed by:pfg (mentor)
Approved by:pfg (m
Author: markj
Date: Wed Sep 27 17:46:38 2017
New Revision: 324066
URL: https://svnweb.freebsd.org/changeset/base/324066
Log:
Use C99 initializers for DTrace provider methods.
This makes the definitions easier to read and more cscope-friendly.
MFC after:1 week
Modified:
head/sys/
Author: davidcs
Date: Wed Sep 27 17:46:11 2017
New Revision: 324065
URL: https://svnweb.freebsd.org/changeset/base/324065
Log:
Tx Ring Shadow Consumer Index Register needs to be cleared prior
to passing it's physical address to the FW during Tx Create Context.
MFC after:3 days
Modified:
2017-09-27 19:46 GMT+02:00 David C Somayajulu :
> + *(hw_tx_cntxt->tx_cons) = 0;
In this case the parentheses are superfluous, right? -> has a higher
precedence than *.
--
Ed Schouten
Nuxi, 's-Hertogenbosch, the Netherlands
___
svn-src-head@free
Author: cem
Date: Wed Sep 27 19:14:00 2017
New Revision: 324067
URL: https://svnweb.freebsd.org/changeset/base/324067
Log:
Unrevert r324059
With a colon and bogus name ("#") added to appease the simplistic parser
used in kldxref.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/de
Author: imp
Date: Wed Sep 27 19:21:52 2017
New Revision: 324068
URL: https://svnweb.freebsd.org/changeset/base/324068
Log:
Improve description of the PNP string a bit.
Modified:
head/sys/sys/module.h
Modified: head/sys/sys/module.h
Author: imp
Date: Wed Sep 27 19:22:10 2017
New Revision: 324069
URL: https://svnweb.freebsd.org/changeset/base/324069
Log:
Since the human readable name is actually ignored, and not matching a
'human' pnp string, change it to #, the name reserved for fields that
are ignored.
Modified:
hea
On Wed, Sep 27, 2017 at 1:14 PM, Conrad Meyer wrote:
> Author: cem
> Date: Wed Sep 27 19:14:00 2017
> New Revision: 324067
> URL: https://svnweb.freebsd.org/changeset/base/324067
>
> Log:
> Unrevert r324059
>
> With a colon and bogus name ("#") added to appease the simplistic parser
> used
Author: landonf
Date: Wed Sep 27 19:44:23 2017
New Revision: 324070
URL: https://svnweb.freebsd.org/changeset/base/324070
Log:
bhnd: Implement bhnd(4) platform device registration.
Add bhnd(4) API for explicitly registering BHND platform devices (ChipCommon,
PMU, NVRAM, etc) with the bus,
Author: landonf
Date: Wed Sep 27 19:48:34 2017
New Revision: 324071
URL: https://svnweb.freebsd.org/changeset/base/324071
Log:
bhnd: Add support for supplying bus I/O callbacks when initializing an EROM
parser.
This allows us to use the EROM parser API in cases where the standard bus
sp
Author: jhb
Date: Wed Sep 27 23:15:33 2017
New Revision: 324072
URL: https://svnweb.freebsd.org/changeset/base/324072
Log:
Add UMA_ALIGNOF().
This is a wrapper around _Alignof() that sets the alignment for a zone
to the alignment required by a given type. This allows the compiler to
de
Author: jhb
Date: Wed Sep 27 23:18:57 2017
New Revision: 324073
URL: https://svnweb.freebsd.org/changeset/base/324073
Log:
Use UMA_ALIGNOF() for name cache UMA zones.
This fixes kernel crashes due to misaligned accesses to the 64-bit
time_t embedded in struct namecache_ts in MIPS n32 kern
Author: rmacklem
Date: Wed Sep 27 23:23:41 2017
New Revision: 324074
URL: https://svnweb.freebsd.org/changeset/base/324074
Log:
Fix a memory leak that occurred in the pNFS client.
When a "pnfs" NFSv4.1 mount was unmounted, it didn't free up the layouts
and deviceinfo structures. This leak
Author: imp
Date: Thu Sep 28 01:27:00 2017
New Revision: 324075
URL: https://svnweb.freebsd.org/changeset/base/324075
Log:
Tweak performance of nda completions
Use xpt_done_direct in preference to xpt_done when completing a
successful I/O. Continue to use xpt_done when there's an error, o
In message <201709270544.v8r5io50067...@repo.freebsd.org>, Sepherosa Ziehau
wri
tes:
> Author: sephe
> Date: Wed Sep 27 05:44:50 2017
> New Revision: 324049
> URL: https://svnweb.freebsd.org/changeset/base/324049
>
> Log:
> hyperv/hn: Fix UDP checksum offload issue in Azure.
>
> UDP checks
Thanks, I am doing a test building. I am planning to drop the Hyper-V
on i386, which is never officially supported.
On Thu, Sep 28, 2017 at 2:08 PM, Cy Schubert wrote:
> In message <201709270544.v8r5io50067...@repo.freebsd.org>, Sepherosa Ziehau
> wri
> tes:
>> Author: sephe
>> Date: Wed Sep 27
20 matches
Mail list logo