⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00.contents

📁 早期freebsd实现
💻 CONTENTS
字号:
.\" Copyright (c) 1986, 1993.\"	The Regents of the University of California.  All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\"    notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\"    notice, this list of conditions and the following disclaimer in the.\"    documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\"    must display the following acknowledgement:.\"	This product includes software developed by the University of.\"	California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\"    may be used to endorse or promote products derived from this software.\"    without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\"	@(#)00.contents	8.1 (Berkeley) 6/8/93.\".OH '''PSD Contents'.EH 'PSD Contents'''.TLUNIX Programmer's Supplementary Documents (PSD).sp\s-24.4 Berkeley Software Distribution\s+2.sp\fRJune, 1993\fR.PPThis volume contains documents which supplement the manual pages in.IThe.UXProgrammer's Reference Manual.Rfor the 4.4BSD system as distributed by U.C. Berkeley..SHDocuments of Historical Interest.IP.tl 'The Unix Time\-Sharing System''PSD:1'.QPDennis Ritchie and Ken Thompson's original paper about UNIX, reprinted from Communications of the ACM..IP.tl 'Unix Implementation''PSD:2'.QPKen Thompson's description of the implementation of the Version 7kernel and file system..IP.tl 'The Unix I/O System''PSD:3'.QPDennis Ritchie's overview of the I/O System of Version 7; still helpful for those writing device drivers..IP.tl 'Unix Programming \- Second Edition ''PSD:4'.QPDescribes the programming interface to the UNIX version 7 operatingsystem and the standard I/O library.  Should be supplemented byKernighan and Pike, ``The UNIX Programming Environment'',Prentice-Hall, 1984 and especially by the Programmer Reference Manualsection 2 (system calls) and 3 (library routines)..IP.tl 'Berkeley Software Architecture Manual (4.4 Edition)''PSD:5'.QPA concise and terse description of the system call interfaceprovided in Berkeley Unix, as revised for 4.4BSD.This will never be a best seller..SHLanguages in common use.IP.tl 'The C Programming Language \- Reference Manual''PSD:6'.QPOfficial statement of the syntax of C.Should be supplemented by ``The C Programming Language,''B.W. Kernighan and D.M. Ritchie, Prentice-Hall, 1978, thatcontains a tutorial introduction and many examples..IP.tl 'Berkeley Pascal User\'s Manual''PSD:7'.QPAn implementation of this language popular for learning to program..IP.tl 'A Portable Fortran 77 Compiler''PSD:8'.QPA revised version of the document which originally appeared inVolume 2b of the Bell Labs documentation;this version reflects the work done at Berkeley..IP.tl 'Introduction to the f77 I/O Library''PSD:9'.QPA description of the revised input/output library for Fortran 77, reflecting work carried out at Berkeley..SHProgramming Tools.IP.tl 'Debugging with GDB: The GNU Source-Level Debugger''PSD:10'.QPHow to debug programs using the source level \fIgdb\fP debugger(or how to debug programs without having to know much about machine language)..IP.tl 'A Tutorial Introduction to ADB''PSD:11'.QPHow to debug programs using the assembly-language level \fIadb\fP debugger..IP.tl 'Make \- A Program for Maintaining Computer Programs''PSD:12'.QPIndispensable tool for making sure large programs are properlycompiled with minimal effort. .IP.tl 'An Introduction to the Revision Control System''PSD:13'.QPRCS is a user-contributed tool for working together with other peoplewithout stepping on each other's toes.An alternative to \fIsccs\fR for controlling software changes..IP.tl 'An Introduction to the Source Code Control System''PSD:14'.QPA useful introductory article for those users withinstallations licensed for SCCS..IP.tl 'YACC: Yet Another Compiler-Compiler''PSD:15'.QPConverts a BNF specification of a language and semantic actionswritten in C into a compiler for that language..IP.tl 'LEX \- A Lexical Analyzer Generator''PSD:16'.QPCreates a recognizer for a set of regular expressions:each regular expression can be followed by arbitrary C codeto be executed upon finding the regular expression..IP.tl 'The M4 Macro Processor''PSD:17'.QPM4 is a macro processor useful in its own right and as afront-end for C, Ratfor, and Cobol..IP.tl 'gprof: a Call Graph Execution Profiler''PSD:18'.QPA program to show the call graph and execution time of a program.Indispensable aid for improving the running time of almost everything..SHProgramming Libraries.IP.tl 'Screen Updating and Cursor Movement Optimization''PSD:19'.QPDescribes the \fIcurses\fP package, an aid for writing screen-oriented,terminal-independent programs..SHGeneral Reference.IP.tl 'An Introductory 4.4BSD Interprocess Communication Tutorial''PSD:20'.QPHow to write programs that use the Interprocess Communication Facilitiesof 4.4BSD..IP.tl 'An Advanced 4.4BSD Interprocess Communication Tutorial''PSD:21'.QPThe reference document (with some examples) for the Interprocess Communication Facilities of 4.4BSD.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -