summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2022-09-07Move emuxki from i386/amd64 specific modules to attachment specificmartin
2022-09-07emuxki(4): import a list of board definitionskhorben
2022-09-07emuxki(4): allow building as a modulekhorben
2022-08-11subr_prf.c & luasystm.c: s/panicing/panicking/ in commentsgutteridge
2022-08-09Now that UFS_DIRHASH is default for biuilt-in file system modules, wepgoyette
2022-08-07dtrace_sdt: Register sdt providers and probes in loaded modules too.riastradh
2022-07-30COPTS -> CWARNFLAGStnn
2022-07-30amdgpu: add some more CWARNFLAGS to appease clangtnn
2022-07-30amdgpu: don't set -mhard-float for clangtnn
2022-07-28drm: Hook up the drmkms modules to the build.riastradh
2022-07-28drmkms_sched: Remove duplicate module definition.riastradh
2022-07-28drmkms_sched: Revert previous MKLDSCRIPT, red herring.riastradh
2022-07-28drmkms_sched: Fix link sets in module.riastradh
2022-07-27Enable amdgpu module & firmware on x86maya
2022-07-24amdgpu: Sprinkle missing COPTS.amdgpu_float options.riastradh
2022-07-23drm: Split scheduler into separate module.riastradh
2022-07-20drm: Undefine `alpha' in the module build too.riastradh
2022-07-17drm: Modularize ttm.riastradh
2022-07-17drm: Include GPU scheduler in drmkms.kmod.riastradh
2022-07-17drm: Sync module/drmkms/Makefile with files.drmkms.riastradh
2022-07-17drm: Dust off module build a little.riastradh
2022-06-04Combine the midi and sequencer modules into a single midi_seq modulepgoyette
2022-06-01add now required pci.h / NPCI. (the ia64 version builds with PCImrg
2022-04-14Split some common stuff into scsi_subr module. This enables loadingpgoyette
2022-04-01Create a loaable adiantum module, and make cgd require it.pgoyette
2022-04-01Split i2c_subr.c into a separate module rather than including it inpgoyette
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-01-27Turn off ALTQ in if_wg module, to match default kernel configsjakllsch
2022-01-08Use += for SRCS listpgoyette
2022-01-08Remove extra blank linepgoyette
2022-01-08Use \t for pre-comment white-spacepgoyette
2022-01-06Fix previous and actually disable UFS_DIRHASHpgoyette
2022-01-06Since UFS_DIRHASH is explicitly disabled in GENERIC kernels (due topgoyette
2021-12-19Fix i386 modules build: viadrmums requires CONFIG_DRM_LEGACY.riastradh
2021-12-19amdgpu: New kernel module build goo.riastradh
2021-12-19drm: Sync (device-independent) drmkms*.kmod makefiles.riastradh
2021-12-19Suppress some harmless clang warnings.riastradh
2021-12-19Rename fence -> dma_fence, step 2: files files.riastradh
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-11-27fix build for aarch64ebryo
2021-11-25add support COMPAT_LINUX32 for aarch64ryo
2021-11-06Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humiditybrad
2021-10-23Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.hannken
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2021-10-14A driver for the Sensirion SGP40 MOx gas sensor. An example of thisbrad
2021-10-09Modularize compat_linux(8) for aarch64.ryo
2021-10-03A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humiditybrad
2021-09-25Disable drmkms module builds.maya
2021-09-11Build and install the if_run module. run(4) is not necessarily includedpgoyette