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