On Sun, Nov 6, 2016 at 7:16 AM, John Baldwin wrote:
> On Saturday, November 05, 2016 04:30:43 PM Sean Bruno wrote:
>> Author: sbruno
>> Date: Sat Nov 5 16:30:42 2016
>> New Revision: 308345
>> URL: https://svnweb.freebsd.org/changeset/base/308345
>>
>> Log:
>> r295133 attempted to deactivate TS
On Saturday, November 05, 2016 04:30:43 PM Sean Bruno wrote:
> Author: sbruno
> Date: Sat Nov 5 16:30:42 2016
> New Revision: 308345
> URL: https://svnweb.freebsd.org/changeset/base/308345
>
> Log:
> r295133 attempted to deactivate TSO in the 100Mbit link case with this
> adapter to work arou
Hi Andrew,
2016-11-07 0:54 GMT+01:00 Andrew Reilly :
> Thanks for pointing me back to src.conf. I added this when I was an “early
> adopter” of clang, and it was necessary. I suspect that now that we are
> all-clang all the time, this is redundant. Would this have overridden the
> system bui
Author: mmel
Date: Mon Nov 7 05:37:10 2016
New Revision: 308391
URL: https://svnweb.freebsd.org/changeset/base/308391
Log:
Add NVIDIA Tegra XHCI driver and coresponding firmware blob.
MFC after: 3 weeks
Approved by: core@ (NVIDIA license)
Added:
head/sys/arm/nvidia/tegra_xhci.c (con
Author: mmel
Date: Mon Nov 7 05:34:44 2016
New Revision: 308390
URL: https://svnweb.freebsd.org/changeset/base/308390
Log:
Rework NVIDIA Tegra124 XUSBPAD driver.
- Adapt it for new, incompatible, DT bindings introduced by r306197.
- Add support for USB super speed pads/ports.
MFC aft
Hi Ed,
Thanks for pointing me back to src.conf. I added this when I was an “early
adopter” of clang, and it was necessary. I suspect that now that we are
all-clang all the time, this is redundant. Would this have overridden the
system build process?
my /etc/src.conf:
CC=clang
CXX=clang++
CP
Author: avos
Date: Sun Nov 6 23:13:13 2016
New Revision: 308389
URL: https://svnweb.freebsd.org/changeset/base/308389
Log:
rtwn: add HOSTAP / IBSS mode support for RTL8188CE.
NOTE: some multi-vap configurations (e.g., STA+IBSS) are not stable;
that will be fixed later.
Tested with:
Author: avos
Date: Sun Nov 6 19:51:01 2016
New Revision: 308387
URL: https://svnweb.freebsd.org/changeset/base/308387
Log:
Fix device driver name if devd.conf + move it into appropriate place.
Noticed by: Idwer Vollering
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
Author: trasz
Date: Sun Nov 6 19:37:22 2016
New Revision: 308386
URL: https://svnweb.freebsd.org/changeset/base/308386
Log:
Document that getfsstat(2) called with MNT_NOWAIT skips file systems
that are in the process of being unmounted.
Reviewed by: des@ (earlier version)
MFC after:
Author: adrian
Date: Sun Nov 6 19:18:25 2016
New Revision: 308385
URL: https://svnweb.freebsd.org/changeset/base/308385
Log:
[net80211] extend the net80211 ALQ code to support variable payloads.
Also - allow driver specific bits to be added, rather than just net80211.
This still isn't
Author: avos
Date: Sun Nov 6 19:17:39 2016
New Revision: 308384
URL: https://svnweb.freebsd.org/changeset/base/308384
Log:
rtwn_pci: omit tx_done() stage if device is not running.
rtwn_usb: drain USB transfers during device shutdown; this fixes possible
panic with 'options IEEE80211_SUPPORT
Author: adrian
Date: Sun Nov 6 19:16:46 2016
New Revision: 308383
URL: https://svnweb.freebsd.org/changeset/base/308383
Log:
[net80211] add a method to also explicitly tear down RX A-MPDU.
The ath10k firmware API doesn't pass up the ADDBA/DELBA frames, only
WMI firmware notifications.
Author: avos
Date: Sun Nov 6 18:11:19 2016
New Revision: 308381
URL: https://svnweb.freebsd.org/changeset/base/308381
Log:
rtwn: fix Tx ring cleanup.
Do not try to clear stale Tx descriptor entries when there are some
running vaps; just free node references - rtwn_pci_tx_done() will free
Author: avos
Date: Sun Nov 6 17:24:16 2016
New Revision: 308380
URL: https://svnweb.freebsd.org/changeset/base/308380
Log:
rtwn: reduce shutdown time for RTL8188CE.
Modified:
head/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c
Modified: head/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c
==
Author: emaste
Date: Sun Nov 6 17:21:26 2016
New Revision: 308379
URL: https://svnweb.freebsd.org/changeset/base/308379
Log:
add __divdi3 and __udivdi3 to libgcc_s symbol version map
After r308294 they were missing on i386 (and previously were exported
only accidentally).
Reported b
Author: avos
Date: Sun Nov 6 17:12:02 2016
New Revision: 308377
URL: https://svnweb.freebsd.org/changeset/base/308377
Log:
rtwn: reset watchdog timer on device shutdown.
Modified:
head/sys/dev/rtwn/if_rtwn.c
Modified: head/sys/dev/rtwn/if_rtwn.c
=
Author: dim
Date: Sun Nov 6 16:27:09 2016
New Revision: 308375
URL: https://svnweb.freebsd.org/changeset/base/308375
Log:
Pull in r278002 from upstream llvm trunk (by Silviu Baranga):
[AArch64] PR28877: Don't assume we're running after legalization when
creating vcvtfp2fxs
Sum
Hi Andrew,
2016-11-06 1:30 GMT+01:00 Andrew Reilly :
> Hi there,
>
> Re: https://lists.freebsd.org/pipermail/svn-src-head/2016-October/092694.html
>
> In a rebuild of stable/11 today (and yesterday), the build stops in
> lib/libc/tests/stdlib:
>
> /usr/src/lib/libc/tests/stdlib/tsearch_test.c:37:
18 matches
Mail list logo