summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* MFH (r293033): ignore unload unless loaded + add a reload targetdes2016-01-261-1/+12
* MFC r276645:ian2015-02-131-0/+2
* MFC r276525, r276596:ian2015-02-131-0/+5
* MFC r262733:markj2014-05-011-6/+11
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-1/+1
* MFC r256492:ian2013-12-131-1/+1
* amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointeravg2013-07-091-1/+1
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-161-1/+2
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-1/+2
* Merging of projects/armv6, part 3gonzo2012-08-151-1/+1
* Revert r222186 per instructions for FreeBSD 10.obrien2012-07-031-2/+1
* Bring over the first part of the etherswitch framework - an MDIO bus andadrian2012-05-011-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-031-1/+1
* After r232322, it turned out many people (and some ports) are buildingdim2012-03-031-1/+1
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-1/+1
* Unbreak several mips kernel configs after r230150 and r230152 to makebz2012-01-181-0/+1
* Major snd_hda driver rewrite:mav2012-01-151-0/+1
* MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.fjoe2011-12-061-1/+1
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-1/+1
* Call CTFMERGE only when WITH_CTF is defined.fjoe2011-11-291-1/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-5/+0
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-1/+3
* Test against "no" rather than "yes" for MK_KERNEL_SYMBOLSimp2011-05-231-2/+2
* Backwards compatibility hacks to allow kernels to be built via configimp2011-05-221-1/+2
* Start to usher INSTALL_NODEBUG hack out the door. Add newimp2011-05-221-1/+1
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-13/+3
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-011-2/+5
* Use MACHINE_CPUARCH as appropriateimp2010-09-131-7/+13
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-4/+4
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-221-1/+1
* Simple compatibility hacks for building on older systems whereimp2010-07-151-0/+3
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use thenwhitehorn2010-07-131-7/+7
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-1/+1
* Do the ctfmerge (= all symbols, not only symbols from one object file) fornetchild2010-04-221-0/+5
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-0/+5
* Fix a typo in a comment.netchild2010-03-261-1/+1
* Propagate CONF_CFLAGS (from makeoptions) to the module build too.netchild2010-03-251-0/+3
* Kernel module support for mips.neel2010-02-181-3/+8
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-231-1/+2
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-1/+0
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownrdivacky2009-01-261-2/+1
* add usb2_if.m to mfiles to unbreak build of modules.alfred2008-11-041-0/+1
* Allow clock_if.m to be referenced by kernel modules, this is usefulbms2008-10-021-1/+2
* Force an explicit dependency on opt_global.h for all module object filesjhb2008-03-041-0/+7
* Re-enable -Werror for modules.ru2007-11-191-1/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-2/+2
* Add --no-warn-mismatch to ld(1) when linking binary files intomarcel2007-07-111-4/+4
* Disable -Werror for now.kan2007-05-191-2/+2
* Overhaul driver/subsystem api's:sam2007-03-211-1/+1
OpenPOWER on IntegriCloud