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

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: 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: 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

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