svn commit: r366529 - head/contrib/tzdata

2020-10-07 Thread Philip Paeps
Author: philip Date: Thu Oct 8 00:35:36 2020 New Revision: 366529 URL: https://svnweb.freebsd.org/changeset/base/366529 Log: Import tzdata 2020b Changes: https://github.com/eggert/tz/blob/2020b/NEWS MFC after:3 days Modified: head/contrib/tzdata/Makefile head/contrib/tzdata/N

svn commit: r366526 - head/sys/kern

2020-10-07 Thread Mitchell Horne
Author: mhorne Date: Wed Oct 7 23:14:49 2020 New Revision: 366526 URL: https://svnweb.freebsd.org/changeset/base/366526 Log: Handle kmod local relocation failures gracefully It is possible for elf_reloc_local() to fail in the unlikely case of an unsupported relocation type. If this occur

svn commit: r366525 - head/sys/net80211

2020-10-07 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 7 22:52:24 2020 New Revision: 366525 URL: https://svnweb.freebsd.org/changeset/base/366525 Log: net80211: whitespace Fix indentation for the multi-line copies of ieee80211_add_channel_list_5ghz() for the 3 bands. MFC after:1 week Sponsored by: The Free

svn commit: r366524 - head/sbin/ifconfig

2020-10-07 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 7 22:29:26 2020 New Revision: 366524 URL: https://svnweb.freebsd.org/changeset/base/366524 Log: 80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT() As we did in the kernel in r366112 replace the MS() macro with the version(s) added to the kernel: _IEEE80211_

svn commit: r366523 - head/sys/compat/linuxkpi/common/include/linux

2020-10-07 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 7 22:07:26 2020 New Revision: 366523 URL: https://svnweb.freebsd.org/changeset/base/366523 Log: LinuxKPI: add a bitfield.h implementation. This code was iteratively implemented during the work on various WiFi drivers -- from individual functions to a macro-create

svn commit: r366522 - in head: lib/lib80211 sbin/ifconfig sys/net80211

2020-10-07 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 7 21:56:58 2020 New Revision: 366522 URL: https://svnweb.freebsd.org/changeset/base/366522 Log: 80211: non-functional changes Sort a few VHT160 and 80+80 lines, update some comments, and remove a superfluous ','. No functional changes intended. MFC afte

svn commit: r366521 - head/usr.sbin/bhyveload

2020-10-07 Thread Conrad Meyer
Author: cem Date: Wed Oct 7 20:31:13 2020 New Revision: 366521 URL: https://svnweb.freebsd.org/changeset/base/366521 Log: bhyveload(8): Implement loader_callbacks::diskwrite The method was optional prior to r365938, which made it mandatory but did add any test that an implementation prov

svn commit: r366519 - in head/sys: amd64/amd64 arm/arm arm64/arm64 i386/i386 mips/mips powerpc/powerpc riscv/riscv

2020-10-07 Thread Mitchell Horne
Author: mhorne Date: Wed Oct 7 18:48:10 2020 New Revision: 366519 URL: https://svnweb.freebsd.org/changeset/base/366519 Log: Print symbol index for unsupported relocation types It is unlikely, but possible, that an unrecognized or unsupported relocation type is encountered while trying t

svn commit: r366518 - head/sys/dev/mlx5/mlx5_core

2020-10-07 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 7 17:46:49 2020 New Revision: 366518 URL: https://svnweb.freebsd.org/changeset/base/366518 Log: Properly cleanup driver during remove_one() in mlx5core. Cleanup all host resources, SYSCTLs, MSIX vectors and memory used by the host and only leave the device

svn commit: r366517 - head/sys/netinet

2020-10-07 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 7 15:22:48 2020 New Revision: 366517 URL: https://svnweb.freebsd.org/changeset/base/366517 Log: Minor cleanups. MFC after:3 days Modified: head/sys/netinet/sctp_cc_functions.c head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_cc_f

svn commit: r366516 - head/usr.bin/ul

2020-10-07 Thread Fernando ApesteguĂ­a
Author: fernape (ports committer) Date: Wed Oct 7 14:43:16 2020 New Revision: 366516 URL: https://svnweb.freebsd.org/changeset/base/366516 Log: ul(1): Remove references to colcrt(1) and nroff(1) colcrt(1) and nroff(1) where removed in r319664. Remove references to these commands in ul(1)

Re: svn commit: r366508 - in head/sys: dev/rt geom/eli kern sys

2020-10-07 Thread Kyle Evans
On Wed, Oct 7, 2020 at 1:16 AM Warner Losh wrote: > > Author: imp > Date: Wed Oct 7 06:16:37 2020 > New Revision: 366508 > URL: https://svnweb.freebsd.org/changeset/base/366508 > > Log: > Move kernel env global variables, etc to sys/kenv.h > > The kernel globals for kenv are confined to 2 fil

svn commit: r366515 - head/sys/riscv/riscv

2020-10-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 7 12:11:11 2020 New Revision: 366515 URL: https://svnweb.freebsd.org/changeset/base/366515 Log: Don't use critical section when calling intr_irq_handler() - that function enters critical section by itself anyway. Reviewed by: kp Sponsored by: DARPA Differ

svn commit: r366514 - head/sys/net

2020-10-07 Thread Konstantin Belousov
Author: kib Date: Wed Oct 7 10:58:56 2020 New Revision: 366514 URL: https://svnweb.freebsd.org/changeset/base/366514 Log: Fix typo. Sponsored by: Mellanox Technologies/NVIDIA Networking MFC after:3 days Modified: head/sys/net/if.h Modified: head/sys/net/if.h =

svn commit: r366512 - head/tests/sys/capsicum

2020-10-07 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Oct 7 09:53:24 2020 New Revision: 366512 URL: https://svnweb.freebsd.org/changeset/base/366512 Log: Temporarily skip failing test cases in CI: sys.capsicum.functional.Capability__NoBypassDAC sys.capsicum.functional.Pdfork__OtherUserForked PR: 250178

svn commit: r366511 - head/sbin/nvmecontrol/modules/wdc

2020-10-07 Thread Warner Losh
Author: imp Date: Wed Oct 7 07:55:55 2020 New Revision: 366511 URL: https://svnweb.freebsd.org/changeset/base/366511 Log: Use intmax_t to print uint64_t values. This fixes the 32-bit build where the types are different. Modified: head/sbin/nvmecontrol/modules/wdc/wdc.c Modified: head/s

svn commit: r366510 - head/contrib/capsicum-test

2020-10-07 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Oct 7 07:55:55 2020 New Revision: 366510 URL: https://svnweb.freebsd.org/changeset/base/366510 Log: Revert r358001 in favor of r366509 Sponsored by: The FreeBSD Foundation Modified: head/contrib/capsicum-test/procdesc.cc Modified: head/contrib/capsicum-test/proc

svn commit: r366509 - head/tests/sys/capsicum

2020-10-07 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Oct 7 07:23:29 2020 New Revision: 366509 URL: https://svnweb.freebsd.org/changeset/base/366509 Log: Skip test written in Googltest in the wrapper script This leaves the main test body untouched and only skip running in the CI env, makes doing local test easier whi