On 3/11/20 9:16 PM, Mateusz Guzik wrote:
On 3/10/20, Konstantin Belousov wrote:
On Tue, Mar 10, 2020 at 12:22:09AM +0100, Mateusz Guzik wrote:
On 3/9/20, Konstantin Belousov wrote:
On Mon, Mar 09, 2020 at 01:56:17AM +0100, Mateusz Guzik wrote:
On 3/8/20, Mateusz Guzik wrote:
Author: mjg
On 12/03/2020 09:48, Alan Cox wrote:
> Just to be clear, this is not just a matter of whether our release fences are
> poorly or inefficiently implemented. Release fences (as defined by the C/C++
> standards that inspire our atomics) have *different* semantics than release
> stores. Specifically,
Author: dim
Date: Thu Mar 12 11:39:04 2020
New Revision: 358907
URL: https://svnweb.freebsd.org/changeset/base/358907
Log:
Allow -DNO_CLEAN build across r358851.
The openmp 10.0.0 import renamed one .c file to .cpp, and this is
something our dependency system does not handle correctly. A
Author: luporl
Date: Thu Mar 12 12:47:10 2020
New Revision: 358908
URL: https://svnweb.freebsd.org/changeset/base/358908
Log:
Enable ixl device on PowerPC64
The ixl driver now works on PowerPC64 and may be compiled in-kernel and
as a module.
Reviewed by: alfredo, erj
Sponsored by:
Author: emaste
Date: Thu Mar 12 13:42:08 2020
New Revision: 358909
URL: https://svnweb.freebsd.org/changeset/base/358909
Log:
Extend r358907 to explicitly remove stale lib32 dependency
After r325072 stale lib32 dependencies were not remooved. A more
holistic approach is needed to address
Author: emaste
Date: Thu Mar 12 14:01:17 2020
New Revision: 358910
URL: https://svnweb.freebsd.org/changeset/base/358910
Log:
Makefile.inc1: move dependency hack comment to the block it applies to
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: tuexen
Date: Thu Mar 12 15:37:41 2020
New Revision: 358911
URL: https://svnweb.freebsd.org/changeset/base/358911
Log:
Use KMOD_TCPSTAT_INC instead of TCPSTAT_INC for RACK and BBR, since
these are kernel modules. Also add a KMOD_TCPSTAT_ADD and use that
instead of TCPSTAT_ADD.
Re
Author: ngie
Date: Thu Mar 12 16:06:26 2020
New Revision: 358912
URL: https://svnweb.freebsd.org/changeset/base/358912
Log:
Remove /usr/share/snmp/defs/tc.def with delete-old if MK_BSNMP == no
This removes a lingering file on new installs of CURRENT, originally
added in r345797.
MFC
On Thu, Mar 05, 2020 at 11:15:04PM +0100, Dimitry Andric wrote:
D> > S> > Why don't just declare the buffer as:
D> > S> >
D> > S> > struct if_msghdr buf;
D> > S> >
D> > S> > and then do:
D> > S> >
D> > S> > nread = read(s, &buf, sizeof buf);
D> > S> >
D> > S> > ? You are never reading more tha
To be clear here, I meant non qword-aligned, as it was the VSX implementation
that was actually tripping up here. The problem manifested when the source and
destination didn't match on the least significant nybble.
Apparently it's also somewhat uncommon for programs to ever do anything with
the
Author: 0mp (doc,ports committer)
Date: Thu Mar 12 18:28:23 2020
New Revision: 358916
URL: https://svnweb.freebsd.org/changeset/base/358916
Log:
ftw.3: Follow style(9) in the example
Reported by: oshogbo
Approved by: bcr (mentor)
MFC after:2 weeks
Differential Revision:h
Author: oshogbo
Date: Thu Mar 12 19:55:51 2020
New Revision: 358919
URL: https://svnweb.freebsd.org/changeset/base/358919
Log:
logger: capsicumize
Submitted by: Tiger Gao
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D23744
Modified:
Author: cem
Date: Thu Mar 12 21:26:36 2020
New Revision: 358922
URL: https://svnweb.freebsd.org/changeset/base/358922
Log:
kern_shutdown: Add missing EKCD ifdef
Submitted by: Puneeth Jothaiah
Reviewed by: bdrewery
Sponsored by: Dell EMC Isilon
Modified:
head/sys/kern/kern_shutdown.
Author: freqlabs
Date: Thu Mar 12 23:04:40 2020
New Revision: 358923
URL: https://svnweb.freebsd.org/changeset/base/358923
Log:
libpmcstat: Try /boot/modules if module not found
Modules from ports/pkg are commonly installed to /boot/modules rather than to
the same directory the kernel res
Author: np
Date: Fri Mar 13 00:12:15 2020
New Revision: 358924
URL: https://svnweb.freebsd.org/changeset/base/358924
Log:
cxgbe(4): Do not display error messages related to the CLIP table if
it's not in use by TOE or KTLS.
Reviewed by: jhb@
MFC after:1 week
Sponsored by: Chelsio
On Thu, Mar 12, 2020 at 6:05 PM Ryan Moeller wrote:
>
> Author: freqlabs
> Date: Thu Mar 12 23:04:40 2020
> New Revision: 358923
> URL: https://svnweb.freebsd.org/changeset/base/358923
>
> Log:
> libpmcstat: Try /boot/modules if module not found
>
> Modules from ports/pkg are commonly installe
Author: jhibbits
Date: Fri Mar 13 01:27:37 2020
New Revision: 358928
URL: https://svnweb.freebsd.org/changeset/base/358928
Log:
powerpc: Simplify _nodrop variants of FPU and vector register saves
No need for an extra temporary. It doesn't even help with readability.
Suggested by: kib
On Thu, Mar 12, 2020, 6:35 PM Kyle Evans wrote:
> On Thu, Mar 12, 2020 at 6:05 PM Ryan Moeller wrote:
> >
> > Author: freqlabs
> > Date: Thu Mar 12 23:04:40 2020
> > New Revision: 358923
> > URL: https://svnweb.freebsd.org/changeset/base/358923
> >
> > Log:
> > libpmcstat: Try /boot/modules if
> It's unclear from the context- is there any particular reason this
> can't instead using sysctl kern.module_path and accept a semicolon
> delimited list of directories for -k (maybe calling it -k kernelpath
> instead)?
No, that looks technically possible.
-Ryan
___
19 matches
Mail list logo