svn commit: r364332 - head

2020-08-17 Thread Rick Macklem
false,junk:false' /etc/malloc.conf".) +20200817: + r364330 modified the internal API used between the NFS modules. + As such, all the NFS modules must be re-compiled from sources. + 20200816: Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have bee

svn commit: r364331 - head/sys/sys

2020-08-17 Thread Rick Macklem
Author: rmacklem Date: Tue Aug 18 01:57:48 2020 New Revision: 364331 URL: https://svnweb.freebsd.org/changeset/base/364331 Log: Bump __FreeBSD_version for r364330, since it changed the internal API between the NFS modules such that they all need to be re-compiled from sources. Modified:

svn commit: r364330 - in head/sys/fs: nfs nfsclient nfsserver

2020-08-17 Thread Rick Macklem
Author: rmacklem Date: Tue Aug 18 01:41:12 2020 New Revision: 364330 URL: https://svnweb.freebsd.org/changeset/base/364330 Log: Delete the unused "use_ext" argument to nfscl_reqstart(). This is a partial revert of r363210, since the "use_ext" argument added by that commit is not actually

Re: svn commit: r364325 - head

2020-08-17 Thread John Baldwin
On 8/17/20 1:11 PM, John Baldwin wrote: > Author: jhb > Date: Mon Aug 17 20:11:43 2020 > New Revision: 364325 > URL: https://svnweb.freebsd.org/changeset/base/364325 > > Log: > Add a USE_GCC_TOOLCHAINS knob to make universe. > > This uses GCC toolchains instead of LLVM on architectures

Re: svn commit: r364310 - in head/sys: kern vm

2020-08-17 Thread Shawn Webb
On Tue, Aug 18, 2020 at 01:03:25AM +0300, Andriy Gapon wrote: > On 17/08/2020 18:37, Gleb Smirnoff wrote: > > Author: glebius > > Date: Mon Aug 17 15:37:08 2020 > > New Revision: 364310 > > URL: https://svnweb.freebsd.org/changeset/base/364310 > > > > Log: > > With INVARIANTS panic immediately

Re: svn commit: r364310 - in head/sys: kern vm

2020-08-17 Thread Andriy Gapon
On 17/08/2020 18:37, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Aug 17 15:37:08 2020 > New Revision: 364310 > URL: https://svnweb.freebsd.org/changeset/base/364310 > > Log: > With INVARIANTS panic immediately if M_WAITOK is requested in a > non-sleepable context. Previously only

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

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 21:30:49 2020 New Revision: 364329 URL: https://svnweb.freebsd.org/changeset/base/364329 Log: Remove "emulation" of clone(CLONE_PARENT | CLONE_THREAD). On Linux this is supposed to result in EINVAL. Reported by: syzkaller MFC after:1 week

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

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 21:30:15 2020 New Revision: 364328 URL: https://svnweb.freebsd.org/changeset/base/364328 Log: Fix a lock leak when emulating futex(FUTEX_WAIT_BITSET). Reported by: syzkaller MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r364321 - head/sbin/ipfw

2020-08-17 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: emaste > Date: Mon Aug 17 18:53:23 2020 > New Revision: 364321 > URL: https://svnweb.freebsd.org/changeset/base/364321 > > Log: > ipfw: line up `ipfw -t list` with and without timestamp > > From the PR: > When I run `ipfw -t

svn commit: r364327 - head/sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 20:18:01 2020 New Revision: 364327 URL: https://svnweb.freebsd.org/changeset/base/364327 Log: net80211: replace magic number by define Rather than coding an array size of [4] replace the number with WME_NUM_AC. MFC after:2 weeks Reviewed by: adrian

svn commit: r364326 - head/sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 20:16:33 2020 New Revision: 364326 URL: https://svnweb.freebsd.org/changeset/base/364326 Log: net80211: VHT correct NSS Set loop boundary For the tuple, NSS is 1..8 (or in our loop case 0..7 but not 0..6). Correct the boundry to check for < 8 and not < 7.

svn commit: r364325 - head

2020-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 20:11:43 2020 New Revision: 364325 URL: https://svnweb.freebsd.org/changeset/base/364325 Log: Add a USE_GCC_TOOLCHAINS knob to make universe. This uses GCC toolchains instead of LLVM on architectures supported by GCC. Currently this uses GCC 6 on aarch64,

svn commit: r364324 - head/sys/dev/mmc/host

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 20:07:14 2020 New Revision: 364324 URL: https://svnweb.freebsd.org/changeset/base/364324 Log: dwmmc: remove printf even under bootverbose Remove two debugging printfs, even if hidden under boot -v. They seemed to be of debug nature and always spit onto the

svn commit: r364322 - head/lib/libc/gen

2020-08-17 Thread Konstantin Belousov
Author: kib Date: Mon Aug 17 19:14:09 2020 New Revision: 364322 URL: https://svnweb.freebsd.org/changeset/base/364322 Log: scandir-compat11.c: Remove unused declaration for qsort_b(). Sponsored by: The FreeBSD Foundation MFC after:0 days Modified:

svn commit: r364321 - head/sbin/ipfw

2020-08-17 Thread Ed Maste
Author: emaste Date: Mon Aug 17 18:53:23 2020 New Revision: 364321 URL: https://svnweb.freebsd.org/changeset/base/364321 Log: ipfw: line up `ipfw -t list` with and without timestamp From the PR: When I run `ipfw -t list` on release/12 or current, I get misaligned output between

svn commit: r364318 - head/share/mk

2020-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 17:17:33 2020 New Revision: 364318 URL: https://svnweb.freebsd.org/changeset/base/364318 Log: Move -L${LIBCOMPATTMP}/usr/lib${libcompat} from CFLAGS to LDFLAGS. This is only needed when linking and fixes various "unused command line argument" warnings during

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

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 17:14:56 2020 New Revision: 364317 URL: https://svnweb.freebsd.org/changeset/base/364317 Log: Skip Linux madvise(MADV_DONTNEED) on unmanaged objects. vm_object_madvise() is a no-op for unmanaged objects, but we should also limit the scope of mappings on

Re: svn commit: r364292 - in head: lib/libc/tests/sys lib/libfetch lib/libpam/libpam lib/msun/tests libexec/rtld-elf usr.bin/fetch usr.bin/unzip

2020-08-17 Thread Xin Li
On 8/17/20 01:22, Mark Millard wrote: > For the c99's that were removed: why were they not > gnu99's originally? If there is a reason, why is > it now okay to revert to gnu99 instead of sticking > with c99? gnu99 was made default in 2009, most of these "c99" cases predates that and should be

svn commit: r364316 - in head: lib/geom/part sys/geom/part sys/sys/disk

2020-08-17 Thread Conrad Meyer
Author: cem Date: Mon Aug 17 17:07:05 2020 New Revision: 364316 URL: https://svnweb.freebsd.org/changeset/base/364316 Log: gpart(8): Recognize apple-zfs and solaris-reserved partition ids Introduce G_PART_ALIAS_SOLARIS_RESERVED, GPT_ENT_TYPE_SOLARIS_RESERVED et al., to make gpart show

svn commit: r364315 - head/sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 16:51:21 2020 New Revision: 364315 URL: https://svnweb.freebsd.org/changeset/base/364315 Log: net80211: return 80P80 before 160 In ieee80211_vht_get_chwidth_ie() we need to return 80P80 (3) before VHT160 (2) as otherwise we'll never use 80P80. Fix the order.

Re: svn commit: r364312 - head/sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
On 17 Aug 2020, at 16:42, Oliver Pinter wrote: On Monday, August 17, 2020, Bjoern A. Zeeb wrote: Author: bz Date: Mon Aug 17 16:28:59 2020 New Revision: 364312 URL: https://svnweb.freebsd.org/changeset/base/364312 Log: net80211: remove vertical whitespace No functional changes. MFC

Re: svn commit: r364312 - head/sys/net80211

2020-08-17 Thread Oliver Pinter
On Monday, August 17, 2020, Bjoern A. Zeeb wrote: > Author: bz > Date: Mon Aug 17 16:28:59 2020 > New Revision: 364312 > URL: https://svnweb.freebsd.org/changeset/base/364312 > > Log: > net80211: remove vertical whitespace > > No functional changes. > > MFC after:2 weeks > Sponsored

svn commit: r364314 - head/contrib/llvm-project/llvm/lib/Target/PowerPC

2020-08-17 Thread Dimitry Andric
Author: dim Date: Mon Aug 17 16:37:46 2020 New Revision: 364314 URL: https://svnweb.freebsd.org/changeset/base/364314 Log: Merge commit 4d52ebb9b9c7 from llvm git (by Chen Zheng): [PowerPC] Make StartMI ignore COPY like instructions. Reviewed By: lkail Differential

svn commit: r364313 - head/contrib/llvm-project/llvm/lib/Target/PowerPC

2020-08-17 Thread Dimitry Andric
Author: dim Date: Mon Aug 17 16:34:10 2020 New Revision: 364313 URL: https://svnweb.freebsd.org/changeset/base/364313 Log: Revert r364275, for reapplying the final upstream fix: Tentatively apply https://reviews.llvm.org/D85659, which fixes an assertion failure when building world for

svn commit: r364312 - head/sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 16:28:59 2020 New Revision: 364312 URL: https://svnweb.freebsd.org/changeset/base/364312 Log: net80211: remove vertical whitespace No functional changes. MFC after:2 weeks Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate") Modified:

svn commit: r364310 - in head/sys: kern vm

2020-08-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Aug 17 15:37:08 2020 New Revision: 364310 URL: https://svnweb.freebsd.org/changeset/base/364310 Log: With INVARIANTS panic immediately if M_WAITOK is requested in a non-sleepable context. Previously only _sleep() would panic. This will catch misuse of M_WAITOK at

svn commit: r364309 - head/sys/cam/scsi

2020-08-17 Thread Alexander Motin
Author: mav Date: Mon Aug 17 15:11:46 2020 New Revision: 364309 URL: https://svnweb.freebsd.org/changeset/base/364309 Log: Extend EIIOE field handling according to ses4r5 draft. It should not affect any existing systems. MFC after:2 weeks Modified:

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

2020-08-17 Thread Pedro F. Giffuni
Author: pfg Date: Mon Aug 17 15:05:41 2020 New Revision: 364308 URL: https://svnweb.freebsd.org/changeset/base/364308 Log: extfs: remove redundant little endian conversion. The NSEC_TO_XTIME macro already calls the htole32(), so there is no need to call it twice. This code does nothing

svn commit: r364307 - head

2020-08-17 Thread Ed Maste
Author: emaste Date: Mon Aug 17 14:07:29 2020 New Revision: 364307 URL: https://svnweb.freebsd.org/changeset/base/364307 Log: Add libprivateevent libs to ObsoleteFiles.inc Missed in r361607 Reported by: dim Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r364306 - head/sys/vm

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 14:06:51 2020 New Revision: 364306 URL: https://svnweb.freebsd.org/changeset/base/364306 Log: Commit a missing piece of r364302. This had failed to apply due to a merge conflict. Reported by: Jenkins MFC with: r364302 Modified:

svn commit: r364305 - head/sys/net

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 13:51:25 2020 New Revision: 364305 URL: https://svnweb.freebsd.org/changeset/base/364305 Log: For consistency and to avoid any problems getting past the 31bit boundry change the last two IF_Mbps(2500) and additionally one IF_Mbps(5000) to ULL as well. MFC

svn commit: r364304 - head/usr.bin/cpuset

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 13:08:04 2020 New Revision: 364304 URL: https://svnweb.freebsd.org/changeset/base/364304 Log: cpuset(1): Update the usage message. Parameters related to domain selection were not listed. MFC after:1 week Sponsored by: Juniper Networks, Klara Inc.

svn commit: r364303 - in head: sbin/ifconfig sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 13:04:18 2020 New Revision: 364303 URL: https://svnweb.freebsd.org/changeset/base/364303 Log: 80211: consistently order 160 and 80+80 For flags and checks the order goes VHT160 and then VHT80P80 unless checks are in reverse order ("more comes first") in which

svn commit: r364302 - head/sys/vm

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 13:02:01 2020 New Revision: 364302 URL: https://svnweb.freebsd.org/changeset/base/364302 Log: Remove the VM map zone. Today, the zone is only used to allocate a trio of kernel maps: the kernel map itself, and the exec and pipe submaps. Maps for user

svn commit: r364301 - in head: lib/lib80211 sbin/ifconfig sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 12:52:57 2020 New Revision: 364301 URL: https://svnweb.freebsd.org/changeset/base/364301 Log: 80211: consistently spell 80P80 The standard uses 80+80 and 80p80 but nowhere 80_80. Switch the latter to 80P80 for all the macros and comments refering to #defined

svn commit: r364300 - head/sys/dev/asmc

2020-08-17 Thread Mark Johnston
Author: markj Date: Mon Aug 17 12:47:08 2020 New Revision: 364300 URL: https://svnweb.freebsd.org/changeset/base/364300 Log: asmc(4): Add support for MacBook7,1. PR: 248693 Submitted by: gc...@interia.pl MFC after:1 week Modified: head/sys/dev/asmc/asmc.c

svn commit: r364299 - in head: sbin/ifconfig sys/net80211

2020-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon Aug 17 12:43:07 2020 New Revision: 364299 URL: https://svnweb.freebsd.org/changeset/base/364299 Log: net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT* Rather then using magic numbers duplicate IEEE80211_FVHT_VHT* in ifconfig (cleanup of these and other

svn commit: r364296 - head/usr.sbin/nologin

2020-08-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Mon Aug 17 10:25:02 2020 New Revision: 364296 URL: https://svnweb.freebsd.org/changeset/base/364296 Log: Revert 363598 The original wording was better. Reported by: rgrimes Modified: head/usr.sbin/nologin/nologin.8 Modified:

svn commit: r364295 - head/sbin/bectl

2020-08-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Mon Aug 17 08:43:36 2020 New Revision: 364295 URL: https://svnweb.freebsd.org/changeset/base/364295 Log: Comment out TODO notes from bectl(8) manual page MFC after:2 days Modified: head/sbin/bectl/bectl.8 Modified: head/sbin/bectl/bectl.8

svn commit: r364294 - head/sbin/bectl

2020-08-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Mon Aug 17 08:24:50 2020 New Revision: 364294 URL: https://svnweb.freebsd.org/changeset/base/364294 Log: Remove an unnecessary macro MFC after:2 days Modified: head/sbin/bectl/bectl.8 Modified: head/sbin/bectl/bectl.8

Re: svn commit: r364292 - in head: lib/libc/tests/sys lib/libfetch lib/libpam/libpam lib/msun/tests libexec/rtld-elf usr.bin/fetch usr.bin/unzip

2020-08-17 Thread Mark Millard via svn-src-head
> Author: delphij > Date: Mon Aug 17 05:57:02 2020 > New Revision: 364292 > URL: > https://svnweb.freebsd.org/changeset/base/364292 > > > Log: > Don't explicitly specify c99 or gnu99 as the default is now gnu99. > > . . . > > Modified: head/lib/libc/tests/sys/Makefile >