Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Brooks Davis
On Sat, Mar 28, 2020 at 01:08:20AM +, Enji Cooper wrote: > Author: ngie > Date: Sat Mar 28 01:08:20 2020 > New Revision: 359385 > URL: https://svnweb.freebsd.org/changeset/base/359385 > > Log: > Check in the generated copies of the manpages > > These manpages were meant to be templated

svn commit: r359388 - head/contrib/binutils/gas

2020-03-27 Thread Kyle Evans
Author: kevans Date: Sat Mar 28 03:58:57 2020 New Revision: 359388 URL: https://svnweb.freebsd.org/changeset/base/359388 Log: gas: mark dwarf2_loc_mark_labels as extern Compiling with -fno-common complains as this header's included in multiple compilation units. In fact, the proper

svn commit: r359389 - head/usr.sbin/config

2020-03-27 Thread Kyle Evans
Author: kevans Date: Sat Mar 28 04:02:00 2020 New Revision: 359389 URL: https://svnweb.freebsd.org/changeset/base/359389 Log: config(8): fixes for -fno-common Move this handful of definitions into main.c, properly declare these as extern in config.h. This fixes the config(8) build with

svn commit: r359386 - head/contrib/kyua/doc

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:14:37 2020 New Revision: 359386 URL: https://svnweb.freebsd.org/changeset/base/359386 Log: Follow up to r359385 Actually add the generated manpages to unbreak the build. MFC with: r359385 Added: head/contrib/kyua/doc/kyua-about.1 (contents,

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
> On Mar 27, 2020, at 6:33 PM, Ed Maste wrote: > > On Fri, 27 Mar 2020 at 21:09, Enji Cooper wrote: >> >> Author: ngie >> Date: Sat Mar 28 01:08:20 2020 >> New Revision: 359385 >> URL: https://svnweb.freebsd.org/changeset/base/359385 >> >> Log: >> Check in the generated copies of the

Re: svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Ed Maste
On Fri, 27 Mar 2020 at 21:09, Enji Cooper wrote: > > Author: ngie > Date: Sat Mar 28 01:08:20 2020 > New Revision: 359385 > URL: https://svnweb.freebsd.org/changeset/base/359385 > > Log: > Check in the generated copies of the manpages I think this is the wrong change for the issue reported by

svn commit: r359387 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:16:06 2020 New Revision: 359387 URL: https://svnweb.freebsd.org/changeset/base/359387 Log: The .PATH throbbing I added in r359385 is no longer required MFC with: r359385 Modified: head/usr.bin/kyua/Makefile Modified: head/usr.bin/kyua/Makefile

svn commit: r359385 - head/usr.bin/kyua

2020-03-27 Thread Enji Cooper
Author: ngie Date: Sat Mar 28 01:08:20 2020 New Revision: 359385 URL: https://svnweb.freebsd.org/changeset/base/359385 Log: Check in the generated copies of the manpages These manpages were meant to be templated once per `configure` run. Given that we're not bound by as many

svn commit: r359381 - head/sys/netinet

2020-03-27 Thread Ed Maste
Author: emaste Date: Fri Mar 27 23:10:18 2020 New Revision: 359381 URL: https://svnweb.freebsd.org/changeset/base/359381 Log: sys/netinet: remove spurious doubled ;s Modified: head/sys/netinet/ip_input.c head/sys/netinet/tcp_ratelimit.c Modified: head/sys/netinet/ip_input.c

svn commit: r359379 - head/sys/netinet

2020-03-27 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 27 21:48:52 2020 New Revision: 359379 URL: https://svnweb.freebsd.org/changeset/base/359379 Log: Some more uint32_t cleanups, no functional change. MFC after:1 week Modified: head/sys/netinet/sctp_pcb.h head/sys/netinet/sctp_structs.h

svn commit: r359382 - head

2020-03-27 Thread Brooks Davis
Author: brooks Date: Fri Mar 27 23:27:54 2020 New Revision: 359382 URL: https://svnweb.freebsd.org/changeset/base/359382 Log: Use the real value of MK_TESTS_SUPPORT in _libraries. We need to build kyua libraries for kyua. Because we set MK_TESTS=no, we can't not set

Re: svn commit: r359377 - head/contrib/binutils/binutils

2020-03-27 Thread Ed Maste
On Fri, 27 Mar 2020 at 16:18, Ravi Pokala wrote: > > I note there's no version on that deprecation notice...? I ran out of space to fit the message in 80 cols, but it will be removed soon - certainly before FreeBSD 13.0. There are a few ports that require objdump but do not depend on binutils

svn commit: r359373 - head/share/mk

2020-03-27 Thread Brandon Bergren
Author: bdragon Date: Fri Mar 27 18:20:36 2020 New Revision: 359373 URL: https://svnweb.freebsd.org/changeset/base/359373 Log: [PowerPC] Fix LIB32WMAKEFLAGS definition When I modified the LIB32WMAKEFLAGS= definition, I trimmed too much off. -m is meant to be a parameter to LD.

svn commit: r359377 - head/contrib/binutils/binutils

2020-03-27 Thread Ed Maste
Author: emaste Date: Fri Mar 27 19:39:14 2020 New Revision: 359377 URL: https://svnweb.freebsd.org/changeset/base/359377 Log: objdump: emit a deprecation notice at program start PR: 212319 Modified: head/contrib/binutils/binutils/objdump.c Modified:

Re: svn commit: r359377 - head/contrib/binutils/binutils

2020-03-27 Thread Ravi Pokala
I note there's no version on that deprecation notice...? -Ravi -Original Message- From: on behalf of Ed Maste Date: 2020-03-27, Friday at 12:39 To: , , Subject: svn commit: r359377 - head/contrib/binutils/binutils Author: emaste Date: Fri Mar 27 19:39:14 2020 New

Re: svn commit: r359374 - in head: . share/man/man4 share/man/man7 share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe sys/dev/c

2020-03-27 Thread John Baldwin
On 3/27/20 11:25 AM, John Baldwin wrote: > Author: jhb > Date: Fri Mar 27 18:25:23 2020 > New Revision: 359374 > URL: https://svnweb.freebsd.org/changeset/base/359374 > > Log: > Refactor driver and consumer interfaces for OCF (in-kernel crypto). I have tested as much as I have accessible.

svn commit: r359376 - head/gnu/usr.bin/binutils

2020-03-27 Thread Ed Maste
Author: emaste Date: Fri Mar 27 19:17:45 2020 New Revision: 359376 URL: https://svnweb.freebsd.org/changeset/base/359376 Log: remove binutils ld leftovers Modified: head/gnu/usr.bin/binutils/Makefile Modified: head/gnu/usr.bin/binutils/Makefile

svn commit: r359372 - head/stand/efi/libefi

2020-03-27 Thread Toomas Soome
Author: tsoome Date: Fri Mar 27 18:01:01 2020 New Revision: 359372 URL: https://svnweb.freebsd.org/changeset/base/359372 Log: loader.efi: conout->QueryMode() can fail to return screen dimensions Some systems are reported to fail to report screen dimensions unless the screen mode is set

svn commit: r359374 - in head: . share/man/man4 share/man/man7 share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe sys/dev/cx...

2020-03-27 Thread John Baldwin
c Fri Mar 27 18:25:23 2020(r359374) @@ -36,6 +36,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20200327: OCF refactoring +OLD_FILES+=usr/share/man/man9/crypto_find_driver.9 +OLD_FILES+=usr/share/man/man9/crypto_register.9 +OLD_FILES+=usr/share/man/man9/crypto_unregister.9 +

Re: svn commit: r359349 - head/gnu/usr.bin/binutils/ld

2020-03-27 Thread Brandon Bergren
On Fri, Mar 27, 2020, at 12:40 PM, John Baldwin wrote: > Nope. We moved the GCC ones to ObsoleteFiles.inc and kept the conditionals > for the ports version in that file. Ha, I have no idea how I missed that, you're right. When I looked through it I somehow missed that there ARE conditionals

Re: svn commit: r359349 - head/gnu/usr.bin/binutils/ld

2020-03-27 Thread John Baldwin
On 3/27/20 9:54 AM, Brandon Bergren wrote: > > > On Fri, Mar 27, 2020, at 11:40 AM, John Baldwin wrote: >> On 3/26/20 6:12 PM, Brandon Bergren wrote: >>> Author: bdragon >>> Date: Fri Mar 27 01:12:11 2020 >>> New Revision: 359349 >>> URL: https://svnweb.freebsd.org/changeset/base/359349 >>> >>>

svn commit: r359371 - in head/stand: forth lua

2020-03-27 Thread Ryan Moeller
Author: freqlabs Date: Fri Mar 27 17:37:31 2020 New Revision: 359371 URL: https://svnweb.freebsd.org/changeset/base/359371 Log: loader: Fully reset terminal settings, not just colors Reviewed by: kevans Reviewed by: tsoome Approved by: mav (mentor) MFC after:1 week Sponsored

svn commit: r359368 - head/etc

2020-03-27 Thread Brooks Davis
Author: brooks Date: Fri Mar 27 16:05:37 2020 New Revision: 359368 URL: https://svnweb.freebsd.org/changeset/base/359368 Log: Create and use a tests group for the tests user. No user (except nobody) should be a member of the nobody group. Reported by: rgrimes Reviewed by: rgrimes

Re: svn commit: r359349 - head/gnu/usr.bin/binutils/ld

2020-03-27 Thread Brandon Bergren
On Fri, Mar 27, 2020, at 11:40 AM, John Baldwin wrote: > On 3/26/20 6:12 PM, Brandon Bergren wrote: > > Author: bdragon > > Date: Fri Mar 27 01:12:11 2020 > > New Revision: 359349 > > URL: https://svnweb.freebsd.org/changeset/base/359349 > > > > Log: > > Now that there are no remaining users

svn commit: r359363 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:05 2020 New Revision: 359363 URL: https://svnweb.freebsd.org/changeset/base/359363 Log: bhyve: refactor NVMe namespace initialization Pass the struct pci_nvme_blockstore pointer for this namespace to the namespace initialization function instead of

Re: svn commit: r359368 - head/etc

2020-03-27 Thread Rodney W. Grimes
> Author: brooks > Date: Fri Mar 27 16:05:37 2020 > New Revision: 359368 > URL: https://svnweb.freebsd.org/changeset/base/359368 > > Log: > Create and use a tests group for the tests user. > > No user (except nobody) should be a member of the nobody group. > > Reported by:

Re: svn commit: r359349 - head/gnu/usr.bin/binutils/ld

2020-03-27 Thread John Baldwin
On 3/26/20 6:12 PM, Brandon Bergren wrote: > Author: bdragon > Date: Fri Mar 27 01:12:11 2020 > New Revision: 359349 > URL: https://svnweb.freebsd.org/changeset/base/359349 > > Log: > Now that there are no remaining users of ld.bfd, remove the ld subdir. > > Deleted: >

svn commit: r359362 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:00 2020 New Revision: 359362 URL: https://svnweb.freebsd.org/changeset/base/359362 Log: bhyve: refactor NVMe PRP memcpy Add a "copy direction" parameter to nvme_prp_memcpy such that data can be copied to the memory specified by the PRP entries

svn commit: r359367 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:27 2020 New Revision: 359367 URL: https://svnweb.freebsd.org/changeset/base/359367 Log: bhyve: fix NVMe emulation update of SQHD The SQHD field of a Completion Queue entry indicates the current Submission Queue head pointer value. The head pointer

svn commit: r359366 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:22 2020 New Revision: 359366 URL: https://svnweb.freebsd.org/changeset/base/359366 Log: bhyve: fix NVMe emulation missed interrupts The bhyve NVMe emulation has a race in the logic which generates command completion interrupts. On FreeBSD guests, this

svn commit: r359364 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:11 2020 New Revision: 359364 URL: https://svnweb.freebsd.org/changeset/base/359364 Log: bhyve: implement NVMe deallocate command This adds support for the Dataset Management (DSM) command to the NVMe emulation in general, and more specifically, for

svn commit: r359365 - head/usr.sbin/bhyve

2020-03-27 Thread Chuck Tuffli
Author: chuck Date: Fri Mar 27 15:28:16 2020 New Revision: 359365 URL: https://svnweb.freebsd.org/changeset/base/359365 Log: bhyve: use STAILQ in NVMe emulation Use the standard queue(3) macros instead of hand-crafted linked list code. Reviewed by: imp, jhb Approved by: jhb

Re: svn commit: r358989 - in head/stand/efi: libefi loader loader/arch/arm loader/arch/arm64

2020-03-27 Thread Toomas Soome via svn-src-head
> On 27. Mar 2020, at 16:39, Ruslan Garipov wrote: > > On 3/14/2020 11:36 AM, Toomas Soome wrote: >> Author: tsoome >> Date: Sat Mar 14 06:36:03 2020 >> New Revision: 358989 >> URL: https://svnweb.freebsd.org/changeset/base/358989 >> >> Log: >> loader: add comconsole implementation on top of

Re: svn commit: r358989 - in head/stand/efi: libefi loader loader/arch/arm loader/arch/arm64

2020-03-27 Thread Ruslan Garipov
On 3/14/2020 11:36 AM, Toomas Soome wrote: > Author: tsoome > Date: Sat Mar 14 06:36:03 2020 > New Revision: 358989 > URL: https://svnweb.freebsd.org/changeset/base/358989 > > Log: > loader: add comconsole implementation on top of SIO protocol > > Provide comconsole on top of SIO for arm

svn commit: r359357 - head/sys/netinet

2020-03-27 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 27 11:08:11 2020 New Revision: 359357 URL: https://svnweb.freebsd.org/changeset/base/359357 Log: Use uint32_t where it is expected to be used. No functional change. MFC after:1 week Modified: head/sys/netinet/sctp_pcb.h

svn commit: r359356 - head/sys/dev/sound/pcm

2020-03-27 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 27 10:28:15 2020 New Revision: 359356 URL: https://svnweb.freebsd.org/changeset/base/359356 Log: Change default microphone level from 0 to 25. Discussed with: Horse Ma MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r359355 - head/sys/dev/sound/usb

2020-03-27 Thread Hans Petter Selasky
Author: hselasky Date: Fri Mar 27 10:22:35 2020 New Revision: 359355 URL: https://svnweb.freebsd.org/changeset/base/359355 Log: Improve USB audio mixer support for USB audio class 1 and 2. - make sure volume controls are correctly mapped to "pcm" and "rec" depending on how they deliver