Re: svn commit: r363679 - in head: contrib/netbsd-tests/lib/libc/regex/data lib/libc/regex

2020-07-29 Thread Kyle Evans
Sorry, on mobile, so doubling down on bad formatting by top-posting... The sed/diff tests are easy to fix, will do those in about 8/9 hours. The Google test failure is interesting- this expression has clearly been wrong and getting the wrong results, so we've caught a legitimate issue here. I

Re: svn commit: r363679 - in head: contrib/netbsd-tests/lib/libc/regex/data lib/libc/regex

2020-07-29 Thread Li-Wen Hsu
On Thu, Jul 30, 2020 at 7:22 AM Kyle Evans wrote: > > Author: kevans > Date: Wed Jul 29 23:21:56 2020 > New Revision: 363679 > URL: https://svnweb.freebsd.org/changeset/base/363679 > > Log: > regex(3): Interpret many escaped ordinary characters as EESCAPE > > In IEEE 1003.1-2008 [1] and

Re: svn commit: r363625 - stable/12/usr.sbin/mountd

2020-07-29 Thread Ian Lepore
On Thu, 2020-07-30 at 01:52 +, Rick Macklem wrote: > Brooks Davis wrote: > > Author: brooks > > Date: Mon Jul 27 23:18:14 2020 > > New Revision: 363625 > > URL: https://svnweb.freebsd.org/changeset/base/363625 > > > > Log: > > MFC r363439: > > > > Correct a type-mismatch between xdr_long

svn commit: r363685 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2020-07-29 Thread Cy Schubert
Author: cy Date: Thu Jul 30 02:52:55 2020 New Revision: 363685 URL: https://svnweb.freebsd.org/changeset/base/363685 Log: MFC r363453: Document the IPFILTER_PREDEFINED environment variable. PR: 248088 Reported by: jo...@a1poweruser.com Modified:

svn commit: r363685 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2020-07-29 Thread Cy Schubert
Author: cy Date: Thu Jul 30 02:52:55 2020 New Revision: 363685 URL: https://svnweb.freebsd.org/changeset/base/363685 Log: MFC r363453: Document the IPFILTER_PREDEFINED environment variable. PR: 248088 Reported by: jo...@a1poweruser.com Modified:

svn commit: r363685 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2020-07-29 Thread Cy Schubert
Author: cy Date: Thu Jul 30 02:52:55 2020 New Revision: 363685 URL: https://svnweb.freebsd.org/changeset/base/363685 Log: MFC r363453: Document the IPFILTER_PREDEFINED environment variable. PR: 248088 Reported by: jo...@a1poweruser.com Modified:

Re: svn commit: r363625 - stable/12/usr.sbin/mountd

2020-07-29 Thread Rick Macklem
Brooks Davis wrote: >Author: brooks >Date: Mon Jul 27 23:18:14 2020 >New Revision: 363625 >URL: https://svnweb.freebsd.org/changeset/base/363625 > >Log: > MFC r363439: > > Correct a type-mismatch between xdr_long and the variable "bad". > > Way back in r28911 (August 1997, CVS rev 1.22) we

svn commit: r363683 - in head: . share/man/man4 sys/conf sys/dev/cy sys/dev/rc sys/dev/rp sys/modules/rc sys/modules/rp

2020-07-29 Thread John-Mark Gurney
) +++ head/ObsoleteFiles.inc Thu Jul 30 00:53:56 2020(r363683) @@ -36,6 +36,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20200729: remove long expired serial drivers +OLD_FILES+=usr/share/man/man4/cy.4.gz +OLD_FILES+=usr/share/man/man4/rc.4.gz +OLD_FILES+=usr/share/man/man4/rp.4.gz

svn commit: r363682 - head/sys/kern

2020-07-29 Thread Mark Johnston
Author: markj Date: Thu Jul 30 00:52:37 2020 New Revision: 363682 URL: https://svnweb.freebsd.org/changeset/base/363682 Log: Fix a logic error in uipc_ready_scan(). When processing the last record in a socket buffer, take care to avoid a NULL pointer dereference when advancing the record

svn commit: r363681 - head

2020-07-29 Thread Kyle Evans
29 23:59:35 2020(r363681) @@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20200729: + r363679 has redefined some undefine

svn commit: r363680 - head/sys/kern

2020-07-29 Thread John Baldwin
Author: jhb Date: Wed Jul 29 23:24:32 2020 New Revision: 363680 URL: https://svnweb.freebsd.org/changeset/base/363680 Log: Properly handle a closed TLS socket with pending receive data. If the remote end closes a TLS socket and the socket buffer still contains not-yet-decrypted TLS

svn commit: r363679 - in head: contrib/netbsd-tests/lib/libc/regex/data lib/libc/regex

2020-07-29 Thread Kyle Evans
Author: kevans Date: Wed Jul 29 23:21:56 2020 New Revision: 363679 URL: https://svnweb.freebsd.org/changeset/base/363679 Log: regex(3): Interpret many escaped ordinary characters as EESCAPE In IEEE 1003.1-2008 [1] and earlier revisions, BRE/ERE grammar allows for any character to be

svn commit: r363677 - head/sys/fs/nfsserver

2020-07-29 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 29 22:58:08 2020 New Revision: 363677 URL: https://svnweb.freebsd.org/changeset/base/363677 Log: Add support for ext_pgs mbufs to nfsrvd_readdir() and nfsrvd_readdirplus(). This patch code that optionally (based on ND_TLS, never set yet) generates readdir

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

2020-07-29 Thread Brooks Davis
Author: brooks Date: Wed Jul 29 22:10:25 2020 New Revision: 363676 URL: https://svnweb.freebsd.org/changeset/base/363676 Log: MFC r363438: Use SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions. No functional change. When these SYSINITs were added these macros didn't exist.

svn commit: r363675 - in head/sys: dev/iommu dev/ntb/ntb_hw x86/iommu

2020-07-29 Thread Ruslan Bukin
Author: br Date: Wed Jul 29 22:08:54 2020 New Revision: 363675 URL: https://svnweb.freebsd.org/changeset/base/363675 Log: o Don't include headers from iommu.h, include them from the header consumers instead; o Order includes properly. Reviewed by: kib Sponsored by: DARPA/AFRL

svn commit: r363674 - in head/share/man/man4: . man4.aarch64 man4.i386

2020-07-29 Thread John-Mark Gurney
Author: jmg Date: Wed Jul 29 21:15:06 2020 New Revision: 363674 URL: https://svnweb.freebsd.org/changeset/base/363674 Log: add link to crypto(7) page, and drop a link to unrelated crypt(3) page.. Modified: head/share/man/man4/aesni.4 head/share/man/man4/hifn.4

svn commit: r363673 - stable/11/usr.sbin/mountd

2020-07-29 Thread Brooks Davis
Author: brooks Date: Wed Jul 29 20:31:11 2020 New Revision: 363673 URL: https://svnweb.freebsd.org/changeset/base/363673 Log: MFC r363435: Avoid reading one byte before the path buffer. This happens when there's only one component (e.g. "/foo"). This (mostly-harmless) bug has been

svn commit: r363672 - stable/12/usr.sbin/mountd

2020-07-29 Thread Brooks Davis
Author: brooks Date: Wed Jul 29 20:30:15 2020 New Revision: 363672 URL: https://svnweb.freebsd.org/changeset/base/363672 Log: MFC r363435: Avoid reading one byte before the path buffer. This happens when there's only one component (e.g. "/foo"). This (mostly-harmless) bug has been

svn commit: r363671 - head/sys/vm

2020-07-29 Thread Mark Johnston
Author: markj Date: Wed Jul 29 19:38:49 2020 New Revision: 363671 URL: https://svnweb.freebsd.org/changeset/base/363671 Log: Remove the volatile qualifier from busy_lock. Use atomic(9) to load the lock state. Some places were doing this already, so it was inconsistent. In

svn commit: r363670 - in head/contrib/ipfilter: iplang ipsend

2020-07-29 Thread Cy Schubert
Author: cy Date: Wed Jul 29 19:36:24 2020 New Revision: 363670 URL: https://svnweb.freebsd.org/changeset/base/363670 Log: Continued ipfilter #ifdef cleanup. The r343701 log entry contains a complete description. MFC after:1 week Modified: head/contrib/ipfilter/iplang/iplang_y.y

svn commit: r363669 - head/sys/x86/x86

2020-07-29 Thread Ruslan Bukin
Author: br Date: Wed Jul 29 19:22:50 2020 New Revision: 363669 URL: https://svnweb.freebsd.org/changeset/base/363669 Log: Fix !ACPI_DMAR build. Reviewed by: kib Sponsored by: DARPA/AFRL Differential Revision:https://reviews.freebsd.org/D25882 Modified:

svn commit: r363668 - in head/sys: kern security/mac

2020-07-29 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 29 17:05:31 2020 New Revision: 363668 URL: https://svnweb.freebsd.org/changeset/base/363668 Log: vfs: elide MAC-induced locking on rename if there are no relevant hoooks Modified: head/sys/kern/vfs_syscalls.c head/sys/security/mac/mac_framework.c

svn commit: r363667 - head/sys/kern

2020-07-29 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 29 17:04:33 2020 New Revision: 363667 URL: https://svnweb.freebsd.org/changeset/base/363667 Log: vfs: honor error code returned by mac_vnode_check_rename_from MFC after:3 days Modified: head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/vfs_syscalls.c

svn commit: r363666 - head/sys/dev/ntb/ntb_hw

2020-07-29 Thread Ruslan Bukin
Author: br Date: Wed Jul 29 15:46:17 2020 New Revision: 363666 URL: https://svnweb.freebsd.org/changeset/base/363666 Log: Fix build. Reviewed by: kib Sponsored by: DARPA/AFRL Differential Revision:https://reviews.freebsd.org/D25879 Modified:

svn commit: r363665 - in stable/11/sys: compat/linuxkpi/common/src dev/sound/usb dev/usb dev/usb/input dev/usb/storage

2020-07-29 Thread Mark Johnston
Author: markj Date: Wed Jul 29 14:33:31 2020 New Revision: 363665 URL: https://svnweb.freebsd.org/changeset/base/363665 Log: MFC r363420: usb(4): Stop checking for failures from malloc(M_WAITOK). Modified: stable/11/sys/compat/linuxkpi/common/src/linux_usb.c

svn commit: r363664 - in stable/12/sys: compat/linuxkpi/common/src dev/sound/usb dev/usb dev/usb/input dev/usb/storage

2020-07-29 Thread Mark Johnston
Author: markj Date: Wed Jul 29 14:30:42 2020 New Revision: 363664 URL: https://svnweb.freebsd.org/changeset/base/363664 Log: MFC r363420: usb(4): Stop checking for failures from malloc(M_WAITOK). Modified: stable/12/sys/compat/linuxkpi/common/src/linux_usb.c

svn commit: r363663 - in head/sys: dev/iommu x86/include x86/iommu

2020-07-29 Thread Ruslan Bukin
Author: br Date: Wed Jul 29 13:23:27 2020 New Revision: 363663 URL: https://svnweb.freebsd.org/changeset/base/363663 Log: o Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to the generic iommu busdma backend; o Move bus_dma_iommu_set_buswide, bus_dma_iommu_load_ident prototypes to

svn commit: r363662 - head/usr.bin/calendar/calendars

2020-07-29 Thread Daniel Ebdrup Jensen
Author: debdrup (doc committer) Date: Wed Jul 29 11:19:57 2020 New Revision: 363662 URL: https://svnweb.freebsd.org/changeset/base/363662 Log: Add my entry to the calendar file As part of onboarding, ensure that I'm listed in the FreeBSD calendar file, while listening to Don't Take Away

svn commit: r363661 - head/share/misc

2020-07-29 Thread Daniel Ebdrup Jensen
Author: debdrup (doc committer) Date: Wed Jul 29 11:17:44 2020 New Revision: 363661 URL: https://svnweb.freebsd.org/changeset/base/363661 Log: Outline mentorship As part of onboarding and while listening to Holy Ghost by The Bar-Kays, outline my mentorship. 0mp is mentor, with allanjude

Re: svn commit: r363657 - head/crypto/openssh

2020-07-29 Thread Tijl Coosemans
On Wed, 29 Jul 2020 00:34:24 + (UTC) Ed Maste wrote: > Author: emaste > Date: Wed Jul 29 00:34:24 2020 > New Revision: 363657 > URL: https://svnweb.freebsd.org/changeset/base/363657 > > Log: > sshd: allow UseBlocklist alias for UseBlacklist > > blacklistd has been renamed to

svn commit: r363660 - head/sys/arm/broadcom/bcm2835

2020-07-29 Thread Andrew Turner
Author: andrew Date: Wed Jul 29 08:24:40 2020 New Revision: 363660 URL: https://svnweb.freebsd.org/changeset/base/363660 Log: Only try managing the regulator when EXT_RESOURCES is defined Not all Raspberry Pi kernel configs define EXT_RESOURCES. Check for this before trying to manage the