aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Fix various bugs in the locking protocol, allowing proper shared locksDoug Rabson1997-04-044-15/+6
* The code which recovered from a modified directory situation did not checkDoug Rabson1997-04-031-1/+8
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsBruce Evans1997-03-291-2/+1
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.Bruce Evans1997-03-293-129/+15
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-274-4/+31
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-223-19/+29
* YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK forBruce Evans1997-03-091-2/+2
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillyBruce Evans1997-02-281-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2214-14/+14
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-181-5/+5
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1014-301/+554
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1414-14/+14
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenBill Paul1996-12-311-2/+3
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-3/+3
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-0610-89/+168
* If a large (>4096 bytes) directory was modified, the old directoryDoug Rabson1996-10-212-7/+11
* Add four sysctl variables that joerg wanted.Poul-Henning Kamp1996-10-201-1/+19
* Staticized `nfs_dwrite'.Bruce Evans1996-10-121-2/+2
* This fixes a problem with the nfs socket handling code which happensDoug Rabson1996-10-112-7/+29
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-194-44/+44
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-214-61/+12
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viaDoug Rabson1996-07-163-14/+34
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-5/+6
* Don't truncate minor or major numbers in the nfsv3 client.Bruce Evans1996-06-231-3/+3
* Fix for NFS_NOSERVERPoul-Henning Kamp1996-06-142-9/+12
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-2/+9
* Clear flags before using an inactive buffer. This is a kludge, butPaul Traina1996-06-081-1/+2
* removed:Poul-Henning Kamp1996-05-021-2/+2
* #include <sys/filedesc.h> explicitly instead of depending on it beingBruce Evans1996-04-301-1/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes fromBruce Evans1996-04-301-3/+3
* Kill XNS.Garrett Wollman1996-02-132-4/+6
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-303-9/+9
* Fixed spelling of s_namlen so that this compiles again.Bruce Evans1996-01-251-2/+2
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-8/+2
* Add a check to prevent a computation from underflowing and causingMike Pritchard1996-01-241-3/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-133-10/+53
* Don't print swap server as root server.Poul-Henning Kamp1995-12-281-2/+2
* Move fs.nfs.nfsstats sysctl var back to it's old OID.Poul-Henning Kamp1995-12-221-2/+2
* Staticize.Poul-Henning Kamp1995-12-1710-175/+93
* Untangled the vm.h include file spaghetti.David Greenman1995-12-074-4/+13
* Completed function declarations and/or added prototypes and/or movedBruce Evans1995-12-037-88/+181
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-213-43/+111
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-214-5/+14
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-2/+1
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-141-1/+6
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-143/+143
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-062-4/+27
* Include a prerequisite header (so this is consistent again with theJoerg Wunsch1995-10-313-3/+9