aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+3
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-031-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-191-5/+7
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-241-0/+396
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-286/+0
* KSE Milestone 2Julian Elischer2001-09-121-7/+10
* Stupid error from my side in prev. commit: || -> &&Andrey A. Chernov2001-08-231-1/+1
* Implement l_len<0 per POSIX check.Andrey A. Chernov2001-08-231-4/+6
* Even better move: suppose that server is able to handle SEEK_END,Andrey A. Chernov2001-08-231-6/+6
* Apparently SEEK_END locking not supported by NFS. Previous variantAndrey A. Chernov2001-08-231-1/+5
* Move <machine/*> after <sys/*>Andrey A. Chernov2001-08-231-1/+2
* adv. lock:Andrey A. Chernov2001-08-231-5/+5
* Unlock the process returned from pfind() if it does not return NULL.Jake Burkholder2001-06-011-1/+4
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-2/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+5
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+269