Author: meta (ports committer)
Date: Mon Jul 8 22:20:25 2019
New Revision: 349853
URL: https://svnweb.freebsd.org/changeset/base/349853
Log:
mld6query: Fix typo s/linkocal/linklocal/
PR: 239039
Approved by: markj
Modified:
head/usr.sbin/mld6query/mld6.c
Modified: head/usr.
Author: hselasky
Date: Mon Jul 8 20:53:25 2019
New Revision: 349851
URL: https://svnweb.freebsd.org/changeset/base/349851
Log:
Put USB ACPI code into own module, uacpi.ko.
The code needs more testing before being enabled by default.
Sponsored by: Mellanox Technologies
Added:
head/sys/
Author: ian
Date: Mon Jul 8 20:26:56 2019
New Revision: 349850
URL: https://svnweb.freebsd.org/changeset/base/349850
Log:
Restore the ability for i2c slave devices to do IO from their probe method.
r348164 added code to iicbus_request_bus/iicbus_release_bus to automatically
call device_b
Author: imp
Date: Mon Jul 8 20:20:01 2019
New Revision: 349849
URL: https://svnweb.freebsd.org/changeset/base/349849
Log:
Fix bugs in recovery path and improve cm tracking
Eliminate the TIMEDOUT state. This state really conveyed two different
concepts: I timed out during recovery (and my
Author: lwhsu
Date: Mon Jul 8 20:01:28 2019
New Revision: 349848
URL: https://svnweb.freebsd.org/changeset/base/349848
Log:
- Fix gcc build for superio(4)
- Change string mapping of SUPERIO_DEV_NONE to distinguish from
SUPERIO_DEV_MAX
Reviewed by: imp
Discussed with: avg, imp,
Author: lwhsu
Date: Mon Jul 8 19:59:15 2019
New Revision: 349847
URL: https://svnweb.freebsd.org/changeset/base/349847
Log:
Fix gcc build for cxgbe(4)
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D20879
Modified:
he
Author: markj
Date: Mon Jul 8 19:46:20 2019
New Revision: 349846
URL: https://svnweb.freebsd.org/changeset/base/349846
Log:
Merge the vm_page hold and wire mechanisms.
The hold_count and wire_count fields of struct vm_page are separate
reference counters with similar semantics. The rema
Author: imp
Date: Mon Jul 8 19:38:49 2019
New Revision: 349845
URL: https://svnweb.freebsd.org/changeset/base/349845
Log:
Work around devices which return all zeros for reads of existing MSI-X
table VCTRL registers.
Unconditionally program the MSI-X vector control Mask field for MSI-X
Author: hselasky
Date: Mon Jul 8 19:26:05 2019
New Revision: 349844
URL: https://svnweb.freebsd.org/changeset/base/349844
Log:
Minor code cleanup of USB ACPI code after r349161.
While at it fix an invalid memory access issue when attaching external
USB HUBs, which are not mapped by ACPI,
Hi Bruce,
This isn’t the first time I’ve witnessed your passion on this topic. It would
help immensely if there was some documentation, maybe in /sys/sys/param.h,
or maybe even in a manual page, on what a “click” is, what a “db” is, why
they’re important, and how they should be used. Do you have
Author: cy
Date: Mon Jul 8 19:11:49 2019
New Revision: 349843
URL: https://svnweb.freebsd.org/changeset/base/349843
Log:
Update frtuc struct comments. It not only defines TCP things we are
interested in but also UDP.
While at it document the source and destination port variables.
MF
Author: cy
Date: Mon Jul 8 19:11:35 2019
New Revision: 349842
URL: https://svnweb.freebsd.org/changeset/base/349842
Log:
Correct the description for the low port in the port compare struct.
Adjust the high port description to match that of the low port
description.
MFC after:3 d
Author: markj
Date: Mon Jul 8 19:02:40 2019
New Revision: 349841
URL: https://svnweb.freebsd.org/changeset/base/349841
Log:
Elide the vm_reserv_free_page() call when PG_PCPU_CACHE is set.
Pages with PG_PCPU_CACHE set cannot have been allocated from a
reservation, so as an optimization, s
Author: markj
Date: Mon Jul 8 18:56:30 2019
New Revision: 349840
URL: https://svnweb.freebsd.org/changeset/base/349840
Log:
Add a per-CPU page cache per VM free pool.
Some workloads benefit from having a per-CPU cache for
VM_FREEPOOL_DIRECT pages.
Reviewed by: dougm, kib
Discusse
Author: ian
Date: Mon Jul 8 18:29:37 2019
New Revision: 349839
URL: https://svnweb.freebsd.org/changeset/base/349839
Log:
Call device_unbusy() on the error exit path, because if iicbus_request_bus()
returns an error, iicbus_release_bus() is not going to be called.
Modified:
head/sys/dev/ii
Author: vangyzen
Date: Mon Jul 8 13:46:26 2019
New Revision: 349834
URL: https://svnweb.freebsd.org/changeset/base/349834
Log:
Ignore kern.vt.splash_cpu without graphics
When the system has no graphical console, such as bhyve in common
configurations, ignore kern.vt.splash_cpu, instead o
Author: luporl
Date: Mon Jul 8 13:01:54 2019
New Revision: 349833
URL: https://svnweb.freebsd.org/changeset/base/349833
Log:
[PPC] Add missing SLB allocation KASSERT
Although PPC SLB code doesn't handle allocation failures,
which are rare, in most places it asserts that the pointer
ret
17 matches
Mail list logo