summaryrefslogtreecommitdiffstats
path: root/sys/modules/md
Commit message (Collapse)AuthorAgeFilesLines
* change the name of the md module, to g_md, introduce a define with thejmg2004-08-091-1/+1
| | | | name MD_MODNAME, and make mdconfig use this new define...
* Add opt_geom.h to the list.phk2003-01-131-1/+1
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Remove vestiges of MFS.ru2001-06-011-1/+1
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-1/+2
|
* Add a missing vnode_if.h.phk2001-01-011-1/+1
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-022-3/+1
| | | | | | | | | | | | | | | | | | cloning infrastructure standard in kern_conf. Modules are now the same with or without devfs support. If you need to detect if devfs is present, in modules or elsewhere, check the integer variable "devfs_present". This happily removes an ugly hack from kern/vfs_conf.c. This forces a rename of the eventhandler and the standard clone helper function. Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include like <sys/queue.h> Remove all #includes of opt_devfs.h they no longer matter.
* Add dummy opt_devfs.h file.phk2000-08-212-1/+3
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-9/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* This fell out of a previous commit: create the opt_md.h and opt_mfs.hphk1999-11-261-1/+9
| | | | files for the md module.
* Add phk's m(4) Memory Disk driver as a KLD. I don't believe itgreen1999-09-221-0/+9
works properly after unloading, however.
OpenPOWER on IntegriCloud