| Age | Commit message (Expand) | Author |
| 2019-02-20 | Another WARNS=3 module | pgoyette |
| 2019-02-20 | Another module that needs WARNS=3 to allow signed-vs-unsigned compares | pgoyette |
| 2019-02-17 | For vax, GCC 6.5 and 7.4 cannot compile lfs_inode.c with | rin |
| 2019-02-17 | Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc. | rin |
| 2019-02-17 | Bump default value of WARNS for modules from 3 to 5, and | rin |
| 2019-02-17 | Turn on DIAGNOSTIC by default for modules in HEAD. | rin |
| 2019-02-13 | Add Intel-VMX support in NVMM. This allows us to run hardware-accelerated | maxv |
| 2019-02-06 | Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device. | rin |
| 2019-02-05 | Prepare the implementation of the ZFS control directory ".zfs". | hannken |
| 2019-02-05 | be sure to only apply zlib.c's -Wno-error=implicit-fallthrough to GCC 7. | mrg |
| 2019-02-04 | don't assume _LP64 == supports COMPAT_NETBSD32. | mrg |
| 2019-02-04 | Don't include puffs_compat in a kernel unless the filesystem is | pgoyette |
| 2019-02-04 | apply -Wno-error=implicit-fallthrough to via_dmablit.c. | mrg |
| 2019-02-04 | apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c. | mrg |
| 2019-02-04 | add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthrough | mrg |
| 2019-02-04 | - use -Wno-error=implicit-fallthrough with GCC7. | mrg |
| 2019-02-03 | Remove some commented-out stuff accidentally left in the previous commit. | pgoyette |
| 2019-02-03 | Don't include the raidframe compat code in the main raid module, the | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-21 | Build bpfjit and sljit modules on aarch64. | alnsn |
| 2019-01-17 | Add a new example kernel module: mapper | kamil |
| 2018-12-29 | Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same | maxv |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-11-27 | Remove the rest of my local change that somehow snuck in to an | pgoyette |
| 2018-11-27 | Remove obsolete ksem entry to prevent build break. | msaitoh |
| 2018-11-27 | Include the compat_netbsd32* modules for sparc64 | pgoyette |
| 2018-11-26 | One more - we also need the libnv for compat_linux32 module | mlelstv |
| 2018-11-26 | compat modules now require an extra include path for libnv. | mlelstv |
| 2018-11-15 | Include <bsd.own.mk> before using ACTIVE_CC. Fixes make errors. | riastradh |
| 2018-11-07 | Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that | maxv |
| 2018-09-29 | NPF: Major rework -- migrate NPF to the libnv library. | rmind |
| 2018-09-19 | Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker | maxv |
| 2018-08-28 | Remove some superfluous vestigial `-I.'. | riastradh |
| 2018-08-28 | Rework PCI and AGP conditionalization. | riastradh |
| 2018-08-27 | Move the Linux PCI shim into its very own .c file. | riastradh |
| 2018-08-27 | Make drmkms_pci.kmod build again. | riastradh |
| 2018-08-27 | Make i915drmkms.kmod build again. | riastradh |
| 2018-08-27 | Make drmkms.kmod build again on amd64. | riastradh |
| 2018-08-27 | Add some components to drmkms_linux.kmod. | riastradh |
| 2018-08-27 | Sort. | riastradh |
| 2018-08-25 | Add mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of | rin |
| 2018-08-25 | Retire NDIS. It appears that it has never worked, after 13 years it was | maxv |
| 2018-08-18 | remove NOGCCERROR; hides real issues. | christos |
| 2018-07-24 | Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86 | maxv |
| 2018-07-16 | Move | maxv |
| 2018-07-10 | Remove viadrm(4), superseded by viadrmums. | maya |
| 2018-06-29 | Rework the changes to DTRACE/ZFS files that were fixing Clang/LLVM build | kamil |
| 2018-06-07 | Replace HAVE_GCC with ACTIVE_CC == gcc checks | kamil |
| 2018-06-06 | Really disable unsupported $CC flag for LLVM | kamil |
| 2018-06-06 | add virtio_pci to list of not-yet-enabled modules | jakllsch |