| Age | Commit message (Expand) | Author |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-08-13 | Nix trailing whitespace. | riastradh |
| 2020-08-13 | Set recovery_mode_timer workqueue's name correctly. | msaitoh |
| 2020-08-13 | Use atomic_cas_uint() and atomic_store_relaxed(). Advised by thorpej@. | msaitoh |
| 2020-08-12 | Fix checking return value of atomic_cas_uint(). | msaitoh |
| 2020-08-11 | Micro-optimize: use pushq instead of pushw. To avoid LCP stalls and | maxv |
| 2020-08-11 | Improve the CPUID emulation on nvmm-intel: | maxv |
| 2020-08-11 | Improve emulation of MSR_IA32_ARCH_CAPABILITIES: publish only the *_NO | maxv |
| 2020-08-11 | Hide OSPKE. NFC since the host never uses PKU, but still. | maxv |
| 2020-08-11 | DEV_VERBOSE_DEFINE - use MODULE_CLASS_DRIVER to match the definition. | uwe |
| 2020-08-10 | Add some extra V4L ioctl() requests to latest V4L userland to work. | rjs |
| 2020-08-08 | make this compile without bio(4) | jnemeth |
| 2020-08-07 | the drawing engine needs a stride that's a multiple of 8 in pixels, so | macallan |
| 2020-08-07 | Also set the bits for horizontal sync start delay. This makes machfb work | jdc |
| 2020-08-05 | Add CTASSERT. | maxv |
| 2020-08-05 | Improve the CPUID emulation: | maxv |
| 2020-08-05 | Add new field definitions, and intercept everything, for future-proofness. | maxv |
| 2020-08-05 | Add new field definitions. | maxv |
| 2020-08-05 | Make it easier to understand what's going on, no functional change. | maxv |
| 2020-08-05 | Use ULL, to make it clear we are unsigned. | maxv |
| 2020-08-05 | Simplify, remove unnecessary #ifdef DIAGNOSTIC around KASSERTs. | maxv |
| 2020-08-05 | Set if_baudrate for non-MII device. Before this commit, it was 0. | msaitoh |
| 2020-08-05 | Explicitly cast from uint16_t to uint32_t before shifting 16bit left | msaitoh |
| 2020-08-04 | Use mutex for lwp/interrupt coordination. using splX() simply does not work | kardel |
| 2020-08-04 | mii_knowndevs[] is de facto const, define it as such. | uwe |
| 2020-08-03 | port-arm/55532: kernel panic with ena on AWS a1.2xlarge | jmcneill |
| 2020-08-03 | DEV_VERBOSE_MODULE_DEFINE - use MODULE_CLASS_DRIVER. | uwe |
| 2020-08-03 | mii_knowndevs[] is de facto const, define it as such. | uwe |
| 2020-08-03 | Setup PCS and SGMII for SFP correctly. It still doesn't support SFP | msaitoh |
| 2020-08-03 | Rename PSSR_* to MAKPHY_PSSR_* and IGPHY_PSSR_* to avoid conflict. | msaitoh |
| 2020-08-03 | s/MII_IGPHY_/IGPHY_/. No functional change. | msaitoh |
| 2020-08-02 | Remove unnecessary wait in ldbegindetach. | riastradh |
| 2020-08-01 | Put the few x86-specific structures under #ifdef __x86_64__, for clarity. | maxv |
| 2020-08-01 | Fix whitespace. | riastradh |
| 2020-08-01 | Run cgd(4) crypto threads with the FPU/SIMD units pre-enabled. | riastradh |
| 2020-07-31 | Update Spleen kernel fonts to version 1.8.2, bringing the following | fcambus |
| 2020-07-31 | no need for continue | christos |
| 2020-07-31 | - don't overwrite existing error. | christos |
| 2020-07-31 | Factor out the component cache flushing code; add retries. | christos |
| 2020-07-31 | Use if_initialize() and if_register() | yamaguchi |
| 2020-07-31 | Added sysctl nodes for the number of descriptors in ixl(4) | yamaguchi |
| 2020-07-31 | Added sysctl nodes for ixl(4) Interrupt throttling(ITR) | yamaguchi |
| 2020-07-30 | if we find composity sync enabled, leave it on instead of unconditionally | macallan |
| 2020-07-29 | fix xmm7360_os_msleep() macro to actually work when not wrapped inside a block | jdolecek |
| 2020-07-29 | sprinkle __diagused so this compiles without DIAGNOSTIC | jdolecek |
| 2020-07-29 | adjust OpenBSD mbuf handling so tcpdump(1) works there; from genua | jdolecek |
| 2020-07-29 | rename label now that it has dual purpose; suggested by mrg@ | jdolecek |
| 2020-07-29 | cninit - don't reset cn_tab on entry. | uwe |
| 2020-07-28 | say what is not configured in nvme_print() | jdolecek |
| 2020-07-28 | add a quirk to disable MSI, and enable it for Intel SSD DC P4500 | jdolecek |