summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* lint the previous lint commit.ru2002-03-181-1/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-171-0/+3
* Use vnode_if.awk rather than vnode_if.plobrien2002-03-011-2/+3
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-16/+2
* Reverse the sense of EXPORT_SYMS. If EXPORT_SYMS is notmsmith2002-01-111-4/+7
* Eliminate the use of commons in the kernel and modules,msmith2002-01-101-1/+28
* Support the "install.debug" and "reinstall.debug" targets for kernel modules.des2001-10-271-0/+4
* On second thoughts, make kldxref failures non-fatal.peter2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-0/+3
* In the KLD "load" make target, don't load using the "absolute" path ofgreen2001-08-081-1/+1
* When building a debugging kernel with modules, build modules withsheldonh2001-08-021-2/+11
* Make sure that installing a module complains if the target modulesroam2001-07-181-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-7/+0
* Don't install KO's with the "schg" flag.obrien2001-04-251-1/+1
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-1/+3
* Reflect recent bsd.man.mk changes here, but do not assign theru2001-03-271-5/+8
* Cleaner way of adding -fschg (ie, correctly implement).obrien2001-03-241-2/+1
* Move beforedepend: outside of the loop.imp2001-03-051-2/+3
* Set TARGET_ARCH and install files -fschg as we do the kernel module.obrien2001-03-041-0/+3
* Add pci/agp_if.m to the MFILES list so that we can auto depend on agp_if.hpeter2001-02-271-1/+1
* If the symbolic links @ or machine exist, do not depend on them.imp2001-02-231-3/+12
* This time really fix the machine/lock.h thing. This time don't fool makepeter2001-02-201-1/+4
* Back out rev 1.92peter2001-02-191-1/+0
* "Fix" the machine/lock.h problem in modules depend with a sledge hammer.peter2001-02-181-0/+1
* Revert gensetdefs.pl reversal.marcel2001-02-171-1/+1
* Revert previous commit. I messed up my testing.marcel2001-01-281-1/+1
* Improve kernel bootstrapping:marcel2001-01-281-1/+1
* kobjify.cg2000-12-181-4/+5
* Next-phase PCI system update; move PCI core code to sys/dev and updatemsmith2000-12-081-3/+4
* Do not check for existence of ${_dir}/kern/ , because for modules that setjasone2000-12-081-1/+1
* Add pcib_if location to list of *.m files.takawata2000-10-311-1/+1
* Add a hook for doing #include magic (for src/tools/tools/kerninclude).phk2000-10-291-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-1/+1
* Fix the 'file not found' in the load target, someonecokane2000-06-221-1/+1
* Remove KMODDEPS support. All our existing dependencies are specifiedpeter2000-05-011-18/+6
* Add support for compiling kernel modules outside of the tree. If youimp2000-04-081-30/+19
* Use makeobjops.pl instead of makedevops.pl.dfr2000-04-081-2/+2
* Allow the calling Makefile to specify a list of device interfaces insteaddfr2000-04-051-1/+5
* Use an intermediate file containing the module binary before convertingpeter2000-03-201-4/+7
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulebde2000-01-281-0/+2
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.peter2000-01-231-2/+3
* Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,bde2000-01-081-3/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Update vnode_if.sh location. This was deliberately left a while afterpeter1999-12-221-2/+2
* Use the -c and -h args of vnode_if.sh to generate only the .h file thatpeter1999-12-121-9/+7
* Add two modules for the pccard work: dev/pccard/card_if.m andimp1999-11-281-2/+2
* Build and clean device interface files (foo_if.[ch]) and empty optionsbde1999-11-281-4/+33
* Add .ORDER which is needed for the previous commit to work with -jN.marcel1999-11-231-0/+1
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c tomarcel1999-11-231-1/+1
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-061-21/+21
OpenPOWER on IntegriCloud