summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove special case from *devs2h loop for usbimp2004-12-301-5/+21
* Properly handle vnode_if.h dependencies, and don't forget to clean all files.ru2004-12-081-13/+12
* Unbreak KLDs that use VFS by accounting for changes in the generationgreen2004-12-081-7/+18
* Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again,marius2004-12-041-1/+1
* Sort MFILES.marcel2004-11-201-11/+9
* Hack around a problem with sys/tools/usbdevs2h.awk that generatesru2004-10-241-0/+4
* Back out cumulative changes from revs. 1.92-1.94: "make depend"ru2004-10-121-1/+0
* Style fixes, including:ru2004-10-121-40/+34
* Revert the change from rev 1.168. ru convinced me that the situationjoerg2004-10-111-1/+1
* Forcibly create symlinked headers, otherwise the build process may failjoerg2004-10-091-1/+1
* Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when buildingiedowse2004-08-291-0/+3
* Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can usemarius2004-08-141-1/+2
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-131-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-0/+1
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-291-1/+1
* Hook acpi_quirks up to the build for kernel and modules.njl2004-06-241-0/+11
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+4
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-091-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-5/+7
* devlist2h.awk is too generic a name for what it does. It reallyimp2004-05-261-2/+2
* Enable first part of kld's on amd64. This is known to not work rightpeter2004-05-161-0/+9
* Fix some style bugs in previous commit.trhodes2004-03-141-2/+1
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+14
* Overdue reversion of revision 1.143.ru2004-03-061-2/+2
* Reduce the number of knobs controlling the build of debug modulesru2004-02-131-7/+6
* We didn't strip debugging symbols from .ko if DEBUG was undefined.ru2004-02-131-0/+3
* Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.ru2003-12-251-1/+1
* o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-191-1/+1
* Ignore errors on ln. This is a quick fix for the make depend twice inimp2003-11-171-1/+1
* As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --green2003-11-161-3/+1
* It appears opt_global.h may cause opt_ddb.h to be needed. Adding itgreen2003-11-161-1/+3
* Fix the building of null module. In the DIAGNOSTICS case, we includeimp2003-11-161-0/+12
* Include opt_global.h in the modules build, when building from a normalgreen2003-11-141-0/+3
* Move the inline limit default variable to a per-arch place. For example,peter2003-11-041-1/+0
* While make has been fixed to grok this construct, the new make hasn'timp2003-10-031-2/+2
* Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).ru2003-10-021-1/+1
* Hook-up the uart(4) driver to the build. For a detailed descriptionmarcel2003-09-061-1/+1
* Now that the pci include file location migration has been completed,imp2003-08-221-1/+1
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-261-2/+2
* Provide a knob for raising the inline instruction estimate threshold andpeter2003-07-231-0/+3
* exists() is too aggressive when searching for files without a full path.ru2003-03-031-1/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.ru2003-02-281-1/+1
* Add CanBe power management controller support.nyan2003-02-031-1/+1
* Run kldxref on sparc64, it works now.jake2003-01-211-1/+1
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-0/+11
* Don't run kldxref when installing modules on sparc64. kldxref and the wholejake2002-12-131-1/+1
* In the !DEBUG case, we were passing foo.ko two times on themux2002-11-061-1/+5
* add crypto interface to the MFILES listsam2002-10-041-1/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
OpenPOWER on IntegriCloud