[BACK]Return to index.html CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / htdocs / docs / puffs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /htdocs/docs/puffs/index.html between version 1.54 and 1.55

version 1.54, 2018/06/24 16:13:20 version 1.55, 2018/07/22 08:59:03
Line 189 
Line 189 
           communicates with the kernel's own idea of files,            communicates with the kernel's own idea of files,
           which are represented as vnodes.            which are represented as vnodes.
           The puffs kernel component and how to interface it is described            The puffs kernel component and how to interface it is described
           further in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?puffs+4.i386+NetBSD-7.1.2">puffs(4)</a> manpage.            further in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?puffs+4.i386+NetBSD-8.0">puffs(4)</a> manpage.
         </p>          </p>
       </li>        </li>
 <li class="listitem">  <li class="listitem">
Line 198 
Line 198 
           interface between userland            interface between userland
           file systems and the kernel component. It provides a number of            file systems and the kernel component. It provides a number of
           convenience routines that userland file systems can use, and is            convenience routines that userland file systems can use, and is
           described in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?puffs+3.i386+NetBSD-7.1.2">puffs(3)</a> manpage.            described in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?puffs+3.i386+NetBSD-8.0">puffs(3)</a> manpage.
         </p>          </p>
       </li>        </li>
 <li class="listitem">  <li class="listitem">
Line 209 
Line 209 
           should be provided as a compatibility layer on top of the native            should be provided as a compatibility layer on top of the native
           puffs interface, which is offered by "<span class="bold"><strong>librefuse</strong></span>".  The re-implementation of the            puffs interface, which is offered by "<span class="bold"><strong>librefuse</strong></span>".  The re-implementation of the
           FUSE functionality is designed to be source code compatible with            FUSE functionality is designed to be source code compatible with
           FUSE, and it is further described in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?refuse+3.i386+NetBSD-7.1.2">refuse(3)</a> manpage.            FUSE, and it is further described in the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?refuse+3.i386+NetBSD-8.0">refuse(3)</a> manpage.
         </p>          </p>
       </li>        </li>
 </ul></div>  </ul></div>
Line 248  pseudo-device   putter
Line 248  pseudo-device   putter
   
     <div class="sect4">      <div class="sect4">
 <div class="titlepage"><div><div><h5 class="title">  <div class="titlepage"><div><div><h5 class="title">
 <a name="example-psshfs"></a>psshfs, The NetBSD sshfs (<a href="http://netbsd.gw.com/cgi-bin/man-cgi?mount_psshfs+8.i386+NetBSD-7.1.2">mount_psshfs(8)</a>)</h5></div></div></div>  <a name="example-psshfs"></a>psshfs, The NetBSD sshfs (<a href="http://netbsd.gw.com/cgi-bin/man-cgi?mount_psshfs+8.i386+NetBSD-8.0">mount_psshfs(8)</a>)</h5></div></div></div>
   
   
       <pre class="programlisting">        <pre class="programlisting">
Line 280  Thu Nov 23 01:19:36 MET 2006
Line 280  Thu Nov 23 01:19:36 MET 2006
 <div class="titlepage"><div><div><h5 class="title">  <div class="titlepage"><div><div><h5 class="title">
 <a name="example-9p"></a>  <a name="example-9p"></a>
         <a class="ulink" href="http://www.cs.bell-labs.com/sys/man/5/INDEX.html" target="_top">9P</a>          <a class="ulink" href="http://www.cs.bell-labs.com/sys/man/5/INDEX.html" target="_top">9P</a>
         file servers (<a href="http://netbsd.gw.com/cgi-bin/man-cgi?mount_9p+8.i386+NetBSD-7.1.2">mount_9p(8)</a>)          file servers (<a href="http://netbsd.gw.com/cgi-bin/man-cgi?mount_9p+8.i386+NetBSD-8.0">mount_9p(8)</a>)
       </h5></div></div></div>        </h5></div></div></div>
   
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>