Return to BSD News archive
Xref: sserve comp.unix.bsd:13993 comp.bugs.4bsd:2031 Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!toe.CS.Berkeley.EDU!bostic From: bostic@toe.CS.Berkeley.EDU (Keith Bostic) Newsgroups: comp.unix.bsd,comp.bugs.4bsd Subject: 4.4BSD Manuals, 4.4BSD-Lite CD-ROM Date: 20 May 1994 00:13:51 GMT Organization: University of California, Berkeley Lines: 345 Message-ID: <2rgvbv$l6u@agate.berkeley.edu> NNTP-Posting-Host: toe.cs.berkeley.edu I've been asked a lot lately about the availability of the 4.4BSD Manual Set and of the 4.4BSD-Lite distribution on CD-ROM. I'm glad to be able to say that the USENIX Association and O'Reilly & Associates have pooled resources to make them available. Attached are three articles, the first from the upcoming USENIX ;login publication, the second from an O'Reilly & Associates net posting, and finally an O'Reilly & Associates press release. I'd like to thank the USENIX board members, the USENIX staff, (especially Ellie Young and Alain Henon), and Tim O'Reilly and his staff for making this happen. Keith Bostic bostic@cs.berkeley.edu CSRG Department of EECS University of California Berkeley, CA 94720 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ;login: 4.4 BSD Manuals - Hot off the Press! The USENIX Association and O'Reilly & Associates are publishing the final, definitive release of the Berkeley version of UNIX, which has been the basis for many commercial UNIX variants. Written by the Computer Systems Research Group at the University of California, Berkeley, the complete five volume set includes a CD-ROM and will be available in early July. As this newsletter goes to press, we hope that two volumes (*) will be available at the USENIX Summer Conference in Boston. Below is a brief summary of each volume. USENIX members will receive a special discount and can order these directly from O'Reilly in July. More information will be forthcoming in the next issue. 4.4BSD User's Reference Manual (URM)* 898 pp. ISBN 1-56592-075-9, June 1994. This volume (URM) collects the man pages for the more than 284 user programs that make up the user portion of the 4.4BSD UNIX release (section 1 of the traditional UNIX Reference Manual), plus additional pages for games (section 6 of the traditional manual) and miscellaneous information (section 7, which includes mostly information on troff macro packages and other text processing information.) URM is useful even if you don't use the BSD version of UNIX. Many of the commands are compatible with the POSIX standard and thus identical to those in other UNIX versions. Because 4.4BSD includes many freeware programs that are available but not documented in other versions of UNIX, you may find yourself turning first to this book to look up options for programs like perl, GNU emacs, compress, patch, g++, or kerberos. 4.4BSD System Manager's Manual (SMM) 646 pp. ISBN 1-56592-080-5, May 1994. SMM includes man pages for system administration commands (section 8 of the online reference manual), plus supplementary documents useful to system administrators. 4.4BSD Programmer's Supplementary Documents (PSD)606 pp. ISBN 1-56592-079-1, June 1994. In this volume, you'll find useful papers on such tools as the gdb and adb debuggers, source code control systems RCS and SCCS, lex and yacc, and the m4 macro processor. You'll also find such historical documents as Dennis Ritchie and Ken Thompson's classic first paper about UNIX and Kernighan and Ritchie's classic introduction to UNIX programming. On a more up to date note, this book also includes a two part tutorial on interprocess communication (IPC) under 4.4BSD UNIX. 4.4BSD Programmer's Reference Manual (PRM)* 868 pp. ISBN 1-56592-078-3, June 1994. PRM collects the man pages for the various UNIX program ming libraries, plus related information for programmers. It consists of sections 2 through 5 of the online man page collection: (2) UNIX System Calls (3) C Library Subroutines (4) Special Files (device interfaces) (5) File Formats 4.4BSD User's Supplementary Documents (USD) 686 pp. ISBN 1-56592-076-7, June 1994. This volume, the User's Supplementary Documents, collects papers relating to miscellaneous "user" tools, principally text editors and document processors. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= >From O'Reilly & Associates publications: THE USENIX ASSOCIATION and O'REILLY & ASSOCIATES TO RELEASE BERKELEY BSD 4.4 DOCUMENT SET AND CD IN JULY The USENIX Association and O'Reilly & Associates are publishing the final, definitive release of the Berkeley version of UNIX, which has been the basis for many commercial UNIX variants. Written by the Computer Systems Research Group at the University of California, Berkeley, the complete five volume set includes a CD-ROM and will be available in early July. 4.4BSD SYSTEM MANAGER'S MANUAL (SMM) 646 pp. ISBN 1-56592-080-5, $30 US This volume includes man pages for system administration commands (section 8 of the online reference manual), plus supplementary documents useful to system administrators. Includes installation instructions for the 4.4BSD release (which are also included with the 4.4BSD-lite CD-ROM Companion), plus papers on many system administration utilities and tasks, many of which are the definitive works on the topic. 4.4BSD USER'S REFERENCE MANUAL (URM) 898 pp. ISBN 1-56592-075-9, $30 US This volume (URM) collects the man pages for the more than 284 user programs that make up the user portion of the 4.4BSD UNIX release (section 1 of the traditional UNIX Reference Manual), plus additional pages for games (section 6 of the traditional manual) and miscellaneous information (section 7, which includes mostly information on troff macro packages and other text processing information.) URM is useful even if you don't use the BSD version of UNIX. Many of the commands are compatible with the POSIX standard and thus identical to those in other UNIX versions. Because 4.4BSD includes many freeware programs that are available but not documented in other versions of UNIX, you may find yourself turning first to this book to look up options for programs like perl, GNU emacs, compress, patch, g++, or kerberos. 4.4BSD USER'S SUPPLEMENTARY DOCUMENTS (USD) 686 pp. ISBN 1-56592-076-7, $30 US A collection of papers relating to miscellaneous "user" tools, principally text editors and document processors. Some remain the only tutorial documentation for many UNIX programs. 4.4BSD PROGRAMMER'S REFERENCE MANUAL (PRM) 868 pp. ISBN 1-56592-078-3, $30 US PRM collects the man pages for the various UNIX program ming libraries, plus related information for programmers. It consists of sections 2 through 5 of the online man page collection: (2) UNIX System Calls; (3) C Library Subroutines; (4) Special Files (device interfaces); and, (5) File Formats. Useful not only for 4.4BSD systems but for many related UNIX implementations, including SunOS, BSDI, and Linux. 4.4 BSD PROGRAMMER'S SUPPLEMENTARY DOCUMENTS (PSD) 606 pp. ISBN 1-56592-079-1, $30 US In this volume, you'll find useful papers on such tools as the gdb hand adb debuggers, source code control systems RCS and SCCS, lex and yacc, and the m4 macro processor. You'll also find such historical documents as Dennis Ritchie and Ken Thompson's classic first paper about UNIX and Kernighan and Ritchie's classic introduction to UNIX programming. On a more up to date note, this book also includes a two part tutorial on interprocess communication (IPC) under 4.4BSD UNIX. 4.4 BSD-LITE CD COMPANION CD Domestic: 1-56592-081-3 ($40 US); CD International: 1-56592-092-9 This CD contains a copy of the University of California, Berkeley's 4.4BSD-Lite release, with additional documentation and enhancements. Access to the source code included on it will provide invaluable information on the design of a modern UNIX-like system, and the source ce for the utilities and support libraries will great any programmer's toolkit. The CD is a source distribution, and does not contain program binaries for any architecture. It will not be possible to compile or run this software without a pre-existing system that is already installed and running. The 4.4BSD-Lite distribution did not include sources for the complete 4.4BSD system. The source code for a small number of utilities and files (including a few from the operating system) were removed so that the system could be freely distributed. --------------------------------------------------------------- This and other O'Reilly products are available in the Americas and Japan through bookstores, or directly from the publisher (credit card orders 800-889-8969; email order@ora.com). For information: telephone 707-829-0515 (800-998-9938 in US & Canada); FAX 707-829-0104; email nuts@ora.com; or write O'Reilly & Associates, 103A Morris St., Sebastopol, CA, 95472, USA. GSA # GS-02F-6095A. Access our online gopher catalog via "telnet gopher.ora.com" (log in as "gopher" -- no password needed). Our international distributors: * EUROPE (except German-speaking countries), MIDDLE EAST, AFRICA International Thomson Publishing, Berkshire House, 168-173 High Holborn, London WC1V 7AA, UK. Telephone 44-71-497-1422; FAX 44-71-497-1426; or email danni.dolbear@itpuk.co.uk * GERMAN-SPEAKING COUNTRIES. International Thomson Publishing, Konigswinterer Strasse 418, 53227 Bonn, Germany. Telephone 49-228-445171; FAX 49-228-441342; or email 100272.2422@compuserve.com * ASIA. International Thomson Publishing, 221 Henderson Rd., #05-10 Henderson Building, Singapore 0315. Telephone 65-272-6496; FAX 65-272-6498 * AUSTRALIA AND NEW ZEALAND. WoodsLane, Unit 8, 101 Darley Street, Mona Vale, NSW 2103, Australia. Telephone 61-2-979-5944; FAX 61-2-997-3348; or email woods@tmx.mhs.oz.au =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FOR IMMEDIATE RELEASE CONTACT: Brian Erwin O'Reilly 707/829-0515 brian@ora.com USENIX Association 510-528-8649 office@usenix.org O'REILLY AND USENIX PUBLISH FINAL BERKELEY VERSION OF UNIX ON CD-ROM AND FIVE-VOLUME DOC SET SEBASTOPOL, CA -- 4.4BSD is the final release of what may be one of the most significant research projects in the history of computing. When Bell Labs originally released UNIX source code to the research and development community, brilliant researchers wrote their own software and added it to UNIX in a spree of creative anarchy that hasn't been equaled since. The Berkeley Software Distribution became the repository of much of that work. In those years of creative ferment, source code was widely available, so programmers could build on the work of others. As UNIX became commercialized, access to source became increasingly curtailed and original development more difficult. The Computer Systems Research Group of the University of California at Berkeley, in cooperation with the Usenix Association and O'Reilly & Associates, Inc, has now published the final, definitive release of the Berkeley version of UNIX, which has been the basis for many commercial UNIX variants. The source code for the system is available on CD-ROM and is accompanied by a five-volume documentation set. 4.4BSD-LITE CD-ROM COMPANION With this release of 4.4BSD, one need no longer work at a university or UNIX system development house to have access to UNIX source. The University has prepared a "Lite" release of the operating system, from which the source code for a small number of utilities and files, including a few from the operating system, has been removed so that the system can be freely distributed. The source code included on the 4.4BSD-Lite CD-ROM Companion will provide invaluable information on the design of any modern UNIX or UNIX-like system, and the source code for the utilities and support libraries will greatly enhance any programmer's toolkit. In addition to source code, the CD includes the manual pages, other documentation, and research papers from the University of California, Berkeley's 4.4BSD-Lite distribution. (CD Domestic: ISBN 1-56592-081-3 ($40 US); CD International: ISBN 1-56592-092-9.) 4.4BSD FIVE-VOLUME DOC SET A five-volume doc set is available from O'Reilly directly with or without CD-ROM. Volumes 1 through 5 plus CD-ROM, ISBN 1-56592-082-1, costs $150 (US). Volumes 1 through 5 only, ISBN 1-56592-077-5, costs $120 (US). The doc set includes: 4.4BSD SYSTEM MANAGER'S MANUAL (SMM) 646 pp. ISBN 1-56592-080-5, $30 US This volume includes man pages for system administration commands (section 8 of the online reference manual), plus supplementary documents useful to system administrators. Includes installation instructions for the 4.4BSD release (which are also included with the 4.4BSD-lite CD-ROM Companion), plus papers on many system administration utilities and tasks, many of which are the definitive works on the topic. 4.4BSD USER'S REFERENCE MANUAL (URM) 898 pp. ISBN 1-56592-075-9, $30 US This volume collects the man pages for the more than 284 user programs that make up the user portion of the 4.4BSD UNIX release (section 1 of the traditional UNIX Reference Manual), plus additional pages for games (section 6 of the traditional manual) and miscellaneous information (section 7, which includes mostly information on troff macro packages and other text processing information.) URM is useful even if you don't use the BSD version of UNIX. Many of the commands are compatible with the POSIX standard and thus identical to those in other UNIX versions. Because 4.4BSD includes many freeware programs that are available but not documented in other versions of UNIX, you may find yourself turning first to this book to look up options for programs like perl, GNU emacs, compress, patch, g++, or kerberos. 4.4BSD USER'S SUPPLEMENTARY DOCUMENTS (USD) 686 pp. ISBN 1-56592-076-7, $30 US A collection of papers relating to miscellaneous "user" tools, principally text editors and document processors. Some remain the only tutorial documentation for many UNIX programs. 4.4BSD PROGRAMMER'S REFERENCE MANUAL (PRM) 868 pp. ISBN 1-56592-078-3, $30 US The PRM collects the man pages for the various UNIX program ming libraries, plus related information for programmers. It consists of sections 2 through 5 of the online man page collection: (2) UNIX System Calls; (3) C Library Subroutines; (4) Special Files (device interfaces); and, (5) File Formats. Useful not only for 4.4BSD systems but for many related UNIX implementations, including SunOS, BSDI, and Linux. 4.4 BSD PROGRAMMER'S SUPPLEMENTARY DOCUMENTS (PSD) 606 pp. ISBN 1-56592-079-1, $30 US This volume contains useful papers on such tools as the gdb hand adb debuggers, source code control systems RCS and SCCS, lex and yacc, and the m4 macro processor. Also included are such historical documents as Dennis Ritchie and Ken Thompson's classic first paper about UNIX and Kernighan and Ritchie's classic introduction to UNIX programming. On a more up to date note, this book also includes a two part tutorial on interprocess communication (IPC) under 4.4BSD UNIX. ABOUT O'REILLY & ASSOCIATES O'Reilly & Associates is recognized worldwide for its definitive books on UNIX, the Internet, and The X Window System. Working closely with developers of new technologies, O'Reilly's editors are "computer people" who use the software they write about. The company's planning and review cycles link together authors, computer vendors, and technical experts throughout the industry in a creative collaboration that mirrors the strengths of the "open systems" philosophy itself. ABOUT USENIX The UNIX and Advanced Computing Systems Professional and Technical Association The USENIX Association is the original non-profit membership organization of individuals and institutions with an interest in UNIX and other advanced computing systems. USENIX extends its support to the broad computing environment and to professional subspecialties such as software development and system administration. USENIX and its members are dedicated to: problem-solving with a practical bias; research that works; and, rapid communication of the results of both research and innovation. # # # -- Brian Erwin, brian@ora.com O'Reilly & Associates 103A Morris Street, Sebastopol CA 95472 707-829-0515, Fax 707-829-0104