Commit Graph

84 Commits

Author SHA1 Message Date
cgd 415ba32abc guess which genius forgot this file when they made their distribution... 1993-03-29 22:46:21 +00:00
cgd 0dbb01098b added prompt for floppy root disk. 1993-03-29 22:30:55 +00:00
cgd 1765472d36 added ISOFS 1993-03-28 21:33:28 +00:00
glass 32981aa929 cleaned up such that it compiles quietly
now installs with right permissions
now installs both man pages properly
1993-03-28 17:27:04 +00:00
glass 0e5c3c418f cleanup so that crond compiles quietly 1993-03-28 17:24:43 +00:00
cgd 0cd80e006f if PANICWAIT defined, will always wait for a key press before reboot
after panic.  (note that this only makes a difference if DDB is not
installed.)
1993-03-28 08:40:33 +00:00
cgd 9059ecd426 fixed strip.sed symlink problem, and moved "tmac.doc.old" into list of
things to not install
1993-03-28 03:27:09 +00:00
cgd 39a4d0c2e4 merged version of mount_fdesc and mount_kernfs 1993-03-28 03:19:38 +00:00
cgd 7dba27281b merged mount_fdesc and mount_kernfs into mount_miscfs 1993-03-28 03:17:02 +00:00
nate 5fd6295611 Fixed the doc macros to call troff, eqn,and tbl instead of ditroff,
deqn, and dtbl.
Fixed make clean to remove the man pages (Bill fixed this in the distribution,
but not in the original source)
Changed install to leave the original file around, by using 'cp' instead of
'mv'. "install -c ..."
1993-03-27 12:17:32 +00:00
cgd fd0d6902b6 moved closing #endif to include comselect 1993-03-27 09:24:42 +00:00
cgd 60c25d5d58 added cdevvp (after taking it out of vfs_subr.c) because realized
that it was only needed here.
1993-03-27 02:00:45 +00:00
cgd 03b129b850 added ".." and support for "rrootdev" 1993-03-27 00:37:08 +00:00
cgd 0d1856b928 added default addresses for SCSI board I/O ports 1993-03-26 23:47:23 +00:00
cgd a253da2bdb fixed typo (in a comment) 1993-03-26 23:40:42 +00:00
glass 33af42bc58 removed unnecessary #ifdefing, fixed conf/files appropriately 1993-03-26 22:16:30 +00:00
glass 54a6a3328c test kernel config for 'options KTRACE' 1993-03-26 22:15:53 +00:00
glass eb9f3bac4c ktrace is now optional 1993-03-26 22:15:25 +00:00
cgd cc0afac511 fixed problem where you couldn't unmount after looking... 1993-03-25 17:34:52 +00:00
cgd 33aba93f4c added bpfilter pseudo-device, and FDESC and KERNFS options 1993-03-25 10:58:20 +00:00
cgd 2fd8835060 one line got botched during bpf patch installation 1993-03-25 10:08:55 +00:00
cgd 37e4a0a501 added mt to SUBDIRS 1993-03-25 08:04:03 +00:00
cgd 41fcce3b29 added mt from net-2 sources, with added rcs header.
note that it's in /bin rather than /usr/bin.  wouldn't want to be
screwed trying to restore a backup...
1993-03-25 08:01:33 +00:00
cgd 741635336e changed copyright notice thanks to following statement:
Return-Path: jsp@compnews.co.uk
Received: from ben.uknet.ac.uk by postgres.Berkeley.EDU (5.61/1.29)
	id AA25983; Thu, 25 Mar 93 05:37:37 -0800
Received: from fennel.compnews.co.uk by ben.uknet.ac.uk via UKIP with SMTP (PP)
          id <g.05640-0@ben.uknet.ac.uk>; Thu, 25 Mar 1993 13:37:19 +0000
Received: from sage.compnews.co.uk by fennel.compnews.co.uk;
          Thu, 25 Mar 93 13:37:08 GMT
Message-Id: <28109.9303251337@sage.compnews.co.uk>
From: jsp@compnews.co.uk (Jan-Simon Pendry)
Date: Thu, 25 Mar 1993 13:37:05 +0100
In-Reply-To: cgd@postgres.berkeley.edu's message as of Mar 25, 5:32am.
Phone-Number-1: +44 430 432450
Phone-Number-2: +44 430 432480 x20
Fax-Number: +44 430 432022
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: cgd@postgres.berkeley.edu
Subject: Re: fdesc/kernfs/etc code...

You may put this copyright message on the source code:

/*
 * Copyright (c) 1990, 1992 Jan-Simon Pendry
 * All rights reserved.
 *
 * This code is derived from software contributed to Berkeley by
 * Jan-Simon Pendry.
 *
 * 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.
 *
 */
1993-03-25 06:00:17 +00:00
cgd 6c2577869c patch from rich murphy (rich@rice.edu) to fix alloca prototype 1993-03-25 05:51:03 +00:00
cgd ebbfa78bc8 added SCO Console termcap entry 1993-03-25 05:45:48 +00:00
cgd 6021cabd7c restore didn't understand dirs which spanned more than one volume.
fixed by patch from Gene Stark (gene@stark.uucp).
1993-03-25 05:41:59 +00:00
cgd 2e3a497fb8 added BPF support, as provided by David Greenman (davidg@implode.rain.com) 1993-03-25 00:27:49 +00:00
cgd 3d9eab3850 added config file for the boat-anchor.cs.berkeley.edu,
a 386-20 with a 387 math coprocessor
1993-03-25 00:19:33 +00:00
cgd d0f5a8b03f changes made by David Greenman's (davidg@implode.rain.com) BPF package. 1993-03-24 23:55:29 +00:00
cgd 752a467cab brought in drivers from David Greenman's (davidg@implode.rain.com)
BPF package
1993-03-24 23:54:19 +00:00
cgd daa79e04c0 no longer searches through kernfs and fdesc filesystems...
it was looking through /kern/root/kern/....
1993-03-24 23:15:52 +00:00
cgd 052917b9b6 added support for "kernfs" and "fdesc" to -fstype 1993-03-24 22:56:32 +00:00
cgd 78d4b77108 fixed fact that "rdonly" wasn't supported by -fstype, but the man
page said it was.  also fixed multiple fstype checks on the same
partition
1993-03-24 22:54:22 +00:00
sef c82271bc13 Oops. Inserted at the wrong place. 1993-03-24 20:22:51 +00:00
sef a99d96ece0 Handle one-word cases in word-erase. 1993-03-24 19:41:48 +00:00
glass bfd807402f Added signal handler for SIGSYS, so not having a kernel w/KTRACE compiled in
doesn't result in a core.
1993-03-24 19:26:20 +00:00
glass f3fdc42932 Once again generates 'ioctl.c' via an awk script, ioctl.c removed from repos. 1993-03-24 19:24:48 +00:00
cgd 9790582a7d now use absolute path for dbsym 1993-03-24 18:48:57 +00:00
cgd 5136945a90 added mount types for kernfs and fdesc fs. 1993-03-23 23:57:32 +00:00
cgd e69998f130 files which implement the kern filesystem. from Jan-Simon Pendry,
pendry@vangogh.cs.berkeley.edu
1993-03-23 23:56:50 +00:00
cgd aa3ef7ab02 files which implement the fdesc filesystem. from Jan-Simon Pendry,
pendry@vangogh.cs.berkeley.edu
1993-03-23 23:56:31 +00:00
cgd e96522ffb8 modified files to support kernfs and fdesc fs 1993-03-23 23:56:07 +00:00
cgd 36c3e99c07 config file for filesystem testing kernel (on boat-anchor) 1993-03-23 23:55:35 +00:00
cgd 9b9c23383b added support for kernfs and fdesc filsystem files 1993-03-23 23:55:02 +00:00
cgd 27d7f5dd85 added support for mount_kernfs and mount_fdesc 1993-03-23 23:53:04 +00:00
cgd e684fadf99 got rid of hightlighted test, and changed copyright/kernel version
string delcarations
1993-03-23 22:16:43 +00:00
cgd 3b67c8f4dd added J.T. Conklin's changes to get parens working fine, etc. 1993-03-23 20:19:35 +00:00
nate 221687dbc9 Changed Makefile to include the new regex.c package 1993-03-23 19:20:18 +00:00
cgd ff8aff6df9 marked dirs netimp, netiso, and netns as "missing" from LDIRS 1993-03-23 16:36:35 +00:00