svn commit: r367070 - head/contrib/ipfilter/man

2020-10-26 Thread Cy Schubert
Author: cy Date: Tue Oct 27 04:35:47 2020 New Revision: 367070 URL: https://svnweb.freebsd.org/changeset/base/367070 Log: Remove a random equal sign from the example. It should not be there. It's a syntax error. PR: 210303 Reported by: leventelist at gmail.com MFC after:

svn commit: r367069 - head/contrib/ipfilter/lib

2020-10-26 Thread Cy Schubert
Author: cy Date: Tue Oct 27 04:35:36 2020 New Revision: 367069 URL: https://svnweb.freebsd.org/changeset/base/367069 Log: Continued ipfilter #ifdef cleanup. The r343701 log entry contains a complete description. MFC after:3 days Modified: head/contrib/ipfilter/lib/kmem.h

Re: svn commit: r367066 - head/sys/compat/linux

2020-10-26 Thread Edward Tomasz NapieraƂa
On 1026T1803, Mateusz Guzik wrote: > Author: mjg > Date: Mon Oct 26 18:03:50 2020 > New Revision: 367066 > URL: https://svnweb.freebsd.org/changeset/base/367066 > > Log: > linux: silence renameat2 flags warning > > Hogs the console while building the Linux kernel in a Ubuntu Focal jail.

Re: svn commit: r367066 - head/sys/compat/linux

2020-10-26 Thread Ronald Klop
On Mon, 26 Oct 2020 19:03:51 +0100, Mateusz Guzik wrote: Author: mjg Date: Mon Oct 26 18:03:50 2020 New Revision: 367066 URL: https://svnweb.freebsd.org/changeset/base/367066 Log: linux: silence renameat2 flags warning Hogs the console while building the Linux kernel in a Ubuntu Focal

Re: svn commit: r367048 - head/lib/libc/sys

2020-10-26 Thread John-Mark Gurney
Cy Schubert wrote this message on Sun, Oct 25, 2020 at 18:04 -0700: > In message <202010260059.09q0xbxt003...@slippy.cwsent.com>, Cy Schubert > writes: > > In message <202010260037.09q0bvpn090...@repo.freebsd.org>, John-Mark Gurney > > wri > > tes: > > > Author: jmg > > > Date: Mon Oct 26

svn commit: r367068 - in head/sys/riscv: include riscv

2020-10-26 Thread Mitchell Horne
Author: mhorne Date: Mon Oct 26 19:13:22 2020 New Revision: 367068 URL: https://svnweb.freebsd.org/changeset/base/367068 Log: riscv: make use of SBI legacy replacement extensions Version 0.2 of the SBI specification [1] marked the existing SBI functions as "legacy" in order to move to a

svn commit: r367067 - in head/sys/riscv: include riscv

2020-10-26 Thread Mitchell Horne
Author: mhorne Date: Mon Oct 26 19:06:30 2020 New Revision: 367067 URL: https://svnweb.freebsd.org/changeset/base/367067 Log: riscv: remove sbi_clear_ipi() S-mode software has write access to the SIP.SSIP bit, so instead of making a second round-trip through the SBI we can clear it

svn commit: r367066 - head/sys/compat/linux

2020-10-26 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 26 18:03:50 2020 New Revision: 367066 URL: https://svnweb.freebsd.org/changeset/base/367066 Log: linux: silence renameat2 flags warning Hogs the console while building the Linux kernel in a Ubuntu Focal jail. Modified: head/sys/compat/linux/linux_file.c

svn commit: r367065 - head/sys/compat/linux

2020-10-26 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 26 18:02:52 2020 New Revision: 367065 URL: https://svnweb.freebsd.org/changeset/base/367065 Log: linux: add missing conversions for compat.linux.use_emul_path handling Modified: head/sys/compat/linux/linux_file.c head/sys/compat/linux/linux_misc.c Modified:

svn commit: r367064 - head/sys/kern

2020-10-26 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 26 18:01:18 2020 New Revision: 367064 URL: https://svnweb.freebsd.org/changeset/base/367064 Log: cache: add missing NIRES_ABS handling Modified: head/sys/kern/vfs_cache.c head/sys/kern/vfs_lookup.c Modified: head/sys/kern/vfs_cache.c

svn commit: r367063 - head/contrib/sendmail/include/sm/os

2020-10-26 Thread Brooks Davis
Author: brooks Date: Mon Oct 26 17:52:28 2020 New Revision: 367063 URL: https://svnweb.freebsd.org/changeset/base/367063 Log: Key decleration of union semun on src version __FreeBSD__ is defined by the compiler derived from the triple. When building FreeBSD 11 on a FreeBSD 12 with a

svn commit: r367062 - stable/11/lib/libc/tests/ssp

2020-10-26 Thread Brooks Davis
Author: brooks Date: Mon Oct 26 17:50:34 2020 New Revision: 367062 URL: https://svnweb.freebsd.org/changeset/base/367062 Log: MFC r366981: Only use ASAN when using the in-tree compiler When building FreeBSD 11 on a FreeBSD 12 system with CROSS_TOOLCHAIN=llvm10 we end up trying to

svn commit: r367061 - stable/12/lib/libc/tests/ssp

2020-10-26 Thread Brooks Davis
Author: brooks Date: Mon Oct 26 17:47:42 2020 New Revision: 367061 URL: https://svnweb.freebsd.org/changeset/base/367061 Log: MFC r366981: Only use ASAN when using the in-tree compiler When building FreeBSD 11 on a FreeBSD 12 system with CROSS_TOOLCHAIN=llvm10 we end up trying to

svn commit: r367060 - in head/sys: amd64/linux amd64/linux32 arm64/linux i386/linux

2020-10-26 Thread Kyle Evans
Author: kevans Date: Mon Oct 26 17:30:17 2020 New Revision: 367060 URL: https://svnweb.freebsd.org/changeset/base/367060 Log: audit: also correctly audit linux_execve() Linux execve() gets audited as AUE_EXECVE as well, we should also interpret the return from this correctly for the same

Re: svn commit: r366725 - head/lib/geom/eli

2020-10-26 Thread Mateusz Piotrowski
Hi Gordon! On 10/15/20 4:47 PM, Gordon Bergling wrote: Hi Mateusz, On Thu, Oct 15, 2020 at 02:17:45PM +, Mateusz Piotrowski wrote: Author: 0mp (doc,ports committer) Date: Thu Oct 15 14:17:45 2020 New Revision: 366725 URL: https://svnweb.freebsd.org/changeset/base/366725 Log: Fix

svn commit: r367059 - head/sys/ddb

2020-10-26 Thread Eric van Gyzen
Author: vangyzen Date: Mon Oct 26 16:42:53 2020 New Revision: 367059 URL: https://svnweb.freebsd.org/changeset/base/367059 Log: db_search_symbol: prevent pollution from bogus symbols The kernel will never map the first page, so any symbols in that range cannot refer to addresses. Some

svn commit: r367058 - stable/12/tests/sys/netpfil/pf

2020-10-26 Thread Kristof Provost
Author: kp Date: Mon Oct 26 13:24:20 2020 New Revision: 367058 URL: https://svnweb.freebsd.org/changeset/base/367058 Log: MFC r366648: pf tests: Test that 'set skip on ' works on new group members There's a know issue where new group members don't get the 'set skip on' applied until

svn commit: r367057 - stable/12/sys/netpfil/pf

2020-10-26 Thread Kristof Provost
Author: kp Date: Mon Oct 26 13:23:40 2020 New Revision: 367057 URL: https://svnweb.freebsd.org/changeset/base/367057 Log: MFC r37: pf: do not remove kifs that are referenced by rules Even if a kif doesn't have an ifp or if_group pointer we still can't delete it if it's

svn commit: r367056 - stable/12/sys/netpfil/pf

2020-10-26 Thread Kristof Provost
Author: kp Date: Mon Oct 26 13:22:55 2020 New Revision: 367056 URL: https://svnweb.freebsd.org/changeset/base/367056 Log: MFC r366647: pf: create a kif for flags If userspace tries to set flags (e.g. 'set skip on ') and doesn't exist we should create a kif so that we apply the

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Stefan Esser
Am 26.10.20 um 09:08 schrieb Baptiste Daroussin: On Mon, Oct 26, 2020 at 02:05:28AM -0600, Scott Long wrote: On Oct 26, 2020, at 1:50 AM, Baptiste Daroussin wrote: On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote: [...] So, first off, it's already hard coded. Stefan's changes

svn commit: r367055 - stable/12/usr.sbin/efibootmgr

2020-10-26 Thread Ryan Moeller
Author: freqlabs Date: Mon Oct 26 12:34:50 2020 New Revision: 367055 URL: https://svnweb.freebsd.org/changeset/base/367055 Log: MFC r366830: efibootmgr: Use returned error code for error message, not errno efivar_unix_path_to_device_path returns the error code, it does not set errno.

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Stefan Esser
Am 26.10.20 um 00:55 schrieb Rodney W. Grimes: [ Charset ISO-8859-1 unsupported, converting... ] On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote: Am 24.10.20 um 09:48 schrieb Alex Kozlov: On Fri, Oct 23, 2020 at 09:22:23AM +, Stefan E?er wrote: Author: se Date: Fri Oct 23

svn commit: r367054 - head/sys/contrib/openzfs/module/os/freebsd/zfs

2020-10-26 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 26 08:17:41 2020 New Revision: 367054 URL: https://svnweb.freebsd.org/changeset/base/367054 Log: zfs: remove unused support for zfs_znode_move Modified: head/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Baptiste Daroussin
On Mon, Oct 26, 2020 at 02:05:28AM -0600, Scott Long wrote: > > > On Oct 26, 2020, at 1:50 AM, Baptiste Daroussin wrote: > > > > On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote: > >> On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote: > >> > >>> On Sun, Oct 25, 2020 at 11:37:34AM

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Scott Long
> On Oct 26, 2020, at 1:50 AM, Baptiste Daroussin wrote: > > On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote: >> On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote: >> >>> On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote: Am 25.10.20 um 06:56 schrieb Alex Kozlov:

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Baptiste Daroussin
On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote: > On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote: > > > On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote: > > > Am 25.10.20 um 06:56 schrieb Alex Kozlov: > > > > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Warner Losh
On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote: > On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote: > > Am 25.10.20 um 06:56 schrieb Alex Kozlov: > > > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote: > > > > Am 24.10.20 um 09:48 schrieb Alex Kozlov: > > [...] > > >

Re: svn commit: r366962 - in head: include usr.bin/calendar

2020-10-26 Thread Alex Kozlov
On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote: > Am 25.10.20 um 06:56 schrieb Alex Kozlov: > > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote: > > > Am 24.10.20 um 09:48 schrieb Alex Kozlov: > [...] > > > > You are hardcoding assumption that LOCALBASE = /usr/local.