NameDateSize

..07-May-202443

cnode.hH A D21-Mar-20086.6 KiB

coda.hH A D07-Aug-201019.7 KiB

coda_io.hH A D11-Dec-20052.3 KiB

coda_namecache.cH A D18-Apr-200919.6 KiB

coda_namecache.hH A D18-Mar-20095.6 KiB

coda_opstats.hH A D11-Dec-20054.6 KiB

coda_pioctl.hH A D07-Aug-20102.6 KiB

coda_psdev.cH A D10-Jan-200918.7 KiB

coda_subr.cH A D31-Aug-201114 KiB

coda_subr.hH A D11-Dec-20051.9 KiB

coda_venus.cH A D20-Jul-201021.1 KiB

coda_venus.hH A D03-Mar-20073.9 KiB

coda_vfsops.cH A D21-Apr-201416 KiB

coda_vfsops.hH A D26-Nov-20072.5 KiB

coda_vnops.cH A D13-Sep-201155.2 KiB

coda_vnops.hH A D14-May-20063 KiB

files.codaH A D02-Mar-2010328

READMEH A D08-Apr-2007863

TODOH A D08-Apr-2007408

README

1$NetBSD:$
2
3Coda is a distributed filesystem.  It is derived from AFS, but
4supports disconnected operation, both reading and writing.  This
5directory contains the interface between the VFS layer and a
6user-space program ("venus") that implements the client part of Coda.
7The interface is similar to puffs(9) in many respects.
8
9Coda servers do not need kernel support.
10
11For information on Coda, see
12  http://www.coda.cs.cmu.edu
13
14As of April 2007, Coda is not quite stable enough for demanding
15production use, but is usable by those who are willing to deal with
16problems.  Help can be obtained via the list codalist@coda.cs.cmu.edu.
17
18As of April 2007, pkgsrc/net/coda\* is old, and gdt recommends running
19code from Coda's CVS.
20
21As of April 2007, the kernel code has not been tested on 64-bit
22architectures.  It runs on i386 and has previously been tested on
23sparc.
24
25