| Commit message (Expand) | Author | Age | Files | Lines |
* | In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we moved | Robert Watson | 2006-01-13 | 1 | -4/+1 |
* | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -2/+2 |
* | - Fix leak of struct nlminfo on process exit. | Gleb Smirnoff | 2005-10-26 | 1 | -1/+15 |
* | For reasons unknown, the nfs locking code used a fifo to send requests to | Poul-Henning Kamp | 2004-12-06 | 1 | -58/+156 |
* | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+2 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
* | Add the comment I meant to add about not passing in PCATCH to the | Robert Watson | 2003-06-11 | 1 | -0/+8 |
* | rpc.lockd stability workaround: remove PCATCH from the tsleep() in | Robert Watson | 2003-05-30 | 1 | -1/+1 |
* | Instead of recording the Unix time in a process when it starts, record the | Dag-Erling Smørgrav | 2003-05-01 | 1 | -0/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
* | Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking when | Robert Watson | 2003-03-26 | 1 | -3/+13 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | reapply 1.26 through 1.28. | Alfred Perlstein | 2002-11-20 | 1 | -18/+6 |
* | forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval. | Alfred Perlstein | 2002-11-20 | 1 | -6/+18 |
* | remove useless casts, unused macros and cleanup a line wrap. | Alfred Perlstein | 2002-11-20 | 1 | -9/+3 |
* | comment and untwist error return logic | Alfred Perlstein | 2002-11-20 | 1 | -4/+3 |
* | Remove an outdated comment complaining about exporting struct ucred | Alfred Perlstein | 2002-11-20 | 1 | -5/+0 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | Alfred Perlstein | 2002-08-15 | 1 | -1/+1 |
* | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -1/+1 |
* | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 1 | -1/+1 |
* | Add IPv6 support. | Alfred Perlstein | 2002-07-15 | 1 | -3/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic | John Baldwin | 2002-02-27 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -2/+2 |
* | o Modify nfslockdans() to accept a thread reference instead of a proc | Robert Watson | 2001-11-14 | 1 | -12/+14 |
* | turn vn_open() into a wrapper around vn_open_cred() which allows | Alfred Perlstein | 2001-11-11 | 1 | -15/+1 |
* | o Note an additional potential problem here: LOCKD_MSG directly exports | Robert Watson | 2001-10-24 | 1 | -0/+4 |
* | o Add two comments identifying problems with the current nfs_lock.c | Robert Watson | 2001-10-23 | 1 | -0/+7 |
* | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -22/+15 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -7/+10 |
* | Stupid error from my side in prev. commit: || -> && | Andrey A. Chernov | 2001-08-23 | 1 | -1/+1 |
* | Implement l_len<0 per POSIX check. | Andrey A. Chernov | 2001-08-23 | 1 | -4/+6 |
* | Even better move: suppose that server is able to handle SEEK_END, | Andrey A. Chernov | 2001-08-23 | 1 | -6/+6 |
* | Apparently SEEK_END locking not supported by NFS. Previous variant | Andrey A. Chernov | 2001-08-23 | 1 | -1/+5 |
* | Move <machine/*> after <sys/*> | Andrey A. Chernov | 2001-08-23 | 1 | -1/+2 |
* | adv. lock: | Andrey A. Chernov | 2001-08-23 | 1 | -5/+5 |
* | Unlock the process returned from pfind() if it does not return NULL. | Jake Burkholder | 2001-06-01 | 1 | -1/+4 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -2/+4 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -3/+5 |
* | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
* | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -0/+269 |