aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-1/+1
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-241-1/+1
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-2/+2
* EXPORT_SYMS is not, in fact, required, for a dependent module to accessRobert Watson2009-10-131-10/+0
* Export DTrace symbols from nfsclient so that dtnfsclient can get to them.Robert Watson2009-10-121-0/+10
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-11/+1
* Add opt_kdtrace.h to fix standalone module build.John Baldwin2009-04-061-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-2/+2
* Style: Remove blank lines before EOF.Yaroslav Tykhiy2006-02-181-1/+0
* Work around the fact that nfsclient SRCS must includeYaroslav Tykhiy2006-02-181-0/+17
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-3/+5
* Let kmod.mk touch opt_*.h files as needed.Ruslan Ermilov2004-09-041-2/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-081-1/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-081-1/+1
* Quick hack to make the nfsclient.ko loadable again. This brings inWarner Losh2003-11-161-1/+12
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cJake Burkholder2002-09-221-1/+1
* Add IPv6 support.Alfred Perlstein2002-07-151-0/+8
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Add nfs_lock.c to the build list. *blush*Peter Wemm2001-09-201-1/+1
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-7/+8
* NFS module now requires nfs_lock.cAlfred Perlstein2001-04-181-1/+1
* Zap some bad examples:Peter Wemm2001-02-041-2/+1
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-0/+1
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm1999-12-121-1/+0
* Bring these more into line with other modules that have .h files generatedPeter Wemm1999-12-121-2/+2
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-4/+0
* Unbreak this build.Brian Feldman1999-11-021-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-6/+6
* Finished previous fix - don't forget to add one dummy options headerBruce Evans1998-07-071-13/+10
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-021-2/+5
* add new opt_nfs.h to cleanfiles...John-Mark Gurney1998-06-301-2/+2
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-301-1/+3
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-061-6/+3
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-041-3/+6
* Minor fixups after INET option change.Eivind Eklund1998-01-091-3/+13
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Create NFS LKM.Garrett Wollman1994-09-221-0/+11