summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-29bsd.own.mk: rename NO_ADDR_OF_PACKED_MEMBER to CC_NO_ADDR_OF_PACKED_MEMBERlukem
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-04-16Resolve conflicts for lua 5.4.4 import.nikita
2023-04-13sys/modules/Makefile: Use MACHINE_CPU, not MACHINE_ARCH, for aarch64.riastradh
2023-04-11aarch64: Build drm modules.riastradh
2023-02-18the HDAUDIO_ENABLE_HDMI option is obsolete. don't define here..mrg
2023-02-01ddbping - restore the original narration of the example, NFCIuwe
2023-01-31sys/modules/drmkms_pci: Remove drm_agpsupport.c.riastradh
2023-01-31sys/modules/drmkms: Remove GPU scheduler files.riastradh
2022-12-19Create compat_100 module infrastructure now that we have branchedpgoyette
2022-12-03Split the BMP280 / BME280 driver into common code and create I2C andbrad
2022-11-21A driver for the Bosch BMP280 / BME280 temperature, humidity andbrad
2022-11-17A driver for the Aosong AHT20 temperature and humidity sensor. Whilebrad
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