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