aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-134-47/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()Matthew Dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-295-17/+17
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-211-14/+0
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-192-4/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-154-40/+2
* Fix two problems: First, fix the append seek position race that canMatthew Dillon1999-12-143-46/+149
* Fix a timeout deadlock that can occur when the process holding theMatthew Dillon1999-12-131-4/+24
* Fix a number of server-side issues related to aborting badly formedMatthew Dillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatMatthew Dillon1999-12-123-42/+42
* Lock reporting and assertion changes.Eivind Eklund1999-12-112-1/+2
* The symlink implementation could improperly return a NULL vp along withMatthew Dillon1999-11-301-3/+33
* Remap the error EEXISTS => 0 *before* using error to determine if we shouldEivind Eklund1999-11-271-7/+9
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationMatthew Dillon1999-11-221-3/+3
* Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missedEivind Eklund1999-11-201-7/+1
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-1/+3
* Remove special case socket sharing code in order to allow nfsd toMatthew Dillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structureMatthew Dillon1999-11-081-3/+6
* Call bootpc_init before we try to mount an NFS root, if we're configuredMike Smith1999-11-011-0/+6
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Move NFS access cache hits/misses into nfsstats structure soMatthew Dillon1999-10-254-6/+13
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-032-6/+0
* Careless use of struct proc *p caused major problems. 'p' is allowed toMarcel Moolenaar1999-09-291-4/+8
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-294-9/+18
* Add comment to clarify a commit rpc optimization already being performed.Matthew Dillon1999-09-201-0/+8
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-175-14/+53
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-113-42/+5
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-89/+5
* remove unused variables.Poul-Henning Kamp1999-08-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2817-17/+17
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-21/+2
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-191-111/+168
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to beDmitrij Tejblum1999-08-121-1/+5
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-5/+4
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenPeter Wemm1999-08-041-10/+11
* As described by the submitter:Mike Smith1999-07-311-34/+55
* Close PR #12651: the hash calculation routine has changed in otherBill Paul1999-07-301-2/+2
* Fix two bugs in nfs_readdirplus(). The first is that in some cases,Bill Paul1999-07-301-3/+6
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-171-2/+2
* Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.Peter Wemm1999-07-011-2/+2
* Submitted by: Conrad Minshall <conrad@apple.com>Julian Elischer1999-06-301-1/+6
* Fix a KASSERT() that was negated and lead to:Peter Wemm1999-06-281-2/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-263-25/+33
* Matt's NFS fixes.Julian Elischer1999-06-233-42/+96
* Thanks to Bruce for noticing this.... compare against the *new* nfsnode'sMatt Jacob1999-06-191-2/+2