aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: Allow NULL cookie verifiers for non-NULL offsets.Steve Price1998-03-011-3/+3
* MFC: Choose filesync write when writing a cluster.Tor Egge1998-01-281-2/+2
* MFC: Increase the minimum size limit of bootp reply packet.Tor Egge1998-01-181-4/+4
* Only call nfsm_dissect() if there was no previous error. (Merged fromJoerg Wunsch1997-10-171-2/+4
* MFC: Remove unused routines.Tor Egge1997-08-152-100/+2
* MFC: Move commonly used code into static functions. Calculate correctTor Egge1997-08-151-139/+93
* YAMFC (don't require superuser privileges for creating fifos).Bruce Evans1997-06-161-3/+4
* YAMFCDoug Rabson1997-06-061-2/+6
* YAMFC (NFS mmap fixes and minor memory leak plugged)Doug Rabson1997-05-284-10/+93
* YAMFC. NFS fixes, make NFSv3 the default, some other fs fixes.Doug Rabson1997-05-1410-48/+133
* Use same syntax as netboot for root and swap mounts.Tor Egge1997-05-141-161/+153
* Don't forget to copy the gateway to the new diskless structure.Tor Egge1997-05-121-1/+3
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-115-12/+1982
* Get the privport stuff from currentGuido van Rooij1997-03-272-2/+25
* Merge a bugfix from current which prevented nfsv3 commits from workingDoug Rabson1997-03-042-5/+5
* Bring in fix for 'panic: sillyrename dir' crash from -current. (Don'tBill Paul1997-01-071-2/+3
* Mega-merge from -currentPoul-Henning Kamp1996-11-122-8/+8
* Merge from -currentPoul-Henning Kamp1996-11-098-80/+159
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-022-2394/+0
* 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-198-69/+69
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().David Greenman1996-09-051-1/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-215-258/+150
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viaDoug Rabson1996-07-164-25/+58
* 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-232-6/+6
* Fix for NFS_NOSERVERPoul-Henning Kamp1996-06-143-12/+15
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-2/+9
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tBruce Evans1996-06-081-1/+2
* 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-302-5/+5
* Kill XNS.Garrett Wollman1996-02-132-4/+6
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-3/+3
* 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-192-4/+4
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-137-19/+97
* 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-1713-183/+124
* Untangled the vm.h include file spaghetti.David Greenman1995-12-076-6/+21
* Completed function declarations and/or added prototypes and/or movedBruce Evans1995-12-035-86/+71
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-214-48/+129