aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mfs
Commit message (Collapse)AuthorAgeFilesLines
* Move the mfs deletion process down the road a few stepsDoug Barton2001-05-301-10/+0
| | | | Notes: svn path=/head/; revision=77468
* o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.Robert Watson2001-03-191-1/+1
| | | | | | | | | | I didn't realize we had an MFS module, so didn't update the dependencies there to reflect opt_ufs.h. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74443
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+2
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Bring these more into line with other modules that have .h files generatedPeter Wemm1999-12-121-2/+2
| | | | | | | on the fly. Notes: svn path=/head/; revision=54502
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-4/+0
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Don't forget to remove opt_mfs.h.Bruce Evans1998-11-111-3/+3
| | | | | | | Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}). Notes: svn path=/head/; revision=41070
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-5/+8
| | | | | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) Notes: svn path=/head/; revision=40440
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's moreGarrett Wollman1994-09-211-0/+10
work; ditto NFS and it's even more work.) Notes: svn path=/head/; revision=2961