Name
Date
Size
#Lines
LOC

..--

READMEH A D04-Aug-20121.3 KiB3325

TODOH A D08-Apr-2007408 2011

cnode.hH A D17-May-20246.4 KiB208102

coda.hH A D14-Nov-202019.9 KiB851609

coda_io.hH A D06-Sep-20152.4 KiB629

coda_namecache.cH A D17-May-202419.5 KiB718392

coda_namecache.hH A D18-Mar-20095.6 KiB17586

coda_opstats.hH A D24-Jul-20214.6 KiB12835

coda_pioctl.hH A D06-Sep-20152.7 KiB736

coda_psdev.cH A D17-May-202419.4 KiB774529

coda_subr.cH A D17-May-202413.7 KiB543322

coda_subr.hH A D02-Aug-20122 KiB4913

coda_venus.cH A D17-May-202421 KiB758545

coda_venus.hH A D04-Mar-20073.9 KiB13883

coda_vfsops.cH A D17-May-202416.1 KiB647414

coda_vfsops.hH A D17-Jan-20202.6 KiB7128

coda_vnops.cH A D14-May-202455.6 KiB2,1451,369

coda_vnops.hH A D14-Nov-20203 KiB8736

files.codaH A D02-Mar-2010325 1510

README

1$NetBSD: README,v 1.4 2012/08/04 12:47:00 christos Exp $
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 Sat Aug  4 15:45:27 EEST 2012
15	- The coda/vcoda modules have been tested for read/write
16	  operations and load/unload on amd64 with a DEBUG/DIAGNOSTIC
17	  kernel and there are no locking errors.
18	- If you find issues with coda, please file a bug report.
19	  Also help can be obtained via the list codalist@coda.cs.cmu.edu.
20	- Pkgsrc/net/coda has the latest source available from cmu and
21	  has been fixed to co-exist with openafs (openafs has been modified)
22
23To test:
24- Install pkgsrc/net/coda
25
26# rm -fr /var/lib/coda			# remove junk if there was a crash
27# /usr/pkg/sbin/venus-setup xxxx	# xxxx the domain name
28# /usr/pkg/sbin/venus
29# clog guest@testserver.coda.cs.cmu.edu	# password is guest
30# echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0
31
32You should be able to access things in /coda
33