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]
  Approved by:alfred
  MFC after:  3 weeks
  
  Revision  ChangesPath
  1.132 +8 -3  src/sys/nfsclient/nfs_socket.c
  1.142 +4 -3  src/sys/nfsclient/nfs_subs.c
  1.37  +1 -1  src/sys/nfsclient/nfsm_subs.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 NFSERR_JUKEBOX.
  
  Revision   ChangesPath
  1.125.2.4  +8 -3  src/sys/nfsclient/nfs_socket.c
  1.140.2.1  +4 -3  src/sys/nfsclient/nfs_subs.c
  1.36.2.1   +1 -1  src/sys/nfsclient/nfsm_subs.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 time that this was a real
problem for some people.  Even today I still have an old Apollo that I run a
web server on, and still hear from people having trouble with their Apollo
systems, mostly embedded stuff that can't be upgraded.

So don't just assume that the code you write today won't be around in 20
years.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys Makefile

2006-01-10 Thread Jim Rees
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
  
  Revision  ChangesPath
  1.34  +2 -1  src/sys/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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  +2 -2  src/sys/nfs4client/nfs4_vfsops.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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  src/sys/nfsclient/nfs_socket.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 bind to a privileged
  port.
  
  Submitted by:   [EMAIL PROTECTED]
  MFC after:  1 week
  
  Revision  ChangesPath
  1.16  +5 -1  src/sys/rpc/rpcclnt.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 -29src/sys/rpc/rpcclnt.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 this would fail if a normal user tried to bind to a privileged
  port.
  
  Revision  ChangesPath
  1.13.2.2  +5 -1  src/sys/rpc/rpcclnt.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfs4client nfs4_vfsops.c

2006-01-27 Thread Jim Rees
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/nfs4client/nfs4_vfsops.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 by:re (scottl)
  
  Revision   ChangesPath
  1.125.2.6  +2 -2  src/sys/nfsclient/nfs_socket.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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  ChangesPath
  1.12  +17 -15src/sys/nfs/nfsproto.h
  1.6   +8 -1  src/sys/nfs4client/nfs4_subs.c
  1.5   +2 -0  src/sys/nfs4client/nfs4_vn_subs.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"