svn commit: r344842 - in head/tools/tools/ath: . athani

2019-03-05 Thread Adrian Chadd
Author: adrian Date: Wed Mar 6 07:58:19 2019 New Revision: 344842 URL: https://svnweb.freebsd.org/changeset/base/344842 Log: [athani] Add a simple tool to list and control ANI parameters. This is a WIP tool I'm using to figure out why ANI is weirdly busted in my home FreeBSD AP/STA setup

svn commit: r344841 - head/sys/dev/ath/ath_hal

2019-03-05 Thread Adrian Chadd
Author: adrian Date: Wed Mar 6 07:54:29 2019 New Revision: 344841 URL: https://svnweb.freebsd.org/changeset/base/344841 Log: [ath_hal] [ath_hal_ar9300] ANI fixes and preparation for userland control. * The ani function bitmap was being badly used when determining if a command could be

svn commit: r344840 - in head: lib/libsecureboot lib/libsecureboot/efi lib/libsecureboot/efi/include lib/libsecureboot/efi/include/Guid lib/libsecureboot/efi/include/Protocol lib/libsecureboot/h sh...

2019-03-05 Thread Marcin Wojtas
Author: mw Date: Wed Mar 6 06:39:42 2019 New Revision: 344840 URL: https://svnweb.freebsd.org/changeset/base/344840 Log: Extend libsecureboot(old libve) to obtain trusted certificates from UEFI and implement revocation UEFI related headers were copied from edk2. A new build option "M

svn commit: r344839 - head/stand/efi/loader

2019-03-05 Thread Rebecca Cran
Author: bcran Date: Wed Mar 6 05:39:40 2019 New Revision: 344839 URL: https://svnweb.freebsd.org/changeset/base/344839 Log: Add retry loop around GetMemoryMap call to fix fragmentation bug The call to BS->AllocatePages can cause the memory map to become framented, causing BS->GetMemoryMa

svn commit: r344838 - head/contrib/ipfilter/ipsend/.OLD

2019-03-05 Thread Cy Schubert
Author: cy Date: Wed Mar 6 02:52:58 2019 New Revision: 344838 URL: https://svnweb.freebsd.org/changeset/base/344838 Log: Remove an empty directory emptied by r343702. MFC after:3 days Deleted: head/contrib/ipfilter/ipsend/.OLD/ ___ svn-src

Re: svn commit: r344830 - in head/sys: riscv/riscv vm

2019-03-05 Thread Rodney W. Grimes
> Author: markj > Date: Wed Mar 6 00:01:06 2019 > New Revision: 344830 > URL: https://svnweb.freebsd.org/changeset/base/344830 > > Log: > Implement minidump support for RISC-V. > > Submitted by: Mitchell Horne > Differential Revision: https://reviews.freebsd.org/D18320 > > M

Re: svn commit: r344829 - head/lib/libkvm

2019-03-05 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: markj > Date: Tue Mar 5 23:59:55 2019 > New Revision: 344829 > URL: https://svnweb.freebsd.org/changeset/base/344829 > > Log: > Add riscv minidump support to libkvm. > > Submitted by: Mitchell Horne > Differential Revision:

svn commit: r344830 - in head/sys: riscv/riscv vm

2019-03-05 Thread Mark Johnston
Author: markj Date: Wed Mar 6 00:01:06 2019 New Revision: 344830 URL: https://svnweb.freebsd.org/changeset/base/344830 Log: Implement minidump support for RISC-V. Submitted by: Mitchell Horne Differential Revision:https://reviews.freebsd.org/D18320 Modified: head/sys/riscv/ri

svn commit: r344829 - head/lib/libkvm

2019-03-05 Thread Mark Johnston
Author: markj Date: Tue Mar 5 23:59:55 2019 New Revision: 344829 URL: https://svnweb.freebsd.org/changeset/base/344829 Log: Add riscv minidump support to libkvm. Submitted by: Mitchell Horne Differential Revision:https://reviews.freebsd.org/D19171 Added: head/lib/libkvm/kvm_m

svn commit: r344828 - head/sys/riscv/riscv

2019-03-05 Thread Mark Johnston
Author: markj Date: Tue Mar 5 23:58:16 2019 New Revision: 344828 URL: https://svnweb.freebsd.org/changeset/base/344828 Log: Initialize dump_avail[] on riscv. Submitted by: Mitchell Horne Differential Revision:https://reviews.freebsd.org/D19170 Modified: head/sys/riscv/riscv/p

svn commit: r344827 - head/sys/riscv/riscv

2019-03-05 Thread Mark Johnston
Author: markj Date: Tue Mar 5 23:56:40 2019 New Revision: 344827 URL: https://svnweb.freebsd.org/changeset/base/344827 Log: Add pmap_get_tables() for riscv. This mirrors the arm64 implementation and is for use in the minidump code. Submitted by: Mitchell Horne Differential Revisi

RE: svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-05 Thread Keller, Jacob E
Hi, So one of the problems is that iflib sets up the buffers, but drivers also have to actually ensure that they configure hardware to use the extra space. This currently means copying that check to every driver. It’s not copied to anywhere except the em driver, which means most of the iflib dr

svn commit: r344826 - in head/usr.bin/mkimg: . tests

2019-03-05 Thread Marcel Moolenaar
Author: marcel Date: Tue Mar 5 22:55:33 2019 New Revision: 344826 URL: https://svnweb.freebsd.org/changeset/base/344826 Log: Round # partitions up to fill the last GPT table sector Set the number of partitions entries in the GPT header to a multiple of the number of entries that fit in a

Re: svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-05 Thread Eric Joyner
I'm cc'ing Jake so that he can provide a response. - Eric On Tue, Mar 5, 2019 at 1:12 PM Rodney W. Grimes wrote: > > This represents a misunderstanding of how defines are used. This left > > the option open to the user to enable the use of larger than page size > > buffers as it does enable bet

svn commit: r344825 - head/lib/clang/libllvm

2019-03-05 Thread Dimitry Andric
Author: dim Date: Tue Mar 5 22:04:23 2019 New Revision: 344825 URL: https://svnweb.freebsd.org/changeset/base/344825 Log: Add a few missed files to the MK_LLVM_TARGET_BPF=yes case, otherwise clang and various other executables will fail to link with undefined symbols. Reported by: O.

Re: svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-05 Thread Rodney W. Grimes
> This represents a misunderstanding of how defines are used. This left > the option open to the user to enable the use of larger than page size > buffers as it does enable better performance. Over the course of a > long uptime memory can get too fragmented. However, this left it open > to the end

Re: svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-05 Thread Matthew Macy
This represents a misunderstanding of how defines are used. This left the option open to the user to enable the use of larger than page size buffers as it does enable better performance. Over the course of a long uptime memory can get too fragmented. However, this left it open to the end consumer.

svn commit: r344823 - in head: sys/kern sys/sys usr.bin/procstat

2019-03-05 Thread Mark Johnston
Author: markj Date: Tue Mar 5 19:45:37 2019 New Revision: 344823 URL: https://svnweb.freebsd.org/changeset/base/344823 Log: Show wiring state of map entries in procstat -v. Note that only entries wired by userspace are shown as such. In particular, entries transiently wired by sysctl_wi

svn commit: r344818 - head/usr.sbin/freebsd-update

2019-03-05 Thread Ed Maste
Author: emaste Date: Tue Mar 5 19:17:24 2019 New Revision: 344818 URL: https://svnweb.freebsd.org/changeset/base/344818 Log: freebsd-update.8: update example to contemporary versions PR: 235761 Reported by: linimon MFC after:1 week Modified: head/usr.sbin/freebsd-upda

svn commit: r344817 - in head/sys: dev/e1000 net

2019-03-05 Thread Eric Joyner
Author: erj Date: Tue Mar 5 19:12:51 2019 New Revision: 344817 URL: https://svnweb.freebsd.org/changeset/base/344817 Log: Remove references to CONTIGMALLOC_WORKS in iflib and em From Jake: "The iflib_fl_setup() function tries to pick various buffer sizes based on the max_frame_size val

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-03-05 Thread Conrad Meyer
Hi Alan, On Tue, Mar 5, 2019 at 8:28 AM Alan Somers wrote: > It's not a problem with the version; they're built from the same > source. But is there a problem with the compiler? Can a GCC-built > kernel work with Clang-built world? Sure; I use this configuration all the time (at least, without

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-03-05 Thread Alan Somers
It's not a problem with the version; they're built from the same source. But is there a problem with the compiler? Can a GCC-built kernel work with Clang-built world? On Tue, Mar 5, 2019 at 12:54 AM Matthew Macy wrote: > > World? It looks like there's a version mismatch between the kernel and

svn commit: r344798 - head/lib/clang/libllvm

2019-03-05 Thread Ed Maste
Author: emaste Date: Tue Mar 5 16:18:06 2019 New Revision: 344798 URL: https://svnweb.freebsd.org/changeset/base/344798 Log: libllvm: promote WithColor and xxhash to SRCS_MIN The armv6 build failed in CI due to missing symbols (from these two source files) in the bootstrap Clang. Th

svn commit: r344797 - head/tests/sys/net

2019-03-05 Thread Kristof Provost
Author: kp Date: Tue Mar 5 15:49:30 2019 New Revision: 344797 URL: https://svnweb.freebsd.org/changeset/base/344797 Log: tun tests: Test renaming and destroying a tun interface in a vnet jail There was a problem destroying renamed tun interfaces in vnet jails. This was fixed in r344794.

svn commit: r344796 - head/tools/kerneldoc/subsys

2019-03-05 Thread Alexander Leidinger
Author: netchild Date: Tue Mar 5 15:23:28 2019 New Revision: 344796 URL: https://svnweb.freebsd.org/changeset/base/344796 Log: remove the removed-from-source drm/drm2 parts Deleted: head/tools/kerneldoc/subsys/Doxyfile-dev_drm head/tools/kerneldoc/subsys/Doxyfile-dev_drm2 _

svn commit: r344795 - head/lib/libusb

2019-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 5 14:47:15 2019 New Revision: 344795 URL: https://svnweb.freebsd.org/changeset/base/344795 Log: Fix typos in libusb. Found by: Denis Ahrens MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/lib/libusb/

svn commit: r344794 - head/sys/net

2019-03-05 Thread Kristof Provost
Author: kp Date: Tue Mar 5 13:21:07 2019 New Revision: 344794 URL: https://svnweb.freebsd.org/changeset/base/344794 Log: tun: VIMAGE fix for if_tun cloner The if_tun cloner is not virtualised, but if_clone_attach() does use a virtualised list of cloners. The result is that we can't fin