summaryrefslogtreecommitdiff
path: root/sys/modules/nullfs
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
Not objected to by: -current Notes: svn path=/head/; revision=89260
2001-05-23- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov
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. Notes: svn path=/head/; revision=77031
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-07-28Rename the loadable nullfs kernel module: null -> nullfsSheldon Hearn
Notes: svn path=/head/; revision=63962
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
encoding the relative path. Notes: svn path=/head/; revision=60966
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
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
1999-12-12Bring these more into line with other modules that have .h files generatedPeter Wemm
on the fly. Notes: svn path=/head/; revision=54502
1999-09-04Don't generate opt_debug_nullfs.h. It is no longer necessary.Bruce Evans
Removed bogus definition of NULLFS Notes: svn path=/head/; revision=50892
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50477
1998-10-16Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm
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
1998-02-06Back out opt_diagnostic.h changes.Eivind Eklund
Notes: svn path=/head/; revision=33143
1998-02-04Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund
Notes: svn path=/head/; revision=33105
1998-02-01Fixed breakage from converting NULLFS_DEBUG to a new-style option.Bruce Evans
Notes: svn path=/head/; revision=32986
1997-02-22Revert $FreeBSD$ back to $Id$Peter Wemm
Notes: svn path=/head/; revision=22982
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
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
1994-09-21Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's moreGarrett Wollman
work; ditto NFS and it's even more work.) Notes: svn path=/head/; revision=2961