svn commit: r349981 - head/sys/net

2019-07-13 Thread Chuck Tuffli
Author: chuck Date: Sun Jul 14 03:49:48 2019 New Revision: 349981 URL: https://svnweb.freebsd.org/changeset/base/349981 Log: Fix a typo in r349969 OUI_FRREBSD_NVME_HIGH should have been OUI_FREEBSD_NVME_HIGH Caught by:Gary Jennejohn Modified: head/sys/net/ieee_oui.h Modified: h

svn commit: r349980 - head/sys/contrib/ipfilter/netinet

2019-07-13 Thread Cy Schubert
Author: cy Date: Sun Jul 14 02:46:34 2019 New Revision: 349980 URL: https://svnweb.freebsd.org/changeset/base/349980 Log: Calculate the offset of the interface name using FR_NAME rather than calclulating it "by hand". This improves consistency with the rest of the code and is in line with pl

svn commit: r349979 - head/sys/contrib/ipfilter/netinet

2019-07-13 Thread Cy Schubert
Author: cy Date: Sun Jul 14 02:46:30 2019 New Revision: 349979 URL: https://svnweb.freebsd.org/changeset/base/349979 Log: Recycle the unused FR_CMPSIZ macro which became orphaned in ipfilter 5 prior to its import into FreeBSD. This macro calculates the size to be compared within the frentry

svn commit: r349978 - head/sys/contrib/ipfilter/netinet

2019-07-13 Thread Cy Schubert
Author: cy Date: Sun Jul 14 02:46:26 2019 New Revision: 349978 URL: https://svnweb.freebsd.org/changeset/base/349978 Log: style(9) MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/ipfilter/netinet/fil.c ===

Re: svn commit: r349969 - in head: sys/net usr.sbin/bhyve

2019-07-13 Thread Chuck Tuffli
On Sat, Jul 13, 2019 at 6:08 AM Gary Jennejohn wrote: > > On Sat, 13 Jul 2019 12:48:29 + (UTC) > Chuck Tuffli wrote: > > > Author: chuck > > Date: Sat Jul 13 12:48:28 2019 > > New Revision: 349969 > > URL: https://svnweb.freebsd.org/changeset/base/349969 ... > > +#define OUI_FREEBSD_NVME_MASK

svn commit: r349976 - head

2019-07-13 Thread Ian Lepore
run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20190713: +Default permissions on the /var/account/acct file (and copies of it rotated +by periodic daily scripts) are changed from 0644 to 0640 because the file +contains sensitive information that

svn commit: r349975 - head/sys/arm64/arm64

2019-07-13 Thread Alan Cox
Author: alc Date: Sat Jul 13 16:32:19 2019 New Revision: 349975 URL: https://svnweb.freebsd.org/changeset/base/349975 Log: Revert r349442, which was a workaround for bus errors caused by an errant TLB entry. Specifically, at the start of pmap_enter_quick_locked(), we would sometimes have a

svn commit: r349974 - head/libexec/rc/rc.d

2019-07-13 Thread Ian Lepore
Author: ian Date: Sat Jul 13 16:07:38 2019 New Revision: 349974 URL: https://svnweb.freebsd.org/changeset/base/349974 Log: Limit access to system accounting files. In 2013 the security chapter of the Handbook was updated in r42501 to suggest limiting access to the system accounting file [

svn commit: r349973 - head/sys/i386/i386

2019-07-13 Thread Alan Cox
Author: alc Date: Sat Jul 13 15:53:28 2019 New Revision: 349973 URL: https://svnweb.freebsd.org/changeset/base/349973 Log: Remove a stale comment. Reported by: markj MFC after:1 week Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c =

svn commit: r349972 - in head: lib/libc/arm lib/libc/arm/gen sys/sys

2019-07-13 Thread Ian Lepore
Author: ian Date: Sat Jul 13 15:34:29 2019 New Revision: 349972 URL: https://svnweb.freebsd.org/changeset/base/349972 Log: Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers. NetBSD and OpenBSD have libc wrapper functions for the ARM_SYNC_ICACHE and ARM_DRAIN_WRITEBUF

svn commit: r349971 - head/contrib/llvm/tools/lld/ELF

2019-07-13 Thread Dimitry Andric
Author: dim Date: Sat Jul 13 15:04:30 2019 New Revision: 349971 URL: https://svnweb.freebsd.org/changeset/base/349971 Log: Pull in r365760 from upstream lld trunk (by Fangrui Song): [ELF] Handle non-glob patterns before glob patterns in version scripts & fix a corner case of --dynamic

Re: svn commit: r349969 - in head: sys/net usr.sbin/bhyve

2019-07-13 Thread Gary Jennejohn
On Sat, 13 Jul 2019 12:48:29 + (UTC) Chuck Tuffli wrote: > Author: chuck > Date: Sat Jul 13 12:48:28 2019 > New Revision: 349969 > URL: https://svnweb.freebsd.org/changeset/base/349969 > > Log: > bhyve: Create EUI64 for NVMe namespaces > > Accept an IEEE Extended Unique Identifier (EU

svn commit: r349969 - in head: sys/net usr.sbin/bhyve

2019-07-13 Thread Chuck Tuffli
Author: chuck Date: Sat Jul 13 12:48:28 2019 New Revision: 349969 URL: https://svnweb.freebsd.org/changeset/base/349969 Log: bhyve: Create EUI64 for NVMe namespaces Accept an IEEE Extended Unique Identifier (EUI-64) from the command line for each NVMe namespace. If one isn't provided, it

svn commit: r349968 - head/sys/netinet6

2019-07-13 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 13 12:45:08 2019 New Revision: 349968 URL: https://svnweb.freebsd.org/changeset/base/349968 Log: r348494 fixes a race in udp_output(). The same race exists in udp_output6(), therefore apply a similar patch to IPv6. Reported by: syzbot+c5ffbc8f14294c7b

svn commit: r349966 - head/sys/dev/netmap

2019-07-13 Thread Vincenzo Maffione
Author: vmaffione Date: Sat Jul 13 08:08:25 2019 New Revision: 349966 URL: https://svnweb.freebsd.org/changeset/base/349966 Log: netmap: fix bug introduced by r349752 r349752 introduced a NULL pointer reference bug in the emulated netmap code. Reported by: lwhsu MFC after:3 da