Hi Conrad,
[ Context: I don't understand anything about CPU topologies! ]
2017-08-27 7:14 GMT+02:00 Conrad Meyer :
> + while (top->cg_children == 1) {
> + top = &top->cg_child[0];
> + top->cg_parent = NULL;
> + }
This only removes layers from the top if th
Author: kib
Date: Sun Aug 27 11:37:07 2017
New Revision: 322947
URL: https://svnweb.freebsd.org/changeset/base/322947
Log:
Add PCI Id for MosChip MCS9900.
Submitted by: Robert Clausecker
PR: 214670
MFC after:1 week
Modified:
head/sys/dev/ppc/ppc_pci.c
Modified: head/sys/dev/p
Author: kib
Date: Sun Aug 27 12:24:25 2017
New Revision: 322948
URL: https://svnweb.freebsd.org/changeset/base/322948
Log:
Let g_access() log the actual error number.
Submitted by: Fabian Keil
PR: 221855
MFC after:1 week
Modified:
head/sys/geom/geom_subr.c
Modified: head/sys
Author: avos
Date: Sun Aug 27 12:44:56 2017
New Revision: 322949
URL: https://svnweb.freebsd.org/changeset/base/322949
Log:
rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU).
Tx power values can easily fit into uint8_t + only 8 bits are written
to registers; values may overf
Author: avos
Date: Sun Aug 27 13:02:51 2017
New Revision: 322950
URL: https://svnweb.freebsd.org/changeset/base/322950
Log:
rtwn(4): deduplicate r92c_write_txpower().
Modified:
head/sys/dev/rtwn/rtl8192c/r92c.h
head/sys/dev/rtwn/rtl8192c/r92c_chan.c
head/sys/dev/rtwn/rtl8192e/r92e_chan.c
On Sun, Aug 27, 2017 at 1:18 AM, Ed Schouten wrote:
> Hi Conrad,
>
> [ Context: I don't understand anything about CPU topologies! ]
>
> 2017-08-27 7:14 GMT+02:00 Conrad Meyer :
>> + while (top->cg_children == 1) {
>> + top = &top->cg_child[0];
>> + top->cg_parent
Author: ngie
Date: Sun Aug 27 16:15:37 2017
New Revision: 322951
URL: https://svnweb.freebsd.org/changeset/base/322951
Log:
Respect MK_TCSH with build-tools and native-xtools
This helps reduce the WORLDTMP footprint slightly.
Based on a patch I submitted 5 years ago to GNATS.
PR:
Author: ngie
Date: Sun Aug 27 16:46:51 2017
New Revision: 322952
URL: https://svnweb.freebsd.org/changeset/base/322952
Log:
Try and rebase the bsd.lib.mk changes after ^/head@r322824 was merged in
Unfortunately the snippet's now broken -- need to get the matching
expressions to
work prop
This appears to be breaking the build:
--
>>> stage 1.1: legacy release compatibility shims
--
===> tools/build (obj,includes,all,install)
make[5]: "/home/cem/head.svn/share/mk/b
> On Aug 27, 2017, at 09:57, Conrad Meyer wrote:
>
> This appears to be breaking the build:
>
> --
stage 1.1: legacy release compatibility shims
> --
> ===> tools/build (
Author: ngie
Date: Sun Aug 27 17:08:08 2017
New Revision: 322953
URL: https://svnweb.freebsd.org/changeset/base/322953
Log:
Revert change (r322952) that was not yet destined for ^/head
This unbreaks the build.
This happened because of a botched "svn switch".
Reported by: cem
Mod
Author: cem
Date: Sun Aug 27 17:12:30 2017
New Revision: 322954
URL: https://svnweb.freebsd.org/changeset/base/322954
Log:
Enhance debugibility of sysctl leaf re-use warnings
Print the full conflicting oid path, and include the function name in the
warning so it is clear that the warnings
Author: avos
Date: Sun Aug 27 22:13:03 2017
New Revision: 322957
URL: https://svnweb.freebsd.org/changeset/base/322957
Log:
net80211: fix a typo (premable -> preamble).
Modified:
head/sys/net80211/ieee80211_output.c
Modified: head/sys/net80211/ieee80211_output.c
=
Author: jhb
Date: Mon Aug 28 02:42:20 2017
New Revision: 322959
URL: https://svnweb.freebsd.org/changeset/base/322959
Log:
Decode extra signal information for caught signals.
Decode fields from the siginfo_t stored in the PT_LWPINFO structure when a
signal is caught by a traced process.
Author: np
Date: Mon Aug 28 03:13:16 2017
New Revision: 322960
URL: https://svnweb.freebsd.org/changeset/base/322960
Log:
cxgbe(4): Verify that the driver accesses the firmware mailbox in a
thread-safe manner.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/c
Author: np
Date: Mon Aug 28 03:25:41 2017
New Revision: 322961
URL: https://svnweb.freebsd.org/changeset/base/322961
Log:
cxgbe(4): Fix some assertions during driver detach. The netmap queues
can't be initialized if the VI isn't.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_sg
Author: np
Date: Mon Aug 28 04:06:40 2017
New Revision: 322962
URL: https://svnweb.freebsd.org/changeset/base/322962
Log:
cxgbe(4): Remove write only variable from t4_port_init.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/common/t4_hw.c
Modified: head/sys/dev/cxgbe/common/t4_hw.c
Mark,
2017-08-25 14:53 GMT+02:00 Ed Schouten :
> 2017-08-25 9:46 GMT+02:00 Mark Millard :
>> It appears that at least 11.1-STABLE -r322807 does not handle
>> -std=c++98 styles of use of _Static_assert for g++7 in that
>> g++7 reports an error:
>
> Maybe we need to do something like this?
>
> Index
18 matches
Mail list logo