aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfs
Commit message (Collapse)AuthorAgeFilesLines
* Zap some bad examples:Peter Wemm2001-02-041-2/+1
| | | | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. Notes: svn path=/head/; revision=71985
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-0/+1
| | | | 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
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm1999-12-121-1/+0
| | | | | | | | | needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago) Notes: svn path=/head/; revision=54508
* 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
* Unbreak this build.Brian Feldman1999-11-021-3/+3
| | | | Notes: svn path=/head/; revision=52787
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-6/+6
| | | | | | | | | | 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
* Finished previous fix - don't forget to add one dummy options headerBruce Evans1998-07-071-13/+10
| | | | | | | | | to CLEANFILES. Fixed lots of style bugs. Notes: svn path=/head/; revision=37462
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-021-2/+5
| | | | | | | | | Doesn't anybody TEST code before committing.... This is the N+1'th time these laste couble of days... Notes: svn path=/head/; revision=37341
* add new opt_nfs.h to cleanfiles...John-Mark Gurney1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=37294
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-301-1/+3
| | | | | | | | | | | NFS_*TIMO should possibly be converted to sysctl vars (jkh's suggestion), but in some cases it looks like nfs keeps a copy of the value in a struct hash sizes are already ifdef'd KERNEL, so there aren't userland inpact from them... Notes: svn path=/head/; revision=37291
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-061-6/+3
| | | | Notes: svn path=/head/; revision=33143
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-041-3/+6
| | | | Notes: svn path=/head/; revision=33105
* Minor fixups after INET option change.Eivind Eklund1998-01-091-3/+13
| | | | Notes: svn path=/head/; revision=32357
* 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
* Create NFS LKM.Garrett Wollman1994-09-221-0/+11
Notes: svn path=/head/; revision=2998