summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2009-03-31Also look for sources in sys/arch/x86/x86/ if MACHINE_ARCH is i386 ordyoung
2009-03-10enable tprof modules.yamt
2009-03-10add makefiles for tprof drivers.yamt
2009-03-05whitespaceyamt
2009-02-24Follow up the removal of linux_support.S for amd64 and i386.he
2009-02-22PR kern/26878 FFSv2 + softdep = livelock (no free ram)ad
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2009-02-05Revert previously changes. There is no cgd and ccd directory until I properlyhaad
2009-02-05Add support for the MODULAR framework to the vnd driver. Enable building ofhaad
2009-02-03kmod reachover gluejmcneill
2009-01-19Provide compatibility for pre-christos-time_t sysv sysctls.christos
2009-01-14Add comment about adding module dependiences to MODULE macro.haad
2009-01-11merge christos-time_tchristos
2009-01-05sysvbfs modulepooka
2009-01-02Add stubs for mirror target, too. This target does nothing for now, but lvmhaad
2009-01-02Remove unneeded targets from dm driver and build them as separate modules.haad
2008-12-31Might as well install the dm devmapper module when we install theagc
2008-12-19Add makefile for building device-mapper kernel module.haad
2008-12-08s/SYSVIPC/SYSVMSG/, for message queues support.njoly
2008-12-05PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo...ad
2008-12-03PR port-amd64/40091 compat_linux32 module loading = panic due to missing symsad
2008-11-29- don't build compat_linux on alpha until sys/modules/compat_linux/Makefiletsutsui
2008-11-28Build compat_linux and exec_elf64 for alpha.he
2008-11-25Descend into the new modules during the build.cube
2008-11-25Build and install the PPP compressors modules deflate and bsdcomp.cube
2008-11-24Rename some modules to match their vfs name.ad
2008-11-23exec_elf32 makes no sense on alphamartin
2008-11-21PR port-amd64/39990 modules/compat_linux32: build fixad
2008-11-20typoad
2008-11-20exec_aout module:ad
2008-11-20Rename the accept filter modules to make module name match filter name.ad
2008-11-20PR port-amd64/39964 modules/compat_linux: missing symbols on amd64ad
2008-11-20PR port-amd64 modules/compat missing symbols on amd64ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-16Fail to load if there is no embedded file system image.ad
2008-11-16Return EOPNOTSUPP for unload.ad
2008-11-16+lfs_itimes.cad
2008-11-14Make POSIX AIO loadable as a module.ad
2008-11-13ndis module. Deliberately not enabled as part of the build.ad
2008-11-13PR kern/39263 $ufs kernel module dependency problemsad
2008-11-13+compat_ossaudioad
2008-11-13Add a note:ad
2008-11-13compat_ossaudio module, so others can depend on it.ad
2008-11-13Add missing ksem makefile.ad
2008-11-12Allow the POSIX semaphore code to be loaded as a module.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-10-15Revert revivesa merge botch to fix build.pooka
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-09-23Build modular fss driver.hannken
2008-09-18kmod support for uvideo(4)jmcneill