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
/
nfs
/
nfs_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-2
/
+3
*
Fix the nlm so that it no longer depends on the regular
rmacklem
2011-01-03
1
-1
/
+1
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
1
-5
/
+7
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
1
-0
/
+396
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-286
/
+0
*
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