dfr 2008-08-27 09:39:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 182254 on 2008-08-27 09:39:35Z by dfr
MFC: r181683 - fix linux interop issues
Revision ChangesPath
1.4.2.8 +115 -5
dfr 2008-08-25 09:36:17 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
sys/rpc pmap_prot.h rpcb_prot.c
Log:
SVN rev 182154 on 2008-08-25 09:36:17Z by dfr
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing
dfr 2008-08-13 12:03:31 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
SVN rev 181683 on 2008-08-13 12:03:31Z by dfr
Fix an interop issue with Linux: If you do nothing but TCP
mounts, Linux won't even bother registering nlockmgr fo
dfr 2008-07-03 14:09:00 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
SVN rev 180217 on 2008-07-03 14:09:00Z by dfr
Add module dependancy on nfs.
Revision ChangesPath
1.12 +1 -0 src/sys/nlm/nlm_prot_impl.c
avatar 2008-06-27 15:29:48 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
SVN rev 180069 on 2008-06-27 15:29:48Z by avatar
Fixing NO_INET6 build.
Revision ChangesPath
1.11 +4 -1 src/sys/nlm/nlm_prot_impl.c
dfr 2008-06-09 12:11:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179676 on 2008-06-09 12:11:27Z by dfr
MFC: r179510 - nlm_global_lock doesn't exist (yet)
Pointed out by: kib
Revision
dfr 2008-06-09 12:10:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179675 on 2008-06-09 12:10:43Z by dfr
MFC: r179510 - nlm_global_lock doesn't exist (yet)
Pointed out by: kib
Revision
dfr 2008-06-09 10:52:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179672 on 2008-06-09 10:52:43Z by dfr
MFC: r179488 - check for client reboot before executing the lock request
Revision Ch
dfr 2008-06-09 10:51:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179671 on 2008-06-09 10:51:43Z by dfr
MFC: r179488 - check for client reboot before executing the lock request
Revision Ch
dfr 2008-06-06 08:54:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179606 on 2008-06-06 08:54:51Z by dfr
MFC: r179425 - cope better when client NLM port changes
Revision ChangesPath
1
dfr 2008-06-06 08:54:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179605 on 2008-06-06 08:54:19Z by dfr
MFC: r179425 - cope better when client NLM port changes
Revision ChangesPath
1
dfr 2008-06-03 08:11:06 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179510 on 2008-06-03 08:10:58Z by dfr
Back out the nlm_global_lock part of the last change - I forgot that only
exists in my perforce branch :(
Poi
dfr 2008-06-02 15:59:22 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
SVN rev 179488 on 2008-06-02 15:59:10Z by dfr
When attempting to use the NSM state number in a lock request to detect
a client reboot, do this check before perf
dfr 2008-05-30 09:34:09 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
Don't rely on NSM to help us forget about RPC client handles for
clients that have rebooted (or otherwise changed port numbers). If the
client is broken or has no
dfr 2008-04-21 09:23:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
Log:
MFC: nlm_prot_impl.c 1.6 - Fix error handling in nlm_get_rpc and correct
some spelling mistakes in comments.
Revision ChangesPath
dfr 2008-04-16 09:09:50 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
Tighten up the error-handling in nlm_get_rpc. While I'm here, fix a
couple of spelling mistakes in comments.
Revision ChangesPath
1.6 +7 -3 sr
dfr 2008-04-16 09:08:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nlm nlm_prot_impl.c
sys/rpc clnt_rc.c
Log:
MFC: nlm_prot_impl.c 1.5, clnt_rc.c 1.3
Avoid error cascades when trying to monitor a host that doesn't
On Fri, Apr 11, 2008 at 6:34 PM, Doug Rabson <[EMAIL PROTECTED]> wrote:
> dfr 2008-04-11 10:34:59 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/nlm nlm_prot_impl.c
> sys/rpc clnt_rc.c
> Log:
> Fix some issues that showed up during Kris' t
On 11 Apr 2008, at 12:19, Rong-en Fan wrote:
On Fri, Apr 11, 2008 at 6:34 PM, Doug Rabson <[EMAIL PROTECTED]> wrote:
dfr 2008-04-11 10:34:59 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
sys/rpc clnt_rc.c
Log:
Fix some issues t
On Fri, 11 Apr 2008, Doug Rabson wrote:
dfr 2008-04-11 10:34:59 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
sys/rpc clnt_rc.c
Log:
Fix some issues that showed up during Kris' testing.
what issues were that?
Reported by:
dfr 2008-04-11 10:34:59 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
sys/rpc clnt_rc.c
Log:
Fix some issues that showed up during Kris' testing.
Reported by:kris
MFC after: 3 days
Revision ChangesP
dfr 2008-04-09 15:43:20 UTC
FreeBSD src repository
Modified files:
sys/nlm nlm_prot_impl.c
Log:
Fix a problem which stopped this from starting up on a kernel compiled
without the INET6 option.
Revision ChangesPath
1.4 +4 -3 src/sys/nlm/nl
22 matches
Mail list logo