svn commit: r368632 - head/lib/libusb

2020-12-14 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 14 11:56:16 2020 New Revision: 368632 URL: https://svnweb.freebsd.org/changeset/base/368632 Log: Be bug compatible with other operating systems by allowing non-sequential interface numbering for USB descriptors in userspace. Else certain USB control requests

Re: svn commit: r364761 - in head: share/mk sys/conf sys/modules/cloudabi32 sys/modules/cloudabi64 sys/modules/linux sys/modules/linux64

2020-12-14 Thread Alexander Richardson
On Sun, 13 Dec 2020 at 19:22, Ryan Libby wrote: > > On Tue, Aug 25, 2020 at 6:30 AM Alex Richardson > wrote: > > > > Author: arichardson > > Date: Tue Aug 25 13:30:03 2020 > > New Revision: 364761 > > URL: https://svnweb.freebsd.org/changeset/base/364761 > > > > Log: > > Pass

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

2020-12-14 Thread Michal Meloun
Author: mmel Date: Mon Dec 14 11:57:43 2020 New Revision: 368633 URL: https://svnweb.freebsd.org/changeset/base/368633 Log: Verify (and fix) the context_id argument passed to the mpentry () by PSCI. Some older PSCI implementations corrupt (or do not pass) the context_id argument to newly

svn commit: r368634 - head/sys/arm/arm

2020-12-14 Thread Michal Meloun
Author: mmel Date: Mon Dec 14 13:10:19 2020 New Revision: 368634 URL: https://svnweb.freebsd.org/changeset/base/368634 Log: Finish implementation of ARM PMU interrupts. The ARM PMU may use single per-core interrupt or may use multiple generic interrupts, one per core. In this case, special

svn commit: r368635 - in head/sys/arm: arm include

2020-12-14 Thread Michal Meloun
Author: mmel Date: Mon Dec 14 14:00:54 2020 New Revision: 368635 URL: https://svnweb.freebsd.org/changeset/base/368635 Log: Remove unused functions and variables in cpufunc.[ch]. Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/cpufunc_asm.S head/sys/arm/include/cpufunc.h

svn commit: r368652 - head/tools/kerneldoc/subsys

2020-12-14 Thread Ed Maste
Author: emaste Date: Tue Dec 15 01:45:19 2020 New Revision: 368652 URL: https://svnweb.freebsd.org/changeset/base/368652 Log: Remove more cx,ctau leftovers Missed in r359178 Deleted: head/tools/kerneldoc/subsys/Doxyfile-dev_ctau head/tools/kerneldoc/subsys/Doxyfile-dev_cx

Re: svn commit: r364761 - in head: share/mk sys/conf sys/modules/cloudabi32 sys/modules/cloudabi64 sys/modules/linux sys/modules/linux64

2020-12-14 Thread Ryan Libby
On Mon, Dec 14, 2020 at 2:33 AM Alexander Richardson wrote: > > On Sun, 13 Dec 2020 at 19:22, Ryan Libby wrote: > > > > On Tue, Aug 25, 2020 at 6:30 AM Alex Richardson > > wrote: > > > > > > Author: arichardson > > > Date: Tue Aug 25 13:30:03 2020 > > > New Revision: 364761 > > > URL:

svn commit: r368647 - head/libexec/tftpd

2020-12-14 Thread Michael Tuexen
Author: tuexen Date: Mon Dec 14 22:13:58 2020 New Revision: 368647 URL: https://svnweb.freebsd.org/changeset/base/368647 Log: Improve the counting of blocks used to transfer a file from the server to the client in case of not using an OACK: Don't miss the first block in case of it is not

svn commit: r368648 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf

2020-12-14 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Dec 14 22:23:08 2020 New Revision: 368648 URL: https://svnweb.freebsd.org/changeset/base/368648 Log: Enable ROUTE_MPATH support in GENERIC kernels. Ability to load-balance traffic over multiple path is a must-have thing for routers. It may be used by the

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

2020-12-14 Thread Konstantin Belousov
Author: kib Date: Mon Dec 14 22:52:29 2020 New Revision: 368649 URL: https://svnweb.freebsd.org/changeset/base/368649 Log: amd64 pmap: fix PCID mode invalidations When r362031 moved local TLB invalidation after shootdown IPI send, it moved too much. In particular, PCID-mode clearing of

svn commit: r368651 - head/sys/netpfil/ipfw

2020-12-14 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Dec 14 22:54:32 2020 New Revision: 368651 URL: https://svnweb.freebsd.org/changeset/base/368651 Log: Fix LINT-NOINET6 build after r368571. Reported by: mjg Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c