unix-history/.git
30 years agoThe make depend does not work in this one subdirectory for some reason
Rod Grimes [Sat, 28 Aug 1993 13:57:43 +0000 (13:57 +0000)]
The make depend does not work in this one subdirectory for some reason
yet unknown.  Added depend: @echo BORKEN MAKEDEPEND.

30 years agoRemoved depend: @echo BORKEN MAKEDEPEND since gcpp 2.4.5 is now the default,
Rod Grimes [Sat, 28 Aug 1993 13:56:53 +0000 (13:56 +0000)]
Removed depend: @echo BORKEN MAKEDEPEND since gcpp 2.4.5 is now the default,
and the Makedepend works for all but one of the sub directories.

30 years agoReplaced the return (1)'s with return (IO_KBDSIZE) in the probe code so
Rod Grimes [Sat, 28 Aug 1993 13:26:30 +0000 (13:26 +0000)]
Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code so
that the printfs during the probing prints the range instead of just the
start address.

30 years agoChanged trap.c so that a panic will occur if we do not have hardware
Rod Grimes [Sat, 28 Aug 1993 13:25:22 +0000 (13:25 +0000)]
Changed trap.c so that a panic will occur if we do not have hardware
FP and we try to call the emulator when it is not compiled in.
Removed the #if defined(i486) || defined(i387) that use to call the
panic if we did not have a math emulator.
Removed an extranious include of i386/i386/math_emu.h from math_emulate.c.

30 years agoAdded options MATH_EMULTATE to the kernel config files to pull in the
Rod Grimes [Sat, 28 Aug 1993 13:21:48 +0000 (13:21 +0000)]
Added options MATH_EMULTATE to the kernel config files to pull in the
387 math emulator (sys/i386/i386/math_emulate.c).  Made that file only
get compiled if options MATH_EMULATE is in the kernel.

30 years agoManual pages for scsi disk and scsi tape devices from Julian
Rod Grimes [Sat, 28 Aug 1993 12:41:55 +0000 (12:41 +0000)]
Manual pages for scsi disk and scsi tape devices from Julian

30 years agoNew manual pages from NetBSD, revised for FreeBSD slightly
Rod Grimes [Sat, 28 Aug 1993 12:41:23 +0000 (12:41 +0000)]
New manual pages from NetBSD, revised for FreeBSD slightly

30 years agoCorrected so that the symlinks for cpp -> gcpp are correct when using
Rod Grimes [Sat, 28 Aug 1993 10:29:09 +0000 (10:29 +0000)]
Corrected so that the symlinks for cpp -> gcpp are correct when using
DESTDIR

30 years agomaxdmap was defined as a global equal to MAXSSIZ, it is nolonger needed
Rod Grimes [Sat, 28 Aug 1993 09:22:57 +0000 (09:22 +0000)]
maxdmap was defined as a global equal to MAXSSIZ, it is nolonger needed
due to the changes in kern_resource.c

30 years agoFixed RLIMIT_STACK case to check limits against MAXSSIZ instead of
Rod Grimes [Sat, 28 Aug 1993 09:21:51 +0000 (09:21 +0000)]
Fixed RLIMIT_STACK case to check limits against MAXSSIZ instead of
maxdmap size (maxdmap size has been removed from the kernel, its origins
date back to the old vm system)

30 years agoChanged MAXSSIZ from MAXDSIZ to 2MB
Rod Grimes [Sat, 28 Aug 1993 09:19:01 +0000 (09:19 +0000)]
Changed MAXSSIZ from MAXDSIZ to 2MB

30 years agoAdded targets crypt and non-crypt to make it easier to build the
Rod Grimes [Sat, 28 Aug 1993 03:33:06 +0000 (03:33 +0000)]
Added targets crypt and non-crypt to make it easier to build the
distributions.
Now only populates $DESTDIR/dev if we are building the cdrom distribution,
since this directory is populated by the install tools it was a conflict
to have the dev entries in the full distribution as well.

30 years agoAdd chat
Rod Grimes [Sat, 28 Aug 1993 03:29:48 +0000 (03:29 +0000)]
Add chat

30 years agoAdded chat from ppp-1.3
Rod Grimes [Sat, 28 Aug 1993 03:28:23 +0000 (03:28 +0000)]
Added chat from ppp-1.3

30 years agoRevised headers from Julian. Support for generic scsi.
Rod Grimes [Sat, 28 Aug 1993 03:10:06 +0000 (03:10 +0000)]
Revised headers from Julian.  Support for generic scsi.
Better audio support

30 years agoRevised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)
Rod Grimes [Sat, 28 Aug 1993 03:08:59 +0000 (03:08 +0000)]
Revised drivers from Julian.  Support for generic scsi.  Fixed scsi tape (st.c)
problems with respect to multiple tar files on one tape.  Now uses malloc
of data structures to reduce static kernel size.

30 years agoRevised drivers from Julian.
Rod Grimes [Sat, 28 Aug 1993 03:07:44 +0000 (03:07 +0000)]
Revised drivers from Julian.

30 years agoAdded support for scsi/sg.c as cdev major 18.
Rod Grimes [Sat, 28 Aug 1993 03:06:59 +0000 (03:06 +0000)]
Added support for scsi/sg.c as cdev major 18.

30 years agoAdded scsi/sg.c for generic scsi support
Rod Grimes [Sat, 28 Aug 1993 03:06:06 +0000 (03:06 +0000)]
Added scsi/sg.c for generic scsi support

30 years agoxxxprobe now returns the correct number of I/O registers used so that
Rod Grimes [Sat, 28 Aug 1993 03:02:52 +0000 (03:02 +0000)]
xxxprobe now returns the correct number of I/O registers used so that
the probe output during boot gives the I/O range instead of just the
starting address

30 years agoNow installs gcpp as cpp so we are using the 2.4.5 cpp.
Rod Grimes [Fri, 27 Aug 1993 23:37:06 +0000 (23:37 +0000)]
Now installs gcpp as cpp so we are using the 2.4.5 cpp.

30 years agoMake `s/' illegal as a safeguard.
Andrew Moore [Fri, 27 Aug 1993 22:27:58 +0000 (22:27 +0000)]
Make `s/' illegal as a safeguard.

30 years agoRenamed some files that were giving SUP trouble.
Andrew Moore [Fri, 27 Aug 1993 22:15:16 +0000 (22:15 +0000)]
Renamed some files that were giving SUP trouble.

30 years agoOnly a single slash (/) is now necessary to repeat a search as per Theo's
Andrew Moore [Fri, 27 Aug 1993 22:14:24 +0000 (22:14 +0000)]
Only a single slash (/) is now necessary to repeat a search as per Theo's
request.  So the command:
/pattern/;/
finds the second line containing "pattern" after the current line.
Caveat: The commands `st' and `sr'  are now both legal and have very
different meanings.  This is because ed(1) extends POSIX to include the
old Berkeley syntax s[rgp]*.
(So should two slashes still be required in the case of the substitute
command, as SunOS ed does?)

30 years agoA bad bug that happens with all known compilers except gcc2.4.5 on a
Nate Willams [Fri, 27 Aug 1993 22:04:55 +0000 (22:04 +0000)]
A bad bug that happens with all known compilers except gcc2.4.5 on a
DECstation was worked around.  (Both Gcc1 and gcc2 on BSD, stock cc on
DECstation, etc...)  Unfortunately, this rendered the scrambler function
useless w/out this fix.  (This means all of the non-DES binaries are
useless until compiled with this fixed crypt.c)

30 years agoAdded
Rod Grimes [Fri, 27 Aug 1993 09:46:58 +0000 (09:46 +0000)]
Added
+ #if defined(INET) && NETHER > 0
+ #endif
Around the:
/* XXX -- Temporary fix before changing 10 ethernet drivers */

so you can compile a kernel with out INET and ETHERNET support.
From Steven Wallace

30 years agoMoved coments about setenv SHARED=copies so output is more readable
Rod Grimes [Fri, 27 Aug 1993 09:16:31 +0000 (09:16 +0000)]
Moved coments about setenv SHARED=copies so output is more readable

30 years agoReverting back to version 1.1, the multicasting code needs to be looked at
Rod Grimes [Fri, 27 Aug 1993 08:46:23 +0000 (08:46 +0000)]
Reverting back to version 1.1, the multicasting code needs to be looked at
very closely before these changes can be made.

30 years agoReverting back to version 1.1, the multicasting work really needs a closer
Rod Grimes [Fri, 27 Aug 1993 08:44:44 +0000 (08:44 +0000)]
Reverting back to version 1.1, the multicasting work really needs a closer
looking at before these changes can be made.

30 years agoSyntax error: forgot | symbol in expression for IFF_CANTCHANGE.
Steven Wallace [Fri, 27 Aug 1993 06:32:25 +0000 (06:32 +0000)]
Syntax error:  forgot | symbol in expression for IFF_CANTCHANGE.

30 years agoprefixed inline functions' parameter names with _ and declared
Andrew Moore [Fri, 27 Aug 1993 05:09:38 +0000 (05:09 +0000)]
prefixed inline functions' parameter names with _ and declared
the return type explicitly.

30 years agoupdated ifnet structure to have larger if_flags field. added additional
David Greenman [Fri, 27 Aug 1993 04:02:34 +0000 (04:02 +0000)]
updated ifnet structure to have larger if_flags field. added additional
defines for some of the new flags.

30 years agoupdated ifconfig to support setting/clearing of IFF_ALTPHYS rather than
David Greenman [Fri, 27 Aug 1993 03:57:29 +0000 (03:57 +0000)]
updated ifconfig to support setting/clearing of IFF_ALTPHYS rather than
IFF_LLC0 (if IFF_ALTPHYS is defined) via the aui/bnc switches. LLC0 is
_not_ intended for this purpose.

30 years agoadded support routines for ns and iso
David Greenman [Fri, 27 Aug 1993 03:00:58 +0000 (03:00 +0000)]
added support routines for ns and iso

30 years agoAdded pppstats 1.3
Rod Grimes [Fri, 27 Aug 1993 02:20:37 +0000 (02:20 +0000)]
Added pppstats 1.3

30 years agoAdd pppd subdir
Rod Grimes [Fri, 27 Aug 1993 02:13:13 +0000 (02:13 +0000)]
Add pppd subdir

30 years agoInitial import of pppd 1.3
Rod Grimes [Fri, 27 Aug 1993 02:12:02 +0000 (02:12 +0000)]
Initial import of pppd 1.3

30 years agoKernel support for ppp 1.3 + fixes
Rod Grimes [Fri, 27 Aug 1993 02:10:40 +0000 (02:10 +0000)]
Kernel support for ppp 1.3 + fixes

30 years agoAdded usr/share/syscons.{fonts,keymaps} for the new syscons tools.
Rod Grimes [Fri, 27 Aug 1993 00:55:53 +0000 (00:55 +0000)]
Added usr/share/syscons.{fonts,keymaps} for the new syscons tools.

30 years agoRemoved the extra slash between ${DESTDIR} and ${MAPSDIR}
Rod Grimes [Fri, 27 Aug 1993 00:53:08 +0000 (00:53 +0000)]
Removed the extra slash between ${DESTDIR} and ${MAPSDIR}

30 years agoRemoved extra / between ${DESTDIR} and ${FONTDIR}.
Rod Grimes [Fri, 27 Aug 1993 00:42:02 +0000 (00:42 +0000)]
Removed extra / between ${DESTDIR} and ${FONTDIR}.

30 years agoThis is the new syscons utility program
Jordan K. Hubbard [Thu, 26 Aug 1993 23:59:15 +0000 (23:59 +0000)]
This is the new syscons utility program

30 years agoAdded syscons utility program
Jordan K. Hubbard [Thu, 26 Aug 1993 23:58:59 +0000 (23:58 +0000)]
Added syscons utility program

30 years agoHere are all of syscons's keymap files.
Jordan K. Hubbard [Thu, 26 Aug 1993 23:56:45 +0000 (23:56 +0000)]
Here are all of syscons's keymap files.

30 years agoHere are all of syscons's font files.
Jordan K. Hubbard [Thu, 26 Aug 1993 23:56:09 +0000 (23:56 +0000)]
Here are all of syscons's font files.

30 years agoAdded syscons.fonts, syscons.keymaps
Jordan K. Hubbard [Thu, 26 Aug 1993 23:55:41 +0000 (23:55 +0000)]
Added syscons.fonts, syscons.keymaps

30 years agoInitial import of Jordans RELNOTES.FreeBSD, some edit by me to be commited
Rod Grimes [Thu, 26 Aug 1993 23:36:16 +0000 (23:36 +0000)]
Initial import of Jordans RELNOTES.FreeBSD, some edit by me to be commited
as soon as I get them done.

30 years agoAdded the following line to all the supplied config files to shut up the
Rod Grimes [Thu, 26 Aug 1993 17:55:59 +0000 (17:55 +0000)]
Added the following line to all the supplied config files to shut up the
config program until this thing is fixed correctly.

maxfdescs 2048 #Max file descriptors per process

30 years agoAdded a .if !defined(NOCRYPT) so that building of the crypt library can be
Rod Grimes [Thu, 26 Aug 1993 16:28:39 +0000 (16:28 +0000)]
Added a .if !defined(NOCRYPT) so that building of the crypt library can be
turned on and off with an environment variable.  This facilitates building
des/non-des distribution sets without having to remove stuff from the
distribution build source tree.

30 years agoRemoved Chris D. added --unlink option since our tar does not understand
Rod Grimes [Thu, 26 Aug 1993 15:59:21 +0000 (15:59 +0000)]
Removed Chris D. added --unlink option since our tar does not understand
it.

30 years agoRemoved LOCATIME and TZDIR stuff since it is now handled correctly by
Rod Grimes [Thu, 26 Aug 1993 03:36:37 +0000 (03:36 +0000)]
Removed LOCATIME and TZDIR stuff since it is now handled correctly by
share/zoneinfo and was just duplicated here.

Fixed the directory owner ships on the inst1 floppy by adding all of the
directories that get created on the floppy to INST1_DIR, since cpio was
not picking up the source dir protections, but instead using the current
process uid, gid, and umask values.

Removed /bin/df from inst1 to make room for mount_pcfs.  Also removed
/etc/disktab since it just got overwritten by the install tools.

Removed zcat from INST2_CPIO since it is now installed from the
INST2_FILES files on the floppy.  This fixes things so that all
of the gzip tools get linked to the same image.

Much of the .if machine i386 stuff moved to be system independent
since it really was.

Added sd1 support to the inst1 and kc floppies.  No room for wd1 support,
oh well.

Fix permissions on top level of floppy, it was not getting set.

30 years agoAdded a real ugle hack so that cat, tar and gzip tools used to do the
Rod Grimes [Thu, 26 Aug 1993 03:23:20 +0000 (03:23 +0000)]
Added a real ugle hack so that cat, tar and gzip tools used to do the
extract can be over writen.  This is done by coping them to /tmp
before the extract begins, running them from /tmp, then removing them
after the extract has completed.

Removed all section about setting up sendmail.cf, since this was for the
old sendmail stuff and should not be required by the new sendmail.cf file
that is shipped with the system.

30 years agoRemoved mount -at ufs command, since it is now done by the .profile
Rod Grimes [Thu, 26 Aug 1993 03:20:28 +0000 (03:20 +0000)]
Removed mount -at ufs command, since it is now done by the .profile
file left by inst1.install.

Fixed cpio command so that it works with the new cpio that does not
ignore extra options.

Added echo's about building /dev files so the user knows it is doing something.

30 years agoAdded DEFBLOCKING to hold the default blocking factor after the question
Rod Grimes [Thu, 26 Aug 1993 03:16:51 +0000 (03:16 +0000)]
Added DEFBLOCKING to hold the default blocking factor after the question
has been asked once.  Disabled the ability to have different blocking
factors on different partitions since this is known to trash the vm system.

Removed many extranious echo's of the users answers.  This was probably put
in for debugging and never removed.  It was quite confusing to my test users.

Added autoscan of disk for bad blocks for bad144 type disks using the new
bad144 -s option.

Renabled the asking for verbose installation.  Why was this disabled??

Added creation of etc/disktab.install on the hard disk that is a copy
of the disktab used to create the disk with.

Added a mount -at ufs to the .profile so that all the diskpartitions get
mounted on first boot from hard disk, this is so commands that may have been
loaded into a seperate usr partition can be found.

30 years agofixed setjmp/longjmp to save/restore the floating point masks (control word)
Andrew Moore [Wed, 25 Aug 1993 23:46:51 +0000 (23:46 +0000)]
fixed setjmp/longjmp to save/restore the floating point masks (control word)
after a longjmp (from Bruce Evans).

30 years agoAdded Steven Wallace
Rod Grimes [Wed, 25 Aug 1993 23:42:11 +0000 (23:42 +0000)]
Added Steven Wallace

30 years agoRemoved `.Os 4.3BSD' It still reports BSD experimental, so I'm
Andrew Moore [Wed, 25 Aug 1993 11:20:34 +0000 (11:20 +0000)]
Removed `.Os 4.3BSD'  It still reports BSD experimental, so I'm
not sure if that's any better...

30 years agoadded insque()/remque() routines
Andrew Moore [Wed, 25 Aug 1993 09:39:09 +0000 (09:39 +0000)]
added insque()/remque() routines

30 years agoadding fpgetround(3) IEEE floating point environment control
Andrew Moore [Wed, 25 Aug 1993 09:34:15 +0000 (09:34 +0000)]
adding fpgetround(3) IEEE floating point environment control

30 years agoadding fpgetround(3) IEEE floating point environment control
Andrew Moore [Wed, 25 Aug 1993 09:02:39 +0000 (09:02 +0000)]
adding fpgetround(3) IEEE floating point environment control

30 years agoadding fpgetround(3) IEEE floating point environment support
Andrew Moore [Wed, 25 Aug 1993 09:01:44 +0000 (09:01 +0000)]
adding fpgetround(3) IEEE floating point environment support

30 years agoModified forward declaration to match the actual declaration to get
Andreas Schulz [Tue, 24 Aug 1993 22:31:34 +0000 (22:31 +0000)]
Modified forward declaration to match the actual declaration to get
rid of a compiler warning.

30 years agoChanged prompt from "> " to "kc > " so that it does not look like the
Rod Grimes [Tue, 24 Aug 1993 19:55:16 +0000 (19:55 +0000)]
Changed prompt from "> " to "kc > " so that it does not look like the
halt prompt.  Changed the prompt for destination of the kernel copy to
be "copy kernel to > " so that it is clear what it wants..

30 years agoFix so that unit number 1 is found again.
Rod Grimes [Tue, 24 Aug 1993 19:41:58 +0000 (19:41 +0000)]
Fix so that unit number 1 is found again.

30 years agoChanged -r /fastboot to -e /fastboot. File just needs to exist for fastboot.
Steven Wallace [Tue, 24 Aug 1993 06:15:36 +0000 (06:15 +0000)]
Changed -r /fastboot to -e /fastboot.  File just needs to exist for fastboot.
Otherwise, doesn't work for non-root owner of /fastboot.

30 years agoAdded filename definitions for database and password files into pwd.h.
Steven Wallace [Tue, 24 Aug 1993 01:53:27 +0000 (01:53 +0000)]
Added filename definitions for database and password files into pwd.h.
pwd_mkdb uses them so that /etc is not hardcoded into it.

30 years agoAdded -d option so that database files can go into a specified directory
Steven Wallace [Tue, 24 Aug 1993 01:50:33 +0000 (01:50 +0000)]
Added -d option so that database files can go into a specified directory
instead of hardcoding it to /etc.

30 years agoCorrected off by 2 error in DELAY macro (it was delaying for 2 * value).
Rod Grimes [Tue, 24 Aug 1993 01:24:43 +0000 (01:24 +0000)]
Corrected off by 2 error in DELAY macro (it was delaying for 2 * value).
From Bruce Evans.

30 years agoFixed the printf's for ethernet address so that ALL ethernet drivers are
Rod Grimes [Tue, 24 Aug 1993 00:15:31 +0000 (00:15 +0000)]
Fixed the printf's for ethernet address so that ALL ethernet drivers are
consistent in the format of this.

30 years agoFixed 2 compiler warnings, two functions prototyped non-static, then later
Rod Grimes [Mon, 23 Aug 1993 22:35:34 +0000 (22:35 +0000)]
Fixed 2 compiler warnings, two functions prototyped non-static, then later
declared static.  And:

From: Sascha Wildner <swildner@channelz.GUN.de>
Here is vgrind for 386BSD.  It's the one from uunet except that I changed all
occurences of "vtroff" to "troff" in vgrind.sh and fixed two typos in the man
page.  First come the diffs for /usr/src/usr.bin/Makefile:

30 years agoRemoved two more link fixes that are now obsolete do to share/doc getting
Rod Grimes [Mon, 23 Aug 1993 22:22:41 +0000 (22:22 +0000)]
Removed two more link fixes that are now obsolete do to share/doc getting
updated to NetBSD Makefiles that don't need the symbolic links.

30 years agoNow installs a symlink /etc/termcap -> /usr/share/misc/termcap, removed the
Rod Grimes [Mon, 23 Aug 1993 22:06:22 +0000 (22:06 +0000)]
Now installs a symlink /etc/termcap -> /usr/share/misc/termcap, removed the
special case in etc/Makefile

30 years agoAdded several new targets and world target to build releases with
Rod Grimes [Mon, 23 Aug 1993 20:51:34 +0000 (20:51 +0000)]
Added several new targets and world target to build releases with

30 years agoMore corrected email address
Rod Grimes [Mon, 23 Aug 1993 20:51:13 +0000 (20:51 +0000)]
More corrected email address

30 years agoAdded directory creation of ${DESTDIR}/usr/include/rpc if it does not exsist.
Rod Grimes [Mon, 23 Aug 1993 05:37:19 +0000 (05:37 +0000)]
Added directory creation of ${DESTDIR}/usr/include/rpc if it does not exsist.

30 years agoChanged install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header
Rod Grimes [Mon, 23 Aug 1993 05:26:19 +0000 (05:26 +0000)]
Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header
install commands to be consistent with other header files.

30 years agoAdded -o ${BINOWN} -g {BINGRP}, changed the -m to 444 (consistent with other
Rod Grimes [Mon, 23 Aug 1993 05:18:15 +0000 (05:18 +0000)]
Added -o ${BINOWN} -g {BINGRP}, changed the -m to 444 (consistent with other
files) on the install commands for the headers,

30 years agoChanged SHARED= to SHARED?= so it can be overriden. Added chown/chmod commands
Rod Grimes [Mon, 23 Aug 1993 04:59:57 +0000 (04:59 +0000)]
Changed SHARED= to SHARED?= so it can be overriden.  Added chown/chmod commands
so that /usr/include ends up with the right owners and permisions no matter
what was on the source files.

30 years agoAdded a new-line in the output of the ethernet-address that it gets
Andreas Schulz [Sun, 22 Aug 1993 22:54:56 +0000 (22:54 +0000)]
Added a new-line in the output of the ethernet-address that it gets
on it's line alone ( not mangled with the FPU detection ).
Commented out a debug printf in if_ec.c ( printf("ecinit") ).

30 years agoFixed Bruce Evans email address.
Rod Grimes [Sun, 22 Aug 1993 22:47:25 +0000 (22:47 +0000)]
Fixed Bruce Evans email address.

30 years agoAdded email address for Keith Bostic, Chris Torek, and Yoval Yarom,
Rod Grimes [Sun, 22 Aug 1993 22:29:49 +0000 (22:29 +0000)]
Added email address for Keith Bostic, Chris Torek, and Yoval Yarom,
from Guido van Rooji.

30 years agoFixed Julian Elischer email address, added Scott Mace
Rod Grimes [Sun, 22 Aug 1993 21:49:45 +0000 (21:49 +0000)]
Fixed Julian Elischer email address, added Scott Mace

30 years agoAdded kc-kernel target that builds both GENERICAH and GENERICBT kernels.
Rod Grimes [Sun, 22 Aug 1993 10:20:05 +0000 (10:20 +0000)]
Added kc-kernel target that builds both GENERICAH and GENERICBT kernels.
Added kc-floppy that does the common part of building the kc floppies.
Added kc-bt-floppy to build GENERICBT kernel floppy.
Fixed kc-ah-floppy to use kc-floppy.

30 years agoSome more small nits in the printf's fixed.
Rod Grimes [Sun, 22 Aug 1993 10:00:16 +0000 (10:00 +0000)]
Some more small nits in the printf's fixed.

30 years agoPut back in pack serial number printf that was deleted by -s additions.
Rod Grimes [Sun, 22 Aug 1993 09:45:29 +0000 (09:45 +0000)]
Put back in pack serial number printf that was deleted by -s additions.

30 years agoAdded missing newline to end of diskerr output.
Rod Grimes [Sun, 22 Aug 1993 09:44:30 +0000 (09:44 +0000)]
Added missing newline to end of diskerr output.

30 years agoFixed 2 spelling errors of their.
Rod Grimes [Sun, 22 Aug 1993 08:54:33 +0000 (08:54 +0000)]
Fixed 2 spelling errors of their.

30 years agoAdded NetBSD as a contribution source, added Theo Deraadt
Rod Grimes [Sun, 22 Aug 1993 07:50:39 +0000 (07:50 +0000)]
Added NetBSD as a contribution source, added Theo Deraadt

30 years agoadded -s option to scan for bad sectors (patches from Jim Bevier
Andrew Moore [Sun, 22 Aug 1993 05:43:23 +0000 (05:43 +0000)]
added -s option to scan for bad sectors (patches from Jim Bevier
<jbev@jbsys.com>)

30 years agoFixed sef's address per sef.
Rod Grimes [Sun, 22 Aug 1993 05:38:12 +0000 (05:38 +0000)]
Fixed sef's address per sef.

30 years agoUpdated, added the core team list from Nate, and some spelling errors fixed.
Rod Grimes [Sun, 22 Aug 1993 04:43:55 +0000 (04:43 +0000)]
Updated, added the core team list from Nate, and some spelling errors fixed.

EVERY ONE PLEASE REVIEW THIS ASAP!!

30 years agoAdded missing #include "systm.h".
Rod Grimes [Sun, 22 Aug 1993 03:02:39 +0000 (03:02 +0000)]
Added missing #include "systm.h".

30 years agoNew kernel config file for checking out the kernel sources. It does pulls
Rod Grimes [Sun, 22 Aug 1993 02:59:49 +0000 (02:59 +0000)]
New kernel config file for checking out the kernel sources.  It does pulls
in every thing that is known to work, and a lot of things that don't!

30 years agoMoved if_we.c to be back in alphabetic order..
Rod Grimes [Sat, 21 Aug 1993 23:52:36 +0000 (23:52 +0000)]
Moved if_we.c to be back in alphabetic order..

30 years agoUpdate to be a clone of GENERICAH, but for syscons driver.
Rod Grimes [Sat, 21 Aug 1993 23:48:06 +0000 (23:48 +0000)]
Update to be a clone of GENERICAH, but for syscons driver.

30 years agoAdded Id: string
Rod Grimes [Sat, 21 Aug 1993 23:47:20 +0000 (23:47 +0000)]
Added Id: string

30 years agoUpdated GENERICAH to be more current, new kernel GENERICBT for bt/uha
Rod Grimes [Sat, 21 Aug 1993 23:46:42 +0000 (23:46 +0000)]
Updated GENERICAH to be more current, new kernel GENERICBT for bt/uha
systems cloned from new GENERICAH.

30 years agoremove the -DNDBM directive, since this requires the old ndbm.h
Andrew Moore [Sat, 21 Aug 1993 22:47:33 +0000 (22:47 +0000)]
remove the -DNDBM directive, since this requires the old ndbm.h

30 years agoPulled original COPYING file down out of the Attic, cvs update, copied
Rod Grimes [Sat, 21 Aug 1993 22:37:18 +0000 (22:37 +0000)]
Pulled original COPYING file down out of the Attic, cvs update, copied
in the version 2 file over the top of version 1, and now commited.

30 years agoRemoved patch kit header, added Id:
Rod Grimes [Sat, 21 Aug 1993 22:24:24 +0000 (22:24 +0000)]
Removed patch kit header, added Id: