This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / fs / TODO
CommitLineData
b8679d86
RG
1/*
2 * Copyright (c) 1994
3 * Rodney W. Grimes, Accurate Automation Company, Portland, OR.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. All advertising materials mentioning features or use of this software
15 * may, but is not required to, display the following acknowledgement:
16 * This product includes software developed by Rodney W. Grimes of
17 * Accurate Automation Company, Portland, OR.
18 * 4. The name Accurate Automation Company or the name Rodney W. Grimes
19 * may be used to endorse or promote products derived from this software
20 * without specific prior written permission.
21 *
22 * THIS SOFTWARE IS PROVIDED BY ACCURATE AUTOMATION COMPANY AND ITS CONTRIBUTORS
23 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
24 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
25 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ACCURATE AUTOMATION COMPANY OR
26 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
27 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
28 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
29 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
31 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 *
34 * $Id: lfs_vnops.c,v 1.3 1994/01/24 04:54:17 rgrimes Exp $
35 */
36
37My claim to copyright is for this file, and the derived work of the conversion
38and intergration from the UCLA FICUS project and BSD 4.4.
39
401) IMPORT the following code after I get a ruling from Bostic on it:
41 deadfs ffs fifofs*
42 lfs lofs mfs
43 nullfs specfs ufs
44 umapfs
45
46 * missing this one!
47
48
492) Extract/write common file system code and put it in sys/fs/common.
50
51
523) Port the following current file system code to the new vfs layer
53 cdfs* dosfs nfs
54 procfs
55
56 * cdfs is a new rewrite of isofs that is work in process.
57