svn commit: r365923 - stable/11/sys/geom/part

2020-09-19 Thread Eugene Grosbein
Author: eugen Date: Sun Sep 20 05:57:23 2020 New Revision: 365923 URL: https://svnweb.freebsd.org/changeset/base/365923 Log: MFC r365830: make it possible recovering broken GPT after some LBAs cut off If pre-formatted device has GPT and a partition covering last available LBAs and the dev

svn commit: r365922 - head/lib/msun/src

2020-09-19 Thread Stefan Eßer
Author: se Date: Sun Sep 20 05:32:53 2020 New Revision: 365922 URL: https://svnweb.freebsd.org/changeset/base/365922 Log: Apply an opimization for the kernels used by cexp(x) and cexpf(x) submitted by Steve Kargl: - Use sincos[f] instead of a call to cos[f] and a call to sin[f]. - Wh

svn commit: r365921 - in head/lib/msun: ld128 ld80

2020-09-19 Thread Stefan Eßer
Author: se Date: Sun Sep 20 05:28:31 2020 New Revision: 365921 URL: https://svnweb.freebsd.org/changeset/base/365921 Log: Apply fix for ld80 and ld128 submitted by Steve Kargl: - Micro-optimization: use sincosl(x) instead of a call to cosl(x) and a call to sinl(x). Argument reduction i

svn commit: r365920 - stable/12/sys/geom/part

2020-09-19 Thread Eugene Grosbein
Author: eugen Date: Sun Sep 20 05:23:16 2020 New Revision: 365920 URL: https://svnweb.freebsd.org/changeset/base/365920 Log: MFC r365830: make it possible recovering broken GPT after some LBAs cut off If pre-formatted device has GPT and a partition covering last available LBAs and the dev

Re: svn commit: r365800 - in stable/12/sys: sys vm

2020-09-19 Thread Jack L.
I'm getting a kernel panic on this revision on 12.2-STABLE after updating to this revision on a Dell system. I have options RACCT disabled in the kernel config. Would that be causing it to panic? Trying to recompile the system with various revisions to make sure this is the problem commit but also

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Alan Somers
On Sat, Sep 19, 2020 at 5:32 PM Konstantin Belousov wrote: > On Sat, Sep 19, 2020 at 11:18:56PM +, Rick Macklem wrote: > > Alan Somers wrote: > > >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem > wrote: > > >Konstantin Belousov wrote: > > >>On Fri, Sep 11, 2020 at

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Rick Macklem
Kyle Evans wrote: [stuff snipped] >Testing on Debian I seem to get back an EINVAL, but I think it's maybe >a little surprising: > > EXDEV The files referred to by file_in and file_out are > not on the same mounted filesystem. Well, as Alan noted, Linux is not a standard and they

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Konstantin Belousov
On Sat, Sep 19, 2020 at 11:18:56PM +, Rick Macklem wrote: > Alan Somers wrote: > >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem > >mailto:rmack...@uoguelph.ca>> wrote: > >Konstantin Belousov wrote: > >>On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote: > >>> Author: asomers > >>> Date

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Kyle Evans
On Sat, Sep 19, 2020 at 6:19 PM Rick Macklem wrote: > > Alan Somers wrote: > >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem > >mailto:rmack...@uoguelph.ca>> wrote: > >Konstantin Belousov wrote: > >>On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote: > >>> Author: asomers > >>> Date: Fri S

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Rick Macklem
Alan Somers wrote: >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem >mailto:rmack...@uoguelph.ca>> wrote: >Konstantin Belousov wrote: >>On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote: >>> Author: asomers >>> Date: Fri Sep 11 20:49:36 2020 >>> New Revision: 365643 >>> URL: https://svnweb.

svn commit: r365919 - in head: lib/libufs sbin/fsck_ffs

2020-09-19 Thread Kirk McKusick
Author: mckusick Date: Sat Sep 19 22:48:30 2020 New Revision: 365919 URL: https://svnweb.freebsd.org/changeset/base/365919 Log: Update the libufs cgget() and cgput() interfaces to have a similar API to the sbget() and sbput() interfaces. Specifically they take a file descriptor pointer rathe

svn commit: r365918 - head/sys/dev/usb/controller

2020-09-19 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 19 22:37:45 2020 New Revision: 365918 URL: https://svnweb.freebsd.org/changeset/base/365918 Log: Fix for use of the XHCI driver on Cortex-A72 by adding a missing cache flush operation before writing to the XHCI_ERSTBA_LO/HI register(s). PR: 237666

svn commit: r365917 - in releng/12.2: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolar...

2020-09-19 Thread Allan Jude
Author: allanjude Date: Sat Sep 19 20:46:56 2020 New Revision: 365917 URL: https://svnweb.freebsd.org/changeset/base/365917 Log: MFS r365689,r365808,r365860 MFOpenZFS: Introduce read/write kstats per dataset The following patch introduces a few statistics on reads and writes grouped

svn commit: r365916 - stable/11/share/misc

2020-09-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 19 20:18:14 2020 New Revision: 365916 URL: https://svnweb.freebsd.org/changeset/base/365916 Log: MFC r361361, r365791 r361361: Update pciids to 2020.05.22 r365791: Update to 2020.08.19 Modified: stable/11/share/misc/pci_vendors Directory Properties:

svn commit: r365915 - stable/12/share/misc

2020-09-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 19 20:17:08 2020 New Revision: 365915 URL: https://svnweb.freebsd.org/changeset/base/365915 Log: MFC r361361, r365791 r361361: Update pciids to 2020.05.22 r365791: Update to 2020.08.19 Modified: stable/12/share/misc/pci_vendors Directory Properties:

svn commit: r365914 - in stable/12/usr.bin/diff: . tests

2020-09-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 19 20:15:51 2020 New Revision: 365914 URL: https://svnweb.freebsd.org/changeset/base/365914 Log: MFC r361688-r361690, r365041 r361688: Restore compatibility with GNU diff regarding --label Various options to "diff(1)" show filenames, and traditionally make

svn commit: r365913 - stable/12/share/termcap

2020-09-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 19 20:06:30 2020 New Revision: 365913 URL: https://svnweb.freebsd.org/changeset/base/365913 Log: MFC r360775: Fix indentation of the Kitty entry Modified: stable/12/share/termcap/termcap Directory Properties: stable/12/ (props changed) Modified: stable/12/

svn commit: r365912 - in head: sbin/fsdb tools/diag/prtblknos

2020-09-19 Thread Kirk McKusick
Author: mckusick Date: Sat Sep 19 20:06:12 2020 New Revision: 365912 URL: https://svnweb.freebsd.org/changeset/base/365912 Log: The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so switch from using libufs's bread() to using fsck_ffs's getdatablk() when importing tools/diag/prtbl

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

2020-09-19 Thread Alan Somers
Author: asomers Date: Sat Sep 19 19:48:15 2020 New Revision: 365911 URL: https://svnweb.freebsd.org/changeset/base/365911 Log: MFC r365391, r365415 r365391: nsswitch.conf(5): recommend placing cache after files When cache precedes files, and nscd is configured to allow negative cachi

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

2020-09-19 Thread Alan Somers
Author: asomers Date: Sat Sep 19 19:08:27 2020 New Revision: 365910 URL: https://svnweb.freebsd.org/changeset/base/365910 Log: fix integer underflow in getgrnam_r and getpwnam_r Sometimes nscd(8) will return a 1-byte buffer for a nonexistent entry. This triggered an integer underflow in g

svn commit: r365909 - stable/12/tests/sys/opencrypto

2020-09-19 Thread Alan Somers
Author: asomers Date: Sat Sep 19 18:25:52 2020 New Revision: 365909 URL: https://svnweb.freebsd.org/changeset/base/365909 Log: MFC r363361: tests/sys/opencrypto: use python3 python2 will be EOL soon Reviewed by: lwhsu, jmg Sponsored by: Axcient Differential Revision:h

svn commit: r365908 - stable/12/sys/fs/tmpfs

2020-09-19 Thread Konstantin Belousov
Author: kib Date: Sat Sep 19 18:02:55 2020 New Revision: 365908 URL: https://svnweb.freebsd.org/changeset/base/365908 Log: MFC r365809: Style. Modified: stable/12/sys/fs/tmpfs/tmpfs_subr.c stable/12/sys/fs/tmpfs/tmpfs_vnops.c Directory Properties: stable/12/ (props changed) Modified:

Re: svn commit: r365643 - head/bin/cp

2020-09-19 Thread Alan Somers
On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem wrote: > Konstantin Belousov wrote: > >On Fri, Sep 11, 2020 at 08:49:36PM +, Alan Somers wrote: > >> Author: asomers > >> Date: Fri Sep 11 20:49:36 2020 > >> New Revision: 365643 > >> URL: https://svnweb.freebsd.org/changeset/base/365643 > >> > >>

svn commit: r365907 - in head/cddl/contrib/opensolaris/cmd/dtrace/test/tst: amd64/arrays common/io common/java_api common/json common/pid common/proc common/profile-n common/raise common/sdt common...

2020-09-19 Thread Mark Johnston
Author: markj Date: Sat Sep 19 16:15:22 2020 New Revision: 365907 URL: https://svnweb.freebsd.org/changeset/base/365907 Log: Address compiler warnings in C code used by the DTrace test suite. Reported by: Jenkins MFC after:1 week Modified: head/cddl/contrib/opensolaris/cmd/dtrace/

svn commit: r365906 - head/sys/amd64/amd64

2020-09-19 Thread Mark Johnston
Author: markj Date: Sat Sep 19 15:22:04 2020 New Revision: 365906 URL: https://svnweb.freebsd.org/changeset/base/365906 Log: Fix some nits in 1G page support in the amd64 pmap. - Move assertions out of the main loop to avoid duplicate conditional expressions, and improve assertion messa

svn commit: r365905 - head/share/man/man8

2020-09-19 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Sep 19 15:10:17 2020 New Revision: 365905 URL: https://svnweb.freebsd.org/changeset/base/365905 Log: diskless(8): Correct Sections out of conventional order error Event:September 2020 Bugathon MFC after:1 week Modified: head/sha

svn commit: r365904 - head/share/man/man7

2020-09-19 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Sep 19 15:08:57 2020 New Revision: 365904 URL: https://svnweb.freebsd.org/changeset/base/365904 Log: crypto(7): Correct Sections out of conventional order error Event:September 2020 Bugathon MFC after:1 week Modified: head/share

svn commit: r365903 - head/tools/build/options

2020-09-19 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Sep 19 14:49:31 2020 New Revision: 365903 URL: https://svnweb.freebsd.org/changeset/base/365903 Log: src.conf(5): Fix some mandoc issues in source files - new sentence, new line - blank line in fill mode Event:September 2020 Bugat

svn commit: r365902 - head

2020-09-19 Thread Ed Maste
Author: emaste Date: Sat Sep 19 13:55:26 2020 New Revision: 365902 URL: https://svnweb.freebsd.org/changeset/base/365902 Log: Cirrus-CI: skip svn_head branch svn_head has the same content as the master or main branch (it's just the result of a `git svn` conversion instead of svn2git).

svn commit: r365901 - in head: cddl/lib/libspl tools/build/cross-build/include/common tools/build/cross-build/include/common/sys tools/build/cross-build/include/linux/sys tools/build/cross-build/in...

2020-09-19 Thread Alex Richardson
Author: arichardson Date: Sat Sep 19 12:08:16 2020 New Revision: 365901 URL: https://svnweb.freebsd.org/changeset/base/365901 Log: Fix dtrace tools bootstrap on non-FreeBSD after OpenZFS import This required surprisingly few build system changes and only two changes to the openZFS compat

svn commit: r365900 - head/sys/arm64/rockchip

2020-09-19 Thread Michal Meloun
Author: mmel Date: Sat Sep 19 11:27:16 2020 New Revision: 365900 URL: https://svnweb.freebsd.org/changeset/base/365900 Log: Implement workaround for broken access to configuration space. Due to a HW bug in the RockChip PCIe implementation, attempting to access a non-existent register in the

svn commit: r365899 - in head: share/man/man9 sys/arm/include sys/arm64/arm64 sys/arm64/include sys/kern sys/mips/include sys/powerpc/include sys/riscv/include sys/sys sys/tools sys/x86/include

2020-09-19 Thread Michal Meloun
Author: mmel Date: Sat Sep 19 11:06:41 2020 New Revision: 365899 URL: https://svnweb.freebsd.org/changeset/base/365899 Log: Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions. One problem with the bus_space_read_N() and bus_space_write_N() family of functions is that t