summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Don't build rtwnfw if building without binary blobs.brueffer2016-01-041-1/+2
* [rtwn] Add rtwn firmware and driver module.adrian2015-12-311-0/+2
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...adrian2015-12-261-0/+1
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-0/+1
* Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.bdrewery2015-12-041-0/+6
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildkib2015-11-281-1/+1
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-0/+2
* Fix a logic inversion, we should build dtrace on armv6, not on arm andandrew2015-11-211-1/+1
* DTrace is known to work on armv6, enable building it as a module.andrew2015-11-201-1/+2
* Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds byhselasky2015-11-191-0/+7
* Add a kernel test framework. The callout_test is a demonstration and will onlyrrs2015-11-101-0/+2
* arm64: build em(4) and igb(4) modulesemaste2015-11-071-0/+5
* Build the LinuxKPI module by default.hselasky2015-10-261-4/+1
* Move dtrace/opensolaris/zfs module option to common sectionemaste2015-10-231-27/+12
* Add support for CloudABI on ARM64.ed2015-10-221-1/+4
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-2/+2
* Disable syscons and vpo modules for arm64.kib2015-10-081-2/+2
* Add an initial driver for the AR9170 series draft-11n hardware fromadrian2015-09-261-0/+2
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughimp2015-08-271-0/+1
* Import ioat(4) drivercem2015-08-241-0/+2
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)markm2015-08-171-0/+6
* Build the iwm and iwmfw modules by default on x86.rpaulo2015-08-081-8/+8
* Build if_stf(4) module only when both INET and INET6 support are enabled.ae2015-07-301-1/+6
* Add Makefiles for CloudABI kernel modules.ed2015-07-221-0/+3
* Enable pms module on amd64 for now.benno2015-07-171-0/+2
* Huge cleanup of random(4) code.markm2015-06-301-4/+0
* Several build changes for ix and ixv:erj2015-06-241-1/+2
* Turns out amd64 is hit too by ix. When it works, turn it back on.imp2015-06-061-1/+0
* ix module doesn't compile on i386, so remove it from the build.imp2015-06-061-1/+1
* The linux_common module only for 64bit Linuxulators.dchagin2015-05-291-1/+1
* Move linux64 and linux_common to it's right place and make them notdchagin2015-05-291-2/+2
* Connect linux64 module to the build.dchagin2015-05-241-0/+2
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-0/+2
* Avoid trying to build cxbge on 32-bit MIPSemaste2015-05-201-0/+1
* sym and cxgb build on arm, add them to the build.imp2015-03-271-1/+1
* Make several modules unconditionally built, there's no need for them to bejhibbits2015-03-261-15/+4
* Correct the ixgbe entries in mips and powerpc, and add the modulejfv2015-03-181-0/+2
* Resolve a few build issues, add module directories back into Makefile,jfv2015-03-171-0/+2
* Fix build after r280182.glebius2015-03-171-2/+0
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-171-0/+2
* Revert accidentally commited file from r279824. We're not quite ready toian2015-03-091-6/+0
* Add a dtb module for AM335x systems (just Beaglebone right now).ian2015-03-091-0/+6
* Build the videomode kernel module by default.hselasky2015-03-081-0/+1
* Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-181-0/+4
* Pull in the rpi.dts -> rpi.dtb module (dtb/rpi) and have it installimp2015-02-071-0/+2
* Add MK_AUTOFS knob for building and installing autofs(4), et alngie2015-01-261-1/+5
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-0/+3
* Build cuse(4) if MK_CUSE != nongie2015-01-251-1/+4
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelngie2015-01-251-2/+5
* Make the linuxapi module only build when WITH_OFED=YES is specified.hselasky2015-01-181-0/+2
OpenPOWER on IntegriCloud