summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
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
2017-04-16Can't destroy pb until we're done using it.riastradh
2017-04-15Build without installation example lua kernel module: luareadhappykamil
2017-04-15Add new example kernel module in Lua luareadhappykamil
2017-03-30Add auxvchristos
2017-03-25add vioscsi to the list (disabled)jdolecek
2017-03-25add support for loading vioscsi driver dynamicallyjdolecek
2017-02-16add missing files.knakahara
2017-02-16add l2tp(4) L2TPv3 interface.knakahara
2017-01-26Define MODULAR so we can have syscalls autoload after the module autoloads.christos
2017-01-20Check pmf_device_register return value. NFCmaya
2017-01-13Don't define PT_{S,G}ETREGS on the command line. Yes, it can make thingschristos
2017-01-02NPF: implement dynamic handling of interface addresses (the kernel part).rmind
2016-12-28oops forgot to commit this one.christos
2016-12-15Create a single combined module for spkr_pcppi and spkr_audio, andpgoyette
2016-12-15delete spkr_synth modulechristos
2016-12-12Fix path to files.audio.nat
2016-12-10Need to include audiobell.cnat
2016-12-10Ooopss, missed the Makefilepgoyette
2016-12-10Create a new module for the synthesized speaker(4).pgoyette
2016-12-09sync with latest. this should either be called spkr_pcppi or made to workchristos
2016-12-09ditch ptree and use lpmchristos
2016-12-09Add spkr_pcppi.cchristos
2016-12-08Revert to previous. Add PCPPISPEAKER flag to fix build.nat
2016-12-08Fix building of the spkr module. The module now is the synthesized speaker.nat
2016-11-16Build the newly-created bufq_* modulespgoyette
2016-11-03Reorganize SRCS lists for libcompat, compat.kmod, sysv_ipc.kmod.riastradh
2016-11-02* Split sys/kern/sys_process.c into three parts:pgoyette
2016-10-19PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernelskrll
2016-10-15Sort entries within conditional blocksskrll
2016-09-27For now, disable all the newly-created ld(4) related modules. We needpgoyette
2016-09-27Add module build infrastructure for ld and its attachmentspgoyette