rees2005-11-21 18:39:18 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs_socket.c nfs_subs.c nfsm_subs.h
Log:
fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.
Submitted by: [EMAIL PROTECTED]
Fixed by: [EMAIL PROTECTED]
Ap
rees2005-12-13 21:29:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_socket.c nfs_subs.c nfsm_subs.h
Log:
MFC: nfs_socket.c 1.132, nfs_subs.c 1.142, nfsm_subs.h 1.37
fix a problem with XID re-use when a server returns NFSERR_
When I worked at Apollo in the 1980s we used to joke that we'd all either be
dead or so rich we wouldn't care when the timestamps rolled over. What
actually happened is that the top bit rolled over in 1997 and exposed some
bugs we hadn't anticipated.
There were enough systems still in use at the
rees2006-01-10 20:58:27 UTC
FreeBSD src repository
Modified files:
sys Makefile
Log:
add nfsclient/, nfs4client/, and rpc/ directories to the
top Makefile's rule to build a cscope database.
Submitted by: [EMAIL PROTECTED]
Approved by:alfred
rees2006-01-19 22:48:31 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_vfsops.c
Log:
Use nfs4_disconnect for connections opened with nfs4_connect.
Submitted by: [EMAIL PROTECTED]
MFC after: 1 week
Revision ChangesPath
1.23
rees2006-01-20 15:07:19 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs_socket.c
Log:
Don't log an error on tcp connection reset, even if we don't get ECONNRESET.
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.135 +2 -2
rees2006-01-20 15:17:47 UTC
FreeBSD src repository
Modified files:
sys/rpc rpcclnt.c
Log:
Use thread0 instead of user's thread for sobind.
This fixes reconnect after, for example, tcp idle disconnection.
Previously this would fail if a normal user tried to bi
rees2006-01-20 15:20:41 UTC
FreeBSD src repository
Modified files:
sys/rpc rpcclnt.c
Log:
Fix up some cut-n-paste damage and some out-of-date comments.
No code changes.
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.17 +34 -29
rees2006-01-27 18:22:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/rpc rpcclnt.c
Log:
MFC rev 1.16
Use thread0 instead of user's thread for sobind.
This fixes reconnect after, for example, tcp idle disconnection.
Previously thi
rees2006-01-27 18:22:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfs4client nfs4_vfsops.c
Log:
MFC rev 1.23
Use nfs4_disconnect for connections opened with nfs4_connect.
Revision ChangesPath
1.20.2.3 +2 -2 src/sys/nfs4
Oops. Yes, this should be merged to 6. This fix is necessary because of a
change in the way soreceive works. I was under the impression that this
only changed in HEAD, not in 6.
re: Any chance I can MFC this before the freeze tomorrow?
___
cvs-all@fre
rees2006-02-16 02:39:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_socket.c
Log:
MFC rev 1.135:
Don't log an error on tcp connection reset, even if we don't get ECONNRESET.
Submitted by: [EMAIL PROTECTED]
Approved
For the first time in a year, my keyboard just works. It works in kdb, it
works single user, talking to the loader, or multi-user. Unless someone
finds a show-stopper bug, I think the new kbdmux.c should go in 6.1, with
"device kbdmux" in the generic config.
Thank you max.
__
rees2006-11-28 19:33:28 UTC
FreeBSD src repository
Modified files:
sys/nfs nfsproto.h
sys/nfs4client nfs4_subs.c nfs4_vn_subs.c
Log:
NFSv4 client:
Add support for va_birthtime
Fix va_ctime to use TIME_METADATA, not TIME_CREATE
Revision Change
I'm not convinced this fix is correct. I don't think tar ever did this
before gnu came along, and I would find it surprising to have this option
turned on just because I'm root. And if you enable it automatically for
root, now you need another option to turn it off.
__
15 matches
Mail list logo