svn commit: r367195 - head

2020-10-30 Thread Colin Percival
Author: cperciva Date: Sat Oct 31 03:36:31 2020 New Revision: 367195 URL: https://svnweb.freebsd.org/changeset/base/367195 Log: Attempt to defuse a land mine before anyone else steps on it: The freebsd-boot partition is not always the first one. Following the instructions in UPDATING

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

2020-10-30 Thread Conrad Meyer
Author: cem Date: Sat Oct 31 01:12:35 2020 New Revision: 367190 URL: https://svnweb.freebsd.org/changeset/base/367190 Log: linux(4): Add missing clone(2) flags Modified: head/sys/compat/linux/linux_misc.h Modified: head/sys/compat/linux/linux_misc.h

svn commit: r367189 - head/sys/sys

2020-10-30 Thread Warner Losh
Author: imp Date: Fri Oct 30 22:00:35 2020 New Revision: 367189 URL: https://svnweb.freebsd.org/changeset/base/367189 Log: Integrate 4.4BSD-Lite2 changes to IOC_* definitions Bring in the long-overdue 4.4BSD-Lite2 rev 8.3 by cgd of sys/ioccom.h. This uses UL suffix for the IOC_*

svn commit: r367188 - head/sbin/sysctl

2020-10-30 Thread John Baldwin
Author: jhb Date: Fri Oct 30 21:13:05 2020 New Revision: 367188 URL: https://svnweb.freebsd.org/changeset/base/367188 Log: Use a dynamic buffer for the copy of a node's new value. This permits setting a node's value to a string longer than BUFSIZ. Reported by: Sony Arpita Das @

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

2020-10-30 Thread John Baldwin
Author: jhb Date: Fri Oct 30 21:05:50 2020 New Revision: 367187 URL: https://svnweb.freebsd.org/changeset/base/367187 Log: Remove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals. Support for TLS rate limit tags is now in the tree, so this macro is always defined. Reviewed by: hselasky

Re: svn commit: r367185 - head/tests/sys/opencrypto

2020-10-30 Thread John Baldwin
On 10/30/20 12:53 PM, Jung-uk Kim wrote: > Author: jkim > Date: Fri Oct 30 19:53:16 2020 > New Revision: 367185 > URL: https://svnweb.freebsd.org/changeset/base/367185 > > Log: > Add ossl(4) to cryptotest. Thanks! My bad for missing this. -- John Baldwin

svn commit: r367186 - in head/sys: amd64/amd64 i386/i386 kern sys

2020-10-30 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 30 20:02:32 2020 New Revision: 367186 URL: https://svnweb.freebsd.org/changeset/base/367186 Log: malloc: delegate M_EXEC handling to dedicacted routines It is almost never needed and adds an avoidable branch. While here do minior clean ups in preparation for

svn commit: r367185 - head/tests/sys/opencrypto

2020-10-30 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 30 19:53:16 2020 New Revision: 367185 URL: https://svnweb.freebsd.org/changeset/base/367185 Log: Add ossl(4) to cryptotest. Modified: head/tests/sys/opencrypto/cryptotest.py head/tests/sys/opencrypto/runtests.sh Modified: head/tests/sys/opencrypto/cryptotest.py

svn commit: r367183 - head/sbin/bectl

2020-10-30 Thread Luca Pizzamiglio
Author: pizzamig (ports committer) Date: Fri Oct 30 19:37:34 2020 New Revision: 367183 URL: https://svnweb.freebsd.org/changeset/base/367183 Log: bectl(8): missing flag in the help message Flag -o for destroy subcommand is missing in the help message, but present in the man page. Fix it.

svn commit: r367184 - in head: lib/libc/gen sbin/sysctl

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 19:37:53 2020 New Revision: 367184 URL: https://svnweb.freebsd.org/changeset/base/367184 Log: Update man-pages to describe the user.localbase variable added in r367179. MFC after:3 days Modified: head/lib/libc/gen/sysctl.3 head/sbin/sysctl/sysctl.8

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

2020-10-30 Thread Conrad Meyer
Author: cem Date: Fri Oct 30 19:02:59 2020 New Revision: 367182 URL: https://svnweb.freebsd.org/changeset/base/367182 Log: linux(4): Quiesce warning about madvise(..., -1) This API misuse is intended to produce an error value to detect certain bogus stub implementations of

svn commit: r367181 - in head/sys/ufs: ffs ufs

2020-10-30 Thread Conrad Meyer
Author: cem Date: Fri Oct 30 19:00:42 2020 New Revision: 367181 URL: https://svnweb.freebsd.org/changeset/base/367181 Log: UFS2: Fix DoS due to corrupted extattrfile Prior versions of FreeBSD (11.x) may have produced a corrupt extattr file. (Specifically, r312416 accidentally fixed this

svn commit: r367180 - head/sbin/camcontrol

2020-10-30 Thread Ilya Bakulin
Author: kibab Date: Fri Oct 30 18:55:08 2020 New Revision: 367180 URL: https://svnweb.freebsd.org/changeset/base/367180 Log: Add help messages for camcontrol(8) MMCCAM functionality This adds the help messages for camcontrol(8) in-binary help. Man page will follow in the separate change.

svn commit: r367179 - in head: lib/libc/gen sys/kern sys/sys

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 18:48:09 2020 New Revision: 367179 URL: https://svnweb.freebsd.org/changeset/base/367179 Log: Add read only sysctl variable user.localbase The value is provided by the C library as for other sysctl variables in the user tree. It is compiled in and returns the

svn commit: r367178 - head/release/arm64

2020-10-30 Thread Mitchell Horne
Author: mhorne Date: Fri Oct 30 18:22:46 2020 New Revision: 367178 URL: https://svnweb.freebsd.org/changeset/base/367178 Log: arm64: set the correct partition type in make-memstick.sh We create a UFS root filesystem using makefs(8), and later pass it to mkimg(1) when creating the final

svn commit: r367177 - in head/release: scripts tools

2020-10-30 Thread Mitchell Horne
Author: mhorne Date: Fri Oct 30 18:20:52 2020 New Revision: 367177 URL: https://svnweb.freebsd.org/changeset/base/367177 Log: arm64: convert virtual machine images to GPT These images were switched to MBR in r281876 as a way to cope with a hard-coded partition GUID in QEMU's default EFI

svn commit: r367176 - head/release/tools

2020-10-30 Thread Mitchell Horne
Author: mhorne Date: Fri Oct 30 18:18:25 2020 New Revision: 367176 URL: https://svnweb.freebsd.org/changeset/base/367176 Log: vmimage.subr: noisier failure for unsupported targets The return code of write_partition_layout() doesn't bubble up, so an invocation of make vm-release for an

svn commit: r367175 - head/release/tools

2020-10-30 Thread Mitchell Horne
Author: mhorne Date: Fri Oct 30 18:16:10 2020 New Revision: 367175 URL: https://svnweb.freebsd.org/changeset/base/367175 Log: Slight refactor in vmimage.subr De-duplicate the invocation of mkimg(1). No functional change. Reviewed by: gjb MFC after:2 weeks Sponsored by: The

svn commit: r367174 - head/sys/opencrypto

2020-10-30 Thread Mark Johnston
Author: markj Date: Fri Oct 30 17:05:36 2020 New Revision: 367174 URL: https://svnweb.freebsd.org/changeset/base/367174 Log: opencrypto: Annotate hmac_init_(i|o)pad() to make auth_hash const This makes them friendlier to drivers that try to use const pointers whenever possible in their

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mateusz Guzik
On 10/30/20, Konstantin Belousov wrote: > On Fri, Oct 30, 2020 at 04:42:39PM +0100, Mateusz Guzik wrote: >> On 10/30/20, Konstantin Belousov wrote: >> > On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: >> >> On 10/30/20, Mateusz Guzik wrote: >> >> > Author: mjg >> >> > Date: Fri

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Konstantin Belousov
On Fri, Oct 30, 2020 at 04:42:39PM +0100, Mateusz Guzik wrote: > On 10/30/20, Konstantin Belousov wrote: > > On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: > >> On 10/30/20, Mateusz Guzik wrote: > >> > Author: mjg > >> > Date: Fri Oct 30 14:07:25 2020 > >> > New Revision: 367165

svn commit: r367173 - in head/usr.bin/calendar: . tests

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 15:43:52 2020 New Revision: 367173 URL: https://svnweb.freebsd.org/changeset/base/367173 Log: Print calendar entries in the order they occur The calendar program used to output entries in reverse order, due to the way an internal linked list was built up.

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mateusz Guzik
On 10/30/20, Konstantin Belousov wrote: > On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: >> On 10/30/20, Mateusz Guzik wrote: >> > Author: mjg >> > Date: Fri Oct 30 14:07:25 2020 >> > New Revision: 367165 >> > URL: https://svnweb.freebsd.org/changeset/base/367165 >> > >> > Log:

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mateusz Guzik
On 10/30/20, Mark Johnston wrote: > On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: >> On 10/30/20, Mateusz Guzik wrote: >> > Author: mjg >> > Date: Fri Oct 30 14:07:25 2020 >> > New Revision: 367165 >> > URL: https://svnweb.freebsd.org/changeset/base/367165 >> > >> > Log: >> >

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mark Johnston
On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: > On 10/30/20, Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Oct 30 14:07:25 2020 > > New Revision: 367165 > > URL: https://svnweb.freebsd.org/changeset/base/367165 > > > > Log: > > tmpfs: change tmpfs dirent zone into a malloc

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mark Johnston
On Fri, Oct 30, 2020 at 02:07:25PM +, Mateusz Guzik wrote: > Author: mjg > Date: Fri Oct 30 14:07:25 2020 > New Revision: 367165 > URL: https://svnweb.freebsd.org/changeset/base/367165 > > Log: > tmpfs: change tmpfs dirent zone into a malloc type > > It is 64 bytes. That could change

svn commit: r367171 - in stable/12/usr.bin/col: . tests

2020-10-30 Thread Mark Johnston
Author: markj Date: Fri Oct 30 14:41:19 2020 New Revision: 367171 URL: https://svnweb.freebsd.org/changeset/base/367171 Log: MFC r366577: col(1): Fix a couple of bugs PR: 249308 Added: stable/12/usr.bin/col/tests/hlf.in - copied unchanged from r366577,

svn commit: r367170 - stable/12/share/man/man9

2020-10-30 Thread Mark Johnston
Author: markj Date: Fri Oct 30 14:40:48 2020 New Revision: 367170 URL: https://svnweb.freebsd.org/changeset/base/367170 Log: MFC r366970: Add some missing nv(9) MLINKS Modified: stable/12/share/man/man9/Makefile Directory Properties: stable/12/ (props changed) Modified:

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Konstantin Belousov
On Fri, Oct 30, 2020 at 03:08:32PM +0100, Mateusz Guzik wrote: > On 10/30/20, Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Oct 30 14:07:25 2020 > > New Revision: 367165 > > URL: https://svnweb.freebsd.org/changeset/base/367165 > > > > Log: > > tmpfs: change tmpfs dirent zone into a malloc

svn commit: r367168 - stable/12/usr.sbin/rtsold

2020-10-30 Thread Mark Johnston
Author: markj Date: Fri Oct 30 14:37:51 2020 New Revision: 367168 URL: https://svnweb.freebsd.org/changeset/base/367168 Log: MFC r366972: rtsold: Remove an incorrect __unused annotation Modified: stable/12/usr.sbin/rtsold/cap_script.c Directory Properties: stable/12/ (props changed)

svn commit: r367169 - stable/12/sys/dev/ntb

2020-10-30 Thread Mark Johnston
Author: markj Date: Fri Oct 30 14:38:17 2020 New Revision: 367169 URL: https://svnweb.freebsd.org/changeset/base/367169 Log: MFC r366968: ntb: Fix an assertion to permit >= 32 doorbells Modified: stable/12/sys/dev/ntb/ntb_transport.c Directory Properties: stable/12/ (props changed)

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

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 14:34:51 2020 New Revision: 367167 URL: https://svnweb.freebsd.org/changeset/base/367167 Log: Revert debug output committed in r367166 by accident MFC after:3 days Modified: head/usr.bin/calendar/events.c Modified: head/usr.bin/calendar/events.c

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

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 14:32:13 2020 New Revision: 367166 URL: https://svnweb.freebsd.org/changeset/base/367166 Log: Fix length calculation in memmove MFC after:3 days Modified: head/usr.bin/calendar/events.c head/usr.bin/calendar/io.c Modified:

Re: svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mateusz Guzik
On 10/30/20, Mateusz Guzik wrote: > Author: mjg > Date: Fri Oct 30 14:07:25 2020 > New Revision: 367165 > URL: https://svnweb.freebsd.org/changeset/base/367165 > > Log: > tmpfs: change tmpfs dirent zone into a malloc type > > It is 64 bytes. > Right now malloc has only power-of-2 zones but

svn commit: r367165 - head/sys/fs/tmpfs

2020-10-30 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 30 14:07:25 2020 New Revision: 367165 URL: https://svnweb.freebsd.org/changeset/base/367165 Log: tmpfs: change tmpfs dirent zone into a malloc type It is 64 bytes. Modified: head/sys/fs/tmpfs/tmpfs_subr.c Modified: head/sys/fs/tmpfs/tmpfs_subr.c

svn commit: r367164 - head/sys/kern

2020-10-30 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 30 14:02:56 2020 New Revision: 367164 URL: https://svnweb.freebsd.org/changeset/base/367164 Log: vfs: change vnode poll to just a malloc type The size is 120, close fit for 128 and rarely used. The infrequent use avoidably populates per-CPU caches and ends up

svn commit: r367163 - head/sys/net

2020-10-30 Thread Mitchell Horne
Author: mhorne Date: Fri Oct 30 13:32:58 2020 New Revision: 367163 URL: https://svnweb.freebsd.org/changeset/base/367163 Log: net: add ETHER_IS_IPV6_MULTICAST This can be used to detect if an ethernet address is specifically an IPv6 multicast address, defined in accordance to RFC 2464.

svn commit: r367162 - in head/sys: contrib/openzfs/module/os/freebsd/zfs fs/tmpfs kern sys ufs/ufs

2020-10-30 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 30 10:46:35 2020 New Revision: 367162 URL: https://svnweb.freebsd.org/changeset/base/367162 Log: cache: add cache_vop_mkdir and rename cache_rename to cache_vop_rename Modified: head/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops.c

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

2020-10-30 Thread Stefan Eßer
Author: se Date: Fri Oct 30 10:44:46 2020 New Revision: 367161 URL: https://svnweb.freebsd.org/changeset/base/367161 Log: Re-implement comment parsing missing in the internal pre-processor The internal pre-processor ignored lines that did not parse a calendar entries, but did not support

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

2020-10-30 Thread Fernando Apesteguía
On Thu, Oct 29, 2020 at 8:03 PM Steffen Nurpmeso wrote: > 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:

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

2020-10-30 Thread Fernando Apesteguía
On Thu, Oct 29, 2020 at 7:52 PM wrote: > 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

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

2020-10-30 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Fri Oct 30 09:48:41 2020 New Revision: 367160 URL: https://svnweb.freebsd.org/changeset/base/367160 Log: fetch(1): Fix style Fix style problems introduced in r367141: * s/Ql/Pa/ for file names * Break line properly in macro * Properly

svn commit: r367159 - in head: share/man/man8 tools/build

2020-10-30 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Fri Oct 30 09:40:55 2020 New Revision: 367159 URL: https://svnweb.freebsd.org/changeset/base/367159 Log: beinstall.sh: Use bectl instead of beadm by default This patch also introduces an environment variable BE_UTILITY, which can be used to specify

Desinfetante

2020-10-30 Thread Raquel Carvalho via svn-src-all
Bom Dia, A demanda por desinfetantes eficazes que permitam a eliminação de microrganismos prejudiciais é continuamente alta em todo o mundo. Expandir a oferta com uma gama profissional de produtos com atividade viricida e bactericida permite aumentar a posição competitiva da empresa e

svn commit: r367158 - stable/11/sys/fs/cuse

2020-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 30 08:06:56 2020 New Revision: 367158 URL: https://svnweb.freebsd.org/changeset/base/367158 Log: MFC r366961: Fix for loading cuse.ko via rc.d . Make sure we declare the cuse(3) module by name and not only by the version information, so that "kldstat -q -m

svn commit: r367157 - stable/12/sys/fs/cuse

2020-10-30 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 30 08:05:47 2020 New Revision: 367157 URL: https://svnweb.freebsd.org/changeset/base/367157 Log: MFC r366961: Fix for loading cuse.ko via rc.d . Make sure we declare the cuse(3) module by name and not only by the version information, so that "kldstat -q -m

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

2020-10-30 Thread Fernando Apesteguía
On Thu, Oct 29, 2020 at 7:47 PM wrote: > 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