[BACK]Return to 4.3-ps2.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/4.3-ps2.html, Revision 1.4

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