On August 28, 2020 2:19:33 AM Glen Barber wrote:
Author: gjb
Date: Thu Aug 27 21:19:16 2020
New Revision: 364891
URL: https://svnweb.freebsd.org/changeset/base/364891
Log:
Merge the projects/release-git branch to head.
This allows building 13.x from Git instead of Subversion.
I'm sorry for
On 09/09/2020 00:50, Alexander V. Chernikov wrote:
> 08.09.2020, 21:03, "Andriy Gapon" :
>> On 22/08/2020 00:34, Alexander V. Chernikov wrote:
>>> Author: melifaro
>>> Date: Fri Aug 21 21:34:52 2020
>>> New Revision: 364465
>>> URL: https://svnweb.freebsd.org/changeset/base/364465
>>>
>>> Log:
On 09/09/2020 08:49, Andriy Gapon wrote:
> On 08/09/2020 15:48, Mark Johnston wrote:
>> I observed the same thing recently as well: the compiler catches
>> uninitialized variables only in simple cases. In my case, any uses of
>> goto within the function seemed to silence the warning, even if they
On 08/09/2020 15:48, Mark Johnston wrote:
> I observed the same thing recently as well: the compiler catches
> uninitialized variables only in simple cases. In my case, any uses of
> goto within the function seemed to silence the warning, even if they
> appeared after the uninitialized reference.
Author: kevans
Date: Wed Sep 9 02:45:47 2020
New Revision: 365494
URL: https://svnweb.freebsd.org/changeset/base/365494
Log:
libc tests: dynthr_mod: fix some WARNS issues
This is being addressed as part of a side-patch I'm working on that builds
all the things with WARNS=6, instead of re
Author: kevans
Date: Wed Sep 9 02:42:21 2020
New Revision: 365493
URL: https://svnweb.freebsd.org/changeset/base/365493
Log:
libc/resolv: attempt to fix the test under WARNS=6
In a side-change that I'm working on to start defaulting src builds to
WARNS=6 where WARNS isn't otherwise speci
Author: kevans
Date: Wed Sep 9 00:41:31 2020
New Revision: 365492
URL: https://svnweb.freebsd.org/changeset/base/365492
Log:
src.conf(5): regen after r365491
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: kevans
Date: Wed Sep 9 00:40:54 2020
New Revision: 365491
URL: https://svnweb.freebsd.org/changeset/base/365491
Log:
opts: FREEBSD_UPDATE no longer relies on PORTSNAP
phttpget is no longer tied to the portsnap build as of r365490.
MFC after:3 days
Differential Revision:
Author: kevans
Date: Wed Sep 9 00:39:47 2020
New Revision: 365490
URL: https://svnweb.freebsd.org/changeset/base/365490
Log:
phttpget: move out of portsnap
Currently, WITHOUT_PORTSNAP forces WITHOUT_FREEBSD_UPDATE because the
latter relies on phttpget, which lives inside the portsnap bui
Author: bdragon
Date: Wed Sep 9 00:06:35 2020
New Revision: 365489
URL: https://svnweb.freebsd.org/changeset/base/365489
Log:
[PowerPC64LE] PPC64LE support for libelf.
Fix native detection when building on powerpc64le.
I will be submitting this and r361104 upstream shortly.
Spons
Author: kib
Date: Wed Sep 9 00:00:43 2020
New Revision: 365488
URL: https://svnweb.freebsd.org/changeset/base/365488
Log:
Allow consumer to customize physical pager.
Add support for user-supplied callbacks into phys pager operations,
providing custom getpages(), haspage(), and populate()
Author: kib
Date: Tue Sep 8 23:48:19 2020
New Revision: 365486
URL: https://svnweb.freebsd.org/changeset/base/365486
Log:
Add kern_mmap_racct_check(), a helper to verify limits in vm_mmap*().
Reviewed by: markj
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC after:1 w
Author: bdragon
Date: Tue Sep 8 23:48:49 2020
New Revision: 365487
URL: https://svnweb.freebsd.org/changeset/base/365487
Log:
[PowerPC64] Fix xive order calculation in qemu TCG
When emulating a single thread system for testing reasons, mp_maxid can
be 0. This trips up our math for calcul
Author: kib
Date: Tue Sep 8 23:38:49 2020
New Revision: 365485
URL: https://svnweb.freebsd.org/changeset/base/365485
Log:
Convert allocations of the phys pager to vm_pager_allocate().
Future changes would require additional initialization of OBJT_PHYS
objects, and vm_object_allocate() is
Author: kib
Date: Tue Sep 8 23:28:09 2020
New Revision: 365484
URL: https://svnweb.freebsd.org/changeset/base/365484
Log:
Add interruptible variant of vm_wait(9), vm_wait_intr(9).
Also add msleep flags argument to vm_wait_doms(9).
Reviewed by: markj
Tested by:pho
Sponsored by
Author: bdragon
Date: Tue Sep 8 23:22:11 2020
New Revision: 365483
URL: https://svnweb.freebsd.org/changeset/base/365483
Log:
Fix 64-bit build of libofw.
Adjust a couple of printf() lines that deal with dumping out addresses
to cast to uintmax_t.
This allows building a 64-bit libofw
Author: jhb
Date: Tue Sep 8 23:19:59 2020
New Revision: 365482
URL: https://svnweb.freebsd.org/changeset/base/365482
Log:
MFC 362123: Fix AES-CCM requests with an AAD size smaller than a single block.
The amount to copy for the first block is the minimum of the size of
the AAD region or
Author: bdragon
Date: Tue Sep 8 22:59:43 2020
New Revision: 365481
URL: https://svnweb.freebsd.org/changeset/base/365481
Log:
[PowerPC64] Hide dssall instruction from llvm assembler
When doing a build for a modern CPUTYPE, llvm will throw errors if obsolete
instructions are used, even if
Author: jhb
Date: Tue Sep 8 22:50:24 2020
New Revision: 365480
URL: https://svnweb.freebsd.org/changeset/base/365480
Log:
MFC 359900: Export a sysctl count of RX FIFO overrun events.
uart(4) backends currently detect RX FIFO overrun errors and report
them to the uart(4) core layer. They
Author: jhb
Date: Tue Sep 8 22:50:24 2020
New Revision: 365480
URL: https://svnweb.freebsd.org/changeset/base/365480
Log:
MFC 359900: Export a sysctl count of RX FIFO overrun events.
uart(4) backends currently detect RX FIFO overrun errors and report
them to the uart(4) core layer. They
Author: bdragon
Date: Tue Sep 8 22:42:41 2020
New Revision: 365479
URL: https://svnweb.freebsd.org/changeset/base/365479
Log:
[PowerPC] Add root_pic assertion.
When enabling an interrupt, assert that we do in fact have a root PIC.
This would have saved me some debugging effort.
S
Author: jhb
Date: Tue Sep 8 22:41:35 2020
New Revision: 365478
URL: https://svnweb.freebsd.org/changeset/base/365478
Log:
Don't return errors from the cryptodev_process() method.
The cryptodev_process() method should either return 0 if it has
completed a request, or ERESTART to defer the
Author: eugen
Date: Tue Sep 8 22:23:53 2020
New Revision: 365477
URL: https://svnweb.freebsd.org/changeset/base/365477
Log:
geom_part: extend kern.geom.part.check_integrity to work on GPT
There are multiple USB/SATA bridges on the market that unconditionally
cut some LBAs off connected m
On Tue, Sep 8, 2020 at 5:39 PM Alexander V. Chernikov
wrote:
> -CTLFLAG_VNET | CTLTYPE_U32 | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, NULL, 0,
> +CTLFLAG_VNET | CTLTYPE_U32 | CTLFLAG_MPSAFE, NULL, 0,
Don't you still need CTLFLAG_RW? I don't believe that the sysctl is
usable at all without it.
___
Author: jhb
Date: Tue Sep 8 22:19:06 2020
New Revision: 365476
URL: https://svnweb.freebsd.org/changeset/base/365476
Log:
MFC 359899: Correct baud rate error calculation.
Shifting right by 1 is not the same as dividing by 2 for signed
values. In particular, dividing a signed value by 2
Author: jhb
Date: Tue Sep 8 22:19:06 2020
New Revision: 365476
URL: https://svnweb.freebsd.org/changeset/base/365476
Log:
MFC 359899: Correct baud rate error calculation.
Shifting right by 1 is not the same as dividing by 2 for signed
values. In particular, dividing a signed value by 2
08.09.2020, 21:03, "Andriy Gapon" :
> On 22/08/2020 00:34, Alexander V. Chernikov wrote:
>> Author: melifaro
>> Date: Fri Aug 21 21:34:52 2020
>> New Revision: 364465
>> URL: https://svnweb.freebsd.org/changeset/base/364465
>>
>> Log:
>> Make net.fibs growable.
>>
>> Allow to dynamically
08.09.2020, 22:39, "Alexander V. Chernikov" :
> Author: melifaro
> Date: Tue Sep 8 21:39:34 2020
> New Revision: 365475
> URL: https://svnweb.freebsd.org/changeset/base/365475
>
> Log:
> Fix panic with net.fibs tunable set in loader.conf.
>
> Fix by removing forgotten CTLFLAG_RWTUN flag from th
Author: melifaro
Date: Tue Sep 8 21:39:34 2020
New Revision: 365475
URL: https://svnweb.freebsd.org/changeset/base/365475
Log:
Fix panic with net.fibs tunable set in loader.conf.
Fix by removing forgotten CTLFLAG_RWTUN flag from the sysctl,
loader variable will be read later in vnet_rta
Author: jhb
Date: Tue Sep 8 20:53:44 2020
New Revision: 365474
URL: https://svnweb.freebsd.org/changeset/base/365474
Log:
MFC 359467: Trim some duplicate EIO descriptions.
While here, drop an extra conjunction from the list of error
conditions for the remaining EIO description in symlink
Author: jhb
Date: Tue Sep 8 20:53:44 2020
New Revision: 365474
URL: https://svnweb.freebsd.org/changeset/base/365474
Log:
MFC 359467: Trim some duplicate EIO descriptions.
While here, drop an extra conjunction from the list of error
conditions for the remaining EIO description in symlink
Author: jhb
Date: Tue Sep 8 20:51:19 2020
New Revision: 365473
URL: https://svnweb.freebsd.org/changeset/base/365473
Log:
MFC 359465: Document EINTEGRITY errors for many system calls.
EINTEGRITY was previously documented as a UFS-specific error for
mount(2). This documents EINTEGRITY as
Author: dim
Date: Tue Sep 8 20:28:39 2020
New Revision: 365472
URL: https://svnweb.freebsd.org/changeset/base/365472
Log:
Revert r365471 as it is breaking with old gcc on various arches:
MFC r364753:
Add atomic and bswap functions to libcompiler_rt
There have been several mention
Author: dim
Date: Tue Sep 8 20:28:39 2020
New Revision: 365472
URL: https://svnweb.freebsd.org/changeset/base/365472
Log:
Revert r365471 as it is breaking with old gcc on various arches:
MFC r364753:
Add atomic and bswap functions to libcompiler_rt
There have been several mention
On 22/08/2020 00:34, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Fri Aug 21 21:34:52 2020
> New Revision: 364465
> URL: https://svnweb.freebsd.org/changeset/base/364465
>
> Log:
> Make net.fibs growable.
>
> Allow to dynamically grow the amount of fibs in each vnet.
>
> Th
Author: dim
Date: Tue Sep 8 20:02:08 2020
New Revision: 365471
URL: https://svnweb.freebsd.org/changeset/base/365471
Log:
MFC r364753:
Add atomic and bswap functions to libcompiler_rt
There have been several mentions on our mailing lists about missing
atomic functions in our system
Author: dim
Date: Tue Sep 8 20:02:08 2020
New Revision: 365471
URL: https://svnweb.freebsd.org/changeset/base/365471
Log:
MFC r364753:
Add atomic and bswap functions to libcompiler_rt
There have been several mentions on our mailing lists about missing
atomic functions in our system
Author: jhb
Date: Tue Sep 8 18:58:38 2020
New Revision: 365470
URL: https://svnweb.freebsd.org/changeset/base/365470
Log:
MFC 361764: Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'
Modified:
stable/11/sys/modules/tcp/Makefile
Directory Properties:
stable/11/ (props chang
Author: jhb
Date: Tue Sep 8 18:58:38 2020
New Revision: 365470
URL: https://svnweb.freebsd.org/changeset/base/365470
Log:
MFC 361764: Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'
Modified:
stable/12/sys/modules/tcp/Makefile
Directory Properties:
stable/12/ (props chang
Author: jhb
Date: Tue Sep 8 18:49:58 2020
New Revision: 365469
URL: https://svnweb.freebsd.org/changeset/base/365469
Log:
Use kmod.opts.mk in sys/modules/tcp/Makefile to fix standalone builds.
This was included in the original commit to head that added use of
KERN_OPTS (r361638) but was
Author: jhb
Date: Tue Sep 8 18:49:58 2020
New Revision: 365469
URL: https://svnweb.freebsd.org/changeset/base/365469
Log:
Use kmod.opts.mk in sys/modules/tcp/Makefile to fix standalone builds.
This was included in the original commit to head that added use of
KERN_OPTS (r361638) but was
Author: jhb
Date: Tue Sep 8 18:33:41 2020
New Revision: 365468
URL: https://svnweb.freebsd.org/changeset/base/365468
Log:
Partial MFC 357275: if_vlan grew a dependency on opt_inet6.h in r356993
Modified:
stable/12/sys/modules/if_vlan/Makefile
Modified: stable/12/sys/modules/if_vlan/Makefile
Author: jhb
Date: Tue Sep 8 18:29:20 2020
New Revision: 365467
URL: https://svnweb.freebsd.org/changeset/base/365467
Log:
MFC 361634: Add opt_ipsec.h to fix standalone builds after r361633.
Modified:
stable/12/sys/modules/if_enc/Makefile
Directory Properties:
stable/12/ (props changed)
Author: jhb
Date: Tue Sep 8 18:29:20 2020
New Revision: 365467
URL: https://svnweb.freebsd.org/changeset/base/365467
Log:
MFC 361634: Add opt_ipsec.h to fix standalone builds after r361633.
Modified:
stable/11/sys/modules/if_enc/Makefile
Directory Properties:
stable/11/ (props changed)
Author: mmacy
Date: Tue Sep 8 17:47:30 2020
New Revision: 365466
URL: https://svnweb.freebsd.org/changeset/base/365466
Log:
ZFS: remove some extra defines
When merging a number of defines that are needed in the standalone
build made it in to the module makefile.
Reported by: markj@
Author: jhb
Date: Tue Sep 8 16:43:32 2020
New Revision: 365465
URL: https://svnweb.freebsd.org/changeset/base/365465
Log:
MFC 354970: Add a kmod.opts.mk.
This Makefile sets KERN_OPTS. This permits kernel module Makefiles to
use KERN_OPTS to control the value of variables such as SRCS th
Author: jhb
Date: Tue Sep 8 16:43:32 2020
New Revision: 365465
URL: https://svnweb.freebsd.org/changeset/base/365465
Log:
MFC 354970: Add a kmod.opts.mk.
This Makefile sets KERN_OPTS. This permits kernel module Makefiles to
use KERN_OPTS to control the value of variables such as SRCS th
Author: mjg
Date: Tue Sep 8 16:07:47 2020
New Revision: 365464
URL: https://svnweb.freebsd.org/changeset/base/365464
Log:
fd: fix fhold on an uninitialized var in fdcopy_remapped
Reported by: gcc9
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
==
Author: mjg
Date: Tue Sep 8 16:06:46 2020
New Revision: 365463
URL: https://svnweb.freebsd.org/changeset/base/365463
Log:
cache: drop write-only tvp_seqc vars
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: mjg
Date: Tue Sep 8 16:06:26 2020
New Revision: 365462
URL: https://svnweb.freebsd.org/changeset/base/365462
Log:
vfs: drop a write-only var in vfs_periodic_msync_inactive
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
=
On Tue, Sep 8, 2020 at 12:36 PM Mitchell Horne wrote:
>
> Author: mhorne
> Date: Tue Sep 8 15:36:38 2020
> New Revision: 365460
> URL: https://svnweb.freebsd.org/changeset/base/365460
>
> Log:
> arm64: export new HWCAP features
>
> Expose some of the new HWCAP features added in r65304. This i
Author: mhorne
Date: Tue Sep 8 15:39:19 2020
New Revision: 365461
URL: https://svnweb.freebsd.org/changeset/base/365461
Log:
arm64: check for CRC32 support via HWCAP
Doing it this way eliminates the assumption about homogeneous support
for the feature, since HWCAP values are only set if
Author: mhorne
Date: Tue Sep 8 15:36:38 2020
New Revision: 365460
URL: https://svnweb.freebsd.org/changeset/base/365460
Log:
arm64: export new HWCAP features
Expose some of the new HWCAP features added in r65304. This includes the
addition of elf_hwcap2 into the sysvec, and a separate fu
Author: mhorne
Date: Tue Sep 8 15:08:20 2020
New Revision: 365459
URL: https://svnweb.freebsd.org/changeset/base/365459
Log:
arm64: fix incorrect HWCAP definitions
FreeBSD exports CPU features as bits in the AT_HWCAP and AT_HWCAP2
vectors via elf_aux_info(3). This interface is similar to
Author: gbe (doc committer)
Date: Tue Sep 8 15:01:49 2020
New Revision: 365458
URL: https://svnweb.freebsd.org/changeset/base/365458
Log:
sort(1): Remove duplicate option check
Reviewed by: lwhsu, emaste
Approved by: emaste
Obtained from:DragonFlyBSD
MFC after:1 week
Author: kp
Date: Tue Sep 8 14:54:10 2020
New Revision: 365457
URL: https://svnweb.freebsd.org/changeset/base/365457
Log:
net: mitigate vnet / epair cleanup races
There's a race where dying vnets move their interfaces back to their original
vnet, and if_epair cleanup (where deleting one i
Hi,
I think this change warrants an entry in RELNOTES.
Cheers,
Mitchell
On Tue, Sep 8, 2020 at 7:36 AM Andrey V. Elsukov wrote:
>
> Author: ae
> Date: Tue Sep 8 10:36:11 2020
> New Revision: 365449
> URL: https://svnweb.freebsd.org/changeset/base/365449
>
> Log:
> Add a few features to rcor
Author: mhorne
Date: Tue Sep 8 13:24:44 2020
New Revision: 365456
URL: https://svnweb.freebsd.org/changeset/base/365456
Log:
RISC-V: enable MK_FORMAT_EXTENSIONS
This option was marked as broken because our riscv64-xtoolchain-gcc
package lacked support. Since we are moving away from xtool
Author: mhorne
Date: Tue Sep 8 13:21:13 2020
New Revision: 365455
URL: https://svnweb.freebsd.org/changeset/base/365455
Log:
RISC-V: fix some mismatched format specifiers
RISC-V is currently built with -Wno-format, which is how these went
undetected. Address them now before re-enabling t
On Tue, Sep 08, 2020 at 02:24:59PM +0200, Michal Meloun wrote:
> On 08.09.2020 9:10, Andriy Gapon wrote:
> > On 08/09/2020 08:46, Andriy Gapon wrote:
> >> Author: avg
> >> Date: Tue Sep 8 05:46:10 2020
> >> New Revision: 365445
> >> URL: https://svnweb.freebsd.org/changeset/base/365445
> >>
> >> L
Author: markj
Date: Tue Sep 8 12:38:34 2020
New Revision: 365454
URL: https://svnweb.freebsd.org/changeset/base/365454
Log:
MFC r365043-r365046:
pw: Coverity fixes.
Modified:
stable/12/usr.sbin/pw/pw_group.c
stable/12/usr.sbin/pw/pw_user.c
stable/12/usr.sbin/pw/rm_r.c
stable/12/usr.s
Author: markj
Date: Tue Sep 8 12:37:46 2020
New Revision: 365453
URL: https://svnweb.freebsd.org/changeset/base/365453
Log:
MFC r365048:
Tighten frame pointer checking in DTrace's amd64 stack unwinder.
Modified:
stable/12/sys/cddl/dev/dtrace/amd64/dtrace_isa.c
Directory Properties:
stabl
Author: markj
Date: Tue Sep 8 12:37:18 2020
New Revision: 365452
URL: https://svnweb.freebsd.org/changeset/base/365452
Log:
MFC r365047:
Correct the D definition for EINTEGRITY.
Modified:
stable/12/cddl/lib/libdtrace/errno.d
Directory Properties:
stable/12/ (props changed)
Modified: s
On 08.09.2020 9:10, Andriy Gapon wrote:
> On 08/09/2020 08:46, Andriy Gapon wrote:
>> Author: avg
>> Date: Tue Sep 8 05:46:10 2020
>> New Revision: 365445
>> URL: https://svnweb.freebsd.org/changeset/base/365445
>>
>> Log:
>> mmc_da: make sure that part_index is not used uninitialized in sdda
On 8 Sep 2020, at 7:10, Andriy Gapon wrote:
On 08/09/2020 08:46, Andriy Gapon wrote:
Author: avg
Date: Tue Sep 8 05:46:10 2020
New Revision: 365445
URL: https://svnweb.freebsd.org/changeset/base/365445
Log:
mmc_da: make sure that part_index is not used uninitialized in
sddastart
[snip]
M
Author: andrew
Date: Tue Sep 8 11:46:33 2020
New Revision: 365451
URL: https://svnweb.freebsd.org/changeset/base/365451
Log:
Move gpio and hwpmc to the correct place in files.arm64
Sponsored by: Innovate UK
Modified:
head/sys/conf/files.arm64
Modified: head/sys/conf/files.arm64
===
Author: andrew
Date: Tue Sep 8 11:35:35 2020
New Revision: 365450
URL: https://svnweb.freebsd.org/changeset/base/365450
Log:
Add a GPIO driver for the Arm pl061 controller
A PL061 is a simple 8 pin GPIO controller. This GPIO device is used to
signal an internal request for shutdown on so
Author: ae
Date: Tue Sep 8 10:36:11 2020
New Revision: 365449
URL: https://svnweb.freebsd.org/changeset/base/365449
Log:
Add a few features to rcorder:
o Enhance dependency loop logging: print full chain instead of the
last link competing the loop;
o Add -g option to generate depende
Author: rew
Date: Tue Sep 8 07:37:45 2020
New Revision: 365448
URL: https://svnweb.freebsd.org/changeset/base/365448
Log:
MFC r364369:
bectl(8): Fix output of 'bectl list' for the 'Mountpoint' column.
PR: 241064
Modified:
stable/12/sbin/bectl/bectl_list.c
Directory Properties:
st
On 08/09/2020 10:10, Andriy Gapon wrote:
> On 08/09/2020 08:46, Andriy Gapon wrote:
>> Author: avg
>> Date: Tue Sep 8 05:46:10 2020
>> New Revision: 365445
>> URL: https://svnweb.freebsd.org/changeset/base/365445
>>
>> Log:
>> mmc_da: make sure that part_index is not used uninitialized in sddast
On 08/09/2020 08:46, Andriy Gapon wrote:
> Author: avg
> Date: Tue Sep 8 05:46:10 2020
> New Revision: 365445
> URL: https://svnweb.freebsd.org/changeset/base/365445
>
> Log:
> mmc_da: make sure that part_index is not used uninitialized in sddastart
[snip]
> Modified: head/sys/cam/mmc/mmc_da.c
71 matches
Mail list logo