Re: svn commit: r363178 - head/contrib/mandoc

2020-07-14 Thread Ed Maste
On Tue, 14 Jul 2020 at 12:47, Rodney W. Grimes wrote: > > > Author: gbe (doc committer) > > Date: Tue Jul 14 12:02:30 2020 > > New Revision: 363178 > > URL: https://svnweb.freebsd.org/changeset/base/363178 > > > > Log: > > Revert r362809: Mention FreeBSD in the HISTORY sections of apropos(1)

svn commit: r363210 - head/sys/fs/nfsclient

2020-07-14 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 15 01:26:28 2020 New Revision: 363210 URL: https://svnweb.freebsd.org/changeset/base/363210 Log: Fix the pNFS flexible file layout client for servers with small write size. The code in nfscl_dofflayout() loops when a flexible file layout server provides a

svn commit: r363209 - head

2020-07-14 Thread Jung-uk Kim
== --- head/ObsoleteFiles.inc Tue Jul 14 23:59:00 2020(r363208) +++ head/ObsoleteFiles.inc Wed Jul 15 00:13:15 2020(r363209) @@ -36,6 +36,21 @@ # xargs -n1 | sort | uniq -d; # done +# 20200714: update byacc

svn commit: r363208 - head/contrib/byacc/test

2020-07-14 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 14 23:59:00 2020 New Revision: 363208 URL: https://svnweb.freebsd.org/changeset/base/363208 Log: Remove a redundant file from test directory to unbreak yacc regression test. It looks like the obsolete file from old regression test was accidentally re-added

svn commit: r363207 - head/usr.bin/top

2020-07-14 Thread Yuri Pankov
Author: yuripv Date: Tue Jul 14 22:43:40 2020 New Revision: 363207 URL: https://svnweb.freebsd.org/changeset/base/363207 Log: top: VIS_SAFE turned out to be unsafe Unset VIS_SAFE flag as it turned out to be actually unsafe for continuos top display as it's passing through sequences

svn commit: r363206 - in head/sys: dev/coretemp dev/hwpmc x86/include

2020-07-14 Thread Ryan Moeller
Author: freqlabs Date: Tue Jul 14 22:25:06 2020 New Revision: 363206 URL: https://svnweb.freebsd.org/changeset/base/363206 Log: hwpmc: Always set pmc_cpuid to something pmc_cpuid was uninitialized for most AMD processor families. We can still populate this string for unimplemented

Re: svn commit: r363170 - in head: contrib/byacc contrib/byacc/package contrib/byacc/package/debian contrib/byacc/package/pkgsrc contrib/byacc/test contrib/byacc/test/btyacc contrib/byacc/test/yacc us

2020-07-14 Thread Li-Wen Hsu
On Wed, Jul 15, 2020 at 6:14 AM Li-Wen Hsu wrote: > > On Tue, Jul 14, 2020 at 9:54 AM Jung-uk Kim wrote: > > > > Author: jkim > > Date: Tue Jul 14 01:54:24 2020 > > New Revision: 363170 > > URL: https://svnweb.freebsd.org/changeset/base/363170 > > > > Log: > > MFV: r362513 > > > > Update

Re: svn commit: r363170 - in head: contrib/byacc contrib/byacc/package contrib/byacc/package/debian contrib/byacc/package/pkgsrc contrib/byacc/test contrib/byacc/test/btyacc contrib/byacc/test/yacc us

2020-07-14 Thread Li-Wen Hsu
On Tue, Jul 14, 2020 at 9:54 AM Jung-uk Kim wrote: > > Author: jkim > Date: Tue Jul 14 01:54:24 2020 > New Revision: 363170 > URL: https://svnweb.freebsd.org/changeset/base/363170 > > Log: > MFV: r362513 > > Update byacc to 20200330. Hello Jung-uk, There are some things I haven't figured

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

2020-07-14 Thread Vladimir Kondratyev
Author: wulf Date: Tue Jul 14 21:56:59 2020 New Revision: 363205 URL: https://svnweb.freebsd.org/changeset/base/363205 Log: linuxkpi: Ignore NULL pointers passed to string parameter of kstr(n)dup That follows Linux and fixes related drm-kmod-5.3 panic. Reviewed by: imp, hselasky

Re: svn commit: r363144 - head/lib/libpmc/pmu-events/arch/x86

2020-07-14 Thread Mateusz Guzik
indeed it works, thanks On 7/14/20, Alexander Motin wrote: > On 14.07.2020 11:33, Mateusz Guzik wrote: >> On 7/13/20, Alexander Motin wrote: >>> Author: mav >>> Date: Mon Jul 13 14:25:25 2020 >>> New Revision: 363144 >>> URL: https://svnweb.freebsd.org/changeset/base/363144 >>> >>> Log: >>>

svn commit: r363202 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:19:33 2020 New Revision: 363202 URL: https://svnweb.freebsd.org/changeset/base/363202 Log: cache: make negative shrinker round robin on all lists every time Previously it would check 4, 3, 2, 1 lists. In practice by the time it is getting called all lists

svn commit: r363201 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:17:46 2020 New Revision: 363201 URL: https://svnweb.freebsd.org/changeset/base/363201 Log: cache: remove numcalls The counter is not very useful and if necessary the value can be found by summing up other counters. Modified: head/sys/kern/vfs_cache.c

svn commit: r363199 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:16:48 2020 New Revision: 363199 URL: https://svnweb.freebsd.org/changeset/base/363199 Log: cache: remove neg_locked argument from cache_zap_locked Tested by:pho Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r363200 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:17:08 2020 New Revision: 363200 URL: https://svnweb.freebsd.org/changeset/base/363200 Log: cache: count dropped entries Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r363198 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:16:07 2020 New Revision: 363198 URL: https://svnweb.freebsd.org/changeset/base/363198 Log: cache: remove a useless argument from cache_negative_insert Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r363197 - head/stand

2020-07-14 Thread Mitchell Horne
Author: mhorne Date: Tue Jul 14 21:15:16 2020 New Revision: 363197 URL: https://svnweb.freebsd.org/changeset/base/363197 Log: Really fix cleandir after r362973 I made an attempt to fix this in r362978, but all it really did was confine the issue to the $MACHINE_CPUARCH == "riscv" case.

svn commit: r363196 - head/sys/kern

2020-07-14 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 14 21:14:59 2020 New Revision: 363196 URL: https://svnweb.freebsd.org/changeset/base/363196 Log: cache: create a dedicate struct for negative entries .. and stuff if into the unused target vnode field This gets rid of concurrent nc_flag modifications racing

svn commit: r363195 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86 x86/xen

2020-07-14 Thread Konstantin Belousov
Author: kib Date: Tue Jul 14 20:37:50 2020 New Revision: 363195 URL: https://svnweb.freebsd.org/changeset/base/363195 Log: amd64: allow parallel shootdown IPIs Stop using smp_ipi_mtx to protect global shootdown state, and move/multiply the global state into pcpu. Now each CPU can

svn commit: r363194 - head/sys/netinet

2020-07-14 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 14 20:32:50 2020 New Revision: 363194 URL: https://svnweb.freebsd.org/changeset/base/363194 Log: Improve the error handling in generating ASCONF chunks. In case of errors, the cleanup was not consistent. Thanks to Felix Weinrank for fuzzing the userland stack

svn commit: r363193 - in head: include sys/sys

2020-07-14 Thread Konstantin Belousov
Author: kib Date: Tue Jul 14 20:23:27 2020 New Revision: 363193 URL: https://svnweb.freebsd.org/changeset/base/363193 Log: Make CLOCK_REALTIME and TIMER_ABSTIME available for XOPEN_SOURCE >= 500. Reported by: jbeich PR: 247701 Reviewed by: jilles Sponsored by: The FreeBSD

Re: svn commit: r363172 - head/contrib/bc/src

2020-07-14 Thread Stefan Eßer
Am 14.07.20 um 19:31 schrieb Brooks Davis: > On Tue, Jul 14, 2020 at 05:02:18AM +, Adrian Chadd wrote: >> Author: adrian >> Date: Tue Jul 14 05:02:18 2020 >> New Revision: 363172 >> URL: https://svnweb.freebsd.org/changeset/base/363172 >> >> Log: >> [bc] Fix a "maybe uninitialized" compiler

svn commit: r363192 - in head: bin/ps sys/sys

2020-07-14 Thread Kirk McKusick
Author: mckusick Date: Tue Jul 14 18:57:31 2020 New Revision: 363192 URL: https://svnweb.freebsd.org/changeset/base/363192 Log: Update to D25266, bin/ps: Make the rtprio option actually show realtime priorities The current `ps -axO rtprio' show threads running at interrupt priority

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

2020-07-14 Thread Andrew Turner
Author: andrew Date: Tue Jul 14 18:50:48 2020 New Revision: 363191 URL: https://svnweb.freebsd.org/changeset/base/363191 Log: Print the arm64 registers in more exception handling panics It can be useful to get a dump of all registers when investigating why we received an exception that

Re: svn commit: r363144 - head/lib/libpmc/pmu-events/arch/x86

2020-07-14 Thread Alexander Motin
On 14.07.2020 11:33, Mateusz Guzik wrote: > On 7/13/20, Alexander Motin wrote: >> Author: mav >> Date: Mon Jul 13 14:25:25 2020 >> New Revision: 363144 >> URL: https://svnweb.freebsd.org/changeset/base/363144 >> >> Log: >> Minor textual fixes. >> >> MFC after: 1 week >> >> Modified: >>

svn commit: r363188 - in head: lib/libpmc sys/dev/hwpmc

2020-07-14 Thread Alexander Motin
Author: mav Date: Tue Jul 14 18:11:05 2020 New Revision: 363188 URL: https://svnweb.freebsd.org/changeset/base/363188 Log: Add stepping to the kern.hwpmc.cpuid string on x86. It follows the equivalent Linux change to be able to differentiate skylakex and cascadelakex, sharing the same

svn commit: r363187 - head/release/tools

2020-07-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 18:02:24 2020 New Revision: 363187 URL: https://svnweb.freebsd.org/changeset/base/363187 Log: Enable EFI system partition on amd64 and i386 VM images EFI support is a hard requirement for generating Hyper-V Gen2 VM images. Reviewed by: gjb MFC after:

Re: svn commit: r363172 - head/contrib/bc/src

2020-07-14 Thread Brooks Davis
On Tue, Jul 14, 2020 at 05:02:18AM +, Adrian Chadd wrote: > Author: adrian > Date: Tue Jul 14 05:02:18 2020 > New Revision: 363172 > URL: https://svnweb.freebsd.org/changeset/base/363172 > > Log: > [bc] Fix a "maybe uninitialized" compiler warning under mips-gcc-6.3.0. > > I guess this

Re: svn commit: r363178 - head/contrib/mandoc

2020-07-14 Thread Rodney W. Grimes
> Author: gbe (doc committer) > Date: Tue Jul 14 12:02:30 2020 > New Revision: 363178 > URL: https://svnweb.freebsd.org/changeset/base/363178 > > Log: > Revert r362809: Mention FreeBSD in the HISTORY sections of apropos(1) and > makewhatis(8). > Thank you > We don't mention the first

Re: svn commit: r363144 - head/lib/libpmc/pmu-events/arch/x86

2020-07-14 Thread Mateusz Guzik
On 7/13/20, Alexander Motin wrote: > Author: mav > Date: Mon Jul 13 14:25:25 2020 > New Revision: 363144 > URL: https://svnweb.freebsd.org/changeset/base/363144 > > Log: > Minor textual fixes. > > MFC after: 1 week > > Modified: > head/lib/libpmc/pmu-events/arch/x86/mapfile.csv > >

Re: svn commit: r363171 - head/contrib/flex/src

2020-07-14 Thread Adrian Chadd
Hi! On Tue, 14 Jul 2020 at 08:00, Jung-uk Kim wrote: > On 20. 7. 14., Adrian Chadd wrote: > > Author: adrian > > Date: Tue Jul 14 05:00:08 2020 > > New Revision: 363171 > > URL: https://svnweb.freebsd.org/changeset/base/363171 > > > > Log: > > [flex] Fix compilation issue under mips-gcc-6.4 >

Re: svn commit: r363172 - head/contrib/bc/src

2020-07-14 Thread Adrian Chadd
On Tue, 14 Jul 2020 at 06:42, Warner Losh wrote: > Did you intend to commit to contrib software that has an active upstream? > This is going to cause conflicts in the future. Maybe you can submit it to > the new upstream instead? > i was going to do both, for the changes to both flex and bc.

svn commit: r363183 - head

2020-07-14 Thread Mark Johnston
Author: markj Date: Tue Jul 14 15:05:38 2020 New Revision: 363183 URL: https://svnweb.freebsd.org/changeset/base/363183 Log: Add a RELNOTES entry for safexcel(4). Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/RELNOTES Modified: head/RELNOTES

svn commit: r363182 - head/sys/dev/safexcel

2020-07-14 Thread Mark Johnston
Author: markj Date: Tue Jul 14 15:05:24 2020 New Revision: 363182 URL: https://svnweb.freebsd.org/changeset/base/363182 Log: safexcel(4): Fix the INVARIANTS build after a last-second change. Reported by: Jenkins MFC with: r363180 Modified: head/sys/dev/safexcel/safexcel.c

Re: svn commit: r363171 - head/contrib/flex/src

2020-07-14 Thread Jung-uk Kim
On 20. 7. 14., Adrian Chadd wrote: > Author: adrian > Date: Tue Jul 14 05:00:08 2020 > New Revision: 363171 > URL: https://svnweb.freebsd.org/changeset/base/363171 > > Log: > [flex] Fix compilation issue under mips-gcc-6.4 > > This was triggering a pointer-losing-constness error. > >

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

2020-07-14 Thread Mark Johnston
Author: markj Date: Tue Jul 14 14:11:54 2020 New Revision: 363181 URL: https://svnweb.freebsd.org/changeset/base/363181 Log: Add safexcel(4) to cryptotest. MFC after:1 week Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/tests/sys/opencrypto/cryptotest.py

svn commit: r363180 - in head: share/man/man4 sys/arm64/conf sys/conf sys/dev/safexcel sys/modules sys/modules/safexcel

2020-07-14 Thread Mark Johnston
Author: markj Date: Tue Jul 14 14:09:29 2020 New Revision: 363180 URL: https://svnweb.freebsd.org/changeset/base/363180 Log: Add a driver for the SafeXcel EIP-97. The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and

Re: svn commit: r363172 - head/contrib/bc/src

2020-07-14 Thread Warner Losh
Did you intend to commit to contrib software that has an active upstream? This is going to cause conflicts in the future. Maybe you can submit it to the new upstream instead? Warner On Mon, Jul 13, 2020 at 11:02 PM Adrian Chadd wrote: > Author: adrian > Date: Tue Jul 14 05:02:18 2020 > New

Re: svn commit: r353283 - in head: lib lib/libstats share/man/man3 share/mk sys/amd64/conf sys/conf sys/kern sys/sys tools/build/options

2020-07-14 Thread Kyle Evans
On Mon, Oct 7, 2019 at 2:05 PM Edward Tomasz Napierala wrote: > > Author: trasz > Date: Mon Oct 7 19:05:05 2019 > New Revision: 353283 > URL: https://svnweb.freebsd.org/changeset/base/353283 > > Log: > Introduce stats(3), a flexible statistics gathering API. > > This provides a framework to

svn commit: r363178 - head/contrib/mandoc

2020-07-14 Thread Gordon Bergling
Author: gbe (doc committer) Date: Tue Jul 14 12:02:30 2020 New Revision: 363178 URL: https://svnweb.freebsd.org/changeset/base/363178 Log: Revert r362809: Mention FreeBSD in the HISTORY sections of apropos(1) and makewhatis(8). We don't mention the first appearance of a utility in

svn commit: r363177 - in head/sys: sys x86/iommu

2020-07-14 Thread Ruslan Bukin
Author: br Date: Tue Jul 14 10:55:19 2020 New Revision: 363177 URL: https://svnweb.freebsd.org/changeset/base/363177 Log: Start splitting-out the Intel DMAR busdma backend to a generic place, so it can be used on other IOMMU systems. Provide MI iommu_unit, iommu_domain and iommu_ctx

Re: svn commit: r363176 - head/usr.sbin

2020-07-14 Thread Yuri Pankov
Adrian Chadd wrote: Author: adrian Date: Tue Jul 14 05:33:23 2020 New Revision: 363176 URL: https://svnweb.freebsd.org/changeset/base/363176 Log: [pmc] whoops, remove spurious #'s pointed out by gonzo@, thanks! Modified: head/usr.sbin/Makefile Now after r363174 and r363176: $