svn commit: r341006 - head/sys/netgraph

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Tue Nov 27 04:05:38 2018 New Revision: 341006 URL: https://svnweb.freebsd.org/changeset/base/341006 Log: ng_source(4): correction after the change r340617 tv_usec has "long" type for all architecture in FreeBSD and follows __LP64__. However, this is not true for

svn commit: r341005 - head/sys/cam

2018-11-26 Thread Warner Losh
Author: imp Date: Tue Nov 27 00:36:35 2018 New Revision: 341005 URL: https://svnweb.freebsd.org/changeset/base/341005 Log: NVME trim clocking Add the ability to set two goals for trims in the I/O scheduler. The first goal is the number of BIO_DELETEs to accumulate

svn commit: r341004 - head/lib/libufs

2018-11-26 Thread Kirk McKusick
Author: mckusick Date: Mon Nov 26 23:09:45 2018 New Revision: 341004 URL: https://svnweb.freebsd.org/changeset/base/341004 Log: Bring up to date with recently added functions berase(3), getinode(3), putinode(3), sbget(3), and sbput(3). Sponsored by: Netflix Modified:

svn commit: r341003 - head/sys/cam

2018-11-26 Thread Warner Losh
Author: imp Date: Mon Nov 26 22:50:30 2018 New Revision: 341003 URL: https://svnweb.freebsd.org/changeset/base/341003 Log: Minor tweaks to the formatting Tweak the format of the trim + read bias code. Add similar debug to the read + writes case. Spondored by: Netflix Modified:

svn commit: r341002 - head/sys/conf

2018-11-26 Thread Mark Murray
Author: markm Date: Mon Nov 26 22:45:58 2018 New Revision: 341002 URL: https://svnweb.freebsd.org/changeset/base/341002 Log: Add dependency to allow if_muge device to be only ethernet device in stripped-down RPI3 kernel. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r341001 - head/sys/dev/cxgbe/cxgbei

2018-11-26 Thread Mark Johnston
Author: markj Date: Mon Nov 26 22:42:52 2018 New Revision: 341001 URL: https://svnweb.freebsd.org/changeset/base/341001 Log: Check for an allocation failure before dereferencing the pointer. Reported by: Ilja Van Sprundel Reviewed by: np MFC after:1 week Sponsored by: The

svn commit: r341000 - stable/12

2018-11-26 Thread Brooks Davis
Author: brooks Date: Mon Nov 26 22:21:40 2018 New Revision: 341000 URL: https://svnweb.freebsd.org/changeset/base/341000 Log: Record r340273, r340275, r340295, r340303 as merged. These commits where the result of running "make sysent" and their counterparts in this branch were direct

svn commit: r340999 - svnadmin/conf

2018-11-26 Thread Konstantin Belousov
Author: kib Date: Mon Nov 26 22:14:46 2018 New Revision: 340999 URL: https://svnweb.freebsd.org/changeset/base/340999 Log: Free Yuri. Approved by: core (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r340998 - in stable/12/sys: conf dev/amdgpio modules modules/amdgpio

2018-11-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Nov 26 22:00:29 2018 New Revision: 340998 URL: https://svnweb.freebsd.org/changeset/base/340998 Log: MFC r339523: Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms Submitted by: Rajesh Kumar Differential Revision:

svn commit: r340997 - head/lib/libarchive

2018-11-26 Thread Martin Matuska
Author: mm Date: Mon Nov 26 21:45:27 2018 New Revision: 340997 URL: https://svnweb.freebsd.org/changeset/base/340997 Log: libarchive configuration changes - move HAVE_BZLIB_H, HAVE_LIBLZMA and HAVE_LZMA_H to config_freebsd.h - activate support for multi-threaded lzma encoding [1] PR:

Re: svn commit: r340617 - head/sys/netgraph

2018-11-26 Thread John Baldwin
On 11/18/18 11:27 PM, Eugene Grosbein wrote: > Author: eugen > Date: Mon Nov 19 07:27:50 2018 > New Revision: 340617 > URL: https://svnweb.freebsd.org/changeset/base/340617 > > Log: > Unbreak ng_source(4) for 64-bit platforms including amd64. > > Modified: > head/sys/netgraph/ng_source.c >

svn commit: r340996 - in head/sys: amd64/amd64 amd64/ia32 i386/i386 kern

2018-11-26 Thread Eric van Gyzen
Author: vangyzen Date: Mon Nov 26 20:56:05 2018 New Revision: 340996 URL: https://svnweb.freebsd.org/changeset/base/340996 Log: Remove superfluous bzero in getcontext/swapcontext/sendsig We zero the whole structure; we don't need to zero the __spare__ field again. Remove trailing

svn commit: r340995 - in head/sys: arm/arm arm64/arm64 riscv/riscv

2018-11-26 Thread Eric van Gyzen
Author: vangyzen Date: Mon Nov 26 20:52:53 2018 New Revision: 340995 URL: https://svnweb.freebsd.org/changeset/base/340995 Log: Prevent kernel stack disclosure in signal delivery On arm64 and riscv platforms, sendsig() failed to zero the signal frame before copying it out to userspace.

svn commit: r340994 - in head/sys: amd64/ia32 mips/mips powerpc/powerpc

2018-11-26 Thread Eric van Gyzen
Author: vangyzen Date: Mon Nov 26 20:50:55 2018 New Revision: 340994 URL: https://svnweb.freebsd.org/changeset/base/340994 Log: Prevent kernel stack disclosure in getcontext/swapcontext Expand r338982 to cover freebsd32 interfaces on amd64, mips, and powerpc. MFC after:2 days

Re: svn commit: r340676 - in head/sys: kern sys

2018-11-26 Thread John Baldwin
On 11/22/18 9:28 AM, Mateusz Guzik wrote: > diff --git a/sys/sys/systm.h b/sys/sys/systm.h > index a1b98c5660c..fab94ee7979 100644 > --- a/sys/sys/systm.h > +++ b/sys/sys/systm.h > @@ -523,7 +523,11 @@ int alloc_unr_specific(struct unrhdr *uh, u_int item); > int alloc_unrl(struct unrhdr *uh); >

svn commit: r340993 - head/sys/dev/acpica

2018-11-26 Thread Ben Widawsky
Author: bwidawsk Date: Mon Nov 26 19:41:13 2018 New Revision: 340993 URL: https://svnweb.freebsd.org/changeset/base/340993 Log: acpi/ec: Fix regression caused by r340644 After r340644 there were two things wrong in cases where there is both an ECDT, and an EC device exposed via acpica.

svn commit: r340992 - in head: etc/mtree share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale tools/tools/locale/etc

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 19:39:49 2018 New Revision: 340992 URL: https://svnweb.freebsd.org/changeset/base/340992 Log: Add ga_IE.UTF-8 locale. PR: 228587 Submitted by: Micil (LC_TIME) Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after:3 days

svn commit: r340991 - head/stand/i386/libi386

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 19:29:18 2018 New Revision: 340991 URL: https://svnweb.freebsd.org/changeset/base/340991 Log: stand/i386/libi386: rename .s file to .S to use Clang IAS As part of the migration away from obsolete binutils we want to retire GNU as. Most assembly files used

svn commit: r340990 - head/stand/i386/btx/lib

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 19:14:33 2018 New Revision: 340990 URL: https://svnweb.freebsd.org/changeset/base/340990 Log: btx: rename .s files to .S to use Clang IAS As part of the migration away from obsolete binutils we want to retire GNU as. Most assembly files used on amd64 have

svn commit: r340989 - head/sys/dev/extres/regulator

2018-11-26 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 26 18:46:15 2018 New Revision: 340989 URL: https://svnweb.freebsd.org/changeset/base/340989 Log: regulator_fixed: Do not disable fixed regulator at probe If the regulator is unused it will be disabled by the regulator_shutdown sysinit. Tested on pinebook

svn commit: r340988 - head/sys/kern

2018-11-26 Thread Alan Somers
Author: asomers Date: Mon Nov 26 18:31:00 2018 New Revision: 340988 URL: https://svnweb.freebsd.org/changeset/base/340988 Log: vfs_aio.c: rename "physio" symbols to "bio". aio has two paths: an asynchronous "physio" path and a synchronous path. Confusingly, physio(9) isn't actually used

svn commit: r340987 - head/sys/arm64/conf

2018-11-26 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 26 17:59:25 2018 New Revision: 340987 URL: https://svnweb.freebsd.org/changeset/base/340987 Log: arm64: Add evdev support to GENERIC Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC

svn commit: r340986 - head

2018-11-26 Thread Ed Maste
functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20181126: + On amd64, arm64 and armv7 (architectures that install LLVM's ld.lld + linker as /usr/bin/ld) GNU ld is no longer installed as ld.bfd, as + it produces broken binaries when ifuncs

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

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 17:11:50 2018 New Revision: 340985 URL: https://svnweb.freebsd.org/changeset/base/340985 Log: src.conf.5: regen after r340984 (and r340841) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r340984 - in head: gnu/usr.bin/binutils tools/build/mk tools/build/options

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 17:07:35 2018 New Revision: 340984 URL: https://svnweb.freebsd.org/changeset/base/340984 Log: Do not install GNU ld if lld is /usr/bin/ld GNU binutils ld.bfd 2.17.50 does not support ifuncs and produces broken binaries when ifuncs are in use. When

svn commit: r340983 - head/release/tools

2018-11-26 Thread Glen Barber
Author: gjb Date: Mon Nov 26 17:00:39 2018 New Revision: 340983 URL: https://svnweb.freebsd.org/changeset/base/340983 Log: Fix NTP query on GCE due to unresolved hostname. PR: 232456 Submitted by: Lucas Kanashiro MFC after:3 days Sponsored by: The FreeBSD Foundation

svn commit: r340982 - stable/11/sys/x86/xen

2018-11-26 Thread Roger Pau Monné
Author: royger Date: Mon Nov 26 16:54:16 2018 New Revision: 340982 URL: https://svnweb.freebsd.org/changeset/base/340982 Log: MFC r338628: xen: limit the usage of PIRQs to a legacy PVH Dom0 Sponsored by: Citrix Systems R Modified: stable/11/sys/x86/xen/xen_intr.c Directory Properties:

svn commit: r340981 - in head/release: arm64 tools

2018-11-26 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 26 16:38:39 2018 New Revision: 340981 URL: https://svnweb.freebsd.org/changeset/base/340981 Log: release: arm64: Add PINEBOOK config Add a configuration for PINEBOOK image. Pinebook is a arm64 laptop based on a Pine64 board. Since the usb trackpad need a

svn commit: r340980 - in releng/12.0/sys: kern netinet netinet6 ofed/drivers/infiniband/ulp/sdp

2018-11-26 Thread Mark Johnston
Author: markj Date: Mon Nov 26 16:36:38 2018 New Revision: 340980 URL: https://svnweb.freebsd.org/changeset/base/340980 Log: MFstable/12 r340921: Plug some networking sysctl leaks. Approved by: re (gjb) Modified: releng/12.0/sys/kern/uipc_socket.c releng/12.0/sys/kern/uipc_usrreq.c

svn commit: r340979 - head/sbin/ipfw

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 16:10:20 2018 New Revision: 340979 URL: https://svnweb.freebsd.org/changeset/base/340979 Log: Small language fix after r340978. MFC after:3 days Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

svn commit: r340978 - head/sbin/ipfw

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 16:02:17 2018 New Revision: 340978 URL: https://svnweb.freebsd.org/changeset/base/340978 Log: ipfw.8: add new section to EXAMPLES: SELECTIVE MIRRORING If your network has network traffic analyzer connected to your host directly via dedicated

svn commit: r340977 - releng/12.0/sys/kern

2018-11-26 Thread Mark Johnston
Author: markj Date: Mon Nov 26 15:46:46 2018 New Revision: 340977 URL: https://svnweb.freebsd.org/changeset/base/340977 Log: MFstable/12 r340903: Avoid unsynchronized updates to kn_status. Approved by: re (gjb) Modified: releng/12.0/sys/kern/kern_event.c Directory Properties:

svn commit: r340976 - head/contrib/nvi/common

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 15:33:55 2018 New Revision: 340976 URL: https://svnweb.freebsd.org/changeset/base/340976 Log: vi: fix UTF-8 detection. PR: 202290 Submitted by: la...@fit.vutbr.cz Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after:3 days

svn commit: r340974 - head/sbin/bectl

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 15:11:32 2018 New Revision: 340974 URL: https://svnweb.freebsd.org/changeset/base/340974 Log: bectl: sync usage with man page, removing stray multibyte characters in the process. PR: 233526 Submitted by: tigersha...@gmail.com (original version)

svn commit: r340975 - head/usr.bin/clang/llvm-objdump

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 15:12:58 2018 New Revision: 340975 URL: https://svnweb.freebsd.org/changeset/base/340975 Log: llvm-objdump.1: fix igor / mandoc -Tlint warnings Accidentally omitted from r340972. Modified: head/usr.bin/clang/llvm-objdump/llvm-objdump.1 Modified:

svn commit: r340973 - head/usr.bin/clang/llvm-objdump

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 14:45:58 2018 New Revision: 340973 URL: https://svnweb.freebsd.org/changeset/base/340973 Log: llvm-objdump.1: remove invalid options Some options appear in llvm-objdump's usage information as a side effect of its option parsing implementation and are not

svn commit: r340972 - head/usr.bin/clang/llvm-objdump

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 14:34:30 2018 New Revision: 340972 URL: https://svnweb.freebsd.org/changeset/base/340972 Log: llvm-objdump: initial man page Based on llvm-objdump's online documentation and usage information. This serves as a starting point; additional detail and cleanup

svn commit: r340971 - head/sys/arm/allwinner

2018-11-26 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 26 14:27:13 2018 New Revision: 340971 URL: https://svnweb.freebsd.org/changeset/base/340971 Log: aw_usbphy: Do not error if it's not phy 0 Only phy0 can switch between host/otg, do not error if we request host mode on phy != 0. MFC after:1 month

svn commit: r340970 - in stable/12/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/autofs fs/cd9660 fs/devfs fs/ext2fs fs/fdescfs fs/fuse fs/msdosfs fs/nandfs fs/nfsclient fs/pseudofs fs/smbfs f...

2018-11-26 Thread Mark Johnston
Author: markj Date: Mon Nov 26 14:01:05 2018 New Revision: 340970 URL: https://svnweb.freebsd.org/changeset/base/340970 Log: MFC r340787 (by rmacklem), r340856, r340859: Ensure that directory entry padding bytes are zeroed. Modified:

svn commit: r340969 - head/lib/libc

2018-11-26 Thread Ed Maste
Author: emaste Date: Mon Nov 26 13:56:19 2018 New Revision: 340969 URL: https://svnweb.freebsd.org/changeset/base/340969 Log: revert r340640 "libc: forcibly disable BIND_NOW" When immediate bind mode is requested, as of r340675 rtld processes irelocs in PLT immediately after other PLT

svn commit: r340968 - head/sys/net

2018-11-26 Thread Mark Johnston
Author: markj Date: Mon Nov 26 13:42:18 2018 New Revision: 340968 URL: https://svnweb.freebsd.org/changeset/base/340968 Log: Plug routing sysctl leaks. Various structures exported by sysctl_rtsock() contain padding fields which were not being zeroed. Reported by: Thomas Barabosch,

svn commit: r340967 - in stable/10: etc sbin/rcorder share/man/man8 usr.sbin/acpi/acpiconf

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:36:30 2018 New Revision: 340967 URL: https://svnweb.freebsd.org/changeset/base/340967 Log: MFC r339818: rcorder(8): Add support for /etc/rc.resume, so it calls "rcorder -k resume" and runs scripts containing "KEYWORD: resume" with single "resume"

svn commit: r340966 - in stable/11: etc sbin/rcorder share/man/man8 usr.sbin/acpi/acpiconf

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:30:00 2018 New Revision: 340966 URL: https://svnweb.freebsd.org/changeset/base/340966 Log: MFC r339818: rcorder(8): Add support for /etc/rc.resume, so it calls "rcorder -k resume" and runs scripts containing "KEYWORD: resume" with single "resume"

svn commit: r340965 - in stable/12: libexec/rc sbin/rcorder share/man/man8 usr.sbin/acpi/acpiconf

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:23:10 2018 New Revision: 340965 URL: https://svnweb.freebsd.org/changeset/base/340965 Log: MFC r339818: rcorder(8) Add support for /etc/rc.resume, so it calls "rcorder -k resume" and runs scripts containing "KEYWORD: resume" with single "resume"

svn commit: r340964 - stable/10/usr.bin/makewhatis

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:08:34 2018 New Revision: 340964 URL: https://svnweb.freebsd.org/changeset/base/340964 Log: makewhatis: do not try to operate on read-only mounted directories just to fail later. This is direct commit to stable/10 instead of MFC r339817 due to

svn commit: r340963 - stable/11/libexec/makewhatis.local

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:03:34 2018 New Revision: 340963 URL: https://svnweb.freebsd.org/changeset/base/340963 Log: MFC r339817: makewhatis: do not try to operate on read-only mounted directories just to fail later. Modified: stable/11/libexec/makewhatis.local/makewhatis.local.sh

svn commit: r340962 - stable/12/libexec/makewhatis.local

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 13:01:51 2018 New Revision: 340962 URL: https://svnweb.freebsd.org/changeset/base/340962 Log: MFC r339817: makewhatis: do not try to operate on read-only mounted directories just to fail later. Modified: stable/12/libexec/makewhatis.local/makewhatis.local.sh

svn commit: r340961 - stable/10/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 12:47:12 2018 New Revision: 340961 URL: https://svnweb.freebsd.org/changeset/base/340961 Log: Prevent ip_input() from panicing due to unprotected access to INADDR_HASH. This is direct commit to stable/10 instead of MFC r339808 due to significant differences in

svn commit: r340960 - stable/11/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 12:41:49 2018 New Revision: 340960 URL: https://svnweb.freebsd.org/changeset/base/340960 Log: MFC r339808: Prevent ip_input() from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340959 - stable/12/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 12:39:57 2018 New Revision: 340959 URL: https://svnweb.freebsd.org/changeset/base/340959 Log: MFC r339808: Prevent ip_input() from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340958 - stable/10/sys/net

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 12:19:30 2018 New Revision: 340958 URL: https://svnweb.freebsd.org/changeset/base/340958 Log: Prevent stf(4) from panicing due to unprotected access to INADDR_HASH. This is direct commit to stable/10 instead of MFC r339806 due to significant differences in

svn commit: r340957 - stable/10/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:51:44 2018 New Revision: 340957 URL: https://svnweb.freebsd.org/changeset/base/340957 Log: Prevent multicast code from panicing due to unprotected access to INADDR_HASH. This is direct commit to stable/10 instead of MFC r339807 due to significant difference

svn commit: r340956 - stable/11/sys/netpfil/ipfw

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:32:22 2018 New Revision: 340956 URL: https://svnweb.freebsd.org/changeset/base/340956 Log: MFC r339810: ipfw: implement ngtee/netgraph actions for layer-2 frames. Kernel part of ipfw does not support and ignores rules other than "pass", "deny" and

svn commit: r340955 - stable/12/sys/netpfil/ipfw

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:28:34 2018 New Revision: 340955 URL: https://svnweb.freebsd.org/changeset/base/340955 Log: MFC r339810: ipfw: implement ngtee/netgraph actions for layer-2 frames. Kernel part of ipfw does not support and ignores rules other than "pass", "deny" and

svn commit: r340954 - stable/10/sbin/mount_msdosfs

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:23:01 2018 New Revision: 340954 URL: https://svnweb.freebsd.org/changeset/base/340954 Log: MFC r339816: mount_msdosfs mount_msdosfs: do not fail mounts requiring locale name conversion table that is already present in a kernel statically. For

svn commit: r340952 - stable/12/sbin/mount_msdosfs

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:20:25 2018 New Revision: 340952 URL: https://svnweb.freebsd.org/changeset/base/340952 Log: MFC r339816: mount_msdosfs mount_msdosfs: do not fail mounts requiring locale name conversion table that is already present in a kernel statically. For

svn commit: r340953 - stable/11/sbin/mount_msdosfs

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:22:04 2018 New Revision: 340953 URL: https://svnweb.freebsd.org/changeset/base/340953 Log: MFC r339816: mount_msdosfs mount_msdosfs: do not fail mounts requiring locale name conversion table that is already present in a kernel statically. For

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

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:17:12 2018 New Revision: 340951 URL: https://svnweb.freebsd.org/changeset/base/340951 Log: MFC r339806: Prevent stf(4) from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340950 - stable/12/sys/net

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:15:59 2018 New Revision: 340950 URL: https://svnweb.freebsd.org/changeset/base/340950 Log: MFC r339806: Prevent stf(4) from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340949 - stable/11/sys/kern

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:14:06 2018 New Revision: 340949 URL: https://svnweb.freebsd.org/changeset/base/340949 Log: MFC r340622: Minor code factoring. No functional change. Sponsored by: Mellanox Technologies Modified: stable/11/sys/kern/kern_sysctl.c Directory

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

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:13:11 2018 New Revision: 340948 URL: https://svnweb.freebsd.org/changeset/base/340948 Log: MFC r340622: Minor code factoring. No functional change. Sponsored by: Mellanox Technologies Modified: stable/12/sys/kern/kern_sysctl.c Directory

svn commit: r340947 - stable/11/sys/kern

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:11:53 2018 New Revision: 340947 URL: https://svnweb.freebsd.org/changeset/base/340947 Log: MFC r340621: Be more verbose when a sysctl fails to unregister. Print name of sysctl in question. Sponsored by: Mellanox Technologies Modified:

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

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:11:02 2018 New Revision: 340946 URL: https://svnweb.freebsd.org/changeset/base/340946 Log: MFC r340621: Be more verbose when a sysctl fails to unregister. Print name of sysctl in question. Sponsored by: Mellanox Technologies Modified:

svn commit: r340945 - stable/11/sys/compat/linuxkpi/common/include/linux

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:09:51 2018 New Revision: 340945 URL: https://svnweb.freebsd.org/changeset/base/340945 Log: MFC r340480: Define asm macro in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies Modified:

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

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:08:55 2018 New Revision: 340944 URL: https://svnweb.freebsd.org/changeset/base/340944 Log: MFC r340480: Define asm macro in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies Modified:

svn commit: r340943 - stable/11/sbin/route

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:08:38 2018 New Revision: 340943 URL: https://svnweb.freebsd.org/changeset/base/340943 Log: MFC r339811: route(8): correctly return exit status when "-q" flag is used. Previously, route returned 1 in case of error properly signalling failure but

svn commit: r340942 - stable/11/sys/compat/linuxkpi/common/include/linux

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:07:43 2018 New Revision: 340942 URL: https://svnweb.freebsd.org/changeset/base/340942 Log: MFC r340479: Implement ktime_get_ts64() function macro in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies

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

2018-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 26 11:06:39 2018 New Revision: 340941 URL: https://svnweb.freebsd.org/changeset/base/340941 Log: MFC r340479: Implement ktime_get_ts64() function macro in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies

svn commit: r340940 - stable/12/sbin/route

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 11:05:26 2018 New Revision: 340940 URL: https://svnweb.freebsd.org/changeset/base/340940 Log: MFC r339811: route(8): correctly return exit status when "-q" flag is used. Previously, route returned 1 in case of error properly signalling failure but

svn commit: r340939 - in head/contrib/libarchive/libarchive: . test

2018-11-26 Thread Martin Matuska
Author: mm Date: Mon Nov 26 11:04:35 2018 New Revision: 340939 URL: https://svnweb.freebsd.org/changeset/base/340939 Log: MFV r340938: Sync libarchive with vendor. Relevant vendor changes: Issue #1096: Support extracting ACLs with in-entry comments (GNU tar) PR #1023: Support

svn commit: r340938 - in vendor/libarchive/dist: . libarchive libarchive/test

2018-11-26 Thread Martin Matuska
Author: mm Date: Mon Nov 26 11:01:51 2018 New Revision: 340938 URL: https://svnweb.freebsd.org/changeset/base/340938 Log: Update vendor/libarchive/dist to git 2c5e9bdbb62eeb56a37776f796c15ed16727193e Relevant vendor changes: Issue #1096: Support extracting ACLs with in-entry comments (GNU

svn commit: r340937 - stable/11/libexec/rtld-elf/amd64

2018-11-26 Thread Konstantin Belousov
Author: kib Date: Mon Nov 26 10:53:17 2018 New Revision: 340937 URL: https://svnweb.freebsd.org/changeset/base/340937 Log: MFC r340842: Silence gcc warnings. Modified: stable/11/libexec/rtld-elf/amd64/reloc.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r340936 - stable/12/libexec/rtld-elf/amd64

2018-11-26 Thread Konstantin Belousov
Author: kib Date: Mon Nov 26 10:51:39 2018 New Revision: 340936 URL: https://svnweb.freebsd.org/changeset/base/340936 Log: MFC r340842: Silence gcc warnings. Modified: stable/12/libexec/rtld-elf/amd64/reloc.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r340935 - stable/11/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 10:50:50 2018 New Revision: 340935 URL: https://svnweb.freebsd.org/changeset/base/340935 Log: MFC r339807: Prevent multicast code from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340934 - stable/12/sys/netinet

2018-11-26 Thread Eugene Grosbein
Author: eugen Date: Mon Nov 26 10:47:00 2018 New Revision: 340934 URL: https://svnweb.freebsd.org/changeset/base/340934 Log: MFC r339807: Prevent multicast code from panicing due to unprotected access to INADDR_HASH. PR: 220078 Differential Revision:

svn commit: r340933 - head/lib/libedit

2018-11-26 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 26 08:16:33 2018 New Revision: 340933 URL: https://svnweb.freebsd.org/changeset/base/340933 Log: libedit: improve multibyte support Until this commit libedit only supported UTF-8 for multibyte charset Improve it to support other multibyte charsets Tested