Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / share / doc / papers / relengr / 0.t
1 .\" Copyright (c) 1989 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)0.t 5.1 (Berkeley) 4/17/91
33 .\" $FreeBSD: src/share/doc/papers/relengr/0.t,v 1.1.1.1.14.1 2000/11/27 07:57:48 ru Exp $
34 .\" $DragonFly: src/share/doc/papers/relengr/0.t,v 1.2 2003/06/17 04:36:56 dillon Exp $
35 .\"
36 .R1
37 database ref.bib
38 .R2
39 .rm CM
40 .nr PO 1.25i
41 .ds CH "
42 .ds CF "%
43 .nr Fn 0 1
44 .ds b3 4.3\s-1BSD\s+1
45 .de KI
46 .ds Lb "Fig. \\n+(Fn
47 .KF
48 .ce 1
49 Figure \\n(Fn - \\$1.
50 ..
51 .de SM
52 \\s-1\\$1\\s+1\\$2
53 ..
54 .de NM
55 \&\fI\\$1\fP\\$2
56 ..
57 .de RN
58 \&\fI\\$1\fP\^(\^)\\$2
59 ..
60 .de PN
61 \&\fB\\$1\fP\\$2
62 ..
63 .TL
64 The Release Engineering of 4.3\s-1BSD\s0
65 .AU
66 Marshall Kirk McKusick
67 .AU
68 Michael J. Karels
69 .AU
70 Keith Bostic
71 .AI
72 Computer Systems Research Group
73 Computer Science Division
74 Department of Electrical Engineering and Computer Science
75 University of California, Berkeley
76 Berkeley, California  94720
77 .AB
78 This paper describes an approach used by a small group of people
79 to develop and integrate a large software system.
80 It details the development and release engineering strategy
81 used during the preparation of the \*(b3 version of the UNIX\(dg
82 .FS
83 \(dgUNIX is a registered trademark of AT&T in the US and other countries.
84 .FE
85 operating system.
86 Each release cycle is divided into an initial development phase
87 followed by a release engineering phase.
88 The release engineering of the distribution is done in three steps.
89 The first step has an informal control policy for tracking modifications;
90 it results in an alpha distribution.
91 The second step has more rigid change mechanisms in place;
92 it results in a beta release.
93 During the final step changes are tracked very closely;
94 the result is the final distribution.
95 .AE
96 .LP