Author: avg
Date: Sun Oct 30 09:38:10 2016
New Revision: 308101
URL: https://svnweb.freebsd.org/changeset/base/308101
Log:
hwpmc: fix a race between amd_stop_pmc and amd_intr
It is possible that wrmsr in amd_stop_pmc() causes an overflow in a counter
that it disables. In that case a non-
On 2/10/2016 12:42 PM, Eric van Gyzen wrote:
> Author: vangyzen Date: Sun Oct 2 01:42:45 2016 New Revision: 306577
> URL: https://svnweb.freebsd.org/changeset/base/306577
>
> Log: Add GARP retransmit capability
>
> A single gratuitous ARP (GARP) is always transmitted when an IPv4
> address is
ATING
==
--- head/UPDATING Sun Oct 30 11:45:01 2016(r308103)
+++ head/UPDATING Sun Oct 30 12:15:33 2016(r308104)
@@ -51,6 +51,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
** SPECIAL WARNING: **
+20161030:
+
Author: jmcneill
Date: Sun Oct 30 14:39:33 2016
New Revision: 308105
URL: https://svnweb.freebsd.org/changeset/base/308105
Log:
Fix H3 temperature reporting. The formula in for V1.0 of the H3 datasheet
seems to be incorrect, so use the same method of conversion as the H3 BSP
instead.
Modifi
Author: lwhsu (ports committer)
Date: Sun Oct 30 15:46:24 2016
New Revision: 308106
URL: https://svnweb.freebsd.org/changeset/base/308106
Log:
- Use virtualbox-ose-additions-nox11 for vagrant image to reduce size
Reviewed by: brd, gjb, swills
Approved by: gjb
Modified:
head/release/t
Author: lwhsu (ports committer)
Date: Sun Oct 30 15:56:42 2016
New Revision: 308107
URL: https://svnweb.freebsd.org/changeset/base/308107
Log:
- Fix `make` in sys/modules/bhnd
Approved by: landonf
Differential Revision:https://reviews.freebsd.org/D7774
Modified:
head/sys/modul
Author: kib
Date: Sun Oct 30 18:04:11 2016
New Revision: 308108
URL: https://svnweb.freebsd.org/changeset/base/308108
Log:
Split long line instead of unindenting it. Add KASSERT() verifying
that a device object with the same handle has the same ops vector.
Reviewed by: alc
Sponsored b
Author: kib
Date: Sun Oct 30 18:05:18 2016
New Revision: 308109
URL: https://svnweb.freebsd.org/changeset/base/308109
Log:
Remove vnode_locked label and goto, by collapsing vp calculation into
the conditional.
Suggested and reviewed by:alc
Sponsored by: The FreeBSD Foundation
MFC
Author: alc
Date: Sun Oct 30 19:15:59 2016
New Revision: 308112
URL: https://svnweb.freebsd.org/changeset/base/308112
Log:
Merge and sort vm_fault_hold()'s "int" variable definitions.
Reviewed by: kib
MFC after:7 days
Modified:
head/sys/vm/vm_fault.c
Modified: head/sys/vm/vm_faul
On 10/30/16 4:44 AM, Kubilay Kocak wrote:
On 2/10/2016 12:42 PM, Eric van Gyzen wrote:
Author: vangyzen Date: Sun Oct 2 01:42:45 2016 New Revision: 306577
URL: https://svnweb.freebsd.org/changeset/base/306577
Log: Add GARP retransmit capability
Thanks for this David & Eric
I presume this is
Author: kib
Date: Sun Oct 30 20:38:57 2016
New Revision: 308113
URL: https://svnweb.freebsd.org/changeset/base/308113
Log:
Remove vm_pager_has_page() declaration. It is not too useful since
static inline definition appears later in the file.
Reviewed by: alc
Sponsored by: The FreeBSD
Author: kib
Date: Sun Oct 30 20:39:38 2016
New Revision: 308114
URL: https://svnweb.freebsd.org/changeset/base/308114
Log:
Change remained internal uses of boolean_t to bool in vm/vm_fault.c.
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/s
On Sunday, October 30, 2016 03:56:43 PM Li-Wen Hsu wrote:
> Author: lwhsu (ports committer)
> Date: Sun Oct 30 15:56:42 2016
> New Revision: 308107
> URL: https://svnweb.freebsd.org/changeset/base/308107
>
> Log:
> - Fix `make` in sys/modules/bhnd
>
> Approved by:landonf
> Differe
Author: lwhsu (ports committer)
Date: Sun Oct 30 22:18:22 2016
New Revision: 308115
URL: https://svnweb.freebsd.org/changeset/base/308115
Log:
Revert r308107
Requested by: jhb
Modified:
head/sys/modules/bhnd/Makefile
head/sys/modules/bhnd/bcma/Makefile
head/sys/modules/bhnd/bcma_bhnd
On Sun, Oct 30, 2016 at 15:05:49 -0700, John Baldwin wrote:
> On Sunday, October 30, 2016 03:56:43 PM Li-Wen Hsu wrote:
> > Author: lwhsu (ports committer)
> > Date: Sun Oct 30 15:56:42 2016
> > New Revision: 308107
> > URL: https://svnweb.freebsd.org/changeset/base/308107
> >
> > Log:
> > - Fix
Author: sephe
Date: Mon Oct 31 01:36:28 2016
New Revision: 308116
URL: https://svnweb.freebsd.org/changeset/base/308116
Log:
hyperv/hn: Rename cleaned up RNDIS source file.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8361
Adde
Author: sephe
Date: Mon Oct 31 04:46:02 2016
New Revision: 308117
URL: https://svnweb.freebsd.org/changeset/base/308117
Log:
hyperv/hn: Rework temporary channel packet buffer expanding.
And use large default temporary channel packer buffer; we really
don't want it to be expanded at run ti
Author: sephe
Date: Mon Oct 31 04:54:15 2016
New Revision: 308118
URL: https://svnweb.freebsd.org/changeset/base/308118
Log:
hyperv/hn: Cleanup RXBUF ack processing.
- Increase the # of retries.
- Add comment.
- Log error, if RXBUF ack fails.
- Add stat for RXBUF ack failures.
RX
Author: sephe
Date: Mon Oct 31 05:05:12 2016
New Revision: 308119
URL: https://svnweb.freebsd.org/changeset/base/308119
Log:
hyperv/hn: Reset do_lro, if the hash types are not TCP related.
Mainly because the host side only set TCPCS and IPCS even for
UDP datagrams.
MFC after:1 we
Author: sephe
Date: Mon Oct 31 05:22:00 2016
New Revision: 308120
URL: https://svnweb.freebsd.org/changeset/base/308120
Log:
hyperv/hn: Don't start shared TX taskq, if the hypervisor is not Hyper-V.
- Move the SYSINIT to DRIVER/SECOND, i.e. after the vm_guest becomes
determistic.
- Mi
Author: kevlo
Date: Mon Oct 31 05:58:11 2016
New Revision: 308121
URL: https://svnweb.freebsd.org/changeset/base/308121
Log:
Add preliminary support for the RTL8153.
Reviewed by: hselasky
Modified:
head/etc/devd/usb.conf
head/share/man/man4/ure.4
head/sys/conf/NOTES
head/sys/dev/m
21 matches
Mail list logo