Author: mav
Date: Fri Oct 19 04:37:27 2018
New Revision: 339441
URL: https://svnweb.freebsd.org/changeset/base/339441
Log:
MFC r339372: Skip VDEV_IO_DONE stage only for ZIO_TYPE_FREE.
Device removal code uses zio_vdev_child_io() with ZIO_TYPE_NULL parent,
that never happened before. It c
Author: mav
Date: Fri Oct 19 04:30:25 2018
New Revision: 339440
URL: https://svnweb.freebsd.org/changeset/base/339440
Log:
MFC r339329: Add ZIO_TYPE_FREE support for indirect vdevs.
Upstream code expects only ZIO_TYPE_READ and some ZIO_TYPE_WRITE
requests to removed (indirect) vdevs, whil
Author: mav
Date: Fri Oct 19 04:28:30 2018
New Revision: 339439
URL: https://svnweb.freebsd.org/changeset/base/339439
Log:
MFC r339335: Avoid zero-sized kmem_alloc() in vdev_compact_children().
The device evacuation code adds a dependency that
vdev_compact_children() be able to properly e
On Tue, 16 Oct 2018 at 01:39, Antoine Brodin wrote:
>
> The attached patch for the gcc ports fixes the failures for me.
I think this is probably the right approach, although I also have an
ELF Tool Chain fix in D17596 which is waiting on the code freeze to
end.
___
On 2018-10-18 16:14, Julian Elischer wrote:
On 17/10/18 9:17 am, Jamie Gritton wrote:
Author: jamie
Date: Wed Oct 17 16:17:57 2018
New Revision: 339411
URL: https://svnweb.freebsd.org/changeset/base/339411
Log:
MFC r339211:
Fix the test prohibiting jails from sharing IP addresses.
Author: kib
Date: Fri Oct 19 00:47:19 2018
New Revision: 339438
URL: https://svnweb.freebsd.org/changeset/base/339438
Log:
MFC r339331:
bhyve: emulate CLFLUSH and CLFLUSHOPT.
Modified:
stable/11/sys/amd64/vmm/vmm_instruction_emul.c
Directory Properties:
stable/11/ (props changed)
Modif
Author: kib
Date: Fri Oct 19 00:44:06 2018
New Revision: 339437
URL: https://svnweb.freebsd.org/changeset/base/339437
Log:
MFC r339384:
Add clwb().
Modified:
stable/11/sys/amd64/include/cpufunc.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/amd64/include/cpu
Author: gjb
Date: Fri Oct 19 00:37:47 2018
New Revision: 339436
URL: https://svnweb.freebsd.org/changeset/base/339436
Log:
- Update head to 13.0-CURRENT.
- Bump MACHINE_TRIPLE, TARGET_TRIPLE, FBSD_MAJOR, FBSD_CC_VER,
FREEBSD_CC_VERSION, OS_VERSION.
- Update comment in UPDATING regarding
Author: gjb
Date: Fri Oct 19 00:24:23 2018
New Revision: 339435
URL: https://svnweb.freebsd.org/changeset/base/339435
Log:
- Prune svn:mergeinfo from the new branch, as nothing has been merged
here.
- Remove debugging from GENERIC* kernel configurations
- Enable MALLOC_PRODUCTION
- Def
Author: gjb
Date: Fri Oct 19 00:09:24 2018
New Revision: 339434
URL: https://svnweb.freebsd.org/changeset/base/339434
Log:
Copy head@r339432 to stable/12 as part of the 12.0-RELEASE cycle.
Additional post-branch commits will follow.
Approved by: re (implicit)
Sponsored by: The FreeB
Author: gjb
Date: Fri Oct 19 00:08:22 2018
New Revision: 339433
URL: https://svnweb.freebsd.org/changeset/base/339433
Log:
Add stable/12 to svnadmin/conf/paths.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
On 17/10/18 9:17 am, Jamie Gritton wrote:
Author: jamie
Date: Wed Oct 17 16:17:57 2018
New Revision: 339411
URL: https://svnweb.freebsd.org/changeset/base/339411
Log:
MFC r339211:
Fix the test prohibiting jails from sharing IP addresses.
It's not supposed to be legal for two
Author: kib
Date: Thu Oct 18 20:49:16 2018
New Revision: 339432
URL: https://svnweb.freebsd.org/changeset/base/339432
Log:
Do not flush cache for PCIe config window.
Apparently AMD machines cannot tolerate this. This was uncovered by
r339386, where cache flush started really flushing the
Author: bz
Date: Thu Oct 18 20:20:41 2018
New Revision: 339431
URL: https://svnweb.freebsd.org/changeset/base/339431
Log:
In r78161 the lookup_set linker method was introduced which optionally
returns the section start and stop locations as well as a count if the
caller asks for them.
Ther
Author: tuexen
Date: Thu Oct 18 19:21:18 2018
New Revision: 339430
URL: https://svnweb.freebsd.org/changeset/base/339430
Log:
The handling of RST segments in the SYN-RCVD state exists in the
code paths. Both are not consistent and the one on the syn cache code
does not conform to the relevan
Author: dim
Date: Thu Oct 18 19:19:45 2018
New Revision: 339429
URL: https://svnweb.freebsd.org/changeset/base/339429
Log:
MFC r339013:
Pull in r329557 from upstream lld trunk (by George Rimar):
[ELF] - Allow LLD to produce file symbols.
This is for PR36716 and
this enable
19.10.2018 1:33, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Thu Oct 18 18:33:44 2018
> New Revision: 339427
> URL: https://svnweb.freebsd.org/changeset/base/339427
>
> Log:
> The local_unbound service will configure and bootstrap itself, but only
> if a network connection is available.
On Sat, Aug 11, 2018, at 19:45, Matt Macy wrote:
> Author: mmacy
> Date: Sun Aug 12 00:45:53 2018
> New Revision: 337669
> URL: https://svnweb.freebsd.org/changeset/base/337669
>
> Log:
> MFV/ZoL: Implement large_dnode pool feature
>
I just noticed this feature is missing from zpool-features
Author: gjb
Date: Thu Oct 18 19:07:15 2018
New Revision: 339428
URL: https://svnweb.freebsd.org/changeset/base/339428
Log:
Correct the comment for the 20181015 entry in ObsoleteFiles.inc.
Reported by: rpokala
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Modified:
head
Author: des
Date: Thu Oct 18 18:33:44 2018
New Revision: 339427
URL: https://svnweb.freebsd.org/changeset/base/339427
Log:
The local_unbound service will configure and bootstrap itself, but only
if a network connection is available. This is not an issue when running
'service local_unbound s
Author: gjb
Date: Thu Oct 18 17:33:30 2018
New Revision: 339426
URL: https://svnweb.freebsd.org/changeset/base/339426
Log:
Document the krpc module requirement in 11.x that was not present
in 10.x if the system has a custom kernel configuration that excludes
NFS and, for example, uses MODULE
Author: gjb
Date: Thu Oct 18 16:18:22 2018
New Revision: 339425
URL: https://svnweb.freebsd.org/changeset/base/339425
Log:
Premptively add stable/12 and releng/12.0 entries to the
approvers file.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
svnadmin/conf
Author: des
Date: Thu Oct 18 15:35:13 2018
New Revision: 339424
URL: https://svnweb.freebsd.org/changeset/base/339424
Log:
Add support for DNS-over-TLS to the local_unbound service.
Approved by: re (kib)
Modified:
head/libexec/rc/rc.d/local_unbound
head/usr.sbin/unbound/setup/local-un
On Thu, Oct 18, 2018 at 09:13:20AM -0600, Ian Lepore wrote:
> On Thu, 2018-10-18 at 15:08 +, Ruslan Bukin wrote:
> > Author: br
> > Date: Thu Oct 18 15:08:14 2018
> > New Revision: 339421
> > URL: https://svnweb.freebsd.org/changeset/base/339421
> >
> > Log:
> > Support RISC-V implementation
Author: br
Date: Thu Oct 18 15:25:07 2018
New Revision: 339423
URL: https://svnweb.freebsd.org/changeset/base/339423
Log:
Support RISC-V implementations that do not manage the A and D bits
(e.g. RocketChip, lowRISC and derivatives).
RISC-V page table entries support A (accessed) and D (di
Author: br
Date: Thu Oct 18 15:17:58 2018
New Revision: 339422
URL: https://svnweb.freebsd.org/changeset/base/339422
Log:
Revert r339421 due to unintended files included to commit.
Reported by: ian
Approved by: re (gjb)
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm/arm/pl310.c
On Thu, 2018-10-18 at 15:08 +, Ruslan Bukin wrote:
> Author: br
> Date: Thu Oct 18 15:08:14 2018
> New Revision: 339421
> URL: https://svnweb.freebsd.org/changeset/base/339421
>
> Log:
> Support RISC-V implementations that do not manage the A and D bits
> (e.g. RocketChip, lowRISC and deri
Author: br
Date: Thu Oct 18 15:08:14 2018
New Revision: 339421
URL: https://svnweb.freebsd.org/changeset/base/339421
Log:
Support RISC-V implementations that do not manage the A and D bits
(e.g. RocketChip, lowRISC and derivatives).
RISC-V page table entries support A (accessed) and D (di
Author: jamie
Date: Thu Oct 18 15:02:57 2018
New Revision: 339420
URL: https://svnweb.freebsd.org/changeset/base/339420
Log:
Fix typos from r339409.
Reported by: maxim
Approved by: re (gjb)
Modified:
head/sys/kern/kern_jail.c
head/usr.sbin/jail/jail.8
Modified: head/sys/kern/kern_
Author: jtl
Date: Thu Oct 18 14:20:15 2018
New Revision: 339419
URL: https://svnweb.freebsd.org/changeset/base/339419
Log:
r334853 added a "socket destructor" callback. However, as implemented, it
was really a "socket close" callback.
Update the socket destructor functionality to run when
30 matches
Mail list logo