Re: svn commit: r368005 - in head: lib/libprocstat share/man/man4 sys/opencrypto sys/sys tools/tools/crypto usr.bin/procstat

2020-12-06 Thread Steve Wills
Hi, On 11/24/20 7:10 PM, John Baldwin wrote: Author: jhb Date: Wed Nov 25 00:10:54 2020 New Revision: 368005 URL: https://svnweb.freebsd.org/changeset/base/368005 Log: Remove the cloned file descriptors for /dev/crypto. Would this change warrant a bump of __FreeBSD_version? I only

svn commit: r368404 - head/tools/tools/locale

2020-12-06 Thread Hiroki Sato
Author: hrs Date: Mon Dec 7 04:45:29 2020 New Revision: 368404 URL: https://svnweb.freebsd.org/changeset/base/368404 Log: Fix the source directory when installing the results. The install target did not install them actually. Spotted by: Thomas Munro, bapt, yuripv Modified:

svn commit: r368400 - head/sys/vm

2020-12-06 Thread Mark Johnston
Author: markj Date: Sun Dec 6 22:45:50 2020 New Revision: 368400 URL: https://svnweb.freebsd.org/changeset/base/368400 Log: uma: Make uma_zone_set_maxcache() work better with small limits The old implementation chose the largest bucket zone such that if the per-CPU caches are fully

svn commit: r368399 - head/sys/vm

2020-12-06 Thread Mark Johnston
Author: markj Date: Sun Dec 6 22:45:39 2020 New Revision: 368399 URL: https://svnweb.freebsd.org/changeset/base/368399 Log: uma: Enforce the use of uz_bucket_size_max in the free path uz_bucket_size_max is the maximum permitted bucket size. When filling a new bucket to satisfy

svn commit: r368398 - head/sys/vm

2020-12-06 Thread Mark Johnston
Author: markj Date: Sun Dec 6 22:45:22 2020 New Revision: 368398 URL: https://svnweb.freebsd.org/changeset/base/368398 Log: uma: Use atomic load for uz_sleepers This field is updated locklessly. Sponsored by: The FreeBSD Foundation Modified: head/sys/vm/uma_core.c Modified:

svn commit: r368397 - in head: share/man/man4 sys/dev/mn

2020-12-06 Thread Ed Maste
Author: emaste Date: Sun Dec 6 21:34:04 2020 New Revision: 368397 URL: https://svnweb.freebsd.org/changeset/base/368397 Log: Add deprecation notice to mn(4) Sync serial (T1/E1) interfaces are largely irrelevant today and phk confirms this driver is unnecessary in review D23928.

svn commit: r368396 - in head/sys: fs/ext2fs ufs/ufs

2020-12-06 Thread Kirk McKusick
Author: mckusick Date: Sun Dec 6 20:50:21 2020 New Revision: 368396 URL: https://svnweb.freebsd.org/changeset/base/368396 Log: Document the BA_CLRBUF flag used in ufs and ext2fs filesystems. Suggested by: kib MFC after:3 days Sponsored by: Netflix Modified:

Re: svn commit: r368375 - head/sys/kern

2020-12-06 Thread Mateusz Guzik
Thanks for the report. Fixed in r368395. On 12/6/20, Jessica Clarke wrote: > Hi Mateusz, > This looks like a behavioural change to me. Was that intended and a bug > fix (in which case, it should have been documented in the commit > message) or not? See below for the exact change. > > On 6 Dec

svn commit: r368395 - head/sys/kern

2020-12-06 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 6 19:24:38 2020 New Revision: 368395 URL: https://svnweb.freebsd.org/changeset/base/368395 Log: vfs: add cleanup on error missed in r368375 Noted by: jrtc27 Modified: head/sys/kern/vfs_lookup.c Modified: head/sys/kern/vfs_lookup.c

svn commit: r368394 - head/libexec/tftpd

2020-12-06 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 6 18:43:12 2020 New Revision: 368394 URL: https://svnweb.freebsd.org/changeset/base/368394 Log: When dropping packets (RRQ or WRQ) for debugging, report the send operation as successful. Reporting a failure stops the transfer instead of using timeouts. MFC

svn commit: r368393 - head/sys/ufs/ufs

2020-12-06 Thread Konstantin Belousov
Author: kib Date: Sun Dec 6 18:09:14 2020 New Revision: 368393 URL: https://svnweb.freebsd.org/changeset/base/368393 Log: ufs: handle two more cases of possible VNON vnode returned from VFS_VGET(). Reported by: kevans Reviewed by: mckusick, mjg Tested by:pho Sponsored by: The

svn commit: r368392 - head/usr.bin/grep

2020-12-06 Thread Kyle Evans
Author: kevans Date: Sun Dec 6 17:45:42 2020 New Revision: 368392 URL: https://svnweb.freebsd.org/changeset/base/368392 Log: bsdgrep: don't link against libregex for bootstrap r368355 removed the GNU_GREP_COMPAT knob (off by default) and forgot that bsdgrep may be built/used for

svn commit: r368391 - head/sys/modules/em

2020-12-06 Thread Eugene Grosbein
Author: eugen Date: Sun Dec 6 17:44:28 2020 New Revision: 368391 URL: https://svnweb.freebsd.org/changeset/base/368391 Log: if_em.ko: fix module build outside of kernel build environment MFC after:3 days Modified: head/sys/modules/em/Makefile Modified: head/sys/modules/em/Makefile

Re: svn commit: r368375 - head/sys/kern

2020-12-06 Thread Jessica Clarke
Hi Mateusz, This looks like a behavioural change to me. Was that intended and a bug fix (in which case, it should have been documented in the commit message) or not? See below for the exact change. On 6 Dec 2020, at 04:59, Mateusz Guzik wrote: > +static int > +namei_getpath(struct nameidata

svn commit: r368390 - in head/tools/tools/locale: . etc/final-maps tools

2020-12-06 Thread Yuri Pankov
Author: yuripv Date: Sun Dec 6 16:44:41 2020 New Revision: 368390 URL: https://svnweb.freebsd.org/changeset/base/368390 Log: update wcwidth data from utf8proc Character width data being out of date is a constant source of weird rendering issues and wasted time trying to diagnose

svn commit: r368388 - head/sbin/bectl

2020-12-06 Thread Kyle Evans
Author: kevans Date: Sun Dec 6 15:58:50 2020 New Revision: 368388 URL: https://svnweb.freebsd.org/changeset/base/368388 Log: bectl: simplify the tail end of the jail cmd This has already confused me once (and I'm pretty sure I wrote it), so let's clarify: unjailing after the command has

svn commit: r368387 - in head/contrib/bc: . gen include manuals src tests tests/bc

2020-12-06 Thread Stefan Eßer
Author: se Date: Sun Dec 6 11:49:21 2020 New Revision: 368387 URL: https://svnweb.freebsd.org/changeset/base/368387 Log: Upgrade to version 3.2.3 Modified: head/contrib/bc/Makefile.in head/contrib/bc/NEWS.md head/contrib/bc/configure.sh head/contrib/bc/gen/strgen.sh Directory

svn commit: r368384 - in head/sys: compat/linux conf

2020-12-06 Thread Tijl Coosemans
Author: tijl Date: Sun Dec 6 10:58:55 2020 New Revision: 368384 URL: https://svnweb.freebsd.org/changeset/base/368384 Log: Move V4L feature declarations and DTrace provider definitions from linux_common.c to linux_util.c so they become available on i386. linux_common.c defines the