summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* If we get an ENOBUFS from the network, it's normally transient networkpeter1998-08-011-1/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-3/+3
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-021-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-302-2/+6
* convert some nfs tunables to options, these are:jmg1998-06-302-2/+6
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-211-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.bde1998-06-141-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-072-6/+6
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-319-319/+322
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-313-3/+18
* Cut-n-paste glitchpeter1998-05-311-2/+2
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-311-1/+14
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-311-1/+7
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-312-11/+7
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* Don't try and free mrep twice on some error conditions.peter1998-05-311-2/+5
* #ifdef a diagnostic panic, plus another missed costmetic change.peter1998-05-311-2/+4
* We have gained 2 more errno's, add them to the NFSv2 mapping table.peter1998-05-311-2/+2
* Missed a cosmetic change that the other BSD's have.peter1998-05-311-2/+2
* oops, nfs_msg() is called from client code too.peter1998-05-311-1/+4
* When we can't reconnect a socket, don't forget to unlock before retryingpeter1998-05-311-1/+4
* Don't log zero length reads, this can happen during normal operation.peter1998-05-311-1/+9
* Consider for readdir chunk sizes when tuning socket buffer reservations.peter1998-05-311-3/+5
* Refuse READDIR / READDIRPLUS rpc's for non-directoriespeter1998-05-311-1/+9
* Some const'speter1998-05-314-8/+8
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-318-545/+561
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-6/+12
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-243-17/+15
* Only ignore "owner" permissions selectively rather than always. In somepeter1998-05-201-22/+31
* Allow control of the attribute cache timeouts at mount time.peter1998-05-195-107/+170
* Get timespecs directly instead of via timevals.bde1998-05-161-13/+7
* In the words of the submitter:msmith1998-05-071-13/+24
* Use random() to find our initial xid.phk1998-04-061-11/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-307-52/+64
* Staticize.eivind1998-02-093-9/+9
* Back out DIAGNOSTIC changes.eivind1998-02-063-10/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+10
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Moved declaration of `union nethostadr' outside of the KERNEL section,bde1998-02-012-30/+30
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-1/+6
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-3/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-272-2/+4
* Added a used include.bde1997-12-201-6/+9
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-241-4/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* Removed unused #includes.bde1997-10-284-13/+4
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-2/+2
OpenPOWER on IntegriCloud