summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
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
2018-02-06pf_table.c has many left-shift of negative value issues.mrg
2018-01-27use the intermediate buschristos
2018-01-25Create amdsmn(4) amd amdzentemp(4) modules for X86pgoyette
2018-01-24Remove port-acorn26skrll
2018-01-18implement 32-bit compat support for raidframe.mrg
2018-01-16Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks.knakahara
2018-01-09fix autofs pseudo devicechristos
2018-01-09Merge autofs support from: Tomohiro Kusumichristos
2017-12-29PR/52848: Brad Spencer: Add module glue for AM2315 and SI70xx driverschristos
2017-12-26Fix cargo cult ioctl implementation for LUAINFO: the name and desc fieldsmartin
2017-12-16Use config(1) and IOCONF= to generate most of the auto-config datapgoyette
2017-12-09Include the flash_mtd_parts in the nand module. Without this, the modulepgoyette
2017-12-09Split ip_ecn code into its own module, so it can be shared betweenpgoyette
2017-12-03again remove mistakely committed debug flagsjdolecek
2017-12-03update from HEADjdolecek
2017-11-15Build nand_toshiba.cjmcneill
2017-09-17This also needs INET6!christos
2017-08-28Remove the filesystem tracing featurekamil
2017-08-11Don't build the ibcs2 module on i386.maxv
2017-08-09Remove compat_ibcs2 from i386. After a discussion on port-vax, it turnsmaxv
2017-08-01Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD ismaxv
2017-08-01Don't build the svr4 module on i386.maxv
2017-07-30Audio now compiles with WARNS=5, so there is no need to specify WARNS=3.nat
2017-07-29Remove i386. By the way, it looks like several architectures are missingmaxv
2017-07-29Remove exec_aout support in compat_freebsd. The only reason we still havemaxv
2017-06-16For non-rump modules, enable HDMI audio device.pgoyette
2017-06-12Descend into SUBDIR to actually build the wsbell module.pgoyette
2017-06-11Actually create the wsbell(4) modulepgoyette
2017-06-11Define the NWSMUX symbol for the spkr module (for modules, we cannotpgoyette
2017-06-01Add the modules for audio, midi, and sequencerpgoyette
2017-05-20always put the module on the stackmbalmer
2017-05-20Only load a module if it is not already loaded in a state (much like userlandmbalmer
2017-05-11Avoid possible null pointer dereferencing.mbalmer
2017-04-23Add luareadhappy to the list.sevan
2017-04-19Modularize ualea(4).riastradh