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: cy
Date: Wed Mar 6 02:51:33 2019
New Revision: 344837
URL: https://svnweb.freebsd.org/changeset/base/344837
Log:
MFC r343705:
new_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeBSD and NetBSD
never get here, however a test for SOLARIS, as redundant as this test is,
serves to
Author: cy
Date: Wed Mar 6 02:51:33 2019
New Revision: 344837
URL: https://svnweb.freebsd.org/changeset/base/344837
Log:
MFC r343705:
new_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeBSD and NetBSD
never get here, however a test for SOLARIS, as redundant as this test is,
serves to
Author: cy
Date: Wed Mar 6 02:46:18 2019
New Revision: 344836
URL: https://svnweb.freebsd.org/changeset/base/344836
Log:
MFC r343704:
Kernel module shim sources have no business being in the userland
build directory, especially those for other operating systems.
The kernel module shims
Author: cy
Date: Wed Mar 6 02:46:18 2019
New Revision: 344836
URL: https://svnweb.freebsd.org/changeset/base/344836
Log:
MFC r343704:
Kernel module shim sources have no business being in the userland
build directory, especially those for other operating systems.
The kernel module shims
Author: cy
Date: Wed Mar 6 02:43:31 2019
New Revision: 344835
URL: https://svnweb.freebsd.org/changeset/base/344835
Log:
MFC r343703
Remove a reference to HP-UX in a comment.
Modified:
stable/12/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/12/ (props changed)
Cha
Author: cy
Date: Wed Mar 6 02:43:31 2019
New Revision: 344835
URL: https://svnweb.freebsd.org/changeset/base/344835
Log:
MFC r343703
Remove a reference to HP-UX in a comment.
Modified:
stable/11/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/11/ (props changed)
Cha
Author: cy
Date: Wed Mar 6 02:40:01 2019
New Revision: 344834
URL: https://svnweb.freebsd.org/changeset/base/344834
Log:
MFC r343702:
Remove a redundant ip_compat.h, originally merged from upstream.
Deleted:
stable/12/contrib/ipfilter/ipsend/.OLD/ip_compat.h
Modified:
Directory Properti
Author: cy
Date: Wed Mar 6 02:40:01 2019
New Revision: 344834
URL: https://svnweb.freebsd.org/changeset/base/344834
Log:
MFC r343702:
Remove a redundant ip_compat.h, originally merged from upstream.
Deleted:
stable/11/contrib/ipfilter/ipsend/.OLD/ip_compat.h
Modified:
Directory Properti
Author: cy
Date: Wed Mar 6 02:37:25 2019
New Revision: 344833
URL: https://svnweb.freebsd.org/changeset/base/344833
Log:
MFC r343701 & r343732:
ipfilter #ifdef cleanup.
Remove #ifdefs for ancient and irrelevant operating systems from
ipfilter.
When ipfilter was written the UNIX
Author: cy
Date: Wed Mar 6 02:37:25 2019
New Revision: 344833
URL: https://svnweb.freebsd.org/changeset/base/344833
Log:
MFC r343701 & r343732:
ipfilter #ifdef cleanup.
Remove #ifdefs for ancient and irrelevant operating systems from
ipfilter.
When ipfilter was written the UNIX
> 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: emaste
Date: Wed Mar 6 00:45:42 2019
New Revision: 344832
URL: https://svnweb.freebsd.org/changeset/base/344832
Log:
MFC r344628: poll.2: POLLNVAL is returned also for insufficient rights
Reported by: Bora Özarslan
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/lib
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: markj
Date: Tue Mar 5 19:41:32 2019
New Revision: 344822
URL: https://svnweb.freebsd.org/changeset/base/344822
Log:
MFC r344600:
Add a missing return statement to g_concat_kernel_dump().
Modified:
stable/11/sys/geom/concat/g_concat.c
Directory Properties:
stable/11/ (props chan
Author: markj
Date: Tue Mar 5 19:41:08 2019
New Revision: 344821
URL: https://svnweb.freebsd.org/changeset/base/344821
Log:
MFC r344600:
Add a missing return statement to g_concat_kernel_dump().
Modified:
stable/12/sys/geom/concat/g_concat.c
Directory Properties:
stable/12/ (props chan
Author: markj
Date: Tue Mar 5 19:39:13 2019
New Revision: 344820
URL: https://svnweb.freebsd.org/changeset/base/344820
Log:
MFC r344278:
Move a racy assertion in filt_pipewrite().
PR: 235640
Modified:
stable/11/sys/kern/sys_pipe.c
Directory Properties:
stable/11/ (props changed)
Author: markj
Date: Tue Mar 5 19:37:06 2019
New Revision: 344819
URL: https://svnweb.freebsd.org/changeset/base/344819
Log:
MFC r344278:
Move a racy assertion in filt_pipewrite().
PR: 235640
Modified:
stable/12/sys/kern/sys_pipe.c
Directory Properties:
stable/12/ (props changed)
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
Author: emaste
Date: Tue Mar 5 19:08:37 2019
New Revision: 344816
URL: https://svnweb.freebsd.org/changeset/base/344816
Log:
MFC r343410:
freebsd-update: fix style from r343271 change
PR: 234771
Submitted by: Gerald Aryeetey
Sponsored by: The FreeBSD Foundation
Modifie
Author: emaste
Date: Tue Mar 5 19:07:46 2019
New Revision: 344815
URL: https://svnweb.freebsd.org/changeset/base/344815
Log:
MFC freebsd-update: Clarify unsupported release upgrade error message
MFC r343122:
freebsd-update: Clarify unsupported release upgrade error message
Notify
Author: emaste
Date: Tue Mar 5 19:01:57 2019
New Revision: 344814
URL: https://svnweb.freebsd.org/changeset/base/344814
Log:
MFC freebsd-update: Clarify unsupported release upgrade error message
MFC r343122:
freebsd-update: Clarify unsupported release upgrade error message
Notify
Author: emaste
Date: Tue Mar 5 18:54:47 2019
New Revision: 344813
URL: https://svnweb.freebsd.org/changeset/base/344813
Log:
freebsd-update: Use BASEDIR when checking for src componentfreebsd-update:
Use BMFC r343152: freebsd-update: Use BASEDIR when checking for src component
src could p
Author: emaste
Date: Tue Mar 5 18:52:13 2019
New Revision: 344811
URL: https://svnweb.freebsd.org/changeset/base/344811
Log:
MFC r343152: freebsd-update: Use BASEDIR when checking for src component
src could potentially be installed under the based dir
and not under the root or vice vers
Author: emaste
Date: Tue Mar 5 18:30:43 2019
New Revision: 344810
URL: https://svnweb.freebsd.org/changeset/base/344810
Log:
MFC r343270: freebsd-update: Update /etc/passwd after password db changes
Add -p to pwd_mkdb in order to ensure password db changes are also
included in /etc/passw
Author: emaste
Date: Tue Mar 5 18:29:25 2019
New Revision: 344809
URL: https://svnweb.freebsd.org/changeset/base/344809
Log:
MFC r343270: freebsd-update: Update /etc/passwd after password db changes
Add -p to pwd_mkdb in order to ensure password db changes are also
included in /etc/passw
Author: emaste
Date: Tue Mar 5 18:27:29 2019
New Revision: 344808
URL: https://svnweb.freebsd.org/changeset/base/344808
Log:
MFC r343411: freebsd-update: Clarify unsupported upgrade message
PR: 204115
Submitted by: Gerald Aryeetey
Reviewed by: delphij
Sponsored by: The Fr
Author: emaste
Date: Tue Mar 5 18:26:34 2019
New Revision: 344807
URL: https://svnweb.freebsd.org/changeset/base/344807
Log:
MFC r343411: freebsd-update: Clarify unsupported upgrade message
PR: 204115
Submitted by: Gerald Aryeetey
Reviewed by: delphij
Sponsored by: The Fr
Author: emaste
Date: Tue Mar 5 18:23:55 2019
New Revision: 344806
URL: https://svnweb.freebsd.org/changeset/base/344806
Log:
MFC r343412: Fix a typo/wordsmith a description modified in [MFC of r343407]
Modified:
stable/11/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
stab
Author: emaste
Date: Tue Mar 5 18:23:31 2019
New Revision: 344805
URL: https://svnweb.freebsd.org/changeset/base/344805
Log:
MFC r343412: Fix a typo/wordsmith a description modified in [MFC of r343407]
Modified:
stable/12/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
stab
Author: emaste
Date: Tue Mar 5 18:20:16 2019
New Revision: 344804
URL: https://svnweb.freebsd.org/changeset/base/344804
Log:
MFC r343407: freebsd-update: open $PAGER only if necessary
PR: 194547, 208497
Submitted by: Gerald Aryeetey
Reviewed by: delphij
Sponsored by: Th
Author: emaste
Date: Tue Mar 5 18:19:26 2019
New Revision: 344803
URL: https://svnweb.freebsd.org/changeset/base/344803
Log:
MFC r343407: freebsd-update: open $PAGER only if necessary
PR: 194547, 208497
Submitted by: Gerald Aryeetey
Reviewed by: delphij
Sponsored by: The
Author: emaste
Date: Tue Mar 5 18:17:06 2019
New Revision: 344802
URL: https://svnweb.freebsd.org/changeset/base/344802
Log:
MFC r343409: freebsd-update: Stop installing empty component sets
Submitted by: Gerald Aryeetey
Reported by: rgrimes
Reviewed by: delphij
Sponsored by: The
Author: emaste
Date: Tue Mar 5 18:15:35 2019
New Revision: 344801
URL: https://svnweb.freebsd.org/changeset/base/344801
Log:
MFC r343409: freebsd-update: Stop installing empty component sets
Submitted by: Gerald Aryeetey
Reported by: rgrimes
Reviewed by: delphij
Sponsored by: The
Author: emaste
Date: Tue Mar 5 18:10:06 2019
New Revision: 344799
URL: https://svnweb.freebsd.org/changeset/base/344799
Log:
MFC r343589: freebsd-update: regenerate man page database after update
These are currently not reproducible because they're built by the
makewhatis on the freebsd-
Author: emaste
Date: Tue Mar 5 18:11:36 2019
New Revision: 344800
URL: https://svnweb.freebsd.org/changeset/base/344800
Log:
MFC r343589: freebsd-update: regenerate man page database after update
These are currently not reproducible because they're built by the
makewhatis on the freebsd-
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
Author: kp
Date: Tue Mar 5 08:45:07 2019
New Revision: 344793
URL: https://svnweb.freebsd.org/changeset/base/344793
Log:
MFC r344692:
pf tests: Test CVE-2019-5597
Generate a fragmented packet with different header chains, to provoke
the incorrect behaviour of pf.
Without the fix t
Author: jah
Date: Tue Mar 5 08:33:14 2019
New Revision: 344792
URL: https://svnweb.freebsd.org/changeset/base/344792
Log:
MFC r344561:
Fix incorrect assertion in vnode_pager_generic_getpages()
Modified:
stable/12/sys/vm/vnode_pager.c
Directory Properties:
stable/12/ (props changed)
61 matches
Mail list logo