On 2020-Apr-06 05:48:58 +, Wojciech Macek wrote:
>Log:
> Add MDIO PHY driver for NS2 ARM64 platform.
...
>Modified: head/sys/conf/files.arm64
>==
>--- head/sys/conf/files.arm64 Mon Apr 6 04:06:15 2020(r35964
> Author: sobomax
> Date: Tue Apr 7 02:46:22 2020
> New Revision: 359685
> URL: https://svnweb.freebsd.org/changeset/base/359685
>
> Log:
> Normalize deployment tools usage and definitions by putting into one place
> instead of sprinkling them out over many disjoint files. This is a follow-up
Author: luporl
Date: Tue Apr 7 12:46:26 2020
New Revision: 359687
URL: https://svnweb.freebsd.org/changeset/base/359687
Log:
[PPC] Fix loader call to instantiate-rtas
OpenFirmware (OF) method instantiate-rtas was being called with a wrong
rtas-base-address argument. It must use the memor
Author: kevans
Date: Tue Apr 7 12:57:50 2020
New Revision: 359688
URL: https://svnweb.freebsd.org/changeset/base/359688
Log:
stand: -fno-common fixes for !x86 loaders
- beriloader: archsw is declared extern and defined elsewhere
- ofwloader: ofw_elf{,64} are defined in elf_freebsd.c and
Author: kevans
Date: Tue Apr 7 14:14:59 2020
New Revision: 359689
URL: https://svnweb.freebsd.org/changeset/base/359689
Log:
config(8): "fix" a couple of buffer overflows
Recently added/changed lines in various kernel configs have caused some
buffer overflows that went undetected. These
Author: kevans
Date: Tue Apr 7 15:10:04 2020
New Revision: 359690
URL: https://svnweb.freebsd.org/changeset/base/359690
Log:
Fix port/kernel builds after r359681
Submitted by: bdrewery
Reported by: bdrewery, sobomax, antoine
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk
Author: brooks
Date: Tue Apr 7 15:32:08 2020
New Revision: 359691
URL: https://svnweb.freebsd.org/changeset/base/359691
Log:
Allow the kernel to build with a compiler that sets -fno-common.
The mechanism that generates assym.inc and offset.inc depends on the
symbols in question being com
On Tue, Apr 07, 2020 at 03:10:04PM +, Kyle Evans wrote:
> Author: kevans
> Date: Tue Apr 7 15:10:04 2020
> New Revision: 359690
> URL: https://svnweb.freebsd.org/changeset/base/359690
>
> Log:
> Fix port/kernel builds after r359681
>
> Submitted by: bdrewery
> Reported by:
Author: markj
Date: Tue Apr 7 16:15:53 2020
New Revision: 359693
URL: https://svnweb.freebsd.org/changeset/base/359693
Log:
MFC r359277:
Add regression tests for newsyslog.conf's p flag.
Modified:
stable/12/usr.sbin/newsyslog/tests/legacy_test.sh
Directory Properties:
stable/12/ (props
Author: markj
Date: Tue Apr 7 16:15:35 2020
New Revision: 359692
URL: https://svnweb.freebsd.org/changeset/base/359692
Log:
MFC r359276:
newsyslog: Fix stack corruption when initializing a zipwork structure.
Modified:
stable/12/usr.sbin/newsyslog/newsyslog.c
Directory Properties:
stable/
Author: eugen
Date: Tue Apr 7 16:27:58 2020
New Revision: 359694
URL: https://svnweb.freebsd.org/changeset/base/359694
Log:
MFC r357092,357787: Add support for RFC 6598/Carrier Grade NAT subnets
to libalias and ipfw.
In libalias, a new flag PKT_ALIAS_UNREGISTERED_RFC6598 is added.
This
Author: eugen
Date: Tue Apr 7 16:29:11 2020
New Revision: 359695
URL: https://svnweb.freebsd.org/changeset/base/359695
Log:
MFC r357092,357787: Add support for RFC 6598/Carrier Grade NAT subnets
to libalias and ipfw.
In libalias, a new flag PKT_ALIAS_UNREGISTERED_RFC6598 is added.
This
Author: cem
Date: Tue Apr 7 16:40:41 2020
New Revision: 359696
URL: https://svnweb.freebsd.org/changeset/base/359696
Log:
libcasper(3): Export functions to C++
We must wrap C declarations in __BEGIN / __END_DECLS to avoid C++
name-mangling
of the declaration when including the C header;
Author: eugen
Date: Tue Apr 7 16:44:14 2020
New Revision: 359697
URL: https://svnweb.freebsd.org/changeset/base/359697
Log:
MFC r342168,357786: Allow ng_nat to be attached to a ethernet interface
Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4)
or the likes. A
Author: eugen
Date: Tue Apr 7 16:47:35 2020
New Revision: 359698
URL: https://svnweb.freebsd.org/changeset/base/359698
Log:
MFC r342168,357786: Allow ng_nat to be attached to a ethernet interface
Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4)
or the likes. A
Author: eugen
Date: Tue Apr 7 16:52:45 2020
New Revision: 359699
URL: https://svnweb.freebsd.org/changeset/base/359699
Log:
MFC r356943,356944: Correct "service ipfw status" for INET6-only systems.
Modified:
stable/12/libexec/rc/rc.d/ipfw
Directory Properties:
stable/12/ (props changed)
Author: sjg
Date: Tue Apr 7 16:56:34 2020
New Revision: 359700
URL: https://svnweb.freebsd.org/changeset/base/359700
Log:
Improve interaction of vectx and tftp
On slow platforms, it helps to spread the hashing load
over time so that tftp does not timeout.
Also, some .4th files are t
Author: eugen
Date: Tue Apr 7 16:57:23 2020
New Revision: 359701
URL: https://svnweb.freebsd.org/changeset/base/359701
Log:
MFC r356943,356944: Correct "service ipfw status" for INET6-only systems.
Modified:
stable/11/etc/rc.d/ipfw
Directory Properties:
stable/11/ (props changed)
Modifi
Author: kevans
Date: Tue Apr 7 17:04:24 2020
New Revision: 359702
URL: https://svnweb.freebsd.org/changeset/base/359702
Log:
Add -fno-common to all userland/kernel src builds
-fno-common will become the default in GCC10/LLVM11. Plenty of work has been
put in to make sure our world builds
Author: eugen
Date: Tue Apr 7 17:05:05 2020
New Revision: 359703
URL: https://svnweb.freebsd.org/changeset/base/359703
Log:
Style fix for /etc/rc.d/ipfw: correct bad identation after r359701.
Modified:
stable/11/etc/rc.d/ipfw
Modified: stable/11/etc/rc.d/ipfw
===
Author: afedorov
Date: Tue Apr 7 17:06:33 2020
New Revision: 359704
URL: https://svnweb.freebsd.org/changeset/base/359704
Log:
Add VIRTIO_NET_F_MTU flag support for the bhyve virtio-net device.
The flag can be enabled using the new 'mtu' option:
bhyve -s X:Y:Z,virtio-net,[tapN|valeX:N],mtu=
Author: bdrewery
Date: Tue Apr 7 17:07:04 2020
New Revision: 359705
URL: https://svnweb.freebsd.org/changeset/base/359705
Log:
NO_OBJ: Always fix .OBJDIR regardless of AUTO_OBJ.
Sponsored by: Dell EMC
MFC after:2 weeks
Modified:
head/share/mk/bsd.init.mk
head/share/mk/bsd.obj.mk
On Tue, Apr 7, 2020 at 12:07 PM Bryan Drewery wrote:
>
> Author: bdrewery
> Date: Tue Apr 7 17:07:04 2020
> New Revision: 359705
> URL: https://svnweb.freebsd.org/changeset/base/359705
>
> Log:
> NO_OBJ: Always fix .OBJDIR regardless of AUTO_OBJ.
>
> Sponsored by: Dell EMC
> MFC after:2
Author: rgrimes
Date: Tue Apr 7 17:18:22 2020
New Revision: 359706
URL: https://svnweb.freebsd.org/changeset/base/359706
Log:
Add tuexen and myself (rgrimes) as rscheff's mentors.
Reminded by: gjb
Approved by: core
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
Author: eugen
Date: Tue Apr 7 17:49:36 2020
New Revision: 359707
URL: https://svnweb.freebsd.org/changeset/base/359707
Log:
MFC r357053 by markj: ng_nat: Pass IPv6 packets through.
ng_nat implements NAT for IPv4 traffic only. When connected to an
ng_ether node it erroneously handled IPv
Author: eugen
Date: Tue Apr 7 17:50:18 2020
New Revision: 359708
URL: https://svnweb.freebsd.org/changeset/base/359708
Log:
MFC r357053 by markj: ng_nat: Pass IPv6 packets through.
ng_nat implements NAT for IPv4 traffic only. When connected to an
ng_ether node it erroneously handled IPv
On 4/7/2020 10:13 AM, Kyle Evans wrote:
> On Tue, Apr 7, 2020 at 12:07 PM Bryan Drewery wrote:
>>
>> Author: bdrewery
>> Date: Tue Apr 7 17:07:04 2020
>> New Revision: 359705
>> URL: https://svnweb.freebsd.org/changeset/base/359705
>>
>> Log:
>> NO_OBJ: Always fix .OBJDIR regardless of AUTO_OBJ
Author: mhorne
Date: Tue Apr 7 18:41:52 2020
New Revision: 359709
URL: https://svnweb.freebsd.org/changeset/base/359709
Log:
MFC r359289:
Makefile.inc1: override MACHINE for native-xtools
Modified:
stable/12/Makefile.inc1
Directory Properties:
stable/12/ (props changed)
Modified: s
Author: bdrewery
Date: Tue Apr 7 19:39:08 2020
New Revision: 359710
URL: https://svnweb.freebsd.org/changeset/base/359710
Log:
MFC r357353:
make all is needed to generate .depend.*
Modified:
stable/12/sys/conf/kern.post.mk
Directory Properties:
stable/12/ (props changed)
Modified
Author: bdrewery
Date: Tue Apr 7 19:39:41 2020
New Revision: 359711
URL: https://svnweb.freebsd.org/changeset/base/359711
Log:
MFC r357353:
make all is needed to generate .depend.*
Modified:
stable/11/sys/conf/kern.post.mk
Directory Properties:
stable/11/ (props changed)
Modified
Author: bdrewery
Date: Tue Apr 7 19:40:11 2020
New Revision: 359712
URL: https://svnweb.freebsd.org/changeset/base/359712
Log:
MFC r353771:
Fix spelling of DPSRCS.
Modified:
stable/12/share/mk/bsd.dep.mk
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/m
Author: bdrewery
Date: Tue Apr 7 19:40:14 2020
New Revision: 359713
URL: https://svnweb.freebsd.org/changeset/base/359713
Log:
MFC r353771:
Fix spelling of DPSRCS.
Modified:
stable/11/share/mk/bsd.dep.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/m
Author: bdrewery
Date: Tue Apr 7 19:44:40 2020
New Revision: 359715
URL: https://svnweb.freebsd.org/changeset/base/359715
Log:
MFC r349729:
Consider *clean targets as non-build targets as well.
Modified:
stable/11/share/mk/bsd.init.mk
stable/11/share/mk/bsd.sys.mk
Directory Properti
Author: bdrewery
Date: Tue Apr 7 19:44:37 2020
New Revision: 359714
URL: https://svnweb.freebsd.org/changeset/base/359714
Log:
MFC r349729:
Consider *clean targets as non-build targets as well.
Modified:
stable/12/share/mk/bsd.init.mk
stable/12/share/mk/bsd.sys.mk
Directory Properti
Author: luporl
Date: Tue Apr 7 19:46:00 2020
New Revision: 359716
URL: https://svnweb.freebsd.org/changeset/base/359716
Log:
Add support to MSDOS FS in PPC loader
Although PPC OFW loader already had a LOADER_MSDOS_SUPPORT option, a few lines
were missing in conf.c, in order to support FA
Author: dab
Date: Tue Apr 7 20:26:42 2020
New Revision: 359717
URL: https://svnweb.freebsd.org/changeset/base/359717
Log:
Add a basic test for nvmecontrol
I recently made some bug fixes in nvmecontrol. It occurred to me that
since nvmecontrol lacks any kyua tests, I should convert the in
Kyle Evans wrote:
> universe13a% make -C stand -V .OBJDIR
> /scratch/tmp/kevans/obj/home/kevans/head/amd64.amd64/stand
>
> But in a buildenv:
> universe13a% make TARGET_ARCH=armv7 buildenv
> Entering world for armv7:arm
> For ZSH you must run: export CPUTYPE=
> universe13a% make -C stand -V .OBJD
On Tue, Apr 7, 2020 at 4:49 PM Simon J. Gerraty wrote:
>
> Kyle Evans wrote:
> > universe13a% make -C stand -V .OBJDIR
> > /scratch/tmp/kevans/obj/home/kevans/head/amd64.amd64/stand
> >
> > But in a buildenv:
> > universe13a% make TARGET_ARCH=armv7 buildenv
> > Entering world for armv7:arm
> > Fo
Author: imp
Date: Tue Apr 7 22:23:22 2020
New Revision: 359718
URL: https://svnweb.freebsd.org/changeset/base/359718
Log:
Now that we don't have special-case geom hacking defined in md_var.h, stop
including it. sparc64 was the last straggler here, but these weren't removed
at
the time.
Mo
Author: rgrimes
Date: Tue Apr 7 23:17:44 2020
New Revision: 359719
URL: https://svnweb.freebsd.org/changeset/base/359719
Log:
In the past changes have been made to smbios->minor without updating the
smbios->bcdrev value.
Correct that by calculating bcdrev from the major/minor values.
R
Author: rmacklem
Date: Wed Apr 8 01:12:54 2020
New Revision: 359720
URL: https://svnweb.freebsd.org/changeset/base/359720
Log:
Fix an interoperability issue w.r.t. the Linux client and the NFSv4 server.
Luoqi Chen reported a problem on freebsd-fs@ where a Linux NFSv4 client
was able to o
Author: freqlabs
Date: Wed Apr 8 06:06:13 2020
New Revision: 359721
URL: https://svnweb.freebsd.org/changeset/base/359721
Log:
MFC r359303
MFOpenZFS: ZVOLs should not be allowed to have children
zfs create, receive and rename can bypass this hierarchy rule. Update
both userland and
42 matches
Mail list logo