Author: sephe
Date: Tue Sep 19 06:46:00 2017
New Revision: 323729
URL: https://svnweb.freebsd.org/changeset/base/323729
Log:
hyperv/hn: Incease max supported MTU
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D12365
Modified:
he
Author: sephe
Date: Tue Sep 19 06:38:57 2017
New Revision: 323728
URL: https://svnweb.freebsd.org/changeset/base/323728
Log:
hyperv/hn: Fix MTU setting
- Add size of an ethernet header to the value configured to NVS. This
does not seem to have any effects if MTU is 1500, but fix hyperv
Author: sephe
Date: Tue Sep 19 06:29:38 2017
New Revision: 323727
URL: https://svnweb.freebsd.org/changeset/base/323727
Log:
hyperv/hn: Apply VF's RSS setting
Since in Azure SYN and SYN|ACK go through the synthetic parts while the
rest of the same TCP flow goes through the VF, apply VF's
Author: jhb
Date: Mon Sep 18 23:50:34 2017
New Revision: 323724
URL: https://svnweb.freebsd.org/changeset/base/323724
Log:
Enable support for lookaside crypto operations by default.
This permits ccr(4) to be used with the default firmware configuration
file.
Discussed with: np
Author: jhb
Date: Mon Sep 18 23:30:39 2017
New Revision: 323723
URL: https://svnweb.freebsd.org/changeset/base/323723
Log:
Add UFS_LINK_MAX for the UFS-specific limit on link counts.
ino64 expanded nlink_t to 64 bits, but the on-disk format for UFS is still
limited to 16 bits. This is a
Author: kib
Date: Mon Sep 18 20:22:42 2017
New Revision: 323722
URL: https://svnweb.freebsd.org/changeset/base/323722
Log:
Fix handling of the segment registers on i386.
Suppose that userspace is executing with the non-standard segment
descriptors. Then, until exception or interrupt hand
Author: kibab
Date: Mon Sep 18 20:17:08 2017
New Revision: 323721
URL: https://svnweb.freebsd.org/changeset/base/323721
Log:
Add kern.features flag for MMCCAM
kern.features.mmcam will be present and equal to 1 if the kernel has been
compiled with option MMCCAM.
This will help sdio-relat
Author: kibab
Date: Mon Sep 18 20:01:01 2017
New Revision: 323717
URL: https://svnweb.freebsd.org/changeset/base/323717
Log:
Make basic Broadcom I/O space reading functions work
It's now possible to use Broadcom functions to read the I/O registers of
SDIO card. The functions were copied f
On Mon, 2017-09-18 at 19:16 +, Cy Schubert wrote:
> Author: cy
> Date: Mon Sep 18 19:16:41 2017
> New Revision: 323715
> URL: https://svnweb.freebsd.org/changeset/base/323715
>
> Log:
> Don't use an apostrophe in a possesive pronoun.
>
And that really is the way to remember it for those
Author: cy
Date: Mon Sep 18 19:16:41 2017
New Revision: 323715
URL: https://svnweb.freebsd.org/changeset/base/323715
Log:
Don't use an apostrophe in a possesive pronoun.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_state.c
Modified: head/sys/contrib/ipfilter/netin
Author: rlibby
Date: Mon Sep 18 19:09:40 2017
New Revision: 323714
URL: https://svnweb.freebsd.org/changeset/base/323714
Log:
linsysfs: quiet gcc -Wformat after r323692
Reviewed by: cem
Sponsored by: Dell EMC Isilon
Modified:
head/sys/compat/linsysfs/linsysfs.c
Modified: head/sys/com
Author: scottl
Date: Mon Sep 18 18:42:28 2017
New Revision: 323712
URL: https://svnweb.freebsd.org/changeset/base/323712
Log:
Hide a normal probe warning message under bootverbose, similar to atkbdc
Sponsored by: Netflix
Modified:
head/sys/dev/ppc/ppc.c
Modified: head/sys/dev/ppc/ppc.c
On Sun, Sep 17, 2017 at 4:40 PM, Conrad Meyer wrote:
> Author: cem
> Date: Sun Sep 17 23:40:16 2017
> New Revision: 323692
> URL: https://svnweb.freebsd.org/changeset/base/323692
>
> Log:
> linsysfs(5): Add support for recent libdrm
>
> Expose more information about PCI devices (and GPUs in pa
Author: cem
Date: Mon Sep 18 17:14:13 2017
New Revision: 323710
URL: https://svnweb.freebsd.org/changeset/base/323710
Log:
linsysfs(5): Fix two unrelated issues
1. Swap the order of device_get_ivars with device_get_devclass and devclass
name validation. This bug was introduced in r323
Thank you.
Sent using a tiny phone keyboard. Apologies for any typos.
Cy Schubert
or
-Original Message-
From: Gordon Tetlow
Sent: 18/09/2017 09:42
To: src-committ...@freebsd.org; svn-src-...@freebsd.org;
svn-src-head@freebsd.org
Subject: svn commit: r323709 - head/usr.sbin/tcpdump/tcp
Author: gordon
Date: Mon Sep 18 16:42:13 2017
New Revision: 323709
URL: https://svnweb.freebsd.org/changeset/base/323709
Log:
Revert tcpdump to using the source manpage instead of having a copy here.
This helps future maintainability of tcpdump so we don't forget to update
the manpage (li
This was not introduced in this change.
On Mon, Sep 18, 2017 at 8:05 AM, Hans Petter Selasky wrote:
> On 09/18/17 01:40, Conrad Meyer wrote:
>>
>> device_get_children(dev, &children, &nchildren);
>> for (i = 0; i < nchildren; i++) {
>> if (children[i])
>> -
Author: tsoome
Date: Mon Sep 18 15:17:01 2017
New Revision: 323707
URL: https://svnweb.freebsd.org/changeset/base/323707
Log:
loader: biosmem allocate heap just below 4GB
The current biosmem code is walking bios smap entries and looking for smap
entry just below 4GB line, if there is such
On 09/18/17 17:09, Conrad Meyer wrote:
Seems unhelpful here, as the maximum length of "226:%d" is shorter
than the buffer.
It makes code-review easier.
--HPS
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-s
On 09/18/17 01:40, Conrad Meyer wrote:
+
+ dinfo = device_get_ivars(parent);
+ if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) {
+ devclass = device_get_devclass(dev);
+ if (devclass != NULL)
+
Seems unhelpful here, as the maximum length of "226:%d" is shorter
than the buffer.
On Mon, Sep 18, 2017 at 3:38 AM, Hans Petter Selasky wrote:
> On 09/18/17 01:40, Conrad Meyer wrote:
>>
>> + sprintf(chardevname, "226:%d",
>> + devi
On 09/18/17 01:40, Conrad Meyer wrote:
device_get_children(dev, &children, &nchildren);
for (i = 0; i < nchildren; i++) {
if (children[i])
- linsysfs_run_bus(children[i], dir, scsi, new_path,
prefix);
+ linsysfs_run_bus(
Author: hselasky
Date: Mon Sep 18 13:39:51 2017
New Revision: 323706
URL: https://svnweb.freebsd.org/changeset/base/323706
Log:
Bump the __FreeBSD_version after recent LinuxKPI changes.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/sys/para
Author: hselasky
Date: Mon Sep 18 13:37:14 2017
New Revision: 323705
URL: https://svnweb.freebsd.org/changeset/base/323705
Log:
The LinuxKPI atomics do not have acquire nor release semantics unless
specified. Fix code to use READ_ONCE() and WRITE_ONCE() where appropriate.
Suggested by:
Author: hselasky
Date: Mon Sep 18 13:23:59 2017
New Revision: 323704
URL: https://svnweb.freebsd.org/changeset/base/323704
Log:
Only wire pages in the LinuxKPI instead of holding and wiring them.
This prevents the page daemon from regularly scanning the held pages.
Suggested by: k
Author: hselasky
Date: Mon Sep 18 13:17:23 2017
New Revision: 323703
URL: https://svnweb.freebsd.org/changeset/base/323703
Log:
Add support for shared memory functions to the LinuxKPI.
Obtained from:kmacy @
MFC after:1 week
Sponsored by: Mellanox Tech
On 09/18/17 01:40, Conrad Meyer wrote:
+ sprintf(chardevname, "226:%d",
+ device_get_unit(dev));
Hi,
Try to use snprintf(). Define the chardevname size as a macro, or just
allocate it on the stack if it is < 32 bytes.
--HPS
___
27 matches
Mail list logo