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

2020-10-29 Thread Cy Schubert
Author: cy Date: Fri Oct 30 00:34:40 2020 New Revision: 367155 URL: https://svnweb.freebsd.org/changeset/base/367155 Log: MFC r367070: Remove a random equal sign from the example. It should not be there. It's a syntax error. PR: 210303 Reported by: leventelist at

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

2020-10-29 Thread Cy Schubert
Author: cy Date: Fri Oct 30 00:34:40 2020 New Revision: 367155 URL: https://svnweb.freebsd.org/changeset/base/367155 Log: MFC r367070: Remove a random equal sign from the example. It should not be there. It's a syntax error. PR: 210303 Reported by: leventelist at

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

2020-10-29 Thread Cy Schubert
Author: cy Date: Fri Oct 30 00:34:40 2020 New Revision: 367155 URL: https://svnweb.freebsd.org/changeset/base/367155 Log: MFC r367070: Remove a random equal sign from the example. It should not be there. It's a syntax error. PR: 210303 Reported by: leventelist at

svn commit: r367154 - in stable: 11/contrib/ipfilter/lib 12/contrib/ipfilter/lib

2020-10-29 Thread Cy Schubert
Author: cy Date: Fri Oct 30 00:32:14 2020 New Revision: 367154 URL: https://svnweb.freebsd.org/changeset/base/367154 Log: MFC r367069: Continued ipfilter #ifdef cleanup. The r343701 log entry contains a complete description. Modified: stable/12/contrib/ipfilter/lib/kmem.h Directory

svn commit: r367154 - in stable: 11/contrib/ipfilter/lib 12/contrib/ipfilter/lib

2020-10-29 Thread Cy Schubert
Author: cy Date: Fri Oct 30 00:32:14 2020 New Revision: 367154 URL: https://svnweb.freebsd.org/changeset/base/367154 Log: MFC r367069: Continued ipfilter #ifdef cleanup. The r343701 log entry contains a complete description. Modified: stable/11/contrib/ipfilter/lib/kmem.h Directory

svn commit: r367153 - head/sys/dev/mlx5/mlx5_en

2020-10-29 Thread John Baldwin
Author: jhb Date: Fri Oct 30 00:06:36 2020 New Revision: 367153 URL: https://svnweb.freebsd.org/changeset/base/367153 Log: Fix a couple of silly bugs in r367149. - Assign the TLS rate limit value to the correct member of the rl_params for the nested rate limit tag. - Remove a dead

svn commit: r367152 - head/usr.sbin/bhyve

2020-10-29 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Oct 30 00:03:59 2020 New Revision: 367152 URL: https://svnweb.freebsd.org/changeset/base/367152 Log: bhyve currently reports each of "smbios.system.maker" and "smbios.system.family" as " ". This presents challenges for both humans and tools when

svn commit: r367151 - in head/sys: dev/mlx5/mlx5_en kern net netinet sys

2020-10-29 Thread John Baldwin
Author: jhb Date: Thu Oct 29 23:28:39 2020 New Revision: 367151 URL: https://svnweb.freebsd.org/changeset/base/367151 Log: Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc(). This gives a more uniform API for send tag life cycle management. Reviewed by: gallatin, hselasky

svn commit: r367150 - head/sbin/savecore

2020-10-29 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 29 23:15:11 2020 New Revision: 367150 URL: https://svnweb.freebsd.org/changeset/base/367150 Log: Convert flags from int to bool. Some (compress) were already used in comparisons with bool values. No functional changes. Modified: head/sbin/savecore/savecore.c

svn commit: r367149 - head/sys/dev/mlx5/mlx5_en

2020-10-29 Thread John Baldwin
Author: jhb Date: Thu Oct 29 22:22:27 2020 New Revision: 367149 URL: https://svnweb.freebsd.org/changeset/base/367149 Log: Use public interfaces to manage the nested rate limit send tag. Each TLS send tag in mlx5 contains a nested rate limit send tag. Previously, the driver was calling

svn commit: r367148 - head/sys/netinet

2020-10-29 Thread John Baldwin
Author: jhb Date: Thu Oct 29 22:18:56 2020 New Revision: 367148 URL: https://svnweb.freebsd.org/changeset/base/367148 Log: Call m_snd_tag_rele() to free send tags. Send tags are refcounted and if_snd_tag_free() is called by m_snd_tag_rele() when the last reference is dropped on a send

svn commit: r367147 - head/sys/netinet

2020-10-29 Thread John Baldwin
Author: jhb Date: Thu Oct 29 22:16:59 2020 New Revision: 367147 URL: https://svnweb.freebsd.org/changeset/base/367147 Log: Remove an extra if_ref(). In r348254, if_snd_tag_alloc() routines were changed to bump the ifp refcount via m_snd_tag_init(). This function wasn't in the tree at

svn commit: r367146 - head/sys/netinet

2020-10-29 Thread John Baldwin
Author: jhb Date: Thu Oct 29 22:14:34 2020 New Revision: 367146 URL: https://svnweb.freebsd.org/changeset/base/367146 Log: Store the new send tag in the right place. r350501 added the 'st' parameter, but did not pass it down to if_snd_tag_alloc(). Reviewed by: gallatin Sponsored

svn commit: r367145 - in stable/11/sys: cam dev/nvme kern sys ufs/ffs

2020-10-29 Thread Brooks Davis
Author: brooks Date: Thu Oct 29 22:00:15 2020 New Revision: 367145 URL: https://svnweb.freebsd.org/changeset/base/367145 Log: MFC r366911: vmapbuf: don't smuggle address or length in buf Instead, add arguments to vmapbuf. Since this argument is always a pointer use a type of void *

Re: svn commit: r367141 - head/usr.bin/fetch

2020-10-29 Thread Steffen Nurpmeso
Hey. Fernando Apesteguía wrote in <202010291834.09tiylrb040...@repo.freebsd.org>: |Author: fernape (ports committer) |Date: Thu Oct 29 18:34:47 2020 |New Revision: 367141 |URL: https://svnweb.freebsd.org/changeset/base/367141 | |Log: | fetch(1): Add EXAMPLES section | | Add a few

Re: svn commit: r367141 - head/usr.bin/fetch

2020-10-29 Thread xtouqh--- via svn-src-all
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Thu Oct 29 18:34:47 2020 New Revision: 367141 URL: https://svnweb.freebsd.org/changeset/base/367141 Log: fetch(1): Add EXAMPLES section Add a few examples covering flags: 1, R, a, o, q, r, s, v Approved by:

Re: svn commit: r367142 - head/usr.bin/fmt

2020-10-29 Thread xtouqh--- via svn-src-all
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Thu Oct 29 18:37:20 2020 New Revision: 367142 URL: https://svnweb.freebsd.org/changeset/base/367142 Log: fmt(1): Add EXAMPLES section Very small EXAMPLES section. While here, remove reference to nroff(1).

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

2020-10-29 Thread Mateusz Guzik
Indeed! Fixed in r367144, thanks. On 10/29/20, Ravi Pokala wrote: > Hi Mateusz, > > You define NAMEI_DBG_HADSTARTDIR, you check for it being set, but it doesn't > look like you actually set it anywhere...? > > Thanks, > > Ravi (rpokala@) > > -Original Message- > From: on behalf of

svn commit: r367144 - head/sys/kern

2020-10-29 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 29 18:43:37 2020 New Revision: 367144 URL: https://svnweb.freebsd.org/changeset/base/367144 Log: vfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite Noted by: rpokala Modified: head/sys/kern/vfs_lookup.c Modified: head/sys/kern/vfs_lookup.c

svn commit: r367143 - head/usr.bin/fold

2020-10-29 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Oct 29 18:39:04 2020 New Revision: 367143 URL: https://svnweb.freebsd.org/changeset/base/367143 Log: fold(1): Add EXAMPLES section A couple of examples covering -s and -w flags. Approved by: manpages (bcr@) Differential Revision:

svn commit: r367142 - head/usr.bin/fmt

2020-10-29 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Oct 29 18:37:20 2020 New Revision: 367142 URL: https://svnweb.freebsd.org/changeset/base/367142 Log: fmt(1): Add EXAMPLES section Very small EXAMPLES section. While here, remove reference to nroff(1). Approved by: manpages (bcr@)

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

2020-10-29 Thread Ravi Pokala
Hi Mateusz, You define NAMEI_DBG_HADSTARTDIR, you check for it being set, but it doesn't look like you actually set it anywhere...? Thanks, Ravi (rpokala@) -Original Message- From: on behalf of Mateusz Guzik Date: 2020-10-29, Thursday at 05:56 To: , , Subject: svn commit:

svn commit: r367141 - head/usr.bin/fetch

2020-10-29 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Oct 29 18:34:47 2020 New Revision: 367141 URL: https://svnweb.freebsd.org/changeset/base/367141 Log: fetch(1): Add EXAMPLES section Add a few examples covering flags: 1, R, a, o, q, r, s, v Approved by: manpages (bcr@) Differential

svn commit: r367140 - in stable/12/sys: cam dev/nvme kern sys ufs/ffs

2020-10-29 Thread Brooks Davis
Author: brooks Date: Thu Oct 29 18:29:22 2020 New Revision: 367140 URL: https://svnweb.freebsd.org/changeset/base/367140 Log: MFC r366911: vmapbuf: don't smuggle address or length in buf Instead, add arguments to vmapbuf. Since this argument is always a pointer use a type of void *

Re: svn commit: r367049 - stable/12/libexec/rc/rc.d

2020-10-29 Thread Cy Schubert
In message <20201029161751.ga2...@kib.kiev.ua>, Konstantin Belousov writes: > On Mon, Oct 26, 2020 at 01:18:16AM +, Cy Schubert wrote: > > Author: cy > > Date: Mon Oct 26 01:18:15 2020 > > New Revision: 367049 > > URL: https://svnweb.freebsd.org/changeset/base/367049 > > > > Log: > > MFC

Re: svn commit: r367123 - in head: sbin/ifconfig sys/dev/mlx5/mlx5_en sys/kern sys/net sys/netinet sys/sys

2020-10-29 Thread John Baldwin
On 10/28/20 5:23 PM, John Baldwin wrote: > Author: jhb > Date: Thu Oct 29 00:23:16 2020 > New Revision: 367123 > URL: https://svnweb.freebsd.org/changeset/base/367123 > > Log: > Support hardware rate limiting (pacing) with TLS offload. > > ... > > Modified: head/sys/net/if.h >

Re: svn commit: r367049 - stable/12/libexec/rc/rc.d

2020-10-29 Thread Konstantin Belousov
On Mon, Oct 26, 2020 at 01:18:16AM +, Cy Schubert wrote: > Author: cy > Date: Mon Oct 26 01:18:15 2020 > New Revision: 367049 > URL: https://svnweb.freebsd.org/changeset/base/367049 > > Log: > MFC r366857: > Destroy cloned interfaces at netif stop, netif restart and shutdown. > This is

Re: svn commit: r366748 - head/sys/fs/pseudofs

2020-10-29 Thread Edward Napierala
On Fri, 16 Oct 2020 at 11:47, Konstantin Belousov wrote: > > On Fri, Oct 16, 2020 at 09:58:11AM +, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Fri Oct 16 09:58:10 2020 > > New Revision: 366748 > > URL: https://svnweb.freebsd.org/changeset/base/366748 > > > > Log: > > Bump

svn commit: r367139 - head/sys/compat/linprocfs

2020-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 29 15:44:44 2020 New Revision: 367139 URL: https://svnweb.freebsd.org/changeset/base/367139 Log: Make linprocfs(4) print a warning when there's not enough room to fill /proc/self/maps. Submitted by: dchagin (earlier version) Reviewed by: emaste (earlier

svn commit: r367138 - head/sys/riscv/riscv

2020-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 29 15:36:20 2020 New Revision: 367138 URL: https://svnweb.freebsd.org/changeset/base/367138 Log: Optimize set_syscall_retval for riscv by predicting the return value to be zero. Reviewed by: mhorne, kp MFC after:2 weeks Sponsored by: EPSRC

svn commit: r367137 - head/sys/fs/nullfs

2020-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 29 15:28:15 2020 New Revision: 367137 URL: https://svnweb.freebsd.org/changeset/base/367137 Log: Make it possible to mount nullfs(5) using plain mount(8) instead of mount_nullfs(8). Obviously you'd need to force mount(8) to not call mount_nullfs(8) to make

svn commit: r367136 - head/bin/echo

2020-10-29 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Oct 29 14:44:09 2020 New Revision: 367136 URL: https://svnweb.freebsd.org/changeset/base/367136 Log: Whitespace cleanup MFC after:3 days Modified: head/bin/echo/echo.c Modified: head/bin/echo/echo.c

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

2020-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 29 14:42:51 2020 New Revision: 367135 URL: https://svnweb.freebsd.org/changeset/base/367135 Log: Fix typo. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/compat/linux/linux_errno.h Modified:

svn commit: r367134 - head/bin/echo

2020-10-29 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Oct 29 14:42:02 2020 New Revision: 367134 URL: https://svnweb.freebsd.org/changeset/base/367134 Log: Remove superfluous `this` in comment PR: 250721 Submitted by: Hiroya EBINE MFC after:3 days Modified: head/bin/echo/echo.c Modified:

svn commit: r367132 - in head: lib/libsysdecode sys/compat/linux

2020-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 29 14:23:52 2020 New Revision: 367132 URL: https://svnweb.freebsd.org/changeset/base/367132 Log: Add defines for Linux errno values and use them to make linux_errtbl[] more readable. While here, add linux_check_errtbl() function to make sure we don't leave

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

2020-10-29 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Oct 29 14:21:25 2020 New Revision: 367131 URL: https://svnweb.freebsd.org/changeset/base/367131 Log: Update the due date of the quarterly status report While here, move the date to keep 2 weeks ahead notificaion and fix the part of speech. Reviewed by:

svn commit: r367130 - in head/sys: kern sys

2020-10-29 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 29 12:56:02 2020 New Revision: 367130 URL: https://svnweb.freebsd.org/changeset/base/367130 Log: vfs: add NDREINIT to facilitate repeated namei calls struct nameidata mixes caller arguments, internal state and output, which can be quite error prone. Recent

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

2020-10-29 Thread Konstantin Belousov
Author: kib Date: Thu Oct 29 11:19:47 2020 New Revision: 367129 URL: https://svnweb.freebsd.org/changeset/base/367129 Log: MFC r366932: sysv_sem: semusz depends on semume. PR: 250361 Modified: stable/11/sys/kern/sysv_sem.c Directory Properties: stable/11/ (props changed)

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

2020-10-29 Thread Konstantin Belousov
Author: kib Date: Thu Oct 29 11:09:48 2020 New Revision: 367128 URL: https://svnweb.freebsd.org/changeset/base/367128 Log: MFC r366932: sysv_sem: semusz depends on semume. PR: 250361 Modified: stable/12/sys/kern/sysv_sem.c Directory Properties: stable/12/ (props changed)

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

2020-10-29 Thread Stefan Eßer
Author: se Date: Thu Oct 29 08:31:47 2020 New Revision: 367127 URL: https://svnweb.freebsd.org/changeset/base/367127 Log: Simplify test for closing delimiter of #include argument (no functional change). While here: Fix invalid parameters of a commented-out debug printf() found when

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

2020-10-29 Thread Stefan Eßer
Author: se Date: Thu Oct 29 08:26:38 2020 New Revision: 367126 URL: https://svnweb.freebsd.org/changeset/base/367126 Log: Fix calendar -a processing of files included in the user's home directory The existing code performed a chdir() into the home directory, but the parser fell back to