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
/
usr.sbin
/
rpc.lockd
/
lockd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the nfs related daemons so that they don't intermittently
rmacklem
2011-06-02
1
-28
/
+221
*
rpc.lockd(8) WARNS cleanup
uqs
2010-12-20
1
-4
/
+1
*
Re-implement the client side of rpc.lockd in the kernel. This implementation
dfr
2008-06-26
1
-45
/
+62
*
Add a missing call to init_nsm().
dfr
2008-06-02
1
-0
/
+1
*
If we can't find or load the kernel NLM support, don't just go ahead and
dfr
2008-04-10
1
-1
/
+2
*
Call listen(2) on bound tcp sockets before passing them to svc_tli_create.
dfr
2008-04-06
1
-0
/
+3
*
Remove the '-k' option.
dfr
2008-03-27
1
-1
/
+1
*
Add kernel module support for nfslockd and krpc. Use the module system
dfr
2008-03-27
1
-5
/
+14
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-17
/
+251
*
Check the correct variables for malloc failures.
matteo
2007-11-07
1
-1
/
+1
*
Add the -h <bindip> option to rpc.lockd, similar to the one in
matteo
2007-11-02
1
-110
/
+329
*
Add the "-p" option, which allows to specify a port which the daemon
matteo
2007-04-03
1
-7
/
+84
*
Set alarm timer for grace period from the grace_period variable, instead
thomas
2006-08-23
1
-1
/
+1
*
After talking to Colin,
mr
2004-07-16
1
-1
/
+1
*
Make this compile cleanly. It passes WARNS=2, but I haven't checked
peter
2003-10-26
1
-1
/
+1
*
init_nsm() is executed after a call to daemon(*, 0), so error and
ghelmer
2003-04-24
1
-2
/
+4
*
Implement nonblocking tpc-connections. rpcgen -m does still
mbr
2003-01-16
1
-1
/
+6
*
When binding to transports if getnetconfigent() fails then actually
alfred
2002-04-11
1
-1
/
+2
*
Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.
alfred
2002-03-22
1
-2
/
+4
*
Remove main() prototype.
alfred
2002-03-21
1
-1
/
+0
*
Remove __P.
alfred
2002-03-21
1
-8
/
+8
*
Fold ANDREW_LOCKD into -current.
alfred
2001-11-29
1
-9
/
+1
*
Turn on NO_WERROR and set WARNS to 1.
alfred
2001-11-13
1
-10
/
+6
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+55
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-56
/
+175
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use err(3). Add usage() and #includes.
charnier
1997-10-13
1
-33
/
+27
*
Fixed type mismatch caused by bogus prototypes. rpcgen for some reason
bde
1997-04-15
1
-2
/
+2
*
Tweaks for the stub lockd.
peter
1996-04-01
1
-218
/
+6
*
Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s
peter
1996-02-17
1
-0
/
+325