aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* In the unload target, check that the module is loaded first.Dag-Erling Smørgrav2016-01-011-1/+12
* Revert this change. It broke the trampoline build. Until I'm sureWarner Losh2015-12-211-1/+1
* Move some MIPS specific flags to be more congruent with otherWarner Losh2015-12-191-1/+1
* Consistently use ${AWK} instead of hard-coding the program name.Mark Johnston2015-12-171-1/+1
* Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.Bryan Drewery2015-12-041-0/+2
* Restore cleaning of auto-generated kobj files after the recent MFILESJohn Baldwin2015-12-011-4/+8
* Do as r289391 did for share/mk and make installing to a non-existent directoryBryan Drewery2015-10-171-2/+2
* Build changes that allow the modules on arm64.Konstantin Belousov2015-10-081-1/+15
* Install kernel debug data under /usr/lib/debugEd Maste2015-09-241-6/+7
* Comment out cleaning files, since it cleans too much.Warner Losh2015-08-281-1/+2
* Fix cleaning of files generated from .m sources.Warner Losh2015-08-281-5/+3
* Cache _MPATH and pass it down into the modules build. Some NFS setupsWarner Losh2015-07-041-0/+2
* Kill MFILES and find things automatically. It turned out to be onlyWarner Losh2015-07-031-35/+16
* Don't use ${.OBJDIR}/ to qualify target that isn't specified that waySimon J. Gerraty2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-6/+3
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-36/+18
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-191-69/+58
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-191-18/+11
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2014-05-081-0/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-281-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-5/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+2
* | | | | | | | | Create a separate kobj interface for leaf-driver PCI IOV methods.John Baldwin2015-05-281-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix kernel build ${MACHINE} pathEd Maste2015-04-161-2/+2
* | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-4/+0
* | | | | | | | Allow the ARM unwinder to work through modules. This will be used to addAndrew Turner2015-02-191-0/+1
* | | | | | | | Populate new KERN_OPTS from all the opt_*.h files inWarner Losh2015-02-181-28/+6
* | | | | | | | Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-0/+1
* | | | | | | | Add dev/mbox/mbox_if.m to MFILES list so we can use it in kernel modulesOleksandr Tymoshenko2015-01-071-1/+1
* | | | | | | | Don't allow clang to use fpu instructions or registers in kernel modules.Ian Lepore2015-01-041-0/+2
* | | | | | | | Put in a workaround for bug 196407 (arm modules cause crashes & panics).Ian Lepore2015-01-021-0/+5
* | | | | | | | Move more of the warnings into kern.mk, as well as centralize that asWarner Losh2015-01-011-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Retire the '@' symlink. It isn't really needed and causes moreWarner Losh2014-11-061-66/+26
* | | | | | | Don't depend on @ or machine for assym.s or genassym.o. That's aWarner Losh2014-10-171-2/+2
* | | | | | | Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-0/+28
* | | | | | | Include the kernel options after bsd.init.mk so that when we'reWarner Losh2014-08-041-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Reviewed by: impSimon J. Gerraty2014-07-261-4/+4
* | | | | | Clean symlinks created in sys/modules dirs when a make clean is invoked.Sean Bruno2014-07-241-0/+1
* | | | | | The time is not yet ripe to break the lack of dependencies betweenWarner Losh2014-05-171-7/+2
* | | | | | bitrotted compat cruft removal:Warner Losh2014-05-101-5/+1
* | | | | | Remove the compatibility hack for FreeBSD 7 systems forWarner Losh2014-05-101-3/+0
* | | | | | Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-101-5/+3
* | | | | | Introduce kern.opts.mk to hold all the options for kernel moduleWarner Losh2014-05-091-1/+7
| |_|_|_|/ |/| | | |
* | | | | Fix buildkernel breakage, which was fall-out from the move of options toStefan Eßer2014-05-061-0/+1
| |_|_|/ |/| | |
* | | | Use a full path to the target for make rules which create symlinks @,Mark Johnston2014-03-041-6/+11
* | | | Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-1/+1
* | | | Add the long-missing spibus_if.m to the MFILES list.Ian Lepore2013-10-151-1/+1
| |_|/ |/| |
* | | amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointerAndriy Gapon2013-07-091-1/+1
| |/ |/|
* | Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-1/+2