This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / fs / README
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 *
01264d50 34 * $Id: README,v 1.1 1994/01/24 05:40:29 rgrimes Exp $
b8679d86
RG
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
40This area (/sys/fs) is currently under contruction. What is here has not
41yet been intergrated into the rest of the kernel. It has been placed into
42the cvs tree of FreeBSD so that the work that is occuring in this area is
43visible to the FreeBSD team.
44
45This file will be growing as work goes on in the intergration of the rest of
46the code. For now only the lfs code has been imported and minimally cleaned
47up.
48
49
50HISTORY of work on doing the new fs system:
51Sun Jan 23 1994
52 sys/fs:
53 Initial creation of the new fs code tree.
54 sys/fs/lfs:
55 Imported lfs as it was supplied. Fixed sccsid's to be a
01264d50 56 reference to the original BSD 4.4 code. Added $Id: README,v 1.1 1994/01/24 05:40:29 rgrimes Exp $ to all lfs
b8679d86
RG
57 files. Fixed #includes for the new structure of the source
58 tree.
01264d50
RG
59Fri Jan 28 1994
60 sys/fs/lfs:
61 Removed all code per Keith Bostic.