summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleluoqi1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-237-75/+85
* Fixed printf format errors.bde1998-08-182-6/+6
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-2/+2
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-121-4/+4
* 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
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-303-3/+9
* convert some nfs tunables to options, these are:jmg1998-06-303-3/+9
* 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-142-6/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-072-5/+5
* Make sure we go a nfs_fsinfo() in get/putpages before callingpeter1998-06-011-30/+70
* Fix post-test pre-commit cleanup typo.peter1998-06-011-2/+2
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.peter1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onpeter1998-06-011-8/+14
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-319-287/+296
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-315-106/+178
* xdr encode -1 properly.peter1998-05-311-2/+2
* Fully fill in nfsv2 write rpc requests rather than leaving garbage.peter1998-05-311-4/+11
* Don't silently fail to set file flags.peter1998-05-311-1/+8
* Don't blindly accept the server's preferences if they are too small.peter1998-05-311-3/+3
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-311-1/+14
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-312-25/+23
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hpeter1998-05-311-2/+2
* Don't let the user try "rmdir ."peter1998-05-311-1/+3
* Don't let the user try and unlink() a directory on a NFS server.peter1998-05-311-2/+4
* When a write rpc returns an error, break the loop.peter1998-05-311-1/+3
* Don't leak an mbuf when a write rpc returns zero bytes written.peter1998-05-311-1/+2
* #ifdef a diagnostic printfpeter1998-05-311-1/+3
* Don't try and free mrep twice on some error conditions.peter1998-05-312-7/+11
* #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
* Some const'speter1998-05-316-19/+21
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-319-506/+559
* VOP_ABORTUP() appears to be called with the wrong vnode. The other callerspeter1998-05-311-2/+2
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-304-7/+26
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-246-41/+38
* s/flags/flag/peter1998-05-201-2/+2
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-202-4/+6
* Don't change argp->flags after it's been copied.peter1998-05-201-2/+2
* Allow control of the attribute cache timeouts at mount time.peter1998-05-1910-196/+293
* Get timespecs directly instead of via timevals.bde1998-05-161-27/+11
OpenPOWER on IntegriCloud