summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
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
2018-06-06fix up virtio module for current structure; add virtio_pci modulejakllsch
2018-06-06Restrict -Wno-unused-but-set-variable in sys/modules/dtrace/dtrace to GCCkamil
2018-06-06Swap conditions HAVE_LLVM -> HAVE_GCCkamil
2018-06-06Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCCkamil
2018-05-29Introduce new example kernel module: panic_stringkamil
2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs
2018-05-20Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes bythorpej
2018-05-20Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes bythorpej
2018-05-19Add an example "gpioirq" driver that demonstrates interrupts on GPIOthorpej
2018-04-20Add new example loadable kernel module: readhappy_mpsafekamil
2018-04-13Add a new example kernel modulekamil
2018-04-13Add new example kernel module: sysctlkamil
2018-03-18finish MD glue for compat ucode module.christos
2018-03-03Update the ioconf files to reflect the move of the device source codepgoyette
2018-03-01Adjust PATHs for files that were movedpgoyette
2018-02-27The iic module needs to include 2c_subr so that i2cbus modules canpgoyette
2018-02-26Descend into subdirectory to create the module for ichsmb(4) driver.pgoyette
2018-02-25Remove ksem module referencekamil
2018-02-25Add new modules (for i386 and amd64 only) for the imcsmb SMBus driver.pgoyette
2018-02-21On the off chance that someone tries to use the modular version of thepgoyette
2018-02-19Code is fixed, so hiding the warning is not necessary any more.maya
2018-02-12Simplify and make the GCC check more precise at the same time.joerg
2018-02-12Fix building with MKGCC=noadam
2018-02-06Avoid gcc 6 specific options when compiling with gcc 5martin