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
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
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
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
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
=
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
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
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)
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
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
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
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
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
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
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_
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
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
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
18 matches
Mail list logo