svn commit: r352116 - head/usr.bin/calendar

2019-09-09 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 10 04:21:48 2019 New Revision: 352116 URL: https://svnweb.freebsd.org/changeset/base/352116 Log: Fix 'calendar -a' in several ways. o Do not run any iconv() processing in -a. The locale of root user is not what is desired by most of the users who receive

svn commit: r352115 - head/usr.bin/calendar

2019-09-09 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 10 04:01:41 2019 New Revision: 352115 URL: https://svnweb.freebsd.org/changeset/base/352115 Log: Remove pointless playing with LC_TIME, which should have been done in r205821. Modified: head/usr.bin/calendar/day.c Modified: head/usr.bin/calendar/day.c

svn commit: r352114 - in stable/12/sys: compat/linuxkpi/common/include/linux sys

2019-09-09 Thread Johannes Lundberg
Author: johalun Date: Tue Sep 10 02:21:17 2019 New Revision: 352114 URL: https://svnweb.freebsd.org/changeset/base/352114 Log: MFC r351937: LinuxKPI: Improve sysfs support. - Add functions for creating and merging sysfs groups. - Add sysfs_streq function to compare strings ignoring

svn commit: r352113 - head/sys/net

2019-09-09 Thread Conrad Meyer
Author: cem Date: Tue Sep 10 01:56:47 2019 New Revision: 352113 URL: https://svnweb.freebsd.org/changeset/base/352113 Log: Appease Clang false-positive Werrors in r352112 Reported by: bcran Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

Re: svn commit: r352112 - in head: share/man/man4 sys/net

2019-09-09 Thread Rebecca Cran
On 2019-09-09 16:54, Conrad Meyer wrote: > Author: cem > head/share/man/man4/ddb.4 > head/sys/net/rtsock.c I'm seeing the following errors when building: --- rtsock.o --- pointer-sign -Wno-error-shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length  -mno-aes -mno-avx 

Re: svn commit: r351918 - head/sys/kern

2019-09-09 Thread Eugene Grosbein
10.09.2019 2:49, Warner Losh wrote: > Would your needs be adequately covered by the current mechanisms to set HZ? > This just covers the defaults for the whole platform. > As always, these can be overridden in the boot loader or kernel config file... Several years ago I experimented with

svn commit: r352112 - in head: share/man/man4 sys/net

2019-09-09 Thread Conrad Meyer
Author: cem Date: Mon Sep 9 22:54:27 2019 New Revision: 352112 URL: https://svnweb.freebsd.org/changeset/base/352112 Log: ddb(4): Add 'show route ' and 'show routetable []' These commands show the route resolved for a specified destination, or print out the entire routing table for a

svn commit: r352111 - head/sbin/camcontrol

2019-09-09 Thread Alexander Motin
Author: mav Date: Mon Sep 9 22:08:22 2019 New Revision: 352111 URL: https://svnweb.freebsd.org/changeset/base/352111 Log: Initialize page/subpage in case of `modepage -d`. Previously without -m parameter it worked mostly by concodence. While there, make page/subpage values validation

svn commit: r352110 - in head: share/man/man9 sys/amd64/amd64 sys/amd64/sgx sys/amd64/vmm sys/arm/arm sys/arm/nvidia/drm2 sys/arm64/arm64 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/l...

2019-09-09 Thread Mark Johnston
Author: markj Date: Mon Sep 9 21:32:42 2019 New Revision: 352110 URL: https://svnweb.freebsd.org/changeset/base/352110 Log: Change synchonization rules for vm_page reference counting. There are several mechanisms by which a vm_page reference is held, preventing the page from being freed

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

2019-09-09 Thread D Scott Phillips
Author: scottph Date: Mon Sep 9 21:03:08 2019 New Revision: 352109 URL: https://svnweb.freebsd.org/changeset/base/352109 Log: MFC 351897: nvdimm(4): Add description of NVDIMM Namespace support Approved by: scottl (mentor) Sponsored by: Intel Corporation Modified:

svn commit: r352108 - in stable/12/sys/dev: acpica nvdimm

2019-09-09 Thread D Scott Phillips
Author: scottph Date: Mon Sep 9 20:49:37 2019 New Revision: 352108 URL: https://svnweb.freebsd.org/changeset/base/352108 Log: MFC 348757,351225: acpi and nvdimm location_str updates 348757: nvdimm: Provide nvdimm location information Provide the acpi handle path as the location

svn commit: r352107 - head/share/man/man5

2019-09-09 Thread Chris Rees
Author: crees (doc,ports committer) Date: Mon Sep 9 20:48:12 2019 New Revision: 352107 URL: https://svnweb.freebsd.org/changeset/base/352107 Log: Reverse the referenced tables. If ipv4_prefer is specified, Section 10.3 is relevant. If ipv6_prefer is specified, Section 2.1 is relevant.

svn commit: r352106 - stable/12/usr.bin/ar

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 20:04:45 2019 New Revision: 352106 URL: https://svnweb.freebsd.org/changeset/base/352106 Log: MFC r351663: ar: use more correct size_t type for loop index Submitted by: cem Modified: stable/12/usr.bin/ar/write.c Directory Properties: stable/12/ (props

Re: svn commit: r351918 - head/sys/kern

2019-09-09 Thread Warner Losh
On Mon, Sep 9, 2019, 5:56 AM Brooks Davis wrote: > On Sat, Sep 07, 2019 at 12:23:03PM +0800, Philip Paeps wrote: > > On 2019-09-07 12:06:32 (+0800), Warner Losh wrote: > > > On Fri, Sep 6, 2019 at 9:54 PM Philip Paeps > > > wrote: > > >> On 2019-09-06 22:18:36 (+0800), Ian Lepore wrote: > > >>>

Re: svn commit: r352059 - head/sys/kern

2019-09-09 Thread Conrad Meyer
Thanks! On Mon, Sep 9, 2019 at 11:48 AM Konstantin Belousov wrote: > > On Mon, Sep 09, 2019 at 11:31:32AM -0700, Conrad Meyer wrote: > > What’s the motivation for using more timehands? > See the thread titled 'Is it a good idea to use a usb-serial adapter > for PPS input? Yes, it is.' on arm@

svn commit: r352103 - head/sbin/camcontrol

2019-09-09 Thread Alexander Motin
Author: mav Date: Mon Sep 9 19:00:37 2019 New Revision: 352103 URL: https://svnweb.freebsd.org/changeset/base/352103 Log: Add one more error message to r352082. MFC after:5 days Sponsored by: iXsystems, Inc. Modified: head/sbin/camcontrol/camcontrol.c Modified:

svn commit: r352102 - in stable/12: targets/pseudo/userland tools/build/mk usr.sbin/bluetooth usr.sbin/bluetooth/iwmbtfw

2019-09-09 Thread Vladimir Kondratyev
Author: wulf Date: Mon Sep 9 18:57:17 2019 New Revision: 352102 URL: https://svnweb.freebsd.org/changeset/base/352102 Log: MFC r351197, r351199: iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devices Currently supported models are: 8260, 8265, 9560, 9260 and

svn commit: r352101 - in stable/12/sys: conf modules/netgraph/bluetooth/ubt netgraph/bluetooth/drivers/ubt

2019-09-09 Thread Vladimir Kondratyev
Author: wulf Date: Mon Sep 9 18:50:38 2019 New Revision: 352101 URL: https://svnweb.freebsd.org/changeset/base/352101 Log: MFC r351196, r351324, r351326: ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode. Add helper function for synchronous execution of HCI

Re: svn commit: r352059 - head/sys/kern

2019-09-09 Thread Konstantin Belousov
On Mon, Sep 09, 2019 at 11:31:32AM -0700, Conrad Meyer wrote: > What’s the motivation for using more timehands? See the thread titled 'Is it a good idea to use a usb-serial adapter for PPS input? Yes, it is.' on arm@ and usb@. In short, there are some reports of timecounters misbehaving on

svn commit: r352100 - in head/tools/tools/nanobsd: dhcpd embedded

2019-09-09 Thread Warner Losh
Author: imp Date: Mon Sep 9 18:46:28 2019 New Revision: 352100 URL: https://svnweb.freebsd.org/changeset/base/352100 Log: Remove obsolete WITHOUT names that are no longer in the system. Noticed by: swills@ Modified: head/tools/tools/nanobsd/dhcpd/common

svn commit: r352099 - head/tools/tools/nanobsd/embedded

2019-09-09 Thread Warner Losh
Author: imp Date: Mon Sep 9 18:45:52 2019 New Revision: 352099 URL: https://svnweb.freebsd.org/changeset/base/352099 Log: These should have been removed when we removed atmel port before 12. Deleted: head/tools/tools/nanobsd/embedded/sam9260ek.cfg

svn commit: r352097 - head/sys/fs/msdosfs

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 18:35:17 2019 New Revision: 352097 URL: https://svnweb.freebsd.org/changeset/base/352097 Log: msdosfsmount.h: fix ifdef comment Modified: head/sys/fs/msdosfs/msdosfsmount.h Modified: head/sys/fs/msdosfs/msdosfsmount.h

svn commit: r352096 - head/contrib/compiler-rt/lib/sanitizer_common

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 18:33:15 2019 New Revision: 352096 URL: https://svnweb.freebsd.org/changeset/base/352096 Log: compiler-rt: use 64-bit time_t for all FreeBSD archs except i386 Obtained from:LLVM r370756 Modified:

svn commit: r352095 - head/contrib/compiler-rt/lib/sanitizer_common

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 18:32:29 2019 New Revision: 352095 URL: https://svnweb.freebsd.org/changeset/base/352095 Log: compiler-rt: use more __sanitizer_time_t on FreeBSD A few structs were using long for time_t members. Obtained from:LLVM r370755 Modified:

Re: svn commit: r352059 - head/sys/kern

2019-09-09 Thread Conrad Meyer
What’s the motivation for using more timehands? On Mon, Sep 9, 2019 at 04:30 Konstantin Belousov wrote: > Author: kib > Date: Mon Sep 9 11:29:58 2019 > New Revision: 352059 > URL: https://svnweb.freebsd.org/changeset/base/352059 > > Log: > Make timehands count selectable at boottime. > >

svn commit: r352094 - in stable/12: share/mk sys/arm/conf sys/conf sys/modules/linux sys/modules/linux64 sys/powerpc/conf sys/powerpc/conf/dpaa usr.sbin/pmcstudy

2019-09-09 Thread Warner Losh
Author: imp Date: Mon Sep 9 18:27:52 2019 New Revision: 352094 URL: https://svnweb.freebsd.org/changeset/base/352094 Log: MFC: r351429,351430,351485,351497,351498 Merge changes to turn off -Werror for gcc 4.2.1 by default as part of the plan to deorbit gcc 4.2.1 from -head before 13.0.

svn commit: r352093 - stable/12/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 18:20:55 2019 New Revision: 352093 URL: https://svnweb.freebsd.org/changeset/base/352093 Log: Back out r352087 for now The ancient-gcc -Wno-error series hasn't been MFC'd yet to this branch and some GCC builds seem to have raised a false-positive that

svn commit: r352092 - head/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 18:17:30 2019 New Revision: 352092 URL: https://svnweb.freebsd.org/changeset/base/352092 Log: bectl(8): initialize reverse earlier This turns into a warning in GCC 4.2 that 'reverse' may be used uninitialized in this function. While I don't immediately see

svn commit: r352091 - stable/11/sys/net

2019-09-09 Thread Eric Joyner
Author: erj Date: Mon Sep 9 18:07:31 2019 New Revision: 352091 URL: https://svnweb.freebsd.org/changeset/base/352091 Log: iflib: initialize the STATE_LOCK in iflib_register From Jake: r347197 contained an MFC for r332389, adding the STATE_LOCK to the iflib core driver. Unfortunately,

svn commit: r352090 - stable/12/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 18:01:07 2019 New Revision: 352090 URL: https://svnweb.freebsd.org/changeset/base/352090 Log: bectl(8): fix mis-merge r348296 ("add description for create subcommand") apparently failed to merge in the SYNOPSIS addition somehow... correct this mistake now.

svn commit: r352089 - in stable: 11/contrib/llvm/lib/CodeGen 12/contrib/llvm/lib/CodeGen

2019-09-09 Thread Dimitry Andric
Author: dim Date: Mon Sep 9 17:58:26 2019 New Revision: 352089 URL: https://svnweb.freebsd.org/changeset/base/352089 Log: MFC r351938: Pull in r37 from upstream llvm trunk (by Eli Friedman): [IfConversion] Fix diamond conversion with unanalyzable branches. The code was

svn commit: r352089 - in stable: 11/contrib/llvm/lib/CodeGen 12/contrib/llvm/lib/CodeGen

2019-09-09 Thread Dimitry Andric
Author: dim Date: Mon Sep 9 17:58:26 2019 New Revision: 352089 URL: https://svnweb.freebsd.org/changeset/base/352089 Log: MFC r351938: Pull in r37 from upstream llvm trunk (by Eli Friedman): [IfConversion] Fix diamond conversion with unanalyzable branches. The code was

svn commit: r352088 - stable/11/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:56:37 2019 New Revision: 352088 URL: https://svnweb.freebsd.org/changeset/base/352088 Log: MFC r351813: bectl(8): implement sorting for 'bectl list' output Allow 'bectl list' to sort output by a given property name. The property name is passed in using

svn commit: r352087 - stable/12/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:56:14 2019 New Revision: 352087 URL: https://svnweb.freebsd.org/changeset/base/352087 Log: MFC r351813: bectl(8): implement sorting for 'bectl list' output Allow 'bectl list' to sort output by a given property name. The property name is passed in using

svn commit: r352086 - stable/12/sbin/bectl

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:53:15 2019 New Revision: 352086 URL: https://svnweb.freebsd.org/changeset/base/352086 Log: MFC r345845-r345846: bectl(8) manpage clarity r345845: bectl.8: Clean up & clarify the create subcommand - Improve formatting - Use consistent variable

svn commit: r352085 - stable/12/usr.sbin/makefs

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:44:14 2019 New Revision: 352085 URL: https://svnweb.freebsd.org/changeset/base/352085 Log: MFC r344555 (sobomax): makefs: Improve error handling Bail out if one of the files scheduled to go to the FS image we are making cannot be read (e.g. EPERM).

svn commit: r352084 - in stable/12: lib/geom/part sys/geom/part

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:43:44 2019 New Revision: 352084 URL: https://svnweb.freebsd.org/changeset/base/352084 Log: MFC r351797: (Optional) Allow more nesting of GEOM partitioning schemes GEOM is supposed to be topology-agnostic, but the GPT and BSD partition code has arbitrary

svn commit: r352083 - in stable: 11/lib/libc/mips 11/sys/mips/include 12/lib/libc/mips 12/sys/mips/include

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:37:52 2019 New Revision: 352083 URL: https://svnweb.freebsd.org/changeset/base/352083 Log: MFC r351681: mips: fix some mcount nits The symbol version for _mcount was removed 12 years ago in r169525 from gmon/Symbol.map, to be added to the per-arch

svn commit: r352083 - in stable: 11/lib/libc/mips 11/sys/mips/include 12/lib/libc/mips 12/sys/mips/include

2019-09-09 Thread Kyle Evans
Author: kevans Date: Mon Sep 9 17:37:52 2019 New Revision: 352083 URL: https://svnweb.freebsd.org/changeset/base/352083 Log: MFC r351681: mips: fix some mcount nits The symbol version for _mcount was removed 12 years ago in r169525 from gmon/Symbol.map, to be added to the per-arch

svn commit: r352082 - head/sbin/camcontrol

2019-09-09 Thread Alexander Motin
Author: mav Date: Mon Sep 9 17:36:29 2019 New Revision: 352082 URL: https://svnweb.freebsd.org/changeset/base/352082 Log: Fix number of problems found while testing on SAT devices. - Remove incomplete and dangerous ata_res decoding from ata_do_cmd(). Instead switch all functions that

svn commit: r352081 - stable/12/usr.sbin/makefs/msdos

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:34:18 2019 New Revision: 352081 URL: https://svnweb.freebsd.org/changeset/base/352081 Log: MFC r351396: makefs: diff reduction to sys/fs/msdosfs No functional change. Modified: stable/12/usr.sbin/makefs/msdos/direntry.h

svn commit: r352080 - stable/12/usr.sbin/makefs/msdos

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:33:31 2019 New Revision: 352080 URL: https://svnweb.freebsd.org/changeset/base/352080 Log: MFC r351347: makefs: Verify that the BPB media descriptor and FAT ID match From r322982 in sys/fs/msdosfs. Modified:

svn commit: r352079 - in stable/12/usr.sbin/makefs: . ffs msdos

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:32:40 2019 New Revision: 352079 URL: https://svnweb.freebsd.org/changeset/base/352079 Log: makefs: add msdosfs (FAT) support MFC r351232: makefs.8: expand description of image size Submitted by: ryan_freqlabs.com, Siva Mahadevan MFC r351273:

svn commit: r352078 - stable/12/usr.sbin/makefs

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:24:24 2019 New Revision: 352078 URL: https://svnweb.freebsd.org/changeset/base/352078 Log: MFC r351230: makefs.8: style updates from igor Sponsored by: The FreeBSD Foundation Modified: stable/12/usr.sbin/makefs/makefs.8 Directory Properties:

svn commit: r352077 - in stable/12/usr.sbin/makefs: . tests

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 17:22:11 2019 New Revision: 352077 URL: https://svnweb.freebsd.org/changeset/base/352077 Log: MFC r345281: makefs: Fix "time" mtree attribute handling When processing mtree(5) MANIFEST files, makefs(8) previously threw an error if it encountered an entry

svn commit: r352076 - in stable/12/sys: compat/linuxkpi/common/include/linux sys

2019-09-09 Thread Johannes Lundberg
Author: johalun Date: Mon Sep 9 16:37:38 2019 New Revision: 352076 URL: https://svnweb.freebsd.org/changeset/base/352076 Log: MFC r351701: LinuxKPI: Add sysfs create/remove functions that handles multiple files in one call. Reviewed by: hps Approved by: imp (mentor), hps Modified:

svn commit: r352075 - head/sys/ddb

2019-09-09 Thread Conrad Meyer
Author: cem Date: Mon Sep 9 16:32:23 2019 New Revision: 352075 URL: https://svnweb.freebsd.org/changeset/base/352075 Log: ddb(4): Add some support for lexing IPv6 addresses Allow commands to specify that (hex) numbers may start with A-F, by adding the DRT_HEX flag for

svn commit: r352074 - head/sys/ddb

2019-09-09 Thread Conrad Meyer
Author: cem Date: Mon Sep 9 16:31:14 2019 New Revision: 352074 URL: https://svnweb.freebsd.org/changeset/base/352074 Log: ddb(4): Enhance lexer functionality for specialized commands Add a db_read_token_flags() variant of db_read_token() with configurable parameters. Allow

svn commit: r352073 - head/lib/csu/riscv

2019-09-09 Thread Kristof Provost
Author: kp Date: Mon Sep 9 16:25:09 2019 New Revision: 352073 URL: https://svnweb.freebsd.org/changeset/base/352073 Log: csu: Add the riscv .init call sequence Reviewed by: br Sponsored by: Axiado Differential Revision:https://reviews.freebsd.org/D21537 Modified:

svn commit: r352072 - in head/sys/netinet: . tcp_stacks

2019-09-09 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 9 16:07:47 2019 New Revision: 352072 URL: https://svnweb.freebsd.org/changeset/base/352072 Log: Only update SACK/DSACK lists when a non-empty segment was received. This fixes hitting a KASSERT with a valid packet exchange. Reviewed by: rrs@, Richard

svn commit: r352071 - head/sys/conf

2019-09-09 Thread Kristof Provost
Author: kp Date: Mon Sep 9 15:57:24 2019 New Revision: 352071 URL: https://svnweb.freebsd.org/changeset/base/352071 Log: riscv: Ensure that BSS is 8-byte aligned This makes clearing it (from locore.S) work without misaligned accesses (which can trap to machine mode, and be slow).

svn commit: r352070 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:37:40 2019 New Revision: 352070 URL: https://svnweb.freebsd.org/changeset/base/352070 Log: m4: import from OpenBSD By deraadt@ mkstemp() returns -1 on failure Obtained from:OpenBSD Modified: head/usr.bin/m4/eval.c Modified:

svn commit: r352069 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:35:34 2019 New Revision: 352069 URL: https://svnweb.freebsd.org/changeset/base/352069 Log: m4: import from OpenBSD patch by espie@ replace sloppy parsing of numeric values with strtonum (incr, decr, divert) still use integers, so use the natural

svn commit: r352068 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:28:22 2019 New Revision: 352068 URL: https://svnweb.freebsd.org/changeset/base/352068 Log: m4: import patch from OpenBSD by espie@ ifelse is special, fix argv parsing to avoid segfault problem noticed by Matthew Green (netbsd), slightly different fix

svn commit: r352067 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:24:48 2019 New Revision: 352067 URL: https://svnweb.freebsd.org/changeset/base/352067 Log: m4: import patch from OpenBSD Use waitpid()/EINTR idiom for the specific pid, rather than generic wait() Patch by: deraadt@ Obtained from:OpenBSD

svn commit: r352066 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:20:19 2019 New Revision: 352066 URL: https://svnweb.freebsd.org/changeset/base/352066 Log: Import from OpenBSD a patch which eliminates the link with -ly or -ly patch by ibara@ Obtained from:OpenBSD Modified: head/usr.bin/m4/Makefile

svn commit: r352065 - head/usr.bin/m4

2019-09-09 Thread Baptiste Daroussin
Author: bapt Date: Mon Sep 9 15:18:04 2019 New Revision: 352065 URL: https://svnweb.freebsd.org/changeset/base/352065 Log: Import from OpenBSD: -E flag Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+ Help and direction millert@ espie@ anton@ deraadt@

svn commit: r352064 - stable/11/sys/netipsec

2019-09-09 Thread Fabien Thomas
Author: fabient Date: Mon Sep 9 14:56:06 2019 New Revision: 352064 URL: https://svnweb.freebsd.org/changeset/base/352064 Log: MFC r351935: Fix broken window replay check that will allow old packet to be accepted. This was introduced in r309144. Submitted by: Jean-Francois HREN

svn commit: r352063 - head/tools/boot

2019-09-09 Thread Ed Maste
Author: emaste Date: Mon Sep 9 14:51:25 2019 New Revision: 352063 URL: https://svnweb.freebsd.org/changeset/base/352063 Log: ci-qemu-test: if firmware is not available, hint at pkg to install uefi-edk2-qemu-x86_64 provides the firmware ci-qemu-test.sh expects to use. Sponsored by:

svn commit: r352062 - stable/12/sys/netipsec

2019-09-09 Thread Fabien Thomas
Author: fabient Date: Mon Sep 9 14:41:39 2019 New Revision: 352062 URL: https://svnweb.freebsd.org/changeset/base/352062 Log: MFC r351935: Fix broken window replay check that will allow old packet to be accepted. This was introduced in r309144. Submitted by: Jean-Francois HREN

svn commit: r352061 - stable/12/usr.sbin/bhyve

2019-09-09 Thread Chuck Tuffli
Author: chuck Date: Mon Sep 9 14:16:57 2019 New Revision: 352061 URL: https://svnweb.freebsd.org/changeset/base/352061 Log: MFC r350077 bhyve: update the NVMe CQ based on the status Approved by: imp (mentor) Modified: stable/12/usr.sbin/bhyve/pci_nvme.c Directory Properties:

Re: svn commit: r340363 - in head: . contrib/tcpdump contrib/traceroute lib/libcasper/services/cap_dns lib/libcasper/services/cap_dns/tests sbin/ping

2019-09-09 Thread Alan Somers
On Mon, Nov 12, 2018 at 8:53 AM Mariusz Zaborski wrote: > Author: oshogbo > Date: Mon Nov 12 15:52:45 2018 > New Revision: 340363 > URL: https://svnweb.freebsd.org/changeset/base/340363 > > Log: > libcasper: ange the name of limits in cap_dns so the intentions are > obvious. > > Reported by:

svn commit: r352060 - head/sys/kern

2019-09-09 Thread Konstantin Belousov
Author: kib Date: Mon Sep 9 12:42:48 2019 New Revision: 352060 URL: https://svnweb.freebsd.org/changeset/base/352060 Log: Initialize timehands linkage much earlier. Reported and tested by: trasz Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

Re: svn commit: r351673 - in head: lib/libmemstat share/man/man9 sys/cddl/compat/opensolaris/kern sys/kern sys/vm

2019-09-09 Thread Slawa Olhovchenkov
On Sun, Sep 08, 2019 at 04:18:19PM -0400, Mark Johnston wrote: > On Sat, Sep 07, 2019 at 06:31:10PM +0300, Slawa Olhovchenkov wrote: > > On Sat, Sep 07, 2019 at 10:50:34AM -0400, Mark Johnston wrote: > > > > > On Wed, Sep 04, 2019 at 05:45:24PM +0300, Slawa Olhovchenkov wrote: > > > > On Tue,

Re: svn commit: r351918 - head/sys/kern

2019-09-09 Thread Brooks Davis
On Sat, Sep 07, 2019 at 12:23:03PM +0800, Philip Paeps wrote: > On 2019-09-07 12:06:32 (+0800), Warner Losh wrote: > > On Fri, Sep 6, 2019 at 9:54 PM Philip Paeps > > wrote: > >> On 2019-09-06 22:18:36 (+0800), Ian Lepore wrote: > >>> On Fri, 2019-09-06 at 12:15 +0800, Philip Paeps wrote: >

svn commit: r352059 - head/sys/kern

2019-09-09 Thread Konstantin Belousov
Author: kib Date: Mon Sep 9 11:29:58 2019 New Revision: 352059 URL: https://svnweb.freebsd.org/changeset/base/352059 Log: Make timehands count selectable at boottime. Tested by:O'Connor, Daniel Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r352058 - head/sys/ufs/ffs

2019-09-09 Thread Konstantin Belousov
Author: kib Date: Mon Sep 9 11:22:38 2019 New Revision: 352058 URL: https://svnweb.freebsd.org/changeset/base/352058 Log: Remove some unneeded vfs_busy() calls in SU code. When softdep_fsync() is running, a caller must already started write for the mount point. Since unmount or remount

svn commit: r352057 - in stable/11/sys: netinet netinet6

2019-09-09 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 9 11:20:15 2019 New Revision: 352057 URL: https://svnweb.freebsd.org/changeset/base/352057 Log: MFC r349986: When calling sctp_initialize_auth_params(), the inp must have at least a read lock. To avoid more complex locking dances, just call it in

svn commit: r352056 - head/include

2019-09-09 Thread Konstantin Belousov
Author: kib Date: Mon Sep 9 11:15:14 2019 New Revision: 352056 URL: https://svnweb.freebsd.org/changeset/base/352056 Log: Make snprintf(3) and vscanf(3) definitions available under appropriate POSIX visibility. Reported by: jbeich Reviewed by: jilles PR: 207287 MFC after:1

svn commit: r352055 - stable/11/contrib/traceroute

2019-09-09 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 9 10:44:58 2019 New Revision: 352055 URL: https://svnweb.freebsd.org/changeset/base/352055 Log: The variable names in the description of the port number usage is inconsistent. This patch fixes that and improves the precision of the description. Thanks to Tom