NetBSD/sys/coda
christos c51fe45f15 use CODA_MAXNAMLEN instead of bogus MAXNAMLEN 2011-09-27 00:54:47 +00:00
..
README
TODO
cnode.h
coda.h Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
coda_io.h
coda_namecache.c
coda_namecache.h
coda_opstats.h
coda_pioctl.h Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
coda_psdev.c
coda_subr.c NULL does not need a cast 2011-08-31 18:31:02 +00:00
coda_subr.h
coda_venus.c Correct incomplete size checks for the coda ioctls. From Dan Rosenberg. 2010-07-20 17:26:03 +00:00
coda_venus.h
coda_vfsops.c use CODA_MAXNAMLEN instead of bogus MAXNAMLEN 2011-09-27 00:54:47 +00:00
coda_vfsops.h
coda_vnops.c Reduce verbosity of semi-debug coda_inactive printf. 2011-09-13 19:34:27 +00:00
coda_vnops.h
files.coda Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00

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.