summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-04-19 21:26:27 +0000
committerwosch <wosch@FreeBSD.org>1996-04-19 21:26:27 +0000
commit8cf59a204cb2153cab106c14aab905185a009b93 (patch)
tree5fe28ac4d4fcd06dc7b09cb16ffe85d768678bdc
parent22fe1ed19b2259b7d81c5b0756d0ba940643fb7f (diff)
downloadFreeBSD-src-8cf59a204cb2153cab106c14aab905185a009b93.zip
FreeBSD-src-8cf59a204cb2153cab106c14aab905185a009b93.tar.gz
contents file for /usr/share/doc/papers
-rw-r--r--share/doc/papers/contents/Makefile10
-rw-r--r--share/doc/papers/contents/contents.ms165
2 files changed, 175 insertions, 0 deletions
diff --git a/share/doc/papers/contents/Makefile b/share/doc/papers/contents/Makefile
new file mode 100644
index 0000000..c42675f
--- /dev/null
+++ b/share/doc/papers/contents/Makefile
@@ -0,0 +1,10 @@
+# $Id: Makefile,v 1.1 1995/01/11 00:15:20 wollman Exp $
+
+VOLUME= papers
+DOC= CONTENTS
+
+SRCS= contents.ms
+FILES= ${SRCS}
+MACROS= -ms
+
+.include <bsd.doc.mk>
diff --git a/share/doc/papers/contents/contents.ms b/share/doc/papers/contents/contents.ms
new file mode 100644
index 0000000..8da576b
--- /dev/null
+++ b/share/doc/papers/contents/contents.ms
@@ -0,0 +1,165 @@
+.\" Copyright (c) 1996 FreeBSD Inc.
+.\"
+.\" 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.
+.\"
+.\" 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.
+.\"
+.\" $Id: $
+.\"
+.OH '''Papers Contents'
+.EH 'Papers Contents'''
+.TL
+UNIX Papers
+.sp
+\s-2FreeBSD 2.1\s+2
+.sp
+\fRApril, 1996\fR
+.PP
+
+
+.IP
+.tl '\fBBerkeley Pascal''px\fP'
+.QP
+Berkeley Pascal
+PX Implementation Notes
+.br
+Version 2.0
+
+Performance Effects of Disk Subsystem Choices
+for VAX\(dg Systems Running 4.2BSD UNIX.
+
+William N. Joy, M. Kirk McKusick.
+
+Revised January, 1979.
+
+
+.IP
+.tl '\fBDisk Performance''diskperf\fP'
+.QP
+Performance Effects of Disk Subsystem Choices
+for VAX\(dg Systems Running 4.2BSD UNIX.
+
+Bob Kridle, Marshall Kirk McKusick.
+
+Revised July 27, 1983.
+
+
+.IP
+.tl '\fBTune the 4.2BSD Kernel''kerntune\fP'
+.QP
+Using gprof to Tune the 4.2BSD Kernel.
+
+Marshall Kirk McKusick.
+
+Revised May 21, 1984 (?).
+
+
+.IP
+.tl '\fBNew Virtual Memory''newvm\fP'
+.QP
+A New Virtual Memory Implementation for Berkeley.
+
+Marshall Kirk McKusick, Michael J. Karels.
+
+Revised 1986.
+
+
+.IP
+.tl '\fBKernel Malloc''kernmalloc\fP'
+.QP
+Design of a General Purpose Memory Allocator for the 4.3BSD UNIX Kernel.
+
+Marshall Kirk McKusick, Michael J. Karels.
+
+Reprinted from:
+\fIProceedings of the San Francisco USENIX Conference\fP,
+pp. 295-303, June 1988.
+
+
+.IP
+.tl '\fBRelease Engineering''relengr\fP'
+.QP
+The Release Engineering of 4.3\s-1BSD\s0.
+
+Marshall Kirk McKusick, Michael J. Karels, Keith Bostic.
+
+Revised 1989.
+
+
+.IP
+.tl '\fBBeyond 4.3BSD''beyond4.3\fP'
+.QP
+Current Research by The Computer Systems Research Group of Berkeley.
+
+Marshall Kirk McKusick, Michael J Karels, Keith Sklower, Kevin Fall,
+Marc Teitelbaum, Keith Bostic.
+
+Revised February 2, 1989.
+
+
+.IP
+.tl '\fBMemory Based Filesystem''memfs\fP'
+.QP
+A Pageable Memory Based Filesystem.
+
+Marshall Kirk McKusick, Michael J. Karels, Keith Bostic.
+
+Revised 1990.
+
+
+.IP
+.tl '\fBFilesystem Interface''fsinterface\fP'
+.QP
+Toward a Compatible Filesystem Interface.
+
+Michael J. Karels, Marshall Kirk McKusick.
+
+Conference of the European Users' Group, September 1986.
+Last modified April 16, 1991.
+
+
+.IP
+.tl '\fBSystem Performance''sysperf\fP'
+.QP
+Measuring and Improving the Performance of Berkeley UNIX.
+
+Marshall Kirk McKusick, Samuel J. Leffler, Michael J. Karels.
+
+Revised April 17, 1991.
+
+
+.IP
+.tl '\fBNot Quite NFS''nqnfs\fP'
+.QP
+Not Quite NFS, Soft Cache Consistency for NFS.
+
+Rick Macklem.
+
+Reprinted with permission from the "Proceedings of the Winter 1994 Usenix
+Conference", January 1994, San Francisco.
+
+.IP
+.tl '\fBMalloc(3)''malloc\fP'
+.QP
+Malloc(3) in modern Virtual Memory environments.
+
+Poul-Henning Kamp.
+
+Revised April 5, 1996.
OpenPOWER on IntegriCloud