svn commit: r367096 - in head/sys/dev/usb: . serial

2020-10-28 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 28 08:22:38 2020 New Revision: 367096 URL: https://svnweb.freebsd.org/changeset/base/367096 Log: Add new USB IDs. Submitted by: aleksi.kaalin...@kapsi.fi PR: 250675 MFC after:1 week Sponsored by: Mellanox Tec

svn commit: r367097 - head/usr.bin/usbhidaction

2020-10-28 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Oct 28 08:29:31 2020 New Revision: 367097 URL: https://svnweb.freebsd.org/changeset/base/367097 Log: Correct USB HID item in examples It turns out that examples were incorrectly referring to Volume_Up and Volume_Down, which are not defined at al

Desinfetante

2020-10-28 Thread Raquel Carvalho via svn-src-head
Bom Dia, A demanda por desinfetantes eficazes que permitam a eliminação de microrganismos prejudiciais é continuamente alta em todo o mundo. Expandir a oferta com uma gama profissional de produtos com atividade viricida e bactericida permite aumentar a posição competitiva da empresa e construir

svn commit: r367101 - head/lib/googletest/tests

2020-10-28 Thread Alex Richardson
Author: arichardson Date: Wed Oct 28 11:54:04 2020 New Revision: 367101 URL: https://svnweb.freebsd.org/changeset/base/367101 Log: Significantly reduce compile time for googletest internal tests Clang's optimizer spends a really long time on these tests at -O2, so we now use -O0 instead.

svn commit: r367099 - head

2020-10-28 Thread Alex Richardson
Author: arichardson Date: Wed Oct 28 11:53:55 2020 New Revision: 367099 URL: https://svnweb.freebsd.org/changeset/base/367099 Log: clang-format: place sys/systm.h immediately after sys/param.h Should fix one of the objections to r366993. See also https://reviews.freebsd.org/D26981. R

svn commit: r367100 - head

2020-10-28 Thread Alex Richardson
Author: arichardson Date: Wed Oct 28 11:54:00 2020 New Revision: 367100 URL: https://svnweb.freebsd.org/changeset/base/367100 Log: clang-format: Avoid breaking after the opening paren of function definitions This depends on https://reviews.llvm.org/D90246 to have any effect, but once that

svn commit: r367102 - head

2020-10-28 Thread Alex Richardson
Author: arichardson Date: Wed Oct 28 11:54:09 2020 New Revision: 367102 URL: https://svnweb.freebsd.org/changeset/base/367102 Log: Speed up Cirrus CI by using CROSS_TOOLCHAIN Installing the llvm11 package instead of bootstrapping it from the source tree reduces the build time by about 20

svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Eßer
Author: se Date: Wed Oct 28 13:06:39 2020 New Revision: 367103 URL: https://svnweb.freebsd.org/changeset/base/367103 Log: Fix parsing of #ifdef in calendar files There was code to process an #ifndef tokens, but none for #ifdef. The #ifdef token was mentioned as unsupported in the BUGS sec

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Kyle Evans
On Wed, Oct 28, 2020 at 8:06 AM Stefan Eßer wrote: > > Author: se > Date: Wed Oct 28 13:06:39 2020 > New Revision: 367103 > URL: https://svnweb.freebsd.org/changeset/base/367103 > > Log: > Fix parsing of #ifdef in calendar files > > There was code to process an #ifndef tokens, but none for #if

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Esser
Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified: head/usr.bin/calendar/io.c == --- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020(r367102) +++ head/usr.bin/calendar/io.c Wed Oct 28 13:06:39 2020

svn commit: r367104 - head/usr.bin/calendar

2020-10-28 Thread Stefan Eßer
Author: se Date: Wed Oct 28 13:30:24 2020 New Revision: 367104 URL: https://svnweb.freebsd.org/changeset/base/367104 Log: Fix off-by-one error in processing of #ifdef lines The convention in this program is to parse the line immediately starting after the token (e.g. #defineA and #ifdefA

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Kyle Evans
On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: > > Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified: > head/usr.bin/calendar/io.c > >> == > >> --- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020(r36710

svn commit: r367105 - in head: lib/geom/mountver lib/libc/posix1e lib/libc/sys sbin/mdconfig/tests share/man/man4 share/man/man5 share/man/man7 sys/amd64/linux sys/cam/ctl sys/cddl/compat/opensolar...

2020-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 28 13:46:11 2020 New Revision: 367105 URL: https://svnweb.freebsd.org/changeset/base/367105 Log: Drop "All rights reserved" from all my stuff. This includes Foundation copyrights, approved by emaste@. It does not include files which carry other people's copyrigh

svn commit: r367106 - head/sys/compat/linux

2020-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 28 14:16:08 2020 New Revision: 367106 URL: https://svnweb.freebsd.org/changeset/base/367106 Log: Make linux_errtbl a bit more readable by using named initializers. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https:

svn commit: r367107 - head/sys/kern

2020-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 28 14:43:38 2020 New Revision: 367107 URL: https://svnweb.freebsd.org/changeset/base/367107 Log: Add local variable to store the sysent pointer. Just a cleanup, no functional changes. Reviewed by: kib (earlier version) MFC after:2 weeks Sponsored by:

svn commit: r367108 - head/usr.bin/calendar

2020-10-28 Thread Stefan Eßer
Author: se Date: Wed Oct 28 14:48:58 2020 New Revision: 367108 URL: https://svnweb.freebsd.org/changeset/base/367108 Log: Add support for nested conditionals The previous behavior was to support nested #ifdef and #ifndef, but to return to unconditional parsing after the next #endif, indep

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Esser
Am 28.10.20 um 14:34 schrieb Kyle Evans: On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: I'm thinking about support for nested conditionals and #else in calendar files, but I'm not sure about the possibility to MFC such a change and I do not want to invite users to create calendar files tha

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Warner Losh
On Wed, Oct 28, 2020 at 9:09 AM Stefan Esser wrote: > Am 28.10.20 um 14:34 schrieb Kyle Evans: > > On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: > >> I'm thinking about support for nested conditionals and #else in > >> calendar files, but I'm not sure about the possibility to MFC > >> such

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

2020-10-28 Thread Alexander Motin
Author: mav Date: Wed Oct 28 15:43:29 2020 New Revision: 367109 URL: https://svnweb.freebsd.org/changeset/base/367109 Log: Print NVMe controller capabilities in verbose dmesg. Those values are not reported in controller identification, while sometimes interesting for development and debug

svn commit: r367110 - head/usr.bin/man

2020-10-28 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Oct 28 16:54:37 2020 New Revision: 367110 URL: https://svnweb.freebsd.org/changeset/base/367110 Log: Update the list of searched manual sections after r367013 Modified: head/usr.bin/man/man.1 Modified: head/usr.bin/man/man.1 ===

svn commit: r367112 - head/sbin/nvmecontrol

2020-10-28 Thread Alexander Motin
Author: mav Date: Wed Oct 28 17:28:48 2020 New Revision: 367112 URL: https://svnweb.freebsd.org/changeset/base/367112 Log: Use proper variable for device path. It seems *-passthru commands were broken from the day one, since the device path is fetched into opt.dev variable and not left in

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

2020-10-28 Thread Alexander Motin
Author: mav Date: Wed Oct 28 18:22:25 2020 New Revision: 367113 URL: https://svnweb.freebsd.org/changeset/base/367113 Log: Fix unintentional constant rename in r367109. MFC after:1 week Modified: head/sys/dev/nvme/nvme.h Modified: head/sys/dev/nvme/nvme.h ===

svn commit: r367114 - head/sys/netinet6

2020-10-28 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Oct 28 20:22:20 2020 New Revision: 367114 URL: https://svnweb.freebsd.org/changeset/base/367114 Log: Fix use-after-free in icmp6_notify_error(). Reported by: Maxime Villard Reviewed by: markj MFC after:3 days Modified: head/sys/netinet6/icmp6.c Modi

Re: svn commit: r367114 - head/sys/netinet6

2020-10-28 Thread Shawn Webb
On Wed, Oct 28, 2020 at 08:22:21PM +, Alexander V. Chernikov wrote: > Author: melifaro > Date: Wed Oct 28 20:22:20 2020 > New Revision: 367114 > URL: https://svnweb.freebsd.org/changeset/base/367114 > > Log: > Fix use-after-free in icmp6_notify_error(). > > Reported by:Maxime Vi

svn commit: r367117 - head/sys/net

2020-10-28 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Oct 28 21:06:17 2020 New Revision: 367117 URL: https://svnweb.freebsd.org/changeset/base/367117 Log: iflib: fix typo bug introduced by r367093 Code was supposed to call callout_reset_sbt_on() rather than callout_reset_sbt(). This resulted into passing a "cpu" v

svn commit: r367118 - head/share/man/man9

2020-10-28 Thread Warner Losh
Author: imp Date: Wed Oct 28 21:09:56 2020 New Revision: 367118 URL: https://svnweb.freebsd.org/changeset/base/367118 Log: Note that sys/systm.h is special too If you need / want to includerd sys/systm.h, it has to be just after param.h/types.h. Document this existing practice. Not all ke

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

2020-10-28 Thread Warner Losh
Author: imp Date: Wed Oct 28 21:18:04 2020 New Revision: 367119 URL: https://svnweb.freebsd.org/changeset/base/367119 Log: loader: add aarch64 support for zstd We don't have NEON available in the boot loader, so we have to disable it. OpenZFS included ZSTD which used the wrong symbol to b

Re: svn commit: r367119 - head/stand/libsa/zfs

2020-10-28 Thread Warner Losh
This looks like it is missing something, but it isn't. I should have updated the commit message to say that it's just the makefile part of this since these commits were in upstream when it was last brought in. So it looks like things are missing but they are already in the tree... Warner On Wed

svn commit: r367120 - head/sys/kern

2020-10-28 Thread Konstantin Belousov
Author: kib Date: Wed Oct 28 22:12:47 2020 New Revision: 367120 URL: https://svnweb.freebsd.org/changeset/base/367120 Log: Check for process group change in tty_wait_background(). The calling process's process group can change between PROC_UNLOCK(p) and PGRP_LOCK(pg) in tty_wait_backgroun

svn commit: r367121 - head/lib/libc/tests/ssp

2020-10-28 Thread Brooks Davis
Author: brooks Date: Wed Oct 28 23:10:54 2020 New Revision: 367121 URL: https://svnweb.freebsd.org/changeset/base/367121 Log: Disable ssp raw test without ASAN r366981 disabled ASAN when it might not be reliable (with an external compiler), but this test is broken without ASAN so disable

svn commit: r367122 - head/sys/netinet

2020-10-28 Thread John Baldwin
Author: jhb Date: Thu Oct 29 00:03:19 2020 New Revision: 367122 URL: https://svnweb.freebsd.org/changeset/base/367122 Log: Save the current TCP pacing rate in t_pacing_rate. Reviewed by: gallatin, gnn Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D2687

svn commit: r367123 - in head: sbin/ifconfig sys/dev/mlx5/mlx5_en sys/kern sys/net sys/netinet sys/sys

2020-10-28 Thread John Baldwin
Author: jhb Date: Thu Oct 29 00:23:16 2020 New Revision: 367123 URL: https://svnweb.freebsd.org/changeset/base/367123 Log: Support hardware rate limiting (pacing) with TLS offload. - Add a new send tag type for a send tag that supports both rate limiting (packet pacing) and TLS offload

svn commit: r367125 - head

2020-10-28 Thread Ed Maste
Author: emaste Date: Thu Oct 29 02:02:30 2020 New Revision: 367125 URL: https://svnweb.freebsd.org/changeset/base/367125 Log: CI: switch to qemu42 package It appears that booting FreeBSD from qemu's synthesized FAT filesystem broke somehow in a recent qemu-devel update. qemu42 works so s