Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



fvdl
Tue Jun 24 16:30:08 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv21530

Modified Files:
        nfs_nqlease.c 
Log Message:
Provide extra arg to nfsrv_fhtovp (just FALSE in this case), it was
extended for WebNFS support.


fvdl
Tue Jun 24 16:32:47 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv22119

Modified Files:
        nfs_serv.c 
Log Message:
Provide the extra arg to nfsrv_fhtovp, signalling if we're dealing with
a request on the public filehandle. Extend the lookup operation to
support WebNFS, including index file support (URL style). Yucky, it's
optional in the spec, but Solaris 2.6 will support it, so..


fvdl
Tue Jun 24 16:36:04 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv22325

Modified Files:
        nfs_subs.c 
Log Message:
Extend lookup handling for WebNFS. This means that nfs_namei deals
with full pathname lookups if a public filehandle is used, and that
it translates the '%' escapes (URL-style) in the same case. Also,
make nfsrv_fhtovp convert the public filehandle to the vp of the
publicly exported filesystem, as stored in the nfs_pub structure.


fvdl
Tue Jun 24 16:38:11 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv22418

Modified Files:
        nfs_syscalls.c 
Log Message:
Invalidate nfs_pub info when reinitting the NFS server.


fvdl
Tue Jun 24 16:39:37 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv22464

Modified Files:
        nfs_var.h 
Log Message:
Add prototype for nfs_ispublicfh, change the ones for nfs_namei and
nfsrv_fhtovp.




Home | Main Index | Thread Index | Old Index