Added Arla, a free AFS client implementation.

This commit is contained in:
Wolfram Schneider 1998-09-11 14:58:37 +00:00
parent 5ec6948977
commit b9e99e903f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3499

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-09-05 15:41:05 $">
<!ENTITY date "$Date: 1998-09-11 14:58:37 $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: projects.sgml,v 1.10 1998-09-05 15:41:05 wosch Exp $ -->
<!-- $Id: projects.sgml,v 1.11 1998-09-11 14:58:37 wosch Exp $ -->
<html>
&header;
@ -48,6 +48,12 @@ below to learn more about these exciting projects.</p>
<h3>File system</h3>
<ul>
<li><a name="afs" href="http://www.stacken.kth.se/projekt/arla/">Arla</a>
is a free AFS client implementation. The main goal is to
make a fully functional client with all capabilities of normal AFS.
Other planned and implemented things are all the normal management
tools and a server.
<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>