svn commit: r361130 - stable/12/share/man/man7

2020-05-17 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 17 09:34:29 2020 New Revision: 361130 URL: https://svnweb.freebsd.org/changeset/base/361130 Log: Add new stats(7) man page and hook it up to the build. This man page contains stat utilities that are available in the base system. This is a better a

svn commit: r361131 - stable/12/sys/amd64/vmm

2020-05-17 Thread Peter Grehan
Author: grehan Date: Sun May 17 11:09:38 2020 New Revision: 361131 URL: https://svnweb.freebsd.org/changeset/base/361131 Log: MFC r361064 Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guest In recent Linux (5.3+) and OpenBSD (6.6+) kernels, and with hosts that suppor

svn commit: r361132 - stable/11/sys/amd64/vmm

2020-05-17 Thread Peter Grehan
Author: grehan Date: Sun May 17 11:13:12 2020 New Revision: 361132 URL: https://svnweb.freebsd.org/changeset/base/361132 Log: MFC r361064 Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guest In recent Linux (5.3+) and OpenBSD (6.6+) kernels, and with hosts that

svn commit: r361133 - head/sys/fs/ext2fs

2020-05-17 Thread Fedor Uporov
Author: fsu Date: Sun May 17 14:00:54 2020 New Revision: 361133 URL: https://svnweb.freebsd.org/changeset/base/361133 Log: Add inode bitmap tail initialization. Make ext2fs compatible with changes introduced in e2fsprogs v1.45.2. Now the tail of inode bitmap is filled with 0xff pattern ex

svn commit: r361134 - head/sys/fs/ext2fs

2020-05-17 Thread Fedor Uporov
Author: fsu Date: Sun May 17 14:03:13 2020 New Revision: 361134 URL: https://svnweb.freebsd.org/changeset/base/361134 Log: Fix incorrect inode link count check in case of rename. The check was incorrect because the directory inode link count have min value 2 after dir_nlink extfs feature

svn commit: r361135 - head/sys/fs/ext2fs

2020-05-17 Thread Fedor Uporov
Author: fsu Date: Sun May 17 14:10:46 2020 New Revision: 361135 URL: https://svnweb.freebsd.org/changeset/base/361135 Log: Restrict the max runp and runb return values in case of extents mapping. This restriction already present in case of indirect mapping, do the same in case of extents.

svn commit: r361136 - head/sys/fs/ext2fs

2020-05-17 Thread Fedor Uporov
Author: fsu Date: Sun May 17 14:52:54 2020 New Revision: 361136 URL: https://svnweb.freebsd.org/changeset/base/361136 Log: Add BE architectures support. Author of most initial version: pfg (https://reviews.freebsd.org/D23259) Reviewed by:pfg MFC after: 3 months Differen

svn commit: r361137 - head/sys/netinet

2020-05-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sun May 17 15:32:36 2020 New Revision: 361137 URL: https://svnweb.freebsd.org/changeset/base/361137 Log: Remove redundant checks for nhop validity. Currently NH_IS_VALID() simly aliases to RT_LINK_IS_UP(), so we're checking the same thing twice. In the near futu

svn commit: r361138 - head/sys/compat/linuxkpi/common/include/linux

2020-05-17 Thread Emmanuel Vadot
Author: manu Date: Sun May 17 20:09:11 2020 New Revision: 361138 URL: https://svnweb.freebsd.org/changeset/base/361138 Log: linuxkpi: Add atomic_dec_and_mutex_lock This function decrement the counter and if the result is 0 it acquires the mutex and returns 1, if not it simply returns 0.

svn commit: r361139 - head/sys/compat/linuxkpi/common/include/linux

2020-05-17 Thread Emmanuel Vadot
Author: manu Date: Sun May 17 20:12:16 2020 New Revision: 361139 URL: https://svnweb.freebsd.org/changeset/base/361139 Log: linuxkpi: Add __mutex_init Same as mutex_init, the lock_class_key argument seems to be only used for debug in Linux, simply ignore it for now. Needed by DRM in Lin

svn commit: r361140 - head/sys/compat/linuxkpi/common/include/linux

2020-05-17 Thread Emmanuel Vadot
Author: manu Date: Sun May 17 20:14:49 2020 New Revision: 361140 URL: https://svnweb.freebsd.org/changeset/base/361140 Log: linuxkpi: Add offsetofend macro This calculate the offset of the end of the member in the given struct. Needed by DRM in Linux v5.3 Sponsored-by: The FreeBSD Fo

svn commit: r361142 - releng/11.4/contrib/llvm-project/llvm/lib/Support/Unix

2020-05-17 Thread Ed Maste
Author: emaste Date: Sun May 17 21:29:45 2020 New Revision: 361142 URL: https://svnweb.freebsd.org/changeset/base/361142 Log: MF11 r360876: Merge commit 21e5e1724b75 from llvm git: getMainExecutable: Fix hand-rolled AT_EXECPATH for older FreeBSD Once we hit AT_NULL, we need to bail

svn commit: r361143 - head/release/tools

2020-05-17 Thread Colin Percival
Author: cperciva Date: Sun May 17 21:54:59 2020 New Revision: 361143 URL: https://svnweb.freebsd.org/changeset/base/361143 Log: Add /etc/autofs/special_efs to EC2 AMIs Since Amazon Elastic File System is only available within AWS, it seems more appropriate to have this added only in EC2 A

svn commit: r361145 - head/sys/netinet

2020-05-17 Thread Michael Tuexen
Author: tuexen Date: Sun May 17 22:31:38 2020 New Revision: 361145 URL: https://svnweb.freebsd.org/changeset/base/361145 Log: Non-functional changes, cleanups. MFC after:3 days Modified: head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_os_bsd.h head/sys/netinet/sctp_o

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Oliver Pinter
On Sunday, May 17, 2020, Colin Percival wrote: > Author: cperciva > Date: Sun May 17 21:54:59 2020 > New Revision: 361143 > URL: https://svnweb.freebsd.org/changeset/base/361143 > > Log: > Add /etc/autofs/special_efs to EC2 AMIs > > Since Amazon Elastic File System is only available within AW

svn commit: r361146 - in head/sys/fs: nfs nfsserver

2020-05-17 Thread Rick Macklem
Author: rmacklem Date: Mon May 18 00:07:45 2020 New Revision: 361146 URL: https://svnweb.freebsd.org/changeset/base/361146 Log: Add a function nfsm_set() to initialize "struct nfsrv_descript" for building mbuf lists. This function is currently trivial, but will that will change when sup

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Conrad Meyer
On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > On Sunday, May 17, 2020, Colin Percival wrote: >> +# Provide instructions on how to mount the requested filesystem. >> +FS=$1 >> +REGION=`fetch -qo- >> http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e >> 's/[a-z]

svn commit: r361147 - in stable: 11/sys/kern 12/sys/kern

2020-05-17 Thread Ryan Moeller
Author: freqlabs Date: Mon May 18 00:32:42 2020 New Revision: 361147 URL: https://svnweb.freebsd.org/changeset/base/361147 Log: MFC r360900: vfs_exports: Tighten bounds and assert consistency of numsecflavors We know the value must be greater than 0 and less than MAXSECFLAVORS. Re

svn commit: r361147 - in stable: 11/sys/kern 12/sys/kern

2020-05-17 Thread Ryan Moeller
Author: freqlabs Date: Mon May 18 00:32:42 2020 New Revision: 361147 URL: https://svnweb.freebsd.org/changeset/base/361147 Log: MFC r360900: vfs_exports: Tighten bounds and assert consistency of numsecflavors We know the value must be greater than 0 and less than MAXSECFLAVORS. Re

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Ed Maste
On Sun, 17 May 2020 at 20:24, Conrad Meyer wrote: > > On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > > On Sunday, May 17, 2020, Colin Percival wrote: > >> +# Provide instructions on how to mount the requested filesystem. > >> +FS=$1 > >> +REGION=`fetch -qo- > >> http://169.254.169.254/l

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Colin Percival
On 2020-05-17 16:48, Oliver Pinter wrote: > On Sunday, May 17, 2020, Colin Percival > wrote: > +REGION=`fetch -qo- > http://169.254.169.254/latest/meta-data/placement/availability-zone >

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Mark Linimon
Defining it to MAGIC_UNROUTED_IP_ADDRESS or something would have obviated our questions :-) mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@free

svn commit: r361148 - head/usr.sbin/certctl

2020-05-17 Thread Kyle Evans
Author: kevans Date: Mon May 18 01:35:44 2020 New Revision: 361148 URL: https://svnweb.freebsd.org/changeset/base/361148 Log: certctl: don't fall over flat with relative DESTDIR Up until now, all of our DESTDIR use has been with absolute paths. It turned out that the cd in/out dance we do

svn commit: r361149 - head

2020-05-17 Thread Kyle Evans
Author: kevans Date: Mon May 18 01:48:55 2020 New Revision: 361149 URL: https://svnweb.freebsd.org/changeset/base/361149 Log: Revert r360833, r360882: certctl rehash in installworld This was solving the correct-ish problem in the wrong place. Noted by brooks; while he didn't request a pro

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Rodney W. Grimes
> On Sun, 17 May 2020 at 20:24, Conrad Meyer wrote: > > > > On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > > > On Sunday, May 17, 2020, Colin Percival wrote: > > >> +# Provide instructions on how to mount the requested filesystem. > > >> +FS=$1 > > >> +REGION=`fetch -qo- > > >> http://1

svn commit: r361150 - head/release/tools

2020-05-17 Thread Colin Percival
Author: cperciva Date: Mon May 18 02:14:25 2020 New Revision: 361150 URL: https://svnweb.freebsd.org/changeset/base/361150 Log: Add ebsnvme-id to EC2 AMIs and enable /dev/aws/disk The ebsnvme-id utility exposes information about EC2 disks -- for Elastic Block Store volumes, their volume I

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Ravi Pokala
-Original Message- From: on behalf of Colin Percival Date: 2020-05-17, Sunday at 18:30 To: Oliver Pinter Cc: "src-committ...@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-h...@freebsd.org" Subject: Re: svn commit: r361143 - head/release/tools > On 2020-05-17 16:48, Oliver Pint