summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
Commit message (Collapse)AuthorAgeFilesLines
* Let kmod.mk touch opt_*.h files as needed.ru2004-09-041-2/+1
| | | | Inspired by: imp's email
* Change the following environment variables to kernel options:brian2004-07-081-1/+1
| | | | | | | | | | | | | bootp -> BOOTP bootp.nfsroot -> BOOTP_NFSROOT bootp.nfsv3 -> BOOTP_NFSV3 bootp.compat -> BOOTP_COMPAT bootp.wired_to -> BOOTP_WIRED_TO - i.e. back out the previous commit. It's already possible to pxeboot(8) with a GENERIC kernel. Pointed out by: dwmalone
* Change the following kernel options to environment variables:brian2004-07-081-1/+1
| | | | | | | | | | | | | | | | | | BOOTP -> bootp BOOTP_NFSROOT -> bootp.nfsroot BOOTP_NFSV3 -> bootp.nfsv3 BOOTP_COMPAT -> bootp.compat BOOTP_WIRED_TO -> bootp.wired_to This lets you PXE boot with a GENERIC kernel by putting this sort of thing in loader.conf: bootp="YES" bootp.nfsroot="YES" bootp.nfsv3="YES" bootp.wired_to="bge1" or even setting the variables manually from the OK prompt.
* Quick hack to make the nfsclient.ko loadable again. This brings inimp2003-11-161-1/+12
| | | | | | | | | the nfsv4 files. It is intended to be a short-term bridge while alfred deals with the problem in a better way (eg, don't hesitate to back this out when the real fix comes along). I've not heard back from alfred in a few hours and other people are hitting this problem. Approved by: markm, rwatson, grog, murray
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-1/+1
| | | | | | | so that it is MI. Allow nfs_mountroot to return an error if the nfs_diskless struct is not valid, rather than panicing later on. Call nfs_setup_diskless() from nfs_mountroot if NFS_ROOT is defined, like bootpc_init(). Removed legacy root mount support for sparc64, and enabled NFS_ROOT by default.
* Add IPv6 support.alfred2002-07-151-0/+8
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Add nfs_lock.c to the build list. *blush*peter2001-09-201-1/+1
|
* Cleanup and split of nfs client and server code.peter2001-09-181-7/+8
| | | | This builds on the top of several repo-copies.
* NFS module now requires nfs_lock.calfred2001-04-181-1/+1
|
* Zap some bad examples:peter2001-02-041-2/+1
| | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-0/+1
|
* 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.
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenpeter1999-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)
* Bring these more into line with other modules that have .h files generatedpeter1999-12-121-2/+2
| | | | on the fly.
* Removed special rules for building and cleaning device interface filesbde1999-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}).
* Unbreak this build.green1999-11-021-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-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)
* Finished previous fix - don't forget to add one dummy options headerbde1998-07-071-13/+10
| | | | | | to CLEANFILES. Fixed lots of style bugs.
* Fix the N'th occurance of missed bits due to opt_???? mucking.sos1998-07-021-2/+5
| | | | | | Doesn't anybody TEST code before committing.... This is the N+1'th time these laste couble of days...
* add new opt_nfs.h to cleanfiles...jmg1998-06-301-2/+2
|
* fix buildworld hopefully be3fore anyone complains...jmg1998-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...
* Back out opt_diagnostic.h changes.eivind1998-02-061-6/+3
|
* Make the LKMs handle DIAGNOSTIC as a new-style option.eivind1998-02-041-3/+6
|
* Minor fixups after INET option change.eivind1998-01-091-3/+13
|
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Create NFS LKM.wollman1994-09-221-0/+11
OpenPOWER on IntegriCloud