summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-1/+1
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-2/+2
* EXPORT_SYMS is not, in fact, required, for a dependent module to accessrwatson2009-10-131-10/+0
* Export DTrace symbols from nfsclient so that dtnfsclient can get to them.rwatson2009-10-121-0/+10
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-11/+1
* Add opt_kdtrace.h to fix standalone module build.jhb2009-04-061-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-2/+2
* Style: Remove blank lines before EOF.yar2006-02-181-1/+0
* Work around the fact that nfsclient SRCS must includeyar2006-02-181-0/+17
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-3/+5
* Let kmod.mk touch opt_*.h files as needed.ru2004-09-041-2/+1
* Change the following environment variables to kernel options:brian2004-07-081-1/+1
* Change the following kernel options to environment variables:brian2004-07-081-1/+1
* Quick hack to make the nfsclient.ko loadable again. This brings inimp2003-11-161-1/+12
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-1/+1
* Add IPv6 support.alfred2002-07-151-0/+8
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
* 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
* NFS module now requires nfs_lock.calfred2001-04-181-1/+1
* Zap some bad examples:peter2001-02-041-2/+1
* 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
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenpeter1999-12-121-1/+0
* Bring these more into line with other modules that have .h files generatedpeter1999-12-121-2/+2
* Removed special rules for building and cleaning device interface filesbde1999-11-281-4/+0
* 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
* Finished previous fix - don't forget to add one dummy options headerbde1998-07-071-13/+10
* Fix the N'th occurance of missed bits due to opt_???? mucking.sos1998-07-021-2/+5
* add new opt_nfs.h to cleanfiles...jmg1998-06-301-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-301-1/+3
* 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
* Create NFS LKM.wollman1994-09-221-0/+11
OpenPOWER on IntegriCloud