unix-history/.git
30 years agoBreak link between cu and tip.
J.T. Conklin [Thu, 5 Aug 1993 19:11:51 +0000 (19:11 +0000)]
Break link between cu and tip.
The cu from Taylor UUCP is superior in every possible way.

30 years agomoved dummy main() to below includes so stderr is seen...
Andrew Moore [Thu, 5 Aug 1993 19:00:51 +0000 (19:00 +0000)]
moved dummy main() to below includes so stderr is seen...

30 years ago1) getpgrp used inconsistently. The kernel module is changed to
Nate Willams [Thu, 5 Aug 1993 18:56:18 +0000 (18:56 +0000)]
1) getpgrp used inconsistently. The kernel module is changed to
the new POSIX getpgrp without a parameter. But sys/kern/init_sysent.c
and also sys/kern/syscalls.master lists it with one parameter, and the
man page under src/lib/libc/sys/getpgrp.2 is also the old one. The include
file src/include/unistd.h looks like the new definition.

Fixed both to have no parameters

30 years agoFrom: Andreas Schulz <ats@g386bsd.first.gmd.de>
Nate Willams [Thu, 5 Aug 1993 18:53:35 +0000 (18:53 +0000)]
From: Andreas Schulz <ats@g386bsd.first.gmd.de>

1) getpgrp used inconsistently. The kernel module is changed to
the new POSIX getpgrp without a parameter. But sys/kern/init_sysent.c
and also sys/kern/syscalls.master lists it with one parameter, and the
man page under src/lib/libc/sys/getpgrp.2 is also the old one. The include
file src/include/unistd.h looks like the new definition.

(Brought in man page from NetBSD, which had been updated to reflect this
change)

30 years agoRemoved the ranlib statements from before the install (since it's done
Nate Willams [Thu, 5 Aug 1993 18:45:53 +0000 (18:45 +0000)]
Removed the ranlib statements from before the install (since it's done
after the install as well), and changed ranlib -> ${RANLIB}

30 years agoCommented out more links that are no longer needed.
J.T. Conklin [Thu, 5 Aug 1993 18:40:33 +0000 (18:40 +0000)]
Commented out more links that are no longer needed.

30 years agoMakefile
J.T. Conklin [Thu, 5 Aug 1993 18:35:27 +0000 (18:35 +0000)]
Makefile

30 years agoAdded uucp
J.T. Conklin [Thu, 5 Aug 1993 18:29:54 +0000 (18:29 +0000)]
Added uucp

30 years agoTaylor UUCP 1.04
J.T. Conklin [Thu, 5 Aug 1993 18:28:27 +0000 (18:28 +0000)]
Taylor UUCP 1.04

30 years agoAdded lib.mk with lorder|tsort ripped out from library creation
Paul Richards [Thu, 5 Aug 1993 02:15:32 +0000 (02:15 +0000)]
Added lib.mk with lorder|tsort ripped out from library creation
because tsort got stuck in a loop when setting HAVE_cossf2 to 0.

30 years agoFix the problem where newvers gets called every time make is run on
Nate Willams [Wed, 4 Aug 1993 23:51:59 +0000 (23:51 +0000)]
Fix the problem where newvers gets called every time make is run on
the kernel.

30 years agoImproved explanation of __pure and __dead and put the defines back in.
Paul Richards [Wed, 4 Aug 1993 22:49:27 +0000 (22:49 +0000)]
Improved explanation of __pure and __dead and put the defines back in.
Put undefines of ANSI qualifiers back in -- never meant to remove these
in the first place -- woops.

HAVE NOT put back the gcc -ansi re-definitions of ANSI qualifiers back.

30 years agoMis-spelled DPSRCS as DEPSRCS (which is used by tn3270). the new target
Nate Willams [Wed, 4 Aug 1993 22:00:44 +0000 (22:00 +0000)]
Mis-spelled DPSRCS as DEPSRCS (which is used by tn3270).  the new target
is DPSRCS as to not conflict with tn3270 stuff.

30 years agoCleaned up the Makefile to look nicer and not require a lot of hacks
Nate Willams [Wed, 4 Aug 1993 21:00:46 +0000 (21:00 +0000)]
Cleaned up the Makefile to look nicer and not require a lot of hacks

30 years ago[Andreas Schulz: some errors in FreeBSD]
Nate Willams [Wed, 4 Aug 1993 18:22:12 +0000 (18:22 +0000)]
[Andreas Schulz: some errors in FreeBSD]
2) The file src/games/hack/hack.onames.h should be removed from
a clean, or should have at least the mode 644, not 444. A make
is failing , if you are not the super-user. The file is
regenerated from another source-file.

Fixing this required some changes to the make macros, but with those changes
all targets now work with these modifications.  This required placing a
DPSRCS line which created the hack.onames.h file which is required by
most of the sources.

30 years ago(Gee I LIKE BSD make)
Nate Willams [Wed, 4 Aug 1993 18:16:46 +0000 (18:16 +0000)]
(Gee I LIKE BSD make)

Added new bsd.prog.mk define, using the same sort of model that Charles
Hannum used in tn3270, but this one is global.

DPSRCS          List of source files that must exist before compiling the
                program source files.  Usually for a building a configuration
                file that is required by all sources.

Note, this can now be used to fix some of the gcc1 problems that Rod did
with make depends not working until config.h was created.

(This was required to cleanly fix the hack.onames.h problem in games/hack)

30 years agoAdded man page - it looks a little odd in places (the 'i' and 'o'
Jordan K. Hubbard [Wed, 4 Aug 1993 17:51:47 +0000 (17:51 +0000)]
Added man page - it looks a little odd in places (the 'i' and 'o'
commands), but this is the way it looked in the texinfo docs so I
stayed faithful to RMS's original presentation.

30 years agoFor reasons that are a mystery to me, the changes from Guido to vm_mmap
David Greenman [Wed, 4 Aug 1993 06:23:00 +0000 (06:23 +0000)]
For reasons that are a mystery to me, the changes from Guido to vm_mmap
never made it into the source tree. From Guido van Rooij:

when mmapping a file, permissions are checked as it should be. When
mprotect()-ing the address range afterwards, no protection is checked
regarding the protection of the file originally opened. So
when you open /usr/bin/su RDONLY and SHARED you can afterwards change
the mmapped region to READ|WRITE. This gives the possibility to obtain
root privs obviously.

30 years agoFixed macros so that you can do a
Nate Willams [Tue, 3 Aug 1993 20:57:35 +0000 (20:57 +0000)]
Fixed macros so that you can do a
make maninstall at all times and have it not blow up

30 years agoUpdated Makefile to work with/without obj directories
Nate Willams [Tue, 3 Aug 1993 19:08:39 +0000 (19:08 +0000)]
Updated Makefile to work with/without obj directories

Note: We still need the symlink to create fortunes-o

30 years agoThe Makefile didn't recognize the manual page
Nate Willams [Tue, 3 Aug 1993 19:01:05 +0000 (19:01 +0000)]
The Makefile didn't recognize the manual page

30 years agoBetter fix for obj and datfiles directory
Nate Willams [Tue, 3 Aug 1993 18:56:29 +0000 (18:56 +0000)]
Better fix for obj and datfiles directory

30 years agoFixed Makefile to include datfiles for make obj to work
Nate Willams [Tue, 3 Aug 1993 18:45:56 +0000 (18:45 +0000)]
Fixed Makefile to include datfiles for make obj to work

30 years agoAdded install of /var/cron/log.
Rick Macklem [Tue, 3 Aug 1993 17:42:35 +0000 (17:42 +0000)]
Added install of /var/cron/log.
Made it clean up in /sys/i386/boot after building and installing the
boot blocks.
Moved the cd ..; make install to be after the special case stuff for
sendmail.
Added the installation of tcpproto.cf as /etc/sendmail.cf

30 years agoUpdated README and removed Makefile.chmr per the author's wishes
Nate Willams [Tue, 3 Aug 1993 17:10:15 +0000 (17:10 +0000)]
Updated README and removed Makefile.chmr per the author's wishes

30 years agodc has no man page, so add NOMAN to Makefile
Nate Willams [Tue, 3 Aug 1993 16:35:31 +0000 (16:35 +0000)]
dc has no man page, so add NOMAN to Makefile

30 years agoMade all the necessary changes for FreeBSD bugfiling. The bughost is now
Rod Grimes [Tue, 3 Aug 1993 16:06:26 +0000 (16:06 +0000)]
Made all the necessary changes for FreeBSD bugfiling.  The bughost is now
freefall.cdrom.com, the version is FreeBSD-current.  Updated man pages and
scripts.  Bugfiler is set up and running on FreeFall.

30 years agoSpelling error fixed
Nate Willams [Tue, 3 Aug 1993 15:27:56 +0000 (15:27 +0000)]
Spelling error fixed

30 years agoUpdated to recent version of Christoph's init, the version I had was way
Nate Willams [Tue, 3 Aug 1993 15:22:38 +0000 (15:22 +0000)]
Updated to recent version of Christoph's init, the version I had was way
old.

30 years agoChanged sbin to ${BINDIR} so the right things would happen if ../Makefile.inc
Rod Grimes [Tue, 3 Aug 1993 08:32:50 +0000 (08:32 +0000)]
Changed sbin to ${BINDIR} so the right things would happen if ../Makefile.inc
was ever changed.  Added - to ln command so that if $BINDIR/init does not
exist the error is ignored (Happens during a cd src/etc; make distribution,
when building new releases)

30 years agoAn uninitialized pointer causes disklabel to not report when a valid
Rod Grimes [Tue, 3 Aug 1993 08:10:18 +0000 (08:10 +0000)]
An uninitialized pointer causes disklabel to not report when a valid
386BSD partition doesn't exist.

From terry@uieosa.csl.uiuc.edu Thu Jul 22 23:07:26 1993

30 years agoFixed so that DESTDIR/sbin/init does not end up as an unreferenced file
Rod Grimes [Tue, 3 Aug 1993 08:00:01 +0000 (08:00 +0000)]
Fixed so that DESTDIR/sbin/init does not end up as an unreferenced file
after a make install is run.  This was done by ln $DESTIDIR/sbin/init init.old.

A special case rm -f $DESTDIR/sbin/init.old was also added (not yet commited
due to still working on src/etc) to src/etc/Makefile so that /sbin/init.old
does not go out in the initial distributions.

30 years agoRemoved rm -f strip, that command keeps make install's from being repeatable.
Rod Grimes [Tue, 3 Aug 1993 06:52:59 +0000 (06:52 +0000)]
Removed rm -f strip, that command keeps make install's from being repeatable.

30 years agoCorrect fix for Complex.cc Complex.h compile error.
Paul Richards [Tue, 3 Aug 1993 03:49:18 +0000 (03:49 +0000)]
Correct fix for Complex.cc Complex.h compile error.

Replaced with original files and 386BSD patch to move multiplication
operand from .h to .cc to overcome tComplex failure because of inline.
(386BSD patch from ljo).

30 years agoThis commit is bogus, if I knew how to interrupt it I would.
Paul Richards [Tue, 3 Aug 1993 03:33:08 +0000 (03:33 +0000)]
This commit is bogus, if I knew how to interrupt it I would.
-------
Installed original from libg++-2.4 sources which fixes compiler
error due to multiplication operator being in the .cc file instead
of the .h fail.
---------

What's actually happened is I re-installed Complex.h from the original
sources and forget to re-apply a patch for 386BSD which moves the
multiplication operator from the .h file to .cc because it caused
tComplex to fail.

Another commit will follow this that does it right.

30 years agoAdded libregex to Makefile
Rod Grimes [Tue, 3 Aug 1993 03:32:24 +0000 (03:32 +0000)]
Added libregex to Makefile

30 years agoChanged BADSIG to SIG_ERR for POSIX compliance in signal.h
Rod Grimes [Tue, 3 Aug 1993 03:01:46 +0000 (03:01 +0000)]
Changed BADSIG to SIG_ERR for POSIX compliance in signal.h
This should be the last one in /usr/src!

30 years agoFixed BADSIG to be SIG_ERR per POSIX. /sys/sys/signal.h was updated earlier,
Rod Grimes [Tue, 3 Aug 1993 02:18:16 +0000 (02:18 +0000)]
Fixed BADSIG to be SIG_ERR per POSIX.  /sys/sys/signal.h was updated earlier,
I have not found all the BADSIG's yet.

30 years agoMakefile was looking for *.P in ./g++-includes/gen, should have been *.*P.
Rod Grimes [Tue, 3 Aug 1993 02:04:37 +0000 (02:04 +0000)]
Makefile was looking for *.P in ./g++-includes/gen, should have been *.*P.

30 years agoCommented out many of the links that are no longer needed.
Rod Grimes [Tue, 3 Aug 1993 01:40:19 +0000 (01:40 +0000)]
Commented out many of the links that are no longer needed.

30 years agoAdded hooks for other init's.
Nate Willams [Mon, 2 Aug 1993 23:19:52 +0000 (23:19 +0000)]
Added hooks for other init's.

30 years agoFixed man stuff for new man system
Nate Willams [Mon, 2 Aug 1993 23:19:30 +0000 (23:19 +0000)]
Fixed man stuff for new man system

30 years agoForgot to fix the man stuff in the Makefile for new man system
Nate Willams [Mon, 2 Aug 1993 23:18:35 +0000 (23:18 +0000)]
Forgot to fix the man stuff in the Makefile for new man system

30 years agoAdded the BSDI/4.4BSD init, enabled by setting the INIT_BSDI environment
Nate Willams [Mon, 2 Aug 1993 23:17:30 +0000 (23:17 +0000)]
Added the BSDI/4.4BSD init, enabled by setting the INIT_BSDI environment
variable.

30 years agoAdded Christoph's init package to the tree, enabled by setting the environment
Nate Willams [Mon, 2 Aug 1993 23:15:57 +0000 (23:15 +0000)]
Added Christoph's init package to the tree, enabled by setting the environment
variable INIT_CHMR.

30 years agoDefault BLOCKSIZE for root is K-Blocks
Nate Willams [Mon, 2 Aug 1993 22:50:43 +0000 (22:50 +0000)]
Default BLOCKSIZE for root is K-Blocks

30 years agoRemoved default 1K behavior from /etc/csh.login, but put comments
Nate Willams [Mon, 2 Aug 1993 22:46:06 +0000 (22:46 +0000)]
Removed default 1K behavior from /etc/csh.login, but put comments
stating how to get 'old' BSD behavior

30 years agoWhoops, I forgot to add swapinfo to the Makefile when I added it to the
Nate Willams [Mon, 2 Aug 1993 21:34:24 +0000 (21:34 +0000)]
Whoops, I forgot to add swapinfo to the Makefile when I added it to the
tree.  Thanks Paul!

30 years agoSet the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of
Nate Willams [Mon, 2 Aug 1993 21:25:29 +0000 (21:25 +0000)]
Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of
1K blocks and not 512 byte blocks.

30 years agoRemoved df/du aliases, will make them more global and use BLOCKSIZE
Nate Willams [Mon, 2 Aug 1993 21:23:27 +0000 (21:23 +0000)]
Removed df/du aliases, will make them more global and use BLOCKSIZE
environment variable

30 years agoPut back the du -k and df -k flags since POSIX says they should still work,
Rod Grimes [Mon, 2 Aug 1993 21:04:36 +0000 (21:04 +0000)]
Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.

30 years agoAdded Net/2 and POSIX compatible option '-k' which forces block
Nate Willams [Mon, 2 Aug 1993 20:45:05 +0000 (20:45 +0000)]
Added Net/2 and POSIX compatible option '-k' which forces block
counts to be in 1K block sizes to CSRG sources which removed
it.  Also changed swapinfo to now use getopt(3).

30 years agoAdded Net/2 and POSIX compatible option '-k' which forces block
Nate Willams [Mon, 2 Aug 1993 20:44:02 +0000 (20:44 +0000)]
Added Net/2 and POSIX compatible option '-k' which forces block
counts to be in 1K block sizes to CSRG sources which removed
it.

30 years agoFixed 386BSD 0.1 usage of BADSIG, now use POSIX compiant SIG_ERR
Rod Grimes [Mon, 2 Aug 1993 20:38:00 +0000 (20:38 +0000)]
Fixed 386BSD 0.1 usage of BADSIG, now use POSIX compiant SIG_ERR

30 years agoRemove GNU regex.[ch] and use system's regex library. The library is still
J.T. Conklin [Mon, 2 Aug 1993 16:57:31 +0000 (16:57 +0000)]
Remove GNU regex.[ch] and use system's regex library.  The library is still
GNU regex for now, but will be replaced as soon as an alternative is made
availiable.

30 years agoUse system's posix compliant regex routines (GNU regex for now).
J.T. Conklin [Mon, 2 Aug 1993 16:50:55 +0000 (16:50 +0000)]
Use system's posix compliant regex routines (GNU regex for now).

30 years agoRemove -I${.CURDIR}, as we now use system's regex.h
J.T. Conklin [Mon, 2 Aug 1993 16:43:54 +0000 (16:43 +0000)]
Remove -I${.CURDIR}, as we now use system's regex.h

30 years agoUse ./foo.sh, so scripts work if . is not in $PATH.
J.T. Conklin [Mon, 2 Aug 1993 16:42:08 +0000 (16:42 +0000)]
Use ./foo.sh, so scripts work if . is not in $PATH.

30 years agoUse system's posix compliant regex library (GNU regex for now).
J.T. Conklin [Mon, 2 Aug 1993 16:40:59 +0000 (16:40 +0000)]
Use system's posix compliant regex library (GNU regex for now).

30 years ago * Fixed problem where some rev 8013EBT boards want the DCR_LS flag
David Greenman [Mon, 2 Aug 1993 10:36:05 +0000 (10:36 +0000)]
 * Fixed problem where some rev 8013EBT boards want the DCR_LS flag
 * set in order to work in 16bit mode.

   Seems also to improve performance by 15%! (?!) I think there might
be more to this flag than the manual says.

30 years agoRemoved as0 and as1 from the all case since these are obsolete (use sd0...)
Rod Grimes [Mon, 2 Aug 1993 10:16:10 +0000 (10:16 +0000)]
Removed as0 and as1 from the all case since these are obsolete (use sd0...)

30 years agoFix from Garrett A. Wollman to prevent panic when you:
David Greenman [Mon, 2 Aug 1993 08:44:41 +0000 (08:44 +0000)]
Fix from Garrett A. Wollman to prevent panic when you:

1) Compile a kernel with options ISO, EON

2) Execute the following system call:

s = socket(PF_INET, SOCK_RAW, IPPROTO_EON);

30 years agoadded dc to gnu/Makefile
Andrew Moore [Mon, 2 Aug 1993 02:27:17 +0000 (02:27 +0000)]
added dc to gnu/Makefile

30 years agoadded bdes to usr.bin/Makefile
Andrew Moore [Mon, 2 Aug 1993 02:25:40 +0000 (02:25 +0000)]
added bdes to usr.bin/Makefile

30 years agoAdded missing include files.
Paul Richards [Mon, 2 Aug 1993 01:09:02 +0000 (01:09 +0000)]
Added missing include files.

30 years agoRebuilt libgcc sources from libgcc[12].c files after fixing
Paul Richards [Mon, 2 Aug 1993 00:18:18 +0000 (00:18 +0000)]
Rebuilt libgcc sources from libgcc[12].c files after fixing
spelling error in gstddef.h, this fixed the warnings.

30 years agoFixed spelling error in gstddef.h that caused possibly dangerous
Paul Richards [Mon, 2 Aug 1993 00:16:31 +0000 (00:16 +0000)]
Fixed spelling error in gstddef.h that caused possibly dangerous
warnings in libgcc.

Added NOFPU switch to insn-flags.h to turn off generation of
sqrt/sin/cos instructions for machines with no fpu.

30 years agoBADSIG was being used inplace of the POSIX name SIG_ERR. I renamed
Rod Grimes [Sun, 1 Aug 1993 23:46:47 +0000 (23:46 +0000)]
BADSIG was being used inplace of the POSIX name SIG_ERR.  I renamed
BADSIG to SIG_ERR.  Found this in the port of elm, I also updated
~ports/elm-2.4pl21

30 years agoRemoved less from usr.bin Makefile since it's not in usr.bin anymore.
Paul Richards [Sun, 1 Aug 1993 19:07:35 +0000 (19:07 +0000)]
Removed less from usr.bin Makefile since it's not in usr.bin anymore.

30 years agoAdded include protection.
Jordan K. Hubbard [Sun, 1 Aug 1993 16:18:40 +0000 (16:18 +0000)]
Added include protection.

30 years agoRemoved aliases of df -> df -k and du -> du -k, as the k option is not
Rod Grimes [Sun, 1 Aug 1993 00:40:29 +0000 (00:40 +0000)]
Removed aliases of df -> df -k and du -> du -k, as the k option is not
supported in the new df and du code, use setenv BLOCKSIZE 1024 to get
the same effect.

30 years agoMissing ${DESTIDIR} from install of fish.instr, and from my last regression
Rod Grimes [Sat, 31 Jul 1993 21:29:20 +0000 (21:29 +0000)]
Missing ${DESTIDIR} from install of fish.instr, and from my last regression
testing of DESTDIR this is the LAST one in the tree!!!

30 years agocrude hack so that
Andrew Moore [Sat, 31 Jul 1993 02:05:15 +0000 (02:05 +0000)]
crude hack so that
:!!<shell-cmd>
preprends the previous shell command to <shell-cmd>

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Sat, 31 Jul 1993 01:10:24 +0000 (01:10 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoadding GNU dc ("desk calculator")
Andrew Moore [Sat, 31 Jul 1993 01:10:24 +0000 (01:10 +0000)]
adding GNU dc ("desk calculator")

30 years agoupdate strip with latest from UUNET
Andrew Moore [Sat, 31 Jul 1993 00:48:29 +0000 (00:48 +0000)]
update strip with latest from UUNET

30 years agoupdate cp from UUNET w/ changes suggested by Paul K.
Andrew Moore [Sat, 31 Jul 1993 00:46:57 +0000 (00:46 +0000)]
update cp from UUNET w/ changes suggested by Paul K.

30 years agoupdate vis.c from UUNET - no functional change
Andrew Moore [Sat, 31 Jul 1993 00:37:12 +0000 (00:37 +0000)]
update vis.c from UUNET - no functional change

30 years agocorrected vis() prototype for new vis.c from UUNET
Andrew Moore [Sat, 31 Jul 1993 00:35:06 +0000 (00:35 +0000)]
corrected vis() prototype for new vis.c from UUNET

30 years agoadding bdes(1) - 4.4BSD's crypt(1)
Andrew Moore [Fri, 30 Jul 1993 21:32:41 +0000 (21:32 +0000)]
adding bdes(1) - 4.4BSD's crypt(1)

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Fri, 30 Jul 1993 21:32:41 +0000 (21:32 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoGNU Regex 0.12
J.T. Conklin [Fri, 30 Jul 1993 20:16:53 +0000 (20:16 +0000)]
GNU Regex 0.12

30 years agoupdated from UUNET - no functional changes
Andrew Moore [Fri, 30 Jul 1993 19:30:08 +0000 (19:30 +0000)]
updated from UUNET - no functional changes

30 years agoFrom: L Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>
Nate Willams [Fri, 30 Jul 1993 18:17:45 +0000 (18:17 +0000)]
From: L Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>
Subject: ctype.h fixed

I've added prototypes to all ANSI C functions and removed the broken
toupper/tolower.

30 years agoSendmail 8.1c -> 8.3 (From NetBSD with hacked Makefiles)
Nate Willams [Fri, 30 Jul 1993 17:21:41 +0000 (17:21 +0000)]
Sendmail 8.1c -> 8.3 (From NetBSD with hacked Makefiles)

This removes many security bugs from the distribution and brings us
closer to 4.4 status.  Also, this may remove some of the current bugs
in sendmail that folks have been experiencing.

Note: sendmail wants sysconf(), but neither NetBSD or FreeBSD have it,
so I used Adam's flag to disable it's use.

30 years agoRemoved keymap from the Makefile since codrv and friends have been
Rod Grimes [Fri, 30 Jul 1993 16:07:53 +0000 (16:07 +0000)]
Removed keymap from the Makefile since codrv and friends have been
removed.

30 years agoChangeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
Rod Grimes [Fri, 30 Jul 1993 15:09:40 +0000 (15:09 +0000)]
Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
changes its length from 18 to 12.

30 years agoRemoved vty04 from sh MAKEDEV all since that casued root login problems
Rod Grimes [Fri, 30 Jul 1993 11:00:54 +0000 (11:00 +0000)]
Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.

30 years agoFixed com1 -> com00 since com ports are 0 based.
Rod Grimes [Fri, 30 Jul 1993 10:58:46 +0000 (10:58 +0000)]
Fixed com1 -> com00 since com ports are 0 based.

30 years agoWhoops - try again. Include safeties.
Jordan K. Hubbard [Fri, 30 Jul 1993 10:57:13 +0000 (10:57 +0000)]
Whoops - try again.  Include safeties.

30 years agoForgot to fix com01 -> com00, and added com02 and com03
Rod Grimes [Fri, 30 Jul 1993 10:56:34 +0000 (10:56 +0000)]
Forgot to fix com01 -> com00, and added com02 and com03

30 years agoReplaced console with vga.
Rod Grimes [Fri, 30 Jul 1993 10:55:24 +0000 (10:55 +0000)]
Replaced console with vga.

30 years agoNow have very necessary include safety checks
Jordan K. Hubbard [Fri, 30 Jul 1993 10:52:02 +0000 (10:52 +0000)]
Now have very necessary include safety checks

30 years agoupdate uniq with latest from UUNET - adds -f and -s options
Andrew Moore [Fri, 30 Jul 1993 07:10:53 +0000 (07:10 +0000)]
update uniq with latest from UUNET - adds -f and -s options

30 years agoUpdated syscons to 0.2b - please test this! It won't be in the ALPHA
Jordan K. Hubbard [Fri, 30 Jul 1993 02:20:43 +0000 (02:20 +0000)]
Updated syscons to 0.2b - please test this!  It won't be in the ALPHA
release, but it's still worth testing.

30 years agoadded missing modules from UUNET (including new pow.c)
Andrew Moore [Fri, 30 Jul 1993 02:06:30 +0000 (02:06 +0000)]
added missing modules from UUNET (including new pow.c)

30 years agoFree'd up major number assigned to codrv.
Jordan K. Hubbard [Fri, 30 Jul 1993 00:57:06 +0000 (00:57 +0000)]
Free'd up major number assigned to codrv.

30 years agoRemoved entries for codrv, nuked sample config file since no longer necessary.
Jordan K. Hubbard [Fri, 30 Jul 1993 00:56:31 +0000 (00:56 +0000)]
Removed entries for codrv, nuked sample config file since no longer necessary.

30 years agoAdded a default host.conf (gethostnamadr() name resolver) which declares
Nate Willams [Thu, 29 Jul 1993 18:30:36 +0000 (18:30 +0000)]
Added a default host.conf (gethostnamadr() name resolver) which declares
to resolve all names via bind first and then try /etc/hosts.

30 years agoAdded the ability to specify the order to lookup hostnames via
Nate Willams [Thu, 29 Jul 1993 18:28:24 +0000 (18:28 +0000)]
Added the ability to specify the order to lookup hostnames via
/etc/host.conf file.
Choices are "bind" and "hosts", where bind is the the standard default
way and hosts uses your /etc/hosts file to resolve addresses.

Patch is from resolv+, and was modified to be against this new routine
from uunet.