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
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
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
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
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
> 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
[ 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:
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
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
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
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
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
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
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
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.
> 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
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.
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
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
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
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
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
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
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.
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
_
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/
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
27 matches
Mail list logo