Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/17/1997 17:10:01
drochner
Wed Sep 17 10:03:02 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv3226
Added Files:
nfs.c
Removed Files:
nfswrapper.c nfswrapper.h
Log Message:
Use a private NFS layer. This allows for more optimization than the
separated "nfswrapper.c"/"nfs.c".
This nfs.c differs from the stand/lib/libsa one in that it does not
have a separate mount() function - the mount is done in open().
drochner
Wed Sep 17 10:04:29 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/netboot
In directory netbsd1:/var/slash-tmp/cvs-serv3870
Modified Files:
conf.c
Log Message:
Use the private nfs.c instead of "nfswrapper".
drochner
Wed Sep 17 10:07:10 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/netboot
In directory netbsd1:/var/slash-tmp/cvs-serv3939
Modified Files:
Makefile
Log Message:
Use the private nfs.c instead of "nfswrapper".
Disable UDP checksums in the sample configuration, otherwise this doesn't
fit into the ROM.