index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfsclient
/
nfs_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For reasons unknown, the nfs locking code used a fifo to send requests to
phk
2004-12-06
1
-58
/
+156
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+2
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-1
/
+1
*
Add the comment I meant to add about not passing in PCATCH to the
rwatson
2003-06-11
1
-0
/
+8
*
rpc.lockd stability workaround: remove PCATCH from the tsleep() in
rwatson
2003-05-30
1
-1
/
+1
*
Instead of recording the Unix time in a process when it starts, record the
des
2003-05-01
1
-0
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking when
rwatson
2003-03-26
1
-3
/
+13
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
reapply 1.26 through 1.28.
alfred
2002-11-20
1
-18
/
+6
*
forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.
alfred
2002-11-20
1
-6
/
+18
*
remove useless casts, unused macros and cleanup a line wrap.
alfred
2002-11-20
1
-9
/
+3
*
comment and untwist error return logic
alfred
2002-11-20
1
-4
/
+3
*
Remove an outdated comment complaining about exporting struct ucred
alfred
2002-11-20
1
-5
/
+0
*
Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred
alfred
2002-08-15
1
-1
/
+1
*
In order to better support flexible and extensible access control,
rwatson
2002-08-15
1
-1
/
+1
*
Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent
rwatson
2002-08-12
1
-1
/
+1
*
Add IPv6 support.
alfred
2002-07-15
1
-3
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic
jhb
2002-02-27
1
-4
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
o Modify nfslockdans() to accept a thread reference instead of a proc
rwatson
2001-11-14
1
-12
/
+14
*
turn vn_open() into a wrapper around vn_open_cred() which allows
alfred
2001-11-11
1
-15
/
+1
*
o Note an additional potential problem here: LOCKD_MSG directly exports
rwatson
2001-10-24
1
-0
/
+4
*
o Add two comments identifying problems with the current nfs_lock.c
rwatson
2001-10-23
1
-0
/
+7
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-22
/
+15
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+10
*
Stupid error from my side in prev. commit: || -> &&
ache
2001-08-23
1
-1
/
+1
*
Implement l_len<0 per POSIX check.
ache
2001-08-23
1
-4
/
+6
*
Even better move: suppose that server is able to handle SEEK_END,
ache
2001-08-23
1
-6
/
+6
*
Apparently SEEK_END locking not supported by NFS. Previous variant
ache
2001-08-23
1
-1
/
+5
*
Move <machine/*> after <sys/*>
ache
2001-08-23
1
-1
/
+2
*
adv. lock:
ache
2001-08-23
1
-5
/
+5
*
Unlock the process returned from pfind() if it does not return NULL.
jake
2001-06-01
1
-1
/
+4
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-2
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-3
/
+5
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+269