summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+3
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-031-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-191-5/+7
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-0/+396
* Cleanup and split of nfs client and server code.peter2001-09-181-286/+0
* KSE Milestone 2julian2001-09-121-7/+10
* Stupid error from my side in prev. commit: || -> &&ache2001-08-231-1/+1
* Implement l_len<0 per POSIX check.ache2001-08-231-4/+6
* Even better move: suppose that server is able to handle SEEK_END,ache2001-08-231-6/+6
* Apparently SEEK_END locking not supported by NFS. Previous variantache2001-08-231-1/+5
* Move <machine/*> after <sys/*>ache2001-08-231-1/+2
* adv. lock:ache2001-08-231-5/+5
* Unlock the process returned from pfind() if it does not return NULL.jake2001-06-011-1/+4
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-2/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Implement client side NFS locks.alfred2001-04-171-0/+269
OpenPOWER on IntegriCloud