aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL rpcs on non-privileged ports at all times to work around brokenDoug Rabson1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-272-25/+35
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPDoug Rabson1997-04-221-3/+3
* Fix various bugs in the locking protocol, allowing proper shared locksDoug Rabson1997-04-041-9/+1
* 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-292-86/+10
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-273-3/+28
* Use the correct (relative to the implementation) ordering of args inPeter Wemm1997-03-251-1/+5
* The local fs interface does not allow link()/unlink() of directories,Peter Wemm1997-03-251-4/+7
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-222-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2210-10/+10
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-109-137/+276
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-064-48/+48
* This fixes a problem with the nfs socket handling code which happensDoug Rabson1996-10-111-6/+16
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-193-14/+14
* 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-214-210/+143
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viaDoug Rabson1996-07-161-11/+24
* 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
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tBruce Evans1996-06-081-1/+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-2/+2
* Kill XNS.Garrett Wollman1996-02-131-2/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-302-6/+6
* 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-135-17/+66
* Staticize.Poul-Henning Kamp1995-12-177-55/+60
* Untangled the vm.h include file spaghetti.David Greenman1995-12-072-2/+8
* Completed function declarations and/or added prototypes and/or movedBruce Evans1995-12-034-79/+112
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-212-38/+96
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-2/+8
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-141-1/+6
* Include a prerequisite header (so this is consistent again with theJoerg Wunsch1995-10-312-2/+6
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-296-35/+15
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.David Greenman1995-08-241-1/+11
* Killed redundant declarations of nfsm_rpchead().David Greenman1995-08-241-2/+1
* Some fixes found using gcc -Wall:Doug Rabson1995-08-242-5/+11
* Add support for amd direct maps.Doug Rabson1995-08-241-2/+2
* Fixed bug where vnode_pager_uncache() wasn't always called when it shouldDavid Greenman1995-08-061-3/+2
* Slight changes to locking around VOP_READRIR.Doug Rabson1995-08-031-2/+18
* Lock the directory vnode before VOP_READDIR in nfsrv_readdirplusDoug Rabson1995-08-021-1/+3
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-293-13/+23
* vnode_pager_alloc() never returns NULL, so don't check for it.David Greenman1995-07-201-3/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-8/+3
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-3/+10