summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-241-5/+5
* Style fixes.tegge2000-10-241-783/+842
* Make RPC timeout message more readable.tegge2000-10-241-4/+10
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-245-8/+17
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topbp2000-10-151-11/+31
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-152-0/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-0/+4
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-051-0/+3
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Correctly set the Maximum DHCP Message Size. bootpd now worksps2000-06-131-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-267-62/+62
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-237-62/+62
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-071-5/+17
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-054-0/+4
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* s/biowait/bufwait/gphk2000-04-291-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-152-4/+4
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-14/+20
* Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-8/+22
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-202-4/+4
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-203-15/+18
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-132-30/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-134-47/+0
* tcp updates to support IPv6.shin2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-295-17/+17
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-14/+0
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-192-4/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-154-40/+2
* Fix two problems: First, fix the append seek position race that candillon1999-12-143-46/+149
* Fix a timeout deadlock that can occur when the process holding thedillon1999-12-131-4/+24
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-123-42/+42
* Lock reporting and assertion changes.eivind1999-12-112-1/+2
* The symlink implementation could improperly return a NULL vp along withdillon1999-11-301-3/+33
* Remap the error EEXISTS => 0 *before* using error to determine if we shouldeivind1999-11-271-7/+9
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-221-3/+3
* Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missedeivind1999-11-201-7/+1
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+3
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structuredillon1999-11-081-3/+6
* Call bootpc_init before we try to mount an NFS root, if we're configuredmsmith1999-11-011-0/+6
* useracc() the prequel:phk1999-10-291-1/+0
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-254-6/+13
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-032-6/+0
* Careless use of struct proc *p caused major problems. 'p' is allowed tomarcel1999-09-291-4/+8
OpenPOWER on IntegriCloud