Author: phk
Date: Fri Jul 12 09:02:12 2019
New Revision: 349939
URL: https://svnweb.freebsd.org/changeset/base/349939
Log:
Support multiple serial ports per device.
Enable this for the NovAtel OEMv2 GPS receiver.
Not fixed: The receiver shows up as "" in the device
tree, because tha
Author: ae
Date: Fri Jul 12 09:48:42 2019
New Revision: 349940
URL: https://svnweb.freebsd.org/changeset/base/349940
Log:
Correctly truncate the rule in case when it has several action opcodes.
It is possible, that opcode at the ACTION_PTR() location is not real
action, but action modific
Author: ae
Date: Fri Jul 12 09:59:21 2019
New Revision: 349941
URL: https://svnweb.freebsd.org/changeset/base/349941
Log:
Do not modify cmd pointer if it is already last opcode in the rule.
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/ip_fw_eaction.c
Modified: head/sys/netpfil/i
opps.. that was a error on my part I will fix it :)
> On Jul 11, 2019, at 4:37 AM, Enji Cooper wrote:
>
>
>> On Jul 10, 2019, at 9:38 PM, Randall Stewart wrote:
>>
>> Author: rrs
>> Date: Thu Jul 11 04:38:33 2019
>> New Revision: 349907
>> URL: https://svnweb.freebsd.org/changeset/base/34990
Author: rrs
Date: Fri Jul 12 11:45:42 2019
New Revision: 349942
URL: https://svnweb.freebsd.org/changeset/base/349942
Log:
add back the comment around the pending DSACK fixes.
Modified:
head/sys/netinet/tcp_stacks/rack.c
Modified: head/sys/netinet/tcp_stacks/rack.c
==
Author: markj
Date: Fri Jul 12 15:24:25 2019
New Revision: 349943
URL: https://svnweb.freebsd.org/changeset/base/349943
Log:
Apply some light cleanup to uses of pmap_pte_dirty().
- Check for ATTR_SW_MANAGED before anything else.
- Use pmap_pte_dirty() in pmap_remove_pages().
No funct
Author: seanc (ports committer)
Date: Fri Jul 12 18:13:58 2019
New Revision: 349944
URL: https://svnweb.freebsd.org/changeset/base/349944
Log:
usr.sbin/bhyve: don't leak a FD if the device is not a tty
Coverity CID: 1194193
Approved by: markj, jhb
Differential Revision:https://
Author: seanc (ports committer)
Date: Fri Jul 12 18:17:35 2019
New Revision: 349945
URL: https://svnweb.freebsd.org/changeset/base/349945
Log:
usr.sbin/bhyve: prevent use-after-free in virtio scsi request handling
Coverity CID: 1393377
Approved by: araujo, jhb
Differential Revision:
Author: seanc (ports committer)
Date: Fri Jul 12 18:20:56 2019
New Revision: 349946
URL: https://svnweb.freebsd.org/changeset/base/349946
Log:
usr.sbin/bhyve: free resources when erroring out of pci_vtcon_sock_add()
Coverity CID: 1362880
Approved by: markj, jhb
Differential Revision:
Author: seanc (ports committer)
Date: Fri Jul 12 18:33:58 2019
New Revision: 349947
URL: https://svnweb.freebsd.org/changeset/base/349947
Log:
usr.sbin/bhyve: only unassign a pt device after obtaining bus/slot/func
Coverity CID: 1194302, 1194303, 1194304
Approved by: jhb, markj
Differe
Author: scottl
Date: Fri Jul 12 18:37:56 2019
New Revision: 349948
URL: https://svnweb.freebsd.org/changeset/base/349948
Log:
Tie the name limit of a VM to SPECNAMELEN from devfs instead of a
hard-coded value. Don't allocate space for it from the kernel stack.
Account for prefix, suffix, and
Author: seanc (ports committer)
Date: Fri Jul 12 18:38:18 2019
New Revision: 349949
URL: https://svnweb.freebsd.org/changeset/base/349949
Log:
usr.sbin/bhyveload: don't leak an fd if a device can't be opened
Coverity CID: 1194167
Approved by: markj, jhb
Differential Revision:ht
Author: kib
Date: Fri Jul 12 18:39:41 2019
New Revision: 349950
URL: https://svnweb.freebsd.org/changeset/base/349950
Log:
Style: avoid long lines by using .Fo instead of .Fn.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/share/man/man9/casuword.9
Modified:
Author: kib
Date: Fri Jul 12 18:43:24 2019
New Revision: 349951
URL: https://svnweb.freebsd.org/changeset/base/349951
Log:
Provide protection against starvation of the ll/sc loops when accessing
userpace.
Casueword(9) on ll/sc architectures must be prepared for userspace
constantly modif
Author: seanc (ports committer)
Date: Fri Jul 12 18:50:46 2019
New Revision: 349952
URL: https://svnweb.freebsd.org/changeset/base/349952
Log:
usr.sbin/bhyve: close backend file descriptor during tap init error
Coverity CID: 1402953
Reviewed by: scottl, markj, aleksandr.fedorov -at- itgl
Author: kib
Date: Fri Jul 12 19:14:52 2019
New Revision: 349953
URL: https://svnweb.freebsd.org/changeset/base/349953
Log:
Fix syntax.
Nod from: jhb
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/vmm/vmm_dev.c
Modified: head/sys/amd64/vmm/vmm_dev.c
=
Thanks, sorry about that, I had compiled and tested this a dozen times before
committing, not
sure how this crept in.
Scott
> On Jul 12, 2019, at 1:14 PM, Konstantin Belousov wrote:
>
> Author: kib
> Date: Fri Jul 12 19:14:52 2019
> New Revision: 349953
> URL: https://svnweb.freebsd.org/change
Author: dim
Date: Fri Jul 12 19:43:59 2019
New Revision: 349954
URL: https://svnweb.freebsd.org/changeset/base/349954
Log:
MFC r349583:
Pull in r360968 from upstream llvm trunk (by Philip Reames):
Clarify comments on helpers used by LFTR [NFC]
I'm slowly wrapping my head aroun
Author: dim
Date: Fri Jul 12 19:43:59 2019
New Revision: 349954
URL: https://svnweb.freebsd.org/changeset/base/349954
Log:
MFC r349583:
Pull in r360968 from upstream llvm trunk (by Philip Reames):
Clarify comments on helpers used by LFTR [NFC]
I'm slowly wrapping my head aroun
Author: jhb
Date: Fri Jul 12 20:05:30 2019
New Revision: 349955
URL: https://svnweb.freebsd.org/changeset/base/349955
Log:
MFC 348210: Add a constant for the LS config MSR on AMD CPUs.
Modified:
stable/12/sys/amd64/amd64/initcpu.c
stable/12/sys/x86/include/specialreg.h
Directory Properties:
Author: jhb
Date: Fri Jul 12 20:05:30 2019
New Revision: 349955
URL: https://svnweb.freebsd.org/changeset/base/349955
Log:
MFC 348210: Add a constant for the LS config MSR on AMD CPUs.
Modified:
stable/11/sys/amd64/amd64/initcpu.c
stable/11/sys/x86/include/specialreg.h
Directory Properties:
Author: np
Date: Fri Jul 12 20:59:10 2019
New Revision: 349956
URL: https://svnweb.freebsd.org/changeset/base/349956
Log:
cxgbe(4): Completely ignore all top level interrupts that are not enabled.
The driver used to log any non-zero cause and when running with a single
line interrupt it w
Author: tijl
Date: Fri Jul 12 21:19:47 2019
New Revision: 349957
URL: https://svnweb.freebsd.org/changeset/base/349957
Log:
Fix layout. -C needs to be styled as a flag here, not as a new list item.
MFC after:2 weeks
Modified:
head/usr.bin/top/top.1
Modified: head/usr.bin/top/top.1
Author: jhb
Date: Fri Jul 12 22:31:12 2019
New Revision: 349958
URL: https://svnweb.freebsd.org/changeset/base/349958
Log:
MFC 339911,339936,343075,343166,348592: Various AMD CPU-specific fixes.
339911:
Emulate machine check related MSR_EXTFEATURES to allow guest OSes to
boot on AMD FX
Author: jhb
Date: Fri Jul 12 22:31:12 2019
New Revision: 349958
URL: https://svnweb.freebsd.org/changeset/base/349958
Log:
MFC 339911,339936,343075,343166,348592: Various AMD CPU-specific fixes.
339911:
Emulate machine check related MSR_EXTFEATURES to allow guest OSes to
boot on AMD FX
Author: jhb
Date: Sat Jul 13 00:12:35 2019
New Revision: 349959
URL: https://svnweb.freebsd.org/changeset/base/349959
Log:
Add Capsicumification of the virtio_console device model.
This is a direct commit to stable/11. This change was missed when
merging virtio_console to 11 because the
Author: jhibbits
Date: Sat Jul 13 00:19:57 2019
New Revision: 349960
URL: https://svnweb.freebsd.org/changeset/base/349960
Log:
Set pcpu curpmap for powerpc64
Summary:
If an illegal instruction is encountered on a process running on a
powerpc64 kernel it would attempt to sync the cache
Author: jhb
Date: Sat Jul 13 00:23:20 2019
New Revision: 349961
URL: https://svnweb.freebsd.org/changeset/base/349961
Log:
MFC 343068:
Use capsicum_helpers(3) that allow us to simplify the code and its functions
will return success when the kernel is built without support of
the capability
Author: jhb
Date: Sat Jul 13 00:51:11 2019
New Revision: 349962
URL: https://svnweb.freebsd.org/changeset/base/349962
Log:
MFC 347238: vmm(4): Pass through RDSEED feature bit to guests
Modified:
stable/12/sys/amd64/vmm/x86.c
Directory Properties:
stable/12/ (props changed)
Changes in oth
Author: jhb
Date: Sat Jul 13 00:51:11 2019
New Revision: 349962
URL: https://svnweb.freebsd.org/changeset/base/349962
Log:
MFC 347238: vmm(4): Pass through RDSEED feature bit to guests
Modified:
stable/11/sys/amd64/vmm/x86.c
Directory Properties:
stable/11/ (props changed)
Changes in oth
Author: jhibbits
Date: Sat Jul 13 03:02:11 2019
New Revision: 349963
URL: https://svnweb.freebsd.org/changeset/base/349963
Log:
powerpc64/pmap: Reduce scope of PV_LOCK in remove path
Summary:
Since the 'page pv' lock is one of the most highly contended locks, we
need to try to do as muc
Author: imp
Date: Sat Jul 13 03:22:28 2019
New Revision: 349964
URL: https://svnweb.freebsd.org/changeset/base/349964
Log:
Add device type NVME and device type MMCSD to get_device_type
For completeness, add nvme and mmc/sd devices to the list of device
types we know.
Modified:
head/sbi
Author: jhibbits
Date: Sat Jul 13 03:39:46 2019
New Revision: 349965
URL: https://svnweb.freebsd.org/changeset/base/349965
Log:
powerpc64/pmap: No need for moea64_pvo_remove_from_page_locked() wrapper
The only consumer of moea64_pvo_remove_from_page_locked() already has the
page in hand,
33 matches
Mail list logo