Re: cvs commit: src/usr.sbin/pkg_install/lib url.c

2007-03-07 Thread Jim Rees
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.

cvs commit: src/sys/nfs nfsproto.h src/sys/nfs4client nfs4_subs.c nfs4_vn_subs.c

2006-11-28 Thread Jim Rees
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

Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-03-02 Thread Jim Rees
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.

Re: cvs commit: src/sys/nfsclient nfs_socket.c

2006-02-15 Thread Jim Rees
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 commit: src/sys/nfsclient nfs_socket.c

2006-02-15 Thread Jim Rees
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

cvs commit: src/sys/rpc rpcclnt.c

2006-01-27 Thread Jim Rees
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

cvs commit: src/sys/nfsclient nfs_socket.c

2006-01-20 Thread Jim Rees
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

cvs commit: src/sys/rpc rpcclnt.c

2006-01-20 Thread Jim Rees
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

cvs commit: src/sys/rpc rpcclnt.c

2006-01-20 Thread Jim Rees
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

cvs commit: src/sys/nfs4client nfs4_vfsops.c

2006-01-19 Thread Jim Rees
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

Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Jim Rees
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

cvs commit: src/sys/nfsclient nfs_socket.c nfs_subs.c nfsm_subs.h

2005-12-13 Thread Jim Rees
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

cvs commit: src/sys/nfsclient nfs_socket.c nfs_subs.c nfsm_subs.h

2005-11-21 Thread Jim Rees
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]