summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
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
2021-08-21rename glue.c to sodium_module.cchristos
2021-08-18Don't define HAVE_TI_MODE if we don't have it.christos
2021-08-18Fix broken namechristos
2021-08-17s/blake2s/blakes2s/ to match the directory that existskre
2021-08-17modules for blake2s libsodium and if_wgchristos
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-08Fix LIST operations, found by strictly-aligned CPUs, i.e., ARMv5 and IBM403:rin
2021-08-08Add ddbping example module to SUBDIR list.uwe
2021-08-07Make sure that buffers allocated by lua_alloc() are aligned to 8-byterin
2021-08-03Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules.rin
2021-06-29Add containment for the cloning devices hack in vn_open.dholland
2021-06-21fix proplib deprecationchristos
2021-06-03build the drmkms modules with -fwrapv toonia
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-04-25Handle mipsn64christos
2021-04-15- Don't define NEED_ISYSTEM. This is a rump thing and should be only exposedchristos
2021-04-15- Don't include <bsd.own.mk> It should be done by the enclosing Makefilechristos
2021-04-13apply -Wno-error=array-bounds for GCC 10.mrg
2021-04-13more GCC 10 fixes.mrg
2021-04-13apply some -Wno- to ignore several new warnings with GCC 10.mrg
2021-04-12include bsd.own.mk to make sure $S is set.mrg