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

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

1.1     ! deraadt     1: <html>
        !             2: <head>
        !             3: <title>UNIX Programmer's Supplementary Documents, Volume 2 (PS2)</title>
        !             4: </head>
        !             5: <body>
        !             6:
        !             7: <h1>UNIX Programmer's Supplementary Documents, Volume 2 (PS2)</h1>
        !             8:
        !             9: <h2>Documents of Historical Interest</h2>
        !            10:
        !            11: <h3>The Unix Time-Sharing System</h3>
        !            12:
        !            13: Dennis Ritchie and Ken Thompson's original paper about UNIX, reprinted
        !            14: from Communications of the ACM.
        !            15:
        !            16: <h3>UNIX 32/V - Summary</h3>
        !            17:
        !            18: A concise summary of the facilities in UNIX Version 32/V, the basis for 4BSD.
        !            19:
        !            20: <h3>Unix Programming - Second Edition</h3>
        !            21:
        !            22: Describes the programming interface to the UNIX version 7 operating
        !            23: system and the standard I/O library.  Should be supplemented by
        !            24: Kernighan and Pike, ``The UNIX Programming Environment'',
        !            25: Prentice-Hall, 1984 and especially by the Programmer Reference Manual
        !            26: section 2 (system calls) and 3 (library routines).
        !            27:
        !            28: <h3>Unix Implementation</h3>
        !            29:
        !            30: Ken Thompson's description of the implementation of the Version 7
        !            31: kernel and file system.
        !            32:
        !            33: <h3>The Unix I/O System</h3>
        !            34:
        !            35: Dennis Ritchie's overview of the I/O System of Version 7; still helpful for
        !            36: those writing device drivers.
        !            37:
        !            38: <h2>Other Languages</h2>
        !            39:
        !            40: <h3>The Programming Language EFL</h3>
        !            41:
        !            42: An introduction to a powerful FORTRAN preprocessor providing access
        !            43: to a language with structures much like C.
        !            44:
        !            45: <h3>Berkeley FP User's Manual</h3>
        !            46:
        !            47: A description of the Berkeley implementation of Backus'
        !            48: Functional Programming Language, FP.
        !            49:
        !            50: <h3>Ratfor - A Preprocessor for a Rational FORTRAN</h3>
        !            51:
        !            52: Converts a FORTRAN with C-like control structures and cosmetics into real,
        !            53: ugly, compilable FORTRAN.
        !            54:
        !            55: <h3>The FRANZ LISP Manual</h3>
        !            56:
        !            57: A dialect of LISP, largely compatible with MACLISP.
        !            58:
        !            59: <h2>Database Management</h2>
        !            60:
        !            61: <h3>Ingres (Version 8) Reference Manual</h3>
        !            62:
        !            63: A terse reference manual (in the style of ``man'' pages) for the Ingres
        !            64: database system.
        !            65:
        !            66: <hr>
        !            67: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !            68: <br><small>$OpenBSD: 4.4-psd.html,v 1.1 1996/09/01 13:48:37 deraadt Exp $</small>
        !            69:
        !            70: </body>
        !            71: </html>