Re: svn commit: r362126 - head/sys/vm

2020-06-17 Thread Conrad Meyer
On Wed, Jun 17, 2020 at 10:50 AM John Baldwin wrote: > > On 6/12/20 3:33 PM, Conrad Meyer wrote: > > On Fri, Jun 12, 2020 at 2:53 PM Eric van Gyzen wrote: > >> Honor db_pager_quit in some vm_object ddb commands > >> > >> These can be rather verbose. > > > > We also have this (?)hack in

Re: svn commit: r362253 - head/sys/vm

2020-06-17 Thread Conrad Meyer
On Wed, Jun 17, 2020 at 4:04 AM Konstantin Belousov wrote: > > On Tue, Jun 16, 2020 at 10:53:56PM +, Conrad Meyer wrote: > > Author: cem > > Date: Tue Jun 16 22:53:56 2020 > > New Revision: 362253 > > URL: https://svnweb.freebsd.org/changeset/base/362253 > > > > Log: > > vm: Drop

svn commit: r362293 - stable/11/share/man/man5

2020-06-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Jun 17 23:41:04 2020 New Revision: 362293 URL: https://svnweb.freebsd.org/changeset/base/362293 Log: MFC 361920: Document that /lib is always in the list of shared library paths /lib was added to the list in r119011. Modified:

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

2020-06-17 Thread Chuck Silvers
Author: chs Date: Wed Jun 17 23:39:52 2020 New Revision: 362292 URL: https://svnweb.freebsd.org/changeset/base/362292 Log: Move all of the functions in ffs_subr.c that are only used by the ufs kernel module from that file into ffs_vfsops.c. This fixes the build for kernel configs that

svn commit: r362291 - stable/12/share/man/man5

2020-06-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Jun 17 21:51:32 2020 New Revision: 362291 URL: https://svnweb.freebsd.org/changeset/base/362291 Log: MFC 361920: Document that /lib is always in the list of shared library paths /lib was added to the list in r119011. Modified:

svn commit: r362290 - head/usr.bin/fstat

2020-06-17 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Jun 17 21:21:57 2020 New Revision: 362290 URL: https://svnweb.freebsd.org/changeset/base/362290 Log: Clean up fstat.1 - Sort options in the list & indent for readability. - Pet linters - Use "\(em" instead of "--" - Remove Tn macros -

svn commit: r362289 - head/sys/netinet

2020-06-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jun 17 21:04:38 2020 New Revision: 362289 URL: https://svnweb.freebsd.org/changeset/base/362289 Log: When converting the static arrays to mallocarray() in r356621 I missed one place where we now need to multiply the size of the struct with the number of entries. This

svn commit: r362288 - head/sys/netinet

2020-06-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jun 17 20:58:37 2020 New Revision: 362288 URL: https://svnweb.freebsd.org/changeset/base/362288 Log: The call into ifa_ifwithaddr() needs to be epoch protected; ortherwise we'll panic on an assertion. While here, leave a comment that the ifp was never protected and

svn commit: r362287 - vendor/flex/2.6.4

2020-06-17 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 17 19:57:59 2020 New Revision: 362287 URL: https://svnweb.freebsd.org/changeset/base/362287 Log: Tag flex 2.6.4. Added: vendor/flex/2.6.4/ - copied from r362286, vendor/flex/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r362286 - in vendor/flex: . dist dist/src

2020-06-17 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 17 19:57:19 2020 New Revision: 362286 URL: https://svnweb.freebsd.org/changeset/base/362286 Log: Import flex 2.6.4. Added: vendor/flex/dist/README.md vendor/flex/dist/configure.ac vendor/flex/dist/src/ vendor/flex/dist/src/FlexLexer.h - copied, changed

svn commit: r362285 - head/sys/dev/pci

2020-06-17 Thread Andrew Turner
Author: andrew Date: Wed Jun 17 19:56:17 2020 New Revision: 362285 URL: https://svnweb.freebsd.org/changeset/base/362285 Log: Clean up the pci host generic driver - Support Prefetchable Memory. - Use the correct rman when allocating memory and ioports. - Translate PCI addresses in

svn commit: r362284 - head/sys/arm64/arm64

2020-06-17 Thread Andrew Turner
Author: andrew Date: Wed Jun 17 19:45:05 2020 New Revision: 362284 URL: https://svnweb.freebsd.org/changeset/base/362284 Log: Support pmap_extract_and_hold on arm64 stage 2 mappings Sponsored by: Innovate UK Differential Revision:https://reviews.freebsd.org/D24469 Modified:

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

2020-06-17 Thread Mark Johnston
Author: markj Date: Wed Jun 17 18:47:59 2020 New Revision: 362283 URL: https://svnweb.freebsd.org/changeset/base/362283 Log: MFC r362035: Remove the FIRMWARE_MAX limit. Modified: stable/12/sys/kern/subr_firmware.c Directory Properties: stable/12/ (props changed) Modified:

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

2020-06-17 Thread John Baldwin
On 6/17/20 9:39 AM, Kyle Evans wrote: > On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote: >> >> pho@ reported triggering one of the asserts: >> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt >> >> I did not have the time to properly investigate this yet and this does >> not

svn commit: r362282 - head/sys/dev/nvme

2020-06-17 Thread Alexander Motin
Author: mav Date: Wed Jun 17 17:51:40 2020 New Revision: 362282 URL: https://svnweb.freebsd.org/changeset/base/362282 Log: Fix admin qpair leak if detached during initial reset. MFC after:1 week Sponsored by: iXsystems, Inc. Modified: head/sys/dev/nvme/nvme_ctrlr.c

Re: svn commit: r362126 - head/sys/vm

2020-06-17 Thread John Baldwin
On 6/12/20 3:33 PM, Conrad Meyer wrote: > On Fri, Jun 12, 2020 at 2:53 PM Eric van Gyzen wrote: >> Honor db_pager_quit in some vm_object ddb commands >> >> These can be rather verbose. > > We also have this (?)hack in OneFS, which eliminates the need for > every debug function to check the

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

2020-06-17 Thread Kyle Evans
On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote: > > pho@ reported triggering one of the asserts: > https://people.freebsd.org/~pho/stress/log/mjguzik028.txt > > I did not have the time to properly investigate this yet and this does > not reproduce for me. > Ah, this is good to know that

svn commit: r362281 - in stable: 11/lib/libc/gen 11/lib/libc/tests/gen 12/lib/libc/gen 12/lib/libc/tests/gen

2020-06-17 Thread Kyle Evans
Author: kevans Date: Wed Jun 17 16:22:08 2020 New Revision: 362281 URL: https://svnweb.freebsd.org/changeset/base/362281 Log: MFC r361995-r361996, r361999, r362111: posix_spawnp fixes r361995: execvp: fix up the ENOEXEC fallback If execve fails with ENOEXEC, execvp is expected to

svn commit: r362281 - in stable: 11/lib/libc/gen 11/lib/libc/tests/gen 12/lib/libc/gen 12/lib/libc/tests/gen

2020-06-17 Thread Kyle Evans
Author: kevans Date: Wed Jun 17 16:22:08 2020 New Revision: 362281 URL: https://svnweb.freebsd.org/changeset/base/362281 Log: MFC r361995-r361996, r361999, r362111: posix_spawnp fixes r361995: execvp: fix up the ENOEXEC fallback If execve fails with ENOEXEC, execvp is expected to

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

2020-06-17 Thread Alan Somers
Author: asomers Date: Wed Jun 17 16:20:19 2020 New Revision: 362280 URL: https://svnweb.freebsd.org/changeset/base/362280 Log: Remove vfs_statfs and vnode_mount macros from NFS These macro definitions are no longer needed as the NFS OSX port is long dead. The vfs_statfs macro conflicts

Re: svn commit: r362261 - head/contrib/file/magic/Magdir

2020-06-17 Thread Xin Li via svn-src-all
Hi, On 6/17/20 3:11 AM, Antoine Brodin wrote: > Author: antoine > Date: Wed Jun 17 10:11:54 2020 > New Revision: 362261 > URL: https://svnweb.freebsd.org/changeset/base/362261 > > Log: > Re-apply r333944 to unbreak ports Could you please file a bug against the upstream (Christos cc'ed), as it

Re: svn commit: r362217 - head/stand/common

2020-06-17 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Tue, Jun 16, 2020 at 8:33 PM Ian Lepore wrote: > > > On Tue, 2020-06-16 at 19:34 +0200, Kristof Provost wrote: > > > On 16 Jun 2020, at 19:11, Ed Maste wrote: > > > > On Tue, 16 Jun 2020 at 13:01, Ian Lepore wrote: > > > > > > > > > > As much as

svn commit: r362279 - head/lib/libmagic

2020-06-17 Thread Xin LI
Author: delphij Date: Wed Jun 17 15:57:59 2020 New Revision: 362279 URL: https://svnweb.freebsd.org/changeset/base/362279 Log: Fix installation of magic file. Reported by: lwhsu MFC after:2 weeks X-MFC-with: r362258 Modified: head/lib/libmagic/Makefile Modified:

svn commit: r362278 - in head/sys: arm64/coresight conf

2020-06-17 Thread Ruslan Bukin
Author: br Date: Wed Jun 17 15:54:51 2020 New Revision: 362278 URL: https://svnweb.freebsd.org/changeset/base/362278 Log: Complete the ACPI support for ARM Coresight: o Parse the ACPI DSD (Device Specific Data) graph property and record device connections. o Split-out FDT support to a

svn commit: r362277 - head/sys/netinet

2020-06-17 Thread Michael Tuexen
Author: tuexen Date: Wed Jun 17 15:27:45 2020 New Revision: 362277 URL: https://svnweb.freebsd.org/changeset/base/362277 Log: Allow the self reference to be NULL in case the timer was stopped. Submitted by: Timo Voelker MFC after:1 week Modified:

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

2020-06-17 Thread Mateusz Guzik
pho@ reported triggering one of the asserts: https://people.freebsd.org/~pho/stress/log/mjguzik028.txt I did not have the time to properly investigate this yet and this does not reproduce for me. That said, I may either revert the assert (or degrade to a warning) or add some commentary if I

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

2020-06-17 Thread Kyle Evans
On Tue, Jun 9, 2020 at 10:17 AM Mateusz Guzik wrote: > > Author: mjg > Date: Tue Jun 9 15:17:23 2020 > New Revision: 361967 > URL: https://svnweb.freebsd.org/changeset/base/361967 > > Log: > Assert on pg_jobc state. > > Stolen from NetBSD. > > Modified: > head/sys/kern/kern_proc.c > >

svn commit: r362276 - stable/12/sys/compat/linux

2020-06-17 Thread Mark Johnston
Author: markj Date: Wed Jun 17 13:46:05 2020 New Revision: 362276 URL: https://svnweb.freebsd.org/changeset/base/362276 Log: MFC r362037: Fix a couple of nits in Linux sysinfo(2) emulation. Modified: stable/12/sys/compat/linux/linux_misc.c Directory Properties: stable/12/ (props

svn commit: r362275 - head/sys/netinet

2020-06-17 Thread Tom Jones
Author: thj Date: Wed Jun 17 13:27:13 2020 New Revision: 362275 URL: https://svnweb.freebsd.org/changeset/base/362275 Log: Add header definition for RFC4340, Datagram Congestion Control Protocol Add a header definition for DCCP as defined in RFC4340. This header definition is required to

svn commit: r362274 - head/contrib/tzcode/stdtime

2020-06-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Wed Jun 17 11:57:48 2020 New Revision: 362274 URL: https://svnweb.freebsd.org/changeset/base/362274 Log: ctime(3): Bump .Dd after r362165 Reported by: bcr (mentor) Reviewed by: bcr (mentor) Approved by: bcr (mentor) X-MFC-With: r362165

svn commit: r362273 - head/sys/arm64/include

2020-06-17 Thread Andrew Turner
Author: andrew Date: Wed Jun 17 11:56:10 2020 New Revision: 362273 URL: https://svnweb.freebsd.org/changeset/base/362273 Log: Add all the TCR_EL1 fields These will be used when adding support for new Armv8 extensions. Sponsored by: Innovate UK Modified:

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

2020-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 11:14:54 2020 New Revision: 362272 URL: https://svnweb.freebsd.org/changeset/base/362272 Log: Fix HW TLS offload regression issue after r359919, in mlx5en(4). Changes in the mbuf layout regarding HW TLS, resulted in wrong detection of starting mbuf. Use

svn commit: r362271 - head/sys/dev/mlx4/mlx4_en

2020-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 11:12:10 2020 New Revision: 362271 URL: https://svnweb.freebsd.org/changeset/base/362271 Log: Allow multicast packets to be received in promiscious mode, in mlx4en(4). Make sure we disable the multicast filter in promiscious mode aswell as when the all

Re: svn commit: r362253 - head/sys/vm

2020-06-17 Thread Konstantin Belousov
On Tue, Jun 16, 2020 at 10:53:56PM +, Conrad Meyer wrote: > Author: cem > Date: Tue Jun 16 22:53:56 2020 > New Revision: 362253 > URL: https://svnweb.freebsd.org/changeset/base/362253 > > Log: > vm: Drop vm_map_clip_{start,end} macro wrappers > > No functional change. > > Reviewed

svn commit: r362265 - head/stand/libsa/zfs

2020-06-17 Thread Toomas Soome
Author: tsoome Date: Wed Jun 17 10:56:58 2020 New Revision: 362265 URL: https://svnweb.freebsd.org/changeset/base/362265 Log: loader: r362262 did miss the pathlen check While we are checking the "/dev/" prefix, we can skip the paths shorter than this prefix. Sponsored by: Netflix,

svn commit: r362264 - in stable/12: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3

2020-06-17 Thread Konstantin Belousov
Author: kib Date: Wed Jun 17 10:50:55 2020 New Revision: 362264 URL: https://svnweb.freebsd.org/changeset/base/362264 Log: MFC r361770, r361784, r362032: Add pthread_getname_np() and pthread_setname_np() aliases for pthread_get_name_np() and pthread_set_name_np(). Modified:

svn commit: r362263 - in head: . contrib/opencsd/decoder/include/common contrib/opencsd/decoder/include/i_dec contrib/opencsd/decoder/include/mem_acc contrib/opencsd/decoder/include/opencsd contrib...

2020-06-17 Thread Andrew Turner
) @@ -36,6 +36,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20200617: update opencsd to 0.14.2 +OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h + # 20200606: retire binutils build infrastructure .if !defined(WITH_PORT_BASE_BINUTILS) OLD_FILES+=usr/bin/as Modified: head/contrib

svn commit: r362262 - head/stand/libsa/zfs

2020-06-17 Thread Toomas Soome
Author: tsoome Date: Wed Jun 17 10:41:01 2020 New Revision: 362262 URL: https://svnweb.freebsd.org/changeset/base/362262 Log: loader: strings in nvlist are counted strings, not c-strings We need to fetch both string size and data, then handle the data. Reviewed by: allanjude

Re: svn commit: r362217 - head/stand/common

2020-06-17 Thread Alexander Richardson
On Tue, 16 Jun 2020 at 18:09, Cy Schubert wrote: > > In message <55903c38d363aef2a6f6d0075dd4526b86d51258.ca...@freebsd.org>, > Ian Le > pore writes: > > On Tue, 2020-06-16 at 07:05 +, Toomas Soome wrote: > > > Author: tsoome > > > Date: Tue Jun 16 07:05:03 2020 > > > New Revision: 362217 > >

svn commit: r362261 - head/contrib/file/magic/Magdir

2020-06-17 Thread Antoine Brodin
Author: antoine Date: Wed Jun 17 10:11:54 2020 New Revision: 362261 URL: https://svnweb.freebsd.org/changeset/base/362261 Log: Re-apply r333944 to unbreak ports Modified: head/contrib/file/magic/Magdir/elf Modified: head/contrib/file/magic/Magdir/elf

svn commit: r362260 - head/sys/dev/evdev

2020-06-17 Thread Vladimir Kondratyev
Author: wulf Date: Wed Jun 17 08:35:35 2020 New Revision: 362260 URL: https://svnweb.freebsd.org/changeset/base/362260 Log: evdev: Add AT translated set1 scancodes for 'Eisu' & 'Kana' keys. PR: 247292 Submitted by: Yuichiro NAITO MFC after:1 week Modified:

svn commit: r362259 - head/stand/i386/libi386

2020-06-17 Thread Toomas Soome
Author: tsoome Date: Wed Jun 17 08:08:57 2020 New Revision: 362259 URL: https://svnweb.freebsd.org/changeset/base/362259 Log: loader: vidc_init should also erase the screen Inject \e[J to erase the initial loader screen. We have two options, find where out cursor is and use BIOS scroll

Re: svn commit: r362258 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/src lib/libmagic

2020-06-17 Thread Antoine Brodin
On Wed, Jun 17, 2020 at 9:41 AM Xin LI wrote: > > Author: delphij > Date: Wed Jun 17 07:41:28 2020 > New Revision: 362258 > URL: https://svnweb.freebsd.org/changeset/base/362258 > > Log: > MFV r362254: file 5.39. > > MFC after:2 weeks Hi, Please re-apply r333944 Antoine

svn commit: r362258 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/src lib/libmagic

2020-06-17 Thread Xin LI
Author: delphij Date: Wed Jun 17 07:41:28 2020 New Revision: 362258 URL: https://svnweb.freebsd.org/changeset/base/362258 Log: MFV r362254: file 5.39. MFC after:2 weeks Added: head/contrib/file/libmagic.pc.in - copied unchanged from r362254, vendor/file/dist/libmagic.pc.in