summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-5/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-104-38/+4
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-022-2/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-167-197/+255
* Removed unused #includes.bde1997-08-021-7/+1
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-221-8/+16
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-221-3/+3
* Merge WebNFS changes from NetBSD.dfr1997-07-166-80/+340
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-251-1/+2
* Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-141-3/+4
* Various fixes from NetBSD:dfr1997-06-034-10/+11
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-031-2/+5
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-192-4/+4
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-134-41/+61
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-102-4/+14
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-104-4/+59
* Allow NULL rpcs on non-privileged ports at all times to work around brokendfr1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-272-25/+35
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-221-3/+3
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-041-9/+1
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-291-2/+1
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.bde1997-03-292-86/+10
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-273-3/+28
* Use the correct (relative to the implementation) ordering of args inpeter1997-03-251-1/+5
* The local fs interface does not allow link()/unlink() of directories,peter1997-03-251-4/+7
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-222-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2210-10/+10
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-109-137/+276
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-10/+10
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-064-48/+48
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-111-6/+16
* In sys/time.h, struct timespec is defined as:nate1996-09-193-14/+14
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-051-1/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-214-210/+143
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-161-11/+24
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-5/+6
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-231-3/+3
* Fix for NFS_NOSERVERphk1996-06-142-9/+12
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tbde1996-06-081-1/+2
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-301-1/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-301-2/+2
* Kill XNS.wollman1996-02-131-2/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-6/+6
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-135-17/+66
* Staticize.phk1995-12-177-55/+60
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+8
* Completed function declarations and/or added prototypes and/or movedbde1995-12-034-79/+112
* Completed function declarations, added prototypes and removed redundantbde1995-11-212-38/+96
OpenPOWER on IntegriCloud