]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/doc/psd/contents/contents.ms
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / doc / psd / contents / contents.ms
1 .\" Copyright (c) 1986, 1993
2 .\"     The Regents of the University of California.  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 .\"     @(#)00.contents 8.1 (Berkeley) 6/8/93
33 .\" $FreeBSD$
34 .\"
35 .OH '''PSD Contents'
36 .EH 'PSD Contents'''
37 .TL
38 UNIX Programmer's Supplementary Documents (PSD)
39 .if !r.U .nr .U 0
40 .if \n(.U \{\
41 .br
42 .>> <a href="Title.html">Title.html</a>
43 .\}
44 .sp
45 \s-2 4.4 Berkeley Software Distribution\s+2
46 .sp
47 \fRJune, 1993\fR
48 .PP
49 This volume contains documents which supplement the manual pages in
50 .I
51 The
52 .UX
53 Programmer's Reference Manual
54 .R
55 for the FreeBSD system as distributed by the FreeBSD Project.
56 .SH
57 Documents of Historical Interest
58 .IP
59 .tl 'The Unix Time\-Sharing System''PSD:1'
60 .QP
61 Dennis Ritchie and Ken Thompson's original paper about UNIX, reprinted 
62 from Communications of the ACM.
63 .sp
64 .IP
65 .tl 'Unix Implementation''PSD:2'
66 .QP
67 Ken Thompson's description of the implementation of the Version 7
68 kernel and file system.
69 .sp
70 .IP
71 .tl 'The Unix I/O System''PSD:3'
72 .QP
73 Dennis Ritchie's overview of the I/O System of Version 7; still helpful for 
74 those writing device drivers.
75 .sp
76 .IP
77 .tl 'Unix Programming \- Second Edition ''PSD:4'
78 .QP
79 Describes the programming interface to the UNIX version 7 operating
80 system and the standard I/O library.  Should be supplemented by
81 Kernighan and Pike, ``The UNIX Programming Environment'',
82 Prentice-Hall, 1984 and especially by the Programmer Reference Manual
83 section 2 (system calls) and 3 (library routines).
84 .sp
85 .IP
86 .tl 'Berkeley Software Architecture Manual (4.4 Edition)''PSD:5'
87 .if \n(.U \{\
88 .br
89 .>> <a href="05.sysman/paper.html">05.sysman/paper.html</a>
90 .\}
91 .QP
92 A concise and terse description of the system call interface
93 provided in Berkeley Unix, as revised for 4.4BSD.
94 This will never be a best seller.
95
96 .SH
97 Languages in common use
98 .IP
99 .tl 'The C Programming Language \- Reference Manual''PSD:6'
100 .QP
101 Official statement of the syntax of C.
102 Should be supplemented by ``The C Programming Language,''
103 B.W. Kernighan and D.M. Ritchie, Prentice-Hall, 1978, that
104 contains a tutorial introduction and many examples.
105 .sp
106 .IP
107 .tl 'Berkeley Pascal User\'s Manual''PSD:7'
108 .QP
109 An implementation of this language popular for learning to program.  
110 (Not provided in FreeBSD.)
111 .sp
112 .IP
113 .tl 'A Portable Fortran 77 Compiler''PSD:8'
114 .QP
115 A revised version of the document which originally appeared in
116 Volume 2b of the Bell Labs documentation;
117 this version reflects the work done at Berkeley.
118 (Not provided in FreeBSD.)
119 .sp
120 .IP
121 .tl 'Introduction to the f77 I/O Library''PSD:9'
122 .QP
123 A description of the revised input/output library for Fortran 77, 
124 reflecting work carried out at Berkeley.  (Not provided in FreeBSD.)
125
126 .SH
127 Programming Tools
128 .IP
129 .tl 'Debugging with GDB: The GNU Source-Level Debugger''PSD:10'
130 .QP
131 How to debug programs using the source level \fIgdb\fP debugger
132 (or how to debug programs without having to know much about machine language).
133 (A TeXinfo version is provided separately.)
134 .sp
135 .IP
136 .tl 'A Tutorial Introduction to ADB''PSD:11'
137 .QP
138 How to debug programs using the assembly-language level \fIadb\fP debugger.
139 (Not provided in FreeBSD.)
140 .sp
141 .IP
142 .tl 'Make \- A Program for Maintaining Computer Programs''PSD:12'
143 .if \n(.U \{\
144 .br
145 .>> <a href="12.make/paper.html">12.make/paper.html</a>
146 .\}
147 .QP
148 Indispensable tool for making sure large programs are properly
149 compiled with minimal effort. 
150 .sp
151 .IP
152 .tl 'An Introduction to the Revision Control System''PSD:13'
153 .if \n(.U \{\
154 .br
155 .>> <a href="13.rcs/paper.html">13.rcs/paper.html</a>
156 .\}
157 .QP
158 RCS is a user-contributed tool for working together with other people
159 without stepping on each other's toes.
160 An alternative to \fIsccs\fR for controlling software changes.
161 .sp
162 .IP
163 .tl 'An Introduction to the Source Code Control System''PSD:14'
164 .QP
165 A useful introductory article for those users with
166 installations licensed for SCCS.
167 .sp
168 .IP
169 .tl 'YACC: Yet Another Compiler-Compiler''PSD:15'
170 .QP
171 Converts a BNF specification of a language and semantic actions
172 written in C into a compiler for that language.
173 .sp
174 .IP
175 .tl 'LEX \- A Lexical Analyzer Generator''PSD:16'
176 .QP
177 Creates a recognizer for a set of regular expressions:
178 each regular expression can be followed by arbitrary C code
179 to be executed upon finding the regular expression.
180 .sp
181 .IP
182 .tl 'The M4 Macro Processor''PSD:17'
183 .QP
184 M4 is a macro processor useful in its own right and as a
185 front-end for C, Ratfor, and Cobol.
186 .sp
187 .IP
188 .tl 'gprof: a Call Graph Execution Profiler''PSD:18'
189 .if \n(.U \{\
190 .br
191 .>> <a href="18.gprof/paper.html">18.gprof/paper.html
192 .\}
193 .QP
194 A program to show the call graph and execution time of a program.
195 Indispensable aid for improving the running time of almost everything.
196
197 .SH
198 General Reference
199 .IP
200 .tl 'An Introductory 4.4BSD Interprocess Communication Tutorial''PSD:20'
201 .if \n(.U \{\
202 .br
203 .>> <a href="20.ipctut/paper.html">20.ipctut/paper.html
204 .\}
205 .QP
206 How to write programs that use the Interprocess Communication Facilities
207 of 4.4BSD.
208 .sp
209 .IP
210 .tl 'An Advanced 4.4BSD Interprocess Communication Tutorial''PSD:21'
211 .if \n(.U \{\
212 .br
213 .>> <a href="21.ipc/paper.html">21.ipc/paper.html
214 .\}
215 .QP
216 The reference document (with some examples) for the Interprocess Communication 
217 Facilities of 4.4BSD.
218 .sp
219 .IP
220 .tl 'RPCGEN Programming Guide''PSD:22'
221 .if \n(.U \{\
222 .br
223 .>> <a href="22.rpcgen/paper.html">22.rpcgen/paper.html
224 .\}
225 .QP
226 Manual for the ONC RPC stub-generating program, provided by Sun Microsystems.
227 .sp
228 .IP
229 .tl 'Remote Procedure Call Programming Guide''PSD:23'
230 .if \n(.U \{\
231 .br
232 .>> <a href="23.rpc/paper.html">23.rpc/paper.html
233 .\}
234 .QP
235 A tutorial introduction to programming the ONC RPC system, provided by
236 Sun Microsystems.
237 .sp
238 .IP
239 .tl 'External Data Representation: Sun Technical Notes''PSD:24'
240 .if \n(.U \{\
241 .br
242 .>> <a href="24.xdr/paper.html">24.xdr/paper.html
243 .\}
244 .QP
245 Technical details about the design of the XDR component of ONC RPC,
246 provided by Sun Microsystems.
247 .sp
248 .IP
249 .tl 'External Data Representation Standard: Protocol Specification''PSD:25'
250 .if \n(.U \{\
251 .br
252 .>> <a href="25.xdrrfc/paper.html">25.xdrrfc/paper.html
253 .\}
254 .QP
255 The Internet RFC specifying ONC XDR, provided by Sun Microsystems.
256 .sp
257 .IP
258 .tl 'Remote Procedure Calls: Protocol Specification''PSD:26'
259 .if \n(.U \{\
260 .br
261 .>> <a href="26.rpcrfc/paper.html">26.rpcrfc/paper.html
262 .\}
263 .QP
264 The Internet RFC specifying ONC RPC, RFC 1050, as provided by Sun
265 Microsystems.
266 .sp
267 .IP
268 .tl 'Network File System: Version 2 Protocol Specification''PSD:27'
269 .if \n(.U \{\
270 .br
271 .>> <a href="27.nfsrpc/paper.html">27.nfsrpc/paper.html
272 .\}
273 .QP
274 The Internet RFC specifying NFS, as provided by Sun Microsystems.
275 Note that the NFS-compatible filesystem itself, while
276 compliant with this specification, was not provided by Sun.
277 .sp
278 .IP
279 .tl 'CVS II: Parallelizing Software Development''PSD:28'
280 .if \n(.U \{\
281 .br
282 .>> <a href="28.cvs/paper.html">28.cvs/paper.html
283 .\}
284 .QP
285 CVS  (Concurrent Versions System) is a front end to the
286 RCS revision control system  which  extends  the  notion  of
287 revision  control  from  a  collection  of files in a single
288 directory to a hierarchical collection of  directories  each
289 containing revision controlled files.