Added coda, a distributed file system.

This commit is contained in:
Wolfram Schneider 1998-12-06 12:58:00 +00:00
parent 5bd3311185
commit df553d9193
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3879

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-11-29 01:18:05 $">
<!ENTITY date "$Date: 1998-12-06 12:58:00 $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: projects.sgml,v 1.34 1998-11-29 01:18:05 wosch Exp $ -->
<!-- $Id: projects.sgml,v 1.35 1998-12-06 12:58:00 wosch Exp $ -->
<html>
&header;
@ -164,6 +164,11 @@ description (3-10 lines) to
Other planned and implemented things are all the normal management
tools and a server.
<li><a name="coda" href="http://www.coda.cs.cmu.edu">Coda</a> is
a distributed file system. Among its features are disconnected
operation, good security model, server replication and
persistent client side caching.
<li><a name="devfs" href="http://www.freebsd.org/~julian/">DEVFS</a></li>
<li><a href="http://www.freebsd.org/~terry/">Mode locking</a></li>
<li><a href="http://www.freebsd.org/~terry/">Make the namei interface reflexive</a></li>