Re: svn commit: r365521 - head/sys/net/route

2020-09-09 Thread Hartmann, O.
On Wed, 9 Sep 2020 22:07:55 + (UTC) "Alexander V. Chernikov" wrote: > Author: melifaro > Date: Wed Sep 9 22:07:54 2020 > New Revision: 365521 > URL: https://svnweb.freebsd.org/changeset/base/365521 > > Log: > Update nexthop handling for route addition/deletion in preparation > for mpath.

Re: svn commit: r365517 - head/sys/net/route

2020-09-09 Thread Andriy Gapon
On 10/09/2020 00:45, Alexander V. Chernikov wrote: > Author: melifaro > Date: Wed Sep 9 21:45:18 2020 > New Revision: 365517 > URL: https://svnweb.freebsd.org/changeset/base/365517 > > Log: > Retain marking net.fibs sysctl as a tunable. > > Suggested by: avg > > Modified: >

svn commit: r365551 - stable/12/share/man/man4

2020-09-09 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Sep 10 04:17:05 2020 New Revision: 365551 URL: https://svnweb.freebsd.org/changeset/base/365551 Log: MFC r365403: Slightly improve usb(4) - Mention USB 3.0 - Update links - Fix `mandoc -T lint` warnings Reviewed by: bcr, hselasky Differential

svn commit: r365552 - stable/11/share/man/man4

2020-09-09 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Sep 10 04:17:23 2020 New Revision: 365552 URL: https://svnweb.freebsd.org/changeset/base/365552 Log: MFC r365403: Slightly improve usb(4) - Mention USB 3.0 - Update links - Fix `mandoc -T lint` warnings Reviewed by: bcr, hselasky Differential

svn commit: r365550 - head/sys/contrib/dev/ice

2020-09-09 Thread Eric Joyner
Author: erj Date: Thu Sep 10 04:00:13 2020 New Revision: 365550 URL: https://svnweb.freebsd.org/changeset/base/365550 Log: ice_ddp: Fix 1.3.16.0 package The version uploaded in the previous commit was far too small. This one should be the right size. MFC after:1 day Sponsored

svn commit: r365549 - head/bin/cp

2020-09-09 Thread Alan Somers
Author: asomers Date: Thu Sep 10 02:48:55 2020 New Revision: 365549 URL: https://svnweb.freebsd.org/changeset/base/365549 Log: cp: use copy_file_range(2) This has three advantages over write(2)/read(2): * Fewer context switches and data copies * Mostly preserves a file's sparseness

svn commit: r365548 - head/sys/powerpc/powernv

2020-09-09 Thread Brandon Bergren
Author: bdragon Date: Thu Sep 10 01:49:53 2020 New Revision: 365548 URL: https://svnweb.freebsd.org/changeset/base/365548 Log: [PowerPC] Fix setting of time in OPAL There were multiple bugs in the OPAL RTC code which had never been discovered, as the default configuration of OPAL

svn commit: r365547 - head/sbin/ping6

2020-09-09 Thread Richard Scheffenegger
Author: rscheff Date: Thu Sep 10 00:50:18 2020 New Revision: 365547 URL: https://svnweb.freebsd.org/changeset/base/365547 Log: Add -z "TOS" option to ping6, to test DSCP/ECN values ping has the option to add the (deprecated) TOS byte using the -z option. Adding the same option, with the

svn commit: r365546 - head/sys/netinet/cc

2020-09-09 Thread Richard Scheffenegger
Author: rscheff Date: Thu Sep 10 00:46:38 2020 New Revision: 365546 URL: https://svnweb.freebsd.org/changeset/base/365546 Log: cc_mod: remove unused CCF_DELACK definition During the DCTCP improvements, use of CCF_DELACK was removed. This change is just to rename the unused flag bit to

svn commit: r365545 - stable/12/sys/kern

2020-09-09 Thread Brooks Davis
Author: brooks Date: Wed Sep 9 23:11:55 2020 New Revision: 365545 URL: https://svnweb.freebsd.org/changeset/base/365545 Log: MFC r365284: Always report ENOSYS in init While rare, encountering an unimplemented system call early in init is catastrophic and difficult to debug. Even

svn commit: r365544 - stable/12/sbin/devd

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 23:06:35 2020 New Revision: 365544 URL: https://svnweb.freebsd.org/changeset/base/365544 Log: MFC r365016 | imp | 2020-08-31 17:48:23 -0600 (Mon, 31 Aug 2020) | 2 lines Add documentation for ETHERNET events. Modified: stable/12/sbin/devd/devd.conf.5

svn commit: r365543 - in stable/12/sys/dev: an wi

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 23:05:47 2020 New Revision: 365543 URL: https://svnweb.freebsd.org/changeset/base/365543 Log: MFC r365015: r365015 | imp | 2020-08-31 17:31:16 -0600 (Mon, 31 Aug 2020) | 12 lines Warn for the non pccard attachments These devices have non-pccard

svn commit: r365542 - in stable/12: share/man/man4/man4.i386 sys/i386/bios

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 23:04:40 2020 New Revision: 365542 URL: https://svnweb.freebsd.org/changeset/base/365542 Log: MFC: r365009 r365009 | imp | 2020-08-31 15:04:00 -0600 (Mon, 31 Aug 2020) | 10 lines Add deprecation notice for apm BIOS Add deprecation notice for apm bios,

svn commit: r365541 - stable/12/share/man/man9

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 23:01:55 2020 New Revision: 365541 URL: https://svnweb.freebsd.org/changeset/base/365541 Log: MFC r364824: r364824 | imp | 2020-08-26 11:06:16 -0600 (Wed, 26 Aug 2020) | 8 lines Make sbuf_setpos match the implementation. sbuf_setpos can only be used

svn commit: r365540 - in stable/12: . sbin/devd sys/kern

2020-09-09 Thread Warner Losh
ead, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20200909: + The resume code now notifies devd with the 'kernel' system + rather than the old 'kern' subsystem to be consistent with + ot

svn commit: r365539 - in stable/12: share/man/man4 sys/dev/an sys/dev/ata sys/dev/cmx sys/dev/fdc sys/dev/if_ndis sys/dev/puc sys/dev/uart sys/dev/wi sys/netgraph/bluetooth/drivers/bt3c

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:54:09 2020 New Revision: 365539 URL: https://svnweb.freebsd.org/changeset/base/365539 Log: MFC: 364430: r364430 | imp | 2020-08-20 11:19:40 -0600 (Thu, 20 Aug 2020) | 6 lines Tag pccard drivers with gone in 13. MFC After: 3 days Reviewed by: emaste,

svn commit: r365538 - stable/12/share/man/man9

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:51:58 2020 New Revision: 365538 URL: https://svnweb.freebsd.org/changeset/base/365538 Log: MFC r364424: r364424 | imp | 2020-08-20 10:52:34 -0600 (Thu, 20 Aug 2020) | 5 lines Fix function name in zone.9 uma_zone_prealloc -> uma_prealloc. There's no

svn commit: r365537 - stable/12/sbin/devd

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:49:43 2020 New Revision: 365537 URL: https://svnweb.freebsd.org/changeset/base/365537 Log: MFC r364359, r364360, r364361, r364362, r364364, r364370 r364359 | imp | 2020-08-18 15:26:39 -0600 (Tue, 18 Aug 2020) | 9 lines Move the possible event types into

svn commit: r365536 - in stable/12: sbin/devd share/man/man4 sys/dev/pccard

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:45:11 2020 New Revision: 365536 URL: https://svnweb.freebsd.org/changeset/base/365536 Log: MFC r364335,r364336,r364337,r364351 r364335 | imp | 2020-08-18 00:07:34 -0600 (Tue, 18 Aug 2020) | 6 lines Modernize a bit. Remove PC Card specific

svn commit: r365535 - stable/12/usr.bin/patch

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:42:14 2020 New Revision: 365535 URL: https://svnweb.freebsd.org/changeset/base/365535 Log: MFC r364291: r364291 | imp | 2020-08-16 17:55:23 -0600 (Sun, 16 Aug 2020) | 33 lines Remove heuristic for dealing with trailing newlines being truncated by mailers.

Re: svn commit: r365281 - in stable: 11/sys/conf 11/sys/modules 11/sys/modules/tcp 12/sys/conf 12/sys/modules 12/sys/modules/tcp

2020-09-09 Thread Eugene Grosbein
10.09.2020 2:55, John Baldwin wrote: > On 9/4/20 8:33 AM, John Baldwin wrote: >> On 9/3/20 11:39 AM, Eugene Grosbein wrote: >>> 04.09.2020 1:16, Eugene Grosbein wrote: >>> Additional rollback of r365277 gave me successfull buildworld. >> >> Ah, it is MODULES_WITH_WORLD that is tripping you up.

svn commit: r365534 - stable/11/sbin/init

2020-09-09 Thread Brooks Davis
Author: brooks Date: Wed Sep 9 22:40:39 2020 New Revision: 365534 URL: https://svnweb.freebsd.org/changeset/base/365534 Log: MFC r365279: Remove risky compatability with old kernels The badsys() handler for SIGSYS was added as a transtion aid for kernels lacking sysctl() in 1993.

svn commit: r365533 - stable/12/libexec/getty

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:40:14 2020 New Revision: 365533 URL: https://svnweb.freebsd.org/changeset/base/365533 Log: MFC r363408: r363408 | imp | 2020-07-21 18:44:47 -0600 (Tue, 21 Jul 2020) | 4 lines getty appears to date from 3rd edition research unix. That's the oldest man page

svn commit: r365532 - in stable/12: lib/libc/sys usr.sbin/chroot

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:38:18 2020 New Revision: 365532 URL: https://svnweb.freebsd.org/changeset/base/365532 Log: MFC r362664, r362665: r362664 | imp | 2020-06-26 16:05:23 -0600 (Fri, 26 Jun 2020) | 21 lines Chroot(2) actually appeared in 7th Edition Unix. ... r362665 | imp

svn commit: r365531 - stable/12/share/misc

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:35:39 2020 New Revision: 365531 URL: https://svnweb.freebsd.org/changeset/base/365531 Log: MFC r362420: r362420 | imp | 2020-06-19 22:07:44 -0600 (Fri, 19 Jun 2020) | 13 lines Correct 1BSD release date. The Quarter Century of Unix book said that

svn commit: r365530 - stable/12/share/man/man4

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:33:11 2020 New Revision: 365530 URL: https://svnweb.freebsd.org/changeset/base/365530 Log: MFC: r361882: r361882 | imp | 2020-06-06 20:40:21 -0600 (Sat, 06 Jun 2020) | 2 lines Mention nda where we mention nvd. Modified:

svn commit: r365529 - stable/12/share/man/man4

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:30:43 2020 New Revision: 365529 URL: https://svnweb.freebsd.org/changeset/base/365529 Log: MFC: r361868: r361868 | imp | 2020-06-06 00:49:06 -0600 (Sat, 06 Jun 2020) | 4 lines Fix typo Submitted by: Yuri Pankov Modified:

svn commit: r365528 - stable/12/share/man/man4

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:29:44 2020 New Revision: 365528 URL: https://svnweb.freebsd.org/changeset/base/365528 Log: MFC r361867: r361867 | imp | 2020-06-06 00:21:20 -0600 (Sat, 06 Jun 2020) | 4 lines Document all the sysctl values for the nda devices. Include some minimal

svn commit: r365527 - stable/12/share/misc

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:24:09 2020 New Revision: 365527 URL: https://svnweb.freebsd.org/changeset/base/365527 Log: MFC r361673: r361673 | imp | 2020-05-31 15:38:33 -0600 (Sun, 31 May 2020) | 14 lines Correct the release date for 2.11BSD 2.11BSD was announced on March 14,

svn commit: r365526 - stable/12/usr.bin/uname

2020-09-09 Thread Warner Losh
Author: imp Date: Wed Sep 9 22:22:38 2020 New Revision: 365526 URL: https://svnweb.freebsd.org/changeset/base/365526 Log: MFC r360993: r360993 | imp | 2020-05-12 16:44:51 -0600 (Tue, 12 May 2020) | 6 lines Refine the history of uname. It appeared in 4.4BSD. It was not in v7 unix. It

svn commit: r365525 - head/usr.bin/posixshmcontrol

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 22:22:02 2020 New Revision: 365525 URL: https://svnweb.freebsd.org/changeset/base/365525 Log: Add posixshmcontrol(1) support for largepage shm objects. Create op with -l option can create it, stat displays configured page size. Reviewed by: markj

svn commit: r365524 - head/lib/libc/sys

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 22:20:36 2020 New Revision: 365524 URL: https://svnweb.freebsd.org/changeset/base/365524 Log: Add shm_create_largepage(3) helper for creation and configuration of largepage shm objects. And since we can, add memfd_create(MFD_HUGETLB) support, hopefully

svn commit: r365523 - head/lib/libsysdecode

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 22:18:44 2020 New Revision: 365523 URL: https://svnweb.freebsd.org/changeset/base/365523 Log: Fix compilation of libsysdecode after r365522, should have been part of it. Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:

svn commit: r365522 - in head/sys: kern sys vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 22:12:51 2020 New Revision: 365522 URL: https://svnweb.freebsd.org/changeset/base/365522 Log: Support for userspace non-transparent superpages (largepages). Created with shm_open2(SHM_LARGEPAGE) and then configured with FIOSSHMLPGCNF ioctl, largepages posix

svn commit: r365521 - head/sys/net/route

2020-09-09 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 9 22:07:54 2020 New Revision: 365521 URL: https://svnweb.freebsd.org/changeset/base/365521 Log: Update nexthop handling for route addition/deletion in preparation for mpath. Currently kernel requests deletion for the certain routes with specified gateway,

svn commit: r365520 - head/sys/vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 22:02:30 2020 New Revision: 365520 URL: https://svnweb.freebsd.org/changeset/base/365520 Log: vm_map: Add a map entry kind that can only be clipped at specific boundary. The entries and their clip boundaries must be aligned on supported superpages sizes from

svn commit: r365519 - stable/12/sbin/init

2020-09-09 Thread Brooks Davis
Author: brooks Date: Wed Sep 9 21:57:55 2020 New Revision: 365519 URL: https://svnweb.freebsd.org/changeset/base/365519 Log: MFC r365279: Remove risky compatability with old kernels The badsys() handler for SIGSYS was added as a transtion aid for kernels lacking sysctl() in 1993.

svn commit: r365518 - in head/sys: amd64/amd64 vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:50:24 2020 New Revision: 365518 URL: https://svnweb.freebsd.org/changeset/base/365518 Log: Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64. The flag requests entry of non-managed superpage mapping of size pagesizes[psind] into the

Re: svn commit: r364465 - in head/sys: conf net net/route

2020-09-09 Thread Alexander V . Chernikov
09.09.2020, 07:13, "Andriy Gapon" : > 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:

svn commit: r365517 - head/sys/net/route

2020-09-09 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 9 21:45:18 2020 New Revision: 365517 URL: https://svnweb.freebsd.org/changeset/base/365517 Log: Retain marking net.fibs sysctl as a tunable. Suggested by: avg Modified: head/sys/net/route/route_tables.c Modified: head/sys/net/route/route_tables.c

svn commit: r365516 - head/sys/vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:44:59 2020 New Revision: 365516 URL: https://svnweb.freebsd.org/changeset/base/365516 Log: Add vm_map_find_aligned(9). Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r365515 - in head/sys: sys vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:39:06 2020 New Revision: 365515 URL: https://svnweb.freebsd.org/changeset/base/365515 Log: Move MAP_32BIT_MAX_ADDR definition to sys/mman.h. Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Differential

svn commit: r365514 - head/sys/amd64/amd64

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:35:44 2020 New Revision: 365514 URL: https://svnweb.freebsd.org/changeset/base/365514 Log: Fix assert. Noted by: alc MFC after:1 week Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c

svn commit: r365513 - head/sys/vm

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:34:31 2020 New Revision: 365513 URL: https://svnweb.freebsd.org/changeset/base/365513 Log: Prepare to handle non-trivial errors from vm_map_delete(). Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r365512 - head/sys/amd64/amd64

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:08:45 2020 New Revision: 365512 URL: https://svnweb.freebsd.org/changeset/base/365512 Log: amd64 pmap: teach functions walking user page tables about PG_PS bit in PDPE. Only unmanaged 1G superpages are handled. Reviewed by: markj Tested by:pho

svn commit: r365511 - head/sys/amd64/amd64

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:01:36 2020 New Revision: 365511 URL: https://svnweb.freebsd.org/changeset/base/365511 Log: amd64: report support for 1G superpages in getpagesizes(2). Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r365510 - head/sys/kern

2020-09-09 Thread Konstantin Belousov
Author: kib Date: Wed Sep 9 21:00:11 2020 New Revision: 365510 URL: https://svnweb.freebsd.org/changeset/base/365510 Log: uipc_shm.c: Move comment where it belongs. Reviewed by: markj Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Differential

svn commit: r365509 - head/lib/libcompiler_rt

2020-09-09 Thread Dimitry Andric
Author: dim Date: Wed Sep 9 20:48:57 2020 New Revision: 365509 URL: https://svnweb.freebsd.org/changeset/base/365509 Log: Follow-up r364753 by enabling compiler-rt's atomic implementation only for clang, as it uses clang specific builtins, and does not compile correctly with gcc. Note that

Re: svn commit: r365281 - in stable: 11/sys/conf 11/sys/modules 11/sys/modules/tcp 12/sys/conf 12/sys/modules 12/sys/modules/tcp

2020-09-09 Thread John Baldwin
On 9/4/20 8:33 AM, John Baldwin wrote: > On 9/3/20 11:39 AM, Eugene Grosbein wrote: >> 04.09.2020 1:16, Eugene Grosbein wrote: >> Additional rollback of r365277 gave me successfull buildworld. > > Ah, it is MODULES_WITH_WORLD that is tripping you up. What is probably > needed to fix this is

svn commit: r365508 - in head: share/man/man5 usr.sbin/periodic

2020-09-09 Thread Robert Wing
Author: rew Date: Wed Sep 9 19:07:34 2020 New Revision: 365508 URL: https://svnweb.freebsd.org/changeset/base/365508 Log: periodic.conf(5): don't truncate interface names reported by 420.status-network. The daily periodic script, 420.status-network uses netstat(1) to report interface

svn commit: r365507 - head/contrib/llvm-project/llvm/lib/Support

2020-09-09 Thread Dimitry Andric
Author: dim Date: Wed Sep 9 18:11:04 2020 New Revision: 365507 URL: https://svnweb.freebsd.org/changeset/base/365507 Log: Merge commit e6bb4c8e7 from llvm git (by Craig Topper): [X86] SSE4_A should only imply SSE3 not SSSE3 in the frontend. SSE4_1 and SSE4_2 due imply SSSE3. So I

Re: svn commit: r365506 - in head: include lib/libc/gen lib/libc/sys

2020-09-09 Thread Kyle Evans
On Wed, Sep 9, 2020 at 1:07 PM Kyle Evans wrote: > > Author: kevans > Date: Wed Sep 9 18:07:13 2020 > New Revision: 365506 > URL: https://svnweb.freebsd.org/changeset/base/365506 > > Log: > getlogin_r: fix the type of len > > getlogin_r is specified by POSIX to to take a size_t len, not int.

svn commit: r365506 - in head: include lib/libc/gen lib/libc/sys

2020-09-09 Thread Kyle Evans
Author: kevans Date: Wed Sep 9 18:07:13 2020 New Revision: 365506 URL: https://svnweb.freebsd.org/changeset/base/365506 Log: getlogin_r: fix the type of len getlogin_r is specified by POSIX to to take a size_t len, not int. Fix our version to do the same, bump the symbol version due to

svn commit: r365505 - head/stand/efi/libefi

2020-09-09 Thread D Scott Phillips
Author: scottph Date: Wed Sep 9 16:35:51 2020 New Revision: 365505 URL: https://svnweb.freebsd.org/changeset/base/365505 Log: stand/efihttp: Work around a bug in edk2 http instance reconfiguration A bug in the EFI HTTP driver of TianoCore EDK2 causes memory corruption when an http

svn commit: r365504 - head/sys/kern

2020-09-09 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 9 16:13:33 2020 New Revision: 365504 URL: https://svnweb.freebsd.org/changeset/base/365504 Log: In r354148 the goal was to check THREAD_CAN_SLEEP() only once for the purpose of epoch_trace() and for calling subsequent panic, but to keep code fully under

Re: svn commit: r364891 - in head: . release release/scripts

2020-09-09 Thread Glen Barber
On Wed, Sep 09, 2020 at 11:45:49AM +0500, Ruslan Garipov wrote: > 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

Re: uninitialized variables [Was: svn commit: r365445 - head/sys/cam/mmc]

2020-09-09 Thread Mark Johnston
On Wed, Sep 09, 2020 at 08:49:01AM +0300, 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

svn commit: r365503 - stable/12/usr.bin/nfsstat

2020-09-09 Thread Alan Somers
Author: asomers Date: Wed Sep 9 13:16:20 2020 New Revision: 365503 URL: https://svnweb.freebsd.org/changeset/base/365503 Log: MFC r365262: Fix output of nfsstat -cE in json or xml mode Due to a copy/paste error, the "getacl" field was duplicated, but only in XML or JSON mode, not

svn commit: r365502 - in head/sbin/ggate: ggatec ggated

2020-09-09 Thread Mark Johnston
Author: markj Date: Wed Sep 9 12:58:19 2020 New Revision: 365502 URL: https://svnweb.freebsd.org/changeset/base/365502 Log: ggate: Fix ggated/ggatec debug print of offsets. The request offset and length are always unsigned, so print them as such. Submitted by: Yoshihiro Ota MFC

svn commit: r365501 - head/sys/netinet/tcp_stacks

2020-09-09 Thread Randall Stewart
Author: rrs Date: Wed Sep 9 11:11:50 2020 New Revision: 365501 URL: https://svnweb.freebsd.org/changeset/base/365501 Log: So it turns out that syzkaller hit another crash. It has to do with switching stacks with a SENT_FIN outstanding. Both rack and bbr will only send a FIN if all data is

svn commit: r365500 - head/usr.sbin/certctl

2020-09-09 Thread Kyle Evans
Author: kevans Date: Wed Sep 9 09:08:09 2020 New Revision: 365500 URL: https://svnweb.freebsd.org/changeset/base/365500 Log: certctl: fix hashed link generation with duplicate subjects Currently, certctl rehash will just keep clobbering .0 rather than incrementing the suffix upon

svn commit: r365499 - in head: contrib/nvi contrib/nvi/catalog contrib/nvi/cl contrib/nvi/common contrib/nvi/docs contrib/nvi/ex contrib/nvi/files contrib/nvi/man contrib/nvi/vi usr.bin/vi usr.bin/...

2020-09-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 9 08:38:47 2020 New Revision: 365499 URL: https://svnweb.freebsd.org/changeset/base/365499 Log: Update nvi to 2.2.0 Main changes: * Vim-style expandtab option * Provides Turkish translation * Backspace now deletes \ rather than being escaped * T during

svn commit: r365498 - in vendor/nvi/2.2.0: . catalog cl common docs ex files man vi

2020-09-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 9 08:19:22 2020 New Revision: 365498 URL: https://svnweb.freebsd.org/changeset/base/365498 Log: Retag the import of nvi 2.2.0 previous import was half done Added: vendor/nvi/2.2.0/.gitignore - copied unchanged from r365495, vendor/nvi/dist/.gitignore

svn commit: r365497 - in vendor/nvi/dist: cl common ex vi

2020-09-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 9 08:18:04 2020 New Revision: 365497 URL: https://svnweb.freebsd.org/changeset/base/365497 Log: Import missing files from the nvi 2.2.0 previous half done import Added: vendor/nvi/dist/cl/extern.h (contents, props changed) vendor/nvi/dist/common/extern.h

svn commit: r365496 - in vendor/nvi/2.2.0: . catalog cl common docs ex files man vi

2020-09-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 9 07:58:35 2020 New Revision: 365496 URL: https://svnweb.freebsd.org/changeset/base/365496 Log: Tag import of nvi 2.2.0 Added: vendor/nvi/2.2.0/ - copied from r365494, vendor/nvi/dist/ vendor/nvi/2.2.0/.gitignore - copied unchanged from r365495,

svn commit: r365495 - in vendor/nvi/dist: . catalog cl common docs ex files man vi

2020-09-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 9 07:57:59 2020 New Revision: 365495 URL: https://svnweb.freebsd.org/changeset/base/365495 Log: Import nvi 2.2.0 Added: vendor/nvi/dist/.gitignore vendor/nvi/dist/CMakeLists.txt (contents, props changed) vendor/nvi/dist/catalog/tr_TR.ISO8859-9.base

Re: svn commit: r364891 - in head: . release release/scripts

2020-09-09 Thread Ruslan Garipov
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

Re: svn commit: r364465 - in head/sys: conf net net/route

2020-09-09 Thread Andriy Gapon
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 >>> >>>