Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/19/1997 01:50:05
cjs
Sat Oct 18 18:43:11 PDT 1997
Update of /a/cvsroot/src/sys/compat/common
In directory netbsd1:/var/slash-tmp/cvs-serv17870

Modified Files:
      Tag: cjs-build-against-obj-dir
	Makefile 
Log Message:
Update to 1.19.

fvdl
Sat Oct 18 18:47:00 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv16957

Modified Files:
	nfs.h nfs_bio.c nfs_node.c nfs_nqlease.c nfs_subs.c nfs_var.h 
	nfs_vfsops.c nfs_vnops.c nfsnode.h nfsproto.h 
Log Message:
* Implement optional 32 <-> 64 bit directory cookie translation. This uses
  the directory cache as translation table. See nfs_subs.c for comments.
  Makes the code a bit more complex to look at than I would have liked,
  but doesn't affect the speed of the default behavior.
* Optimize caching behavior a bit when buffers are invalidated.
* Save some RPCs in readdir operations by not bothering if there is
  a small amount left to do to fill the buffer. It'll be done in the
  next RPC with a larger chunk anyway. Wastes a bit of buffer space
  but is faster.
* Make n_vattr an allocated vattr struct. This avoids nfsnode bloat,
  and is friendlier to the malloc routines.


mycroft
Sat Oct 18 18:49:04 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv18613

Modified Files:
	stat.h 
Log Message:
Clean up some garbage from struct stat12.