Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/19/1996 16:00:03
scottr
Mon Feb 19 15:51:36 EST 1996
Update of /a/cvsroot/src/share/man/man4/man4.i386
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25295

Modified Files:
	sb.4 
Log Message:
We don't really care when the gus driver appeared, here.


christos
Mon Feb 19 15:57:51 EST 1996
Update of /a/cvsroot/src/usr.sbin/amd/amd
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25344/amd

Modified Files:
	afs_ops.c host_ops.c map.c mount_fs.c nfs_ops.c ufs_ops.c 
Log Message:
Fix amd to compile and work after the NFSv3 commit.

This fix is a kludge:
	- make the nfs filehandle conditional on v2 and v3
	- set the nfs_args fields for the version and the
	  file handle size.
	- make the file handle pointer type void * so that
	  it works on both nfsv2 and nfsv3
	- fix the mountd rpc results parsing.

A proper fix should:
	- register an nfsv3 server for amd.
	- make amd try v2/v3 mounts exactly like mount_nfs does.
	- understand the nfsv3 mount options.
	- cleanup the #undef's in the protocol header.

Also in order to auto-recognize v2 vs v3, I moved the inclusion of
<sys/mount.h> to am.h.



christos
Mon Feb 19 15:57:55 EST 1996
Update of /a/cvsroot/src/usr.sbin/amd/config
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25344/config

Modified Files:
	mtab_bsd.c os-bsd44.h 
Log Message:
Fix amd to compile and work after the NFSv3 commit.

This fix is a kludge:
	- make the nfs filehandle conditional on v2 and v3
	- set the nfs_args fields for the version and the
	  file handle size.
	- make the file handle pointer type void * so that
	  it works on both nfsv2 and nfsv3
	- fix the mountd rpc results parsing.

A proper fix should:
	- register an nfsv3 server for amd.
	- make amd try v2/v3 mounts exactly like mount_nfs does.
	- understand the nfsv3 mount options.
	- cleanup the #undef's in the protocol header.

Also in order to auto-recognize v2 vs v3, I moved the inclusion of
<sys/mount.h> to am.h.



christos
Mon Feb 19 15:57:58 EST 1996
Update of /a/cvsroot/src/usr.sbin/amd/include
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25344/include

Modified Files:
	am.h 
Log Message:
Fix amd to compile and work after the NFSv3 commit.

This fix is a kludge:
	- make the nfs filehandle conditional on v2 and v3
	- set the nfs_args fields for the version and the
	  file handle size.
	- make the file handle pointer type void * so that
	  it works on both nfsv2 and nfsv3
	- fix the mountd rpc results parsing.

A proper fix should:
	- register an nfsv3 server for amd.
	- make amd try v2/v3 mounts exactly like mount_nfs does.
	- understand the nfsv3 mount options.
	- cleanup the #undef's in the protocol header.

Also in order to auto-recognize v2 vs v3, I moved the inclusion of
<sys/mount.h> to am.h.



christos
Mon Feb 19 15:58:03 EST 1996
Update of /a/cvsroot/src/usr.sbin/amd/rpcx
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25344/rpcx

Modified Files:
	mount.h mount_xdr.c nfs_prot.h 
Log Message:
Fix amd to compile and work after the NFSv3 commit.

This fix is a kludge:
	- make the nfs filehandle conditional on v2 and v3
	- set the nfs_args fields for the version and the
	  file handle size.
	- make the file handle pointer type void * so that
	  it works on both nfsv2 and nfsv3
	- fix the mountd rpc results parsing.

A proper fix should:
	- register an nfsv3 server for amd.
	- make amd try v2/v3 mounts exactly like mount_nfs does.
	- understand the nfsv3 mount options.
	- cleanup the #undef's in the protocol header.

Also in order to auto-recognize v2 vs v3, I moved the inclusion of
<sys/mount.h> to am.h.