NetBSD/sys/coda
christos 4af0aec9a5 comment out debugging printfs 2012-05-04 17:57:22 +00:00
..
README
TODO
cnode.h remove variable names from prototypes. 2012-05-04 01:38:56 +00:00
coda.h
coda_io.h
coda_namecache.c
coda_namecache.h
coda_opstats.h
coda_pioctl.h
coda_psdev.c re-arrange things so that vcoda does not depend on coda. 2012-04-26 03:04:54 +00:00
coda_subr.c re-arrange things so that vcoda does not depend on coda. 2012-04-26 03:04:54 +00:00
coda_subr.h
coda_venus.c re-arrange things so that vcoda does not depend on coda. 2012-04-26 03:04:54 +00:00
coda_venus.h
coda_vfsops.c depend on "vcoda" since it has symbols we need. 2012-05-04 02:06:27 +00:00
coda_vfsops.h
coda_vnops.c comment out debugging printfs 2012-05-04 17:57:22 +00:00
coda_vnops.h Fixes from get/putpages from rmind. 2012-04-28 20:01:09 +00:00
files.coda

README

$NetBSD: README,v 1.3 2007/04/08 13:50:51 gdt Exp $

Coda is a distributed filesystem.  It is derived from AFS, but
supports disconnected operation, both reading and writing.  This
directory contains the interface between the VFS layer and a
user-space program ("venus") that implements the client part of Coda.
The interface is similar to puffs(9) in many respects.

Coda servers do not need kernel support.

For information on Coda, see
  http://www.coda.cs.cmu.edu

As of April 2007, Coda is not quite stable enough for demanding
production use, but is usable by those who are willing to deal with
problems.  Help can be obtained via the list codalist@coda.cs.cmu.edu.

As of April 2007, pkgsrc/net/coda\* is old, and gdt recommends running
code from Coda's CVS.

As of April 2007, the kernel code has not been tested on 64-bit
architectures.  It runs on i386 and has previously been tested on
sparc.