Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop <bsd.man.mk> support from <bsd.kmod.mk>. | ru | 2002-01-11 | 1 | -1/+0 |
| | | | | Not objected to by: -current | ||||
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles. | ||||
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -1/+2 |
| | |||||
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -1/+1 |
| | |||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 1 | -1/+1 |
| | | | | encoding the relative path. | ||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 1 | -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. | ||||
* | Bring these more into line with other modules that have .h files generated | peter | 1999-12-12 | 1 | -2/+2 |
| | | | | on the fly. | ||||
* | Don't generate opt_debug_nullfs.h. It is no longer necessary. | bde | 1999-09-04 | 1 | -6/+1 |
| | | | | Removed bogus definition of NULLFS | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Sample initial set of kld-ified modules. Not all have been completely | peter | 1998-10-16 | 1 | -4/+4 |
| | | | | | | | 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) | ||||
* | Back out opt_diagnostic.h changes. | eivind | 1998-02-06 | 1 | -7/+3 |
| | |||||
* | Make the LKMs handle DIAGNOSTIC as a new-style option. | eivind | 1998-02-04 | 1 | -3/+7 |
| | |||||
* | Fixed breakage from converting NULLFS_DEBUG to a new-style option. | bde | 1998-02-01 | 1 | -2/+6 |
| | |||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more | wollman | 1994-09-21 | 1 | -0/+10 |
work; ditto NFS and it's even more work.) |