Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/10/1997 02:00:04
enami
Thu Oct  9 18:50:56 PDT 1997
Update of /cvsroot/src/sys/compat/freebsd
In directory netbsd1:/var/slash-tmp/cvs-serv17911

Modified Files:
	freebsd_file.c 
Log Message:
New function freebsd_sys_lchown() to emulate FreeBSD lchown(2).


explorer
Thu Oct  9 18:51:13 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv18081

Modified Files:
	tcp_input.c tcp_seq.h tcp_subr.c tcp_timer.c tcp_usrreq.c 
	tcp_var.h 
Log Message:
Add hooks to use the kernel random system to generate TCP sequence numbers.


fvdl
Thu Oct  9 18:53:35 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv17682

Modified Files:
	nfs.h nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c 
	nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_var.h nfs_vfsops.c 
	nfs_vnops.c nfsmount.h nfsnode.h nfsproto.h xdr_subs.h 
Log Message:
* New directory entry caching system. Provides full caching of any
  directory cookie that may be thrown back at us from userspace, up
  to a size limit. Fixes double entry problem.
* Split flags for internal and external use in the NFS mount structure.
* Fix some buffer structure fields that weren're being used correctly.
* Fix missing directory cache inval call in nfs_open.
* Limit on NFS_DIRBLKSIZ no longer needed, bumped to the more reasonable
  value of 8k.
* Various other things that I forget, all related to the dir caching
  somehow, though.


explorer
Thu Oct  9 18:54:33 PDT 1997
Update of /cvsroot/src/sys/netiso
In directory netbsd1:/var/slash-tmp/cvs-serv18436

Modified Files:
	tuba_usrreq.c 
Log Message:
Add hooks to use the kernel random system to generate TCP sequence numbers.

enami
Thu Oct  9 18:55:34 PDT 1997
Update of /cvsroot/src/sys/compat/freebsd
In directory netbsd1:/var/slash-tmp/cvs-serv18469

Modified Files:
	syscalls.master 
Log Message:
lchown at #254.


fvdl
Thu Oct  9 18:57:33 PDT 1997
Update of /a/cvsroot/src/sys/adosfs
In directory netbsd1:/var/slash-tmp/cvs-serv18571

Modified Files:
	advnops.c 
Log Message:
Bump last argument to VOP_READDIR to off_t (from u_long).


fvdl
Thu Oct  9 18:58:26 PDT 1997
Update of /a/cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv18700

Modified Files:
	msdosfs_vnops.c 
Log Message:
Bump last argument to VOP_READDIR to off_t (from u_long).


fvdl
Thu Oct  9 18:59:32 PDT 1997
Update of /a/cvsroot/src/sys/isofs/cd9660
In directory netbsd1:/var/slash-tmp/cvs-serv18756

Modified Files:
	cd9660_vnops.c 
Log Message:
Bump last argument to VOP_READDIR to off_t (from u_long).