-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.3-ps2.html
80 lines (54 loc) · 2.49 KB
/
4.3-ps2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>UNIX Programmer's Supplementary Documents, Volume 2 (PS2)</title>
<link rev=made href="mailto:[email protected]">
<meta name="resource-type" content="document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="UNIX Programmer's Supplementary Documents, Volume 2 (PS23)">
<meta name="keywords" content="UNIX Programmer Documentation">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
</head>
<body>
<h1>UNIX Programmer's Supplementary Documents, Volume 2 (PS2)</h1>
<h2>Documents of Historical Interest</h2>
<h3>The Unix Time-Sharing System</h3>
Dennis Ritchie and Ken Thompson's original paper about UNIX, reprinted
from Communications of the ACM.
<h3>UNIX 32/V - Summary</h3>
A concise summary of the facilities in UNIX Version 32/V, the basis for 4BSD.
<h3>Unix Programming - Second Edition</h3>
Describes the programming interface to the UNIX version 7 operating
system and the standard I/O library. Should be supplemented by
Kernighan and Pike, ``The UNIX Programming Environment'',
Prentice-Hall, 1984 and especially by the Programmer Reference Manual
section 2 (system calls) and 3 (library routines).
<h3>Unix Implementation</h3>
Ken Thompson's description of the implementation of the Version 7
kernel and file system.
<h3>The Unix I/O System</h3>
Dennis Ritchie's overview of the I/O System of Version 7; still helpful for
those writing device drivers.
<h2>Other Languages</h2>
<h3>The Programming Language EFL</h3>
An introduction to a powerful FORTRAN preprocessor providing access
to a language with structures much like C.
<h3>Berkeley FP User's Manual</h3>
A description of the Berkeley implementation of Backus'
Functional Programming Language, FP.
<h3>Ratfor - A Preprocessor for a Rational FORTRAN</h3>
Converts a FORTRAN with C-like control structures and cosmetics into real,
ugly, compilable FORTRAN.
<h3>The FRANZ LISP Manual</h3>
A dialect of LISP, largely compatible with MACLISP.
<h2>Database Management</h2>
<h3>Ingres (Version 8) Reference Manual</h3>
A terse reference manual (in the style of ``man'' pages) for the Ingres
database system.
<hr>
<a href=docum.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
<a href="mailto:[email protected]">[email protected]</a>
<br><small>$OpenBSD: 4.3-ps2.html,v 1.4 2002/12/16 13:03:04 jufi Exp $</small>
</body>
</html>