]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/papers/relengr/0.t
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.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. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)0.t 5.1 (Berkeley) 4/17/91
29 .\" $FreeBSD$
30 .\"
31 .rm CM
32 .nr PO 1.25i
33 .ds CH "
34 .ds CF "%
35 .nr Fn 0 1
36 .ds b3 4.3\s-1BSD\s+1
37 .de KI
38 .ds Lb "Fig. \\n+(Fn
39 .KF
40 .ce 1
41 Figure \\n(Fn - \\$1.
42 ..
43 .de SM
44 \\s-1\\$1\\s+1\\$2
45 ..
46 .de NM
47 \&\fI\\$1\fP\\$2
48 ..
49 .de RN
50 \&\fI\\$1\fP\^(\^)\\$2
51 ..
52 .de PN
53 \&\fB\\$1\fP\\$2
54 ..
55 .TL
56 The Release Engineering of 4.3\s-1BSD\s0
57 .AU
58 Marshall Kirk McKusick
59 .AU
60 Michael J. Karels
61 .AU
62 Keith Bostic
63 .AI
64 Computer Systems Research Group
65 Computer Science Division
66 Department of Electrical Engineering and Computer Science
67 University of California, Berkeley
68 Berkeley, California  94720
69 .AB
70 This paper describes an approach used by a small group of people
71 to develop and integrate a large software system.
72 It details the development and release engineering strategy
73 used during the preparation of the \*(b3 version of the UNIX\(dg
74 .FS
75 \(dgUNIX is a registered trademark of AT&T in the US and other countries.
76 .FE
77 operating system.
78 Each release cycle is divided into an initial development phase
79 followed by a release engineering phase.
80 The release engineering of the distribution is done in three steps.
81 The first step has an informal control policy for tracking modifications;
82 it results in an alpha distribution.
83 The second step has more rigid change mechanisms in place;
84 it results in a beta release.
85 During the final step changes are tracked very closely;
86 the result is the final distribution.
87 .AE
88 .LP