summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-271-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-141-12/+14
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-15/+1
* o Note an additional potential problem here: LOCKD_MSG directly exportsrwatson2001-10-241-0/+4
* o Add two comments identifying problems with the current nfs_lock.crwatson2001-10-231-0/+7
* Cleanup and split of nfs client and server code.peter2001-09-181-22/+15
* 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