cel 2006-02-12 15:41:30 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/share/sgml authors.ent
Log:
add myself as a src committer
Revision ChangesPath
1.371 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent
__
cel 2006-02-12 15:44:11 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/share/sgml authors.ent
Log:
previous commit Approved by: silby (mentor)
Revision ChangesPath
1.372 +0 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent
__
cel 2006-02-12 15:53:12 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.committers.sgml
Log:
add myself as a new src committer
Approved by:silby (mentor)
Revision ChangesPath
1.105 +4 -0
d
cel 2006-02-13 21:50:51 UTC
FreeBSD doc repository (src committer)
Modified files:
en/news news.xml
Log:
Add myself as a new src committer.
Approved by:silby (mentor)
Revision ChangesPath
1.369 +7 -1 www/en/news/news.xml
cel 2006-02-14 19:32:05 UTC
FreeBSD doc repository (src committer)
Added files:
share/pgpkeyscel.key
Log:
- Add my PGP key.
Approved by:silby (mentor)
Revision ChangesPath
1.1 +41 -0 doc/share/pgpkeys/cel.key (new)
__
cel 2006-02-14 19:40:38 UTC
FreeBSD doc repository (src committer)
Modified files:
share/pgpkeyspgpkeys.ent
Log:
- Add my PGP key entry.
Approved by:silby (mentor)
Revision ChangesPath
1.98 +1 -0 doc/share/pgpkeys/pgpkeys.ent
___
cel 2006-02-14 19:41:16 UTC
FreeBSD doc repository (src committer)
Modified files:
share/pgpkeyspgpkeys-developers.sgml
Log:
- Add my PGP key entry.
Approved by:silby (mentor)
Revision ChangesPath
1.6 +5 -0 doc/share/pgpkeys/pgpkeys-dev
cel 2006-03-08 01:43:02 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs_vnops.c
Log:
Fix a bug in NFSv3 READDIRPLUS reply processing
The client's READDIRPLUS logic skips the attributes and
filehandle of the ".." entry. If the server doesn't send
cel 2006-03-17 22:14:23 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs_socket.c
Log:
If an NFS server returns more than a few EJUKEBOX errors for a given RPC
request, the FreeBSD NFS client will quickly back off to a excessively
long wait (days, then
cel 2006-03-29 17:48:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/nfsclientnfs_vnops.c
Log:
Fix a bug in NFSv3 READDIRPLUS reply processing
The client's READDIRPLUS logic skips the attributes and
filehandle of the ".." entry. If
cel 2006-03-29 18:11:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_vnops.c
Log:
Fix a bug in NFSv3 READDIRPLUS reply processing
The client's READDIRPLUS logic skips the attributes and
filehandle of the ".." entry. If
cel 2006-04-02 04:11:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_socket.c
Log:
If an NFS server returns more than a few EJUKEBOX errors for a given RPC
request, the FreeBSD NFS client will quickly back off to a excessivel
cel 2006-04-02 04:15:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/nfsclientnfs_socket.c
Log:
If an NFS server returns more than a few EJUKEBOX errors for a given RPC
request, the FreeBSD NFS client will quickly back off to a excessivel
cel 2006-04-02 04:24:57 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_srvsubs.c
Log:
rick says:
The following bug was just identified in OpenBSD and it looks like the same
bug exists in the other BSDen NFS servers.
A Linux client (don't know
cel 2006-04-04 15:29:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_srvsubs.c
Log:
rick says:
The following bug was just identified in OpenBSD and it looks like the same
bug exists in the other BSDen NFS servers.
A
cel 2006-04-05 00:33:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/nfsservernfs_srvsubs.c
Log:
rick says:
The following bug was just identified in OpenBSD and it looks like the same
bug exists in the other BSDen NFS servers.
A
cel 2006-05-13 00:16:35 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_dev.c
Log:
Add better sanity checking to the logic that handles ioctl processing
for nfsclient and nfs4client in order to prevent local root users
from panicing the system.
P
cel 2006-05-13 00:29:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys Makefile
Log:
MFC revision 1.34
add nfsclient/, nfs4client/, and rpc/ directories to the
top Makefile's rule to build a cscope database.
Revision Cha
cel 2006-05-23 18:33:59 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs.h nfs_socket.c nfsmount.h
Log:
Refactor the NFS over UDP retransmit timeout estimation logic to allow
the estimator to be more easily tuned and maintained.
There should be no fu
cel 2006-05-23 18:48:07 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_vfsops.c
sys/nfsclientnfs.h nfs_vfsops.c
Log:
NFS over TCP retransmit behavior should default to a 60 second time out,
mimicing the NFS reference implementation.
N
cel 2006-05-24 15:56:36 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_vnops.c
Log:
While reviewing NFS client for another PR, noticed this omission in the
NFSv4 client READDIR logic. This change matches the logic in the version
2 and 3 code.
S
cel 2006-05-24 18:29:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfs4client nfs4_vnops.c
Log:
While reviewing NFS client for another PR, noticed this omission in the
NFSv4 client READDIR logic. This change matches the logic in the vers
cel 2006-05-29 20:07:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfs4client nfs4_dev.c
Log:
Add better sanity checking to the logic that handles ioctl processing
for nfsclient and nfs4client in order to prevent local root users
from p
cel 2006-05-30 00:43:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs.h nfs_socket.c nfsmount.h
Log:
Refactor the NFS over UDP retransmit timeout estimation logic to allow
the estimator to be more easily tuned and maintained.
cel 2006-05-30 01:52:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfs4client nfs4_vfsops.c
sys/nfsclientnfs.h nfs_vfsops.c
Log:
NFS over TCP retransmit behavior should default to a 60 second time out,
mimicing the NFS refere
Hi Bruce-
On 10/15/06, Bruce Evans <[EMAIL PROTECTED]> wrote:
My previous mail more or less explained why rc.conf began setting it to
2 in 1998: It didn't exist before then, so it was initially set to a
conservative default of 2. Only the mount options for the _attribute_
cache existed before
On 10/16/06, Bruce Evans <[EMAIL PROTECTED]> wrote:
On Sun, 15 Oct 2006, Chuck Lever wrote:
> On 10/15/06, Bruce Evans <[EMAIL PROTECTED]> wrote:
Now that I understand these caches a bit better, I think independent
timeouts for them are just a bug. At least for the FreeBSD implm
27 matches
Mail list logo