unix-history/.git
31 years agoAdded Makefile.
Jordan K. Hubbard [Wed, 7 Jul 1993 00:37:45 +0000 (00:37 +0000)]
Added Makefile.

31 years agoDescend into librpc properly
Jordan K. Hubbard [Wed, 7 Jul 1993 00:35:19 +0000 (00:35 +0000)]
Descend into librpc properly

31 years agosilence annoying compiler warning messages.
J.T. Conklin [Tue, 6 Jul 1993 23:24:53 +0000 (23:24 +0000)]
silence annoying compiler warning messages.

31 years agoPosix D11.2.2.3 requires that the system's true and false be accessed
J.T. Conklin [Tue, 6 Jul 1993 22:00:37 +0000 (22:00 +0000)]
Posix D11.2.2.3 requires that the system's true and false be accessed
instead of searching the $PATH.  The best way to satisfy this requirement
is to make them a builtin.

true was allready builtin, this patch adds false, and fixes a minor
manpage bug.

31 years agoFixed mkbuiltins to work with/without obj directories
Nate Willams [Tue, 6 Jul 1993 21:46:25 +0000 (21:46 +0000)]
Fixed mkbuiltins to work with/without obj directories

31 years agoReally cleaned up obj/noobj this time (same as I did with CVS)
Nate Willams [Tue, 6 Jul 1993 19:46:03 +0000 (19:46 +0000)]
Really cleaned up obj/noobj this time (same as I did with CVS)

31 years agoWe don't need librcs.a in /usr/lib, so make install not do anything
Nate Willams [Tue, 6 Jul 1993 19:38:11 +0000 (19:38 +0000)]
We don't need librcs.a in /usr/lib, so make install not do anything

31 years agoAdded a link entry for cksum.i386.c, since it is a symlink in the original
Nate Willams [Tue, 6 Jul 1993 19:23:15 +0000 (19:23 +0000)]
Added a link entry for cksum.i386.c, since it is a symlink in the original
distribution and CVS loses symlinks.

31 years agoReally fixed the obj/noobj problems in CVS, and also made it so a
Nate Willams [Tue, 6 Jul 1993 19:12:57 +0000 (19:12 +0000)]
Really fixed the obj/noobj problems in CVS, and also made it so a
make install did not install libcvs in /usr/lib, since it has no
reason to do that.

31 years agoRemoved egrep since the new grep is just a link to it w/out any changes
Nate Willams [Tue, 6 Jul 1993 18:53:50 +0000 (18:53 +0000)]
Removed egrep since the new grep is just a link to it w/out any changes
anymore

31 years agoLeft an ugly in the Makefile
Nate Willams [Tue, 6 Jul 1993 18:45:59 +0000 (18:45 +0000)]
Left an ugly in the Makefile

31 years agoUpdate GNU grep to version 2.0
Nate Willams [Tue, 6 Jul 1993 18:45:26 +0000 (18:45 +0000)]
Update GNU grep to version 2.0

31 years agoDon't echo anything when doing null args, since not doing anything is
Nate Willams [Tue, 6 Jul 1993 18:36:50 +0000 (18:36 +0000)]
Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.

31 years ago#ifdef out an unecessary function prototype that conflicted with the
Nate Willams [Tue, 6 Jul 1993 18:06:49 +0000 (18:06 +0000)]
#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)

31 years ago#ifdef out an unecessary function prototype that conflicted with the
Nate Willams [Tue, 6 Jul 1993 18:00:18 +0000 (18:00 +0000)]
#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)

31 years agoUpdated slattach to new header-compression enabled version (from NetBSD)
Jordan K. Hubbard [Tue, 6 Jul 1993 16:46:02 +0000 (16:46 +0000)]
Updated slattach to new header-compression enabled version (from NetBSD)

31 years agoDo a proper ANSI declaration.
Jordan K. Hubbard [Tue, 6 Jul 1993 00:46:12 +0000 (00:46 +0000)]
Do a proper ANSI declaration.

31 years agoBad hack to get _abort messages gone.
Nate Willams [Mon, 5 Jul 1993 22:54:53 +0000 (22:54 +0000)]
Bad hack to get _abort messages gone.

I suspect that bdiv() was never called until we added the new math
libraries, and now that it is called (and calls abort()) we need ld
to also contain another link to libc.a as well to pick up abort()
which is contained in libc.a

HACK/HACK/HACK

31 years agoUser proper whatis database name.
Jordan K. Hubbard [Mon, 5 Jul 1993 22:54:43 +0000 (22:54 +0000)]
User proper whatis database name.

31 years agoFixed netstart to have a hard-coded localhost address.
Nate Willams [Mon, 5 Jul 1993 21:43:35 +0000 (21:43 +0000)]
Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in
your nameserver or no name-server.

31 years agoundid a NetBSD fix because without other support code it does nothing, and
David Greenman [Mon, 5 Jul 1993 13:50:18 +0000 (13:50 +0000)]
undid a NetBSD fix because without other support code it does nothing, and
also because it's untested.

31 years agofixed incorrect signed var type in select that can lead to a panic
David Greenman [Mon, 5 Jul 1993 13:47:49 +0000 (13:47 +0000)]
fixed incorrect signed var type in select that can lead to a panic

31 years agoAdded scandir.c back into the Makefile, since the new directory file
Nate Willams [Sun, 4 Jul 1993 04:07:39 +0000 (04:07 +0000)]
Added scandir.c back into the Makefile, since the new directory file
still requires it.

31 years agoIncreased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
Rick Macklem [Sat, 3 Jul 1993 21:21:35 +0000 (21:21 +0000)]
Increased default data size (DFLDSIZ) to 16MB.  Need to rebuild libutil,
kernel, ps and w for this to work!

31 years agoArghh... someone forgot a \ on a line...
Rick Macklem [Sat, 3 Jul 1993 12:39:22 +0000 (12:39 +0000)]
Arghh... someone forgot a \ on a line...

31 years agoRemoved DPADD of libcompat, added LINKS and MLINKS for page -> more
Rick Macklem [Sat, 3 Jul 1993 03:09:19 +0000 (03:09 +0000)]
Removed DPADD of libcompat, added LINKS and MLINKS for page -> more

31 years agoEnable traversal into the gnu tree at the top level now.
Rick Macklem [Sat, 3 Jul 1993 03:03:40 +0000 (03:03 +0000)]
Enable traversal into the gnu tree at the top level now.

31 years agoFix again for obj dir case..
Rick Macklem [Sat, 3 Jul 1993 02:47:17 +0000 (02:47 +0000)]
Fix again for obj dir case..

31 years agoUpdated since the links for the gnu stuff are no longer needed.
Rick Macklem [Sat, 3 Jul 1993 02:01:30 +0000 (02:01 +0000)]
Updated since the links for the gnu stuff are no longer needed.

31 years agoAnother missing ${COPY} knob
Rick Macklem [Sat, 3 Jul 1993 01:24:54 +0000 (01:24 +0000)]
Another missing ${COPY} knob

31 years agoRemoved rm -rf ./strip from install:, this should be done by a make clean
Rick Macklem [Sat, 3 Jul 1993 01:12:35 +0000 (01:12 +0000)]
Removed rm -rf ./strip from install:, this should be done by a make clean

31 years agoAdded ${COPY} knob to install, added CLEANFILES+= termcap so things get
Rick Macklem [Sat, 3 Jul 1993 01:06:26 +0000 (01:06 +0000)]
Added ${COPY} knob to install, added CLEANFILES+= termcap so things get
installed and cleaned up properly.

31 years agoNew manual page system, missed this one on the first round
Rick Macklem [Sat, 3 Jul 1993 00:53:52 +0000 (00:53 +0000)]
New manual page system, missed this one on the first round

31 years agoAdded ${COPY} knob to install
Rick Macklem [Sat, 3 Jul 1993 00:40:59 +0000 (00:40 +0000)]
Added ${COPY} knob to install

31 years agoAdded the ${COPY} knob to install
Rick Macklem [Sat, 3 Jul 1993 00:25:14 +0000 (00:25 +0000)]
Added the ${COPY} knob to install

31 years agoAdded ${COPY} knob to the install commands
Rick Macklem [Sat, 3 Jul 1993 00:21:21 +0000 (00:21 +0000)]
Added ${COPY} knob to the install commands

31 years agoRename manual page for new manual system, I missed this when doing
Rick Macklem [Sat, 3 Jul 1993 00:12:24 +0000 (00:12 +0000)]
Rename manual page for new manual system, I missed this when doing
the commits.

31 years agoThe 4.4 version needs alot more stuff than exists in the current interim
Nate Willams [Sat, 3 Jul 1993 00:01:21 +0000 (00:01 +0000)]
The 4.4 version needs alot more stuff than exists in the current interim
sources.  Back to the old version again.

31 years agoChris Provenzan (proven@Athena.MIT.EDU)
Nate Willams [Fri, 2 Jul 1993 22:05:24 +0000 (22:05 +0000)]
Chris Provenzan (proven@Athena.MIT.EDU)
Removed bugs and memory leaks from the directory functions.

31 years agoguido@gvr.win.tue.nl (Guido van Rooij)
Nate Willams [Fri, 2 Jul 1993 21:24:51 +0000 (21:24 +0000)]
guido@gvr.win.tue.nl (Guido van Rooij)
Bug:
telnet SEND command broken in client (e.g., SEND AYT)
Diagnosis::
In commands.c:sendcmd(),  options that don't have a special
handler function are sent by NET2ADD(IAC, what).
The local variable "what" is never assigned, resulting in junk
being sent to the telnet server.

31 years agodavidb@otto.bf.rmit.oz.au (David Burren [Athos])
Nate Willams [Fri, 2 Jul 1993 21:16:12 +0000 (21:16 +0000)]
davidb@otto.bf.rmit.oz.au (David Burren [Athos])
The following patch to /usr/src/usr.bin/netstat/route.c fixes what
I saw as two bugs in `netstat -r`:

1.      The output of "Route Tree for Protocol Family" specified the
        PF as an int rather than a name.
        My fix for this was a quick hack.

2.      The gateways in the routing table were always reported as
        numeric addresses, even when "-n" was ommitted.
        The fix for this is simple and clean.

31 years agoAdded err.3 to manual page list, got dropped when I did a cvs udpate/merge
Rick Macklem [Fri, 2 Jul 1993 12:02:53 +0000 (12:02 +0000)]
Added err.3 to manual page list, got dropped when I did a cvs udpate/merge
of Jordans work, and Nates work.

31 years agoAdded ed, it has been missed so many times now!
Rick Macklem [Fri, 2 Jul 1993 11:42:30 +0000 (11:42 +0000)]
Added ed, it has been missed so many times now!

31 years agoadded missing parens in buffer allocation (caused seg violation)
Andrew Moore [Fri, 2 Jul 1993 10:55:17 +0000 (10:55 +0000)]
added missing parens in buffer allocation (caused seg violation)

31 years agoWe really need atof somewhere in the tree, so tell the Makefile to
Nate Willams [Fri, 2 Jul 1993 10:25:21 +0000 (10:25 +0000)]
We really need atof somewhere in the tree, so tell the Makefile to
to find it.

31 years ago1) Bug description =============================================
Nate Willams [Fri, 2 Jul 1993 09:16:49 +0000 (09:16 +0000)]
1) Bug description =============================================

Programs compiled on 386bsd using the stock gcc 1.39 do not cast
doubles to ints correctly.  K&R says: "When the value of a
floating type is converted to integral type, the fractional part
is discarded...".  However, under 386bsd, doubles get ROUNDED to
the nearest int during a cast (instead of getting truncated).
This did not seem to occur under gcc 2.3.3 (on ref.tfs.com).

2) Fix by steve@robobar.co.uk (Steve Bleazard) ==================

"...the bug appears to be in the __fix{uns}dfsi routines that
convert from double to long.  The 386 versions of these routines
do not appear to set the rounding mode.  [...] gcc 2.3.3 appears to
have it's own C version of these routines...."

31 years ago1) Bug description =============================================
Nate Willams [Fri, 2 Jul 1993 09:01:31 +0000 (09:01 +0000)]
1) Bug description =============================================

Programs compiled on 386bsd using the stock gcc 1.39 do not cast
doubles to ints correctly.  K&R says: "When the value of a
floating type is converted to integral type, the fractional part
is discarded...".  However, under 386bsd, doubles get ROUNDED to
the nearest int during a cast (instead of getting truncated).
This did not seem to occur under gcc 2.3.3 (on ref.tfs.com).

2) Fix by steve@robobar.co.uk (Steve Bleazard) ==================

"...the bug appears to be in the __fix{uns}dfsi routines that
convert from double to long.  The 386 versions of these routines
do not appear to set the rounding mode.  [...] gcc 2.3.3 appears to
have it's own C version of these routines...."

31 years agoModified Bruce Evan's patch to useracc to disallow access to UPAGES.
David Greenman [Fri, 2 Jul 1993 08:56:07 +0000 (08:56 +0000)]
Modified Bruce Evan's patch to useracc to disallow access to UPAGES.
Originally suggested by Yuval Yurom.
Modified calls to round_page() that pass a param that's off by one.
Suggested by Ralf Friedl and Guido Van Rooij.

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 08:51:38 +0000 (08:51 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 07:27:37 +0000 (07:27 +0000)]
New manual page system

31 years agoAdded diffs from NetBSD version to allow find to compile
Nate Willams [Fri, 2 Jul 1993 06:53:14 +0000 (06:53 +0000)]
Added diffs from NetBSD version to allow find to compile

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 06:44:42 +0000 (06:44 +0000)]
New manual page system

31 years agoConsolidate mark code - no functional changes or fixes.
Andrew Moore [Fri, 2 Jul 1993 06:16:28 +0000 (06:16 +0000)]
Consolidate mark code - no functional changes or fixes.

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 06:14:54 +0000 (06:14 +0000)]
New manual page system

31 years agoUpdated to newest version on uunet
Nate Willams [Fri, 2 Jul 1993 06:13:38 +0000 (06:13 +0000)]
Updated to newest version on uunet

31 years agoDate: Sun, 4 Apr 1993 15:43:24 +1000
Nate Willams [Fri, 2 Jul 1993 06:04:27 +0000 (06:04 +0000)]
Date: Sun, 4 Apr 1993 15:43:24 +1000
From: Bruce Evans <bde@runx.oz.au>
Subject: strtod and hugeval patches

... a decent implementation of HUGE_VAL by me.

31 years agoBruce Evans minor (cleanup) fixes
Nate Willams [Fri, 2 Jul 1993 05:53:33 +0000 (05:53 +0000)]
Bruce Evans minor (cleanup) fixes

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 05:48:40 +0000 (05:48 +0000)]
New manual page system

31 years agoBruce Evans:
Nate Willams [Fri, 2 Jul 1993 05:45:18 +0000 (05:45 +0000)]
Bruce Evans:

I still don't understand the overflow possibilities mentioned next to
the XXX.  errtmp was added by my patch to 0.0.  Bill deleted the
volatile but it is necessary to stop gcc -O from optimizing away the
assignments to errtmp.  Of course volatile is not portable to old
compilers.  No doubt that's why it got deleted.  My minix version of the
library has volatile errtmp's in several other files but my 386BSD
version only has them for pow.c (they came with this fix).  The point of
the errtmp expressions was to set various IEEE flags but we are a long
way from supporting this properly.  First we need to support ANSI
behaviour.

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 05:41:22 +0000 (05:41 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 04:54:10 +0000 (04:54 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 04:34:59 +0000 (04:34 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 04:22:44 +0000 (04:22 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 01:54:14 +0000 (01:54 +0000)]
New manual page system

31 years agoFixed up gcc1 to compile where it's at.
Nate Willams [Thu, 1 Jul 1993 23:27:01 +0000 (23:27 +0000)]
Fixed up gcc1 to compile where it's at.

31 years agoFixed missing entries for assert and for the strtod fixes
Nate Willams [Thu, 1 Jul 1993 20:49:02 +0000 (20:49 +0000)]
Fixed missing entries for assert and for the strtod fixes

31 years agoL Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>
Nate Willams [Thu, 1 Jul 1993 18:19:23 +0000 (18:19 +0000)]
L Jonas Olsson <ljo@vger.EEAP.CWRU.Edu>

 My stdio.h patch has showed up! I've discussed it with Bruce and the
conclusion is that a nicer patch to use is ...

31 years agoBruce Evans:
Nate Willams [Thu, 1 Jul 1993 00:17:55 +0000 (00:17 +0000)]
Bruce Evans:

The enclosed diffs implement printing of the floating point state for
the version of gdb-3.5 in 386BSD-0.0.  I don't have gdb for 386BSD-0.1
but I've been told that it is also missing this feature.

The changes are small.  Code to read the FP state from the kernel was
#ifdef'ed out, but it essentially works.  Code to change the FP regs
is still #ifdef'ed out.  It is close to working too.  Printing of the
FP regs was broken because hard reg numbers were confused with stack
offsets.

4. The emulator does not handle FP errors right, and it does not
   communicate the emulated FP state to the rest of the kernel, so
   "info float" shows garbage.

31 years agotodd@flex.eng.mcmaster.ca (Todd Pfaff)
Nate Willams [Thu, 1 Jul 1993 00:15:11 +0000 (00:15 +0000)]
todd@flex.eng.mcmaster.ca (Todd Pfaff)

There are a few errors in the new pc3 termcap entry supplied with pk-0.2.4.
The entries for the k1-9 functions should have an '=' rather than a ':'.
I discovered this when trying to convert the termcap entry to a terminfo
entry on a Sun.

31 years agoWhoops, need to add the code to the Makefile I suppose. :-)
Nate Willams [Thu, 1 Jul 1993 00:00:26 +0000 (00:00 +0000)]
Whoops, need to add the code to the Makefile I suppose. :-)

31 years agoThomas Russo (russo@nile.chem.columbia.edu)
Nate Willams [Wed, 30 Jun 1993 23:45:11 +0000 (23:45 +0000)]
Thomas Russo (russo@nile.chem.columbia.edu)

Upon successful completion fgetpos() ...return 0....  Otherwise, -1 is
returned and the global variable errno is set to indicate the error.

It is fixed now.

31 years agoAndrew A. Chernov (ache@astral.msk.su)
Nate Willams [Wed, 30 Jun 1993 23:33:41 +0000 (23:33 +0000)]
Andrew A. Chernov  (ache@astral.msk.su)
The t_flags field NEVER contain CRTSCTS, but t_cflag filed does.
Fix help me to minimize "silo overflow".

31 years agoAdded new 4.4 assert that Chris Torek posted to the net.
Nate Willams [Wed, 30 Jun 1993 23:25:41 +0000 (23:25 +0000)]
Added new 4.4 assert that Chris Torek posted to the net.

31 years agoAdded (protection) around negative constants, in case a program wants
Nate Willams [Wed, 30 Jun 1993 22:59:18 +0000 (22:59 +0000)]
Added (protection) around negative constants, in case a program wants
to use the negative of that constant.

#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)

i = -NEG_NUM; /* Error --3 */
j = -SAFE_NEG_NUM /* Okay -(-3) */

31 years agoRemoved previous change due to possible conflict with Yuval's changes,
Nate Willams [Wed, 30 Jun 1993 22:30:55 +0000 (22:30 +0000)]
Removed previous change due to possible conflict with Yuval's changes,
and bad judgement call on my part.

31 years agoForgot to add this yesterday as part of the fixed FP operations
Nate Willams [Wed, 30 Jun 1993 16:40:00 +0000 (16:40 +0000)]
Forgot to add this yesterday as part of the fixed FP operations

31 years agoArghh.. only got one of the two rm -f /usr/include/machine in the last
Rick Macklem [Tue, 29 Jun 1993 23:27:51 +0000 (23:27 +0000)]
Arghh.. only got one of the two rm -f /usr/include/machine in the last
update.  Now fixed.  make install copies works correctly for all cases
(I think)

31 years agoThis patch is from sim@cory.berkeley.edu (Peng-Toh Sim). It fixes a bug
Nate Willams [Tue, 29 Jun 1993 23:24:26 +0000 (23:24 +0000)]
This patch is from sim@cory.berkeley.edu (Peng-Toh Sim).  It fixes a bug
in 386BSD where arguments on pound-bang lines (#!) were dropped.

31 years agoChanged rm -f to rm -rf for make copies case of /usr/include/machine so
Rod Grimes [Tue, 29 Jun 1993 23:23:28 +0000 (23:23 +0000)]
Changed rm -f to rm -rf for make copies case of /usr/include/machine so
that it works more than once.

31 years agocgd@lamp.cs.berkeley.edu
Nate Willams [Tue, 29 Jun 1993 15:00:16 +0000 (15:00 +0000)]
cgd@lamp.cs.berkeley.edu
  fix behavior when VM_MAXUSER_ADDRESS == (-UPAGES * NBPG)
andrew@lamp.cs.berkeley.edu
  Disallow access to the user pages, where the kernel stack is stored.
  This is effected in useracc(), and also by a vm_protect() in vm_fork()
  for i386 CPUs.  Without the latter a write to the user area, say
  USRSTACK+1000, would hang a 386-based system.

31 years agoFixed touch so that it will compile, and used some patches from
Nate Willams [Tue, 29 Jun 1993 14:28:37 +0000 (14:28 +0000)]
Fixed touch so that it will compile, and used some patches from
Kim Andersen <kim@dde.dk> to make it more POSIX

31 years agoWhoops, a typo in the Makefile
Nate Willams [Tue, 29 Jun 1993 14:20:33 +0000 (14:20 +0000)]
Whoops, a typo in the Makefile

31 years agoAdded fnmatch.h and err.h which are new from 4.4
Nate Willams [Tue, 29 Jun 1993 14:19:36 +0000 (14:19 +0000)]
Added fnmatch.h and err.h which are new from 4.4

31 years agoAdded Sean Fagan's changes to keep Bash from blowing the kernel out
Nate Willams [Tue, 29 Jun 1993 13:58:18 +0000 (13:58 +0000)]
Added Sean Fagan's changes to keep Bash from blowing the kernel out
of the water.

By default, the maximum # of fdesc is 2048, but this can be changed in
your configuration file if necessary.

31 years agosef:
Nate Willams [Tue, 29 Jun 1993 13:43:28 +0000 (13:43 +0000)]
sef:
Bloody stupid misspelled name caused me grief, so I'm changing it
wherever I can.  (Function is getgrnam, documentation says getgrnam*e*!)

31 years agoNew atof code (this makes executables significantly bigger)
Nate Willams [Tue, 29 Jun 1993 13:36:30 +0000 (13:36 +0000)]
New atof code (this makes executables significantly bigger)

31 years agoUpdated routines that use the new fixed atof code
Nate Willams [Tue, 29 Jun 1993 13:35:59 +0000 (13:35 +0000)]
Updated routines that use the new fixed atof code

31 years agoSetting up for updated (usable) FPE atof/vfprintf/vfscanf fixes
Nate Willams [Tue, 29 Jun 1993 13:34:33 +0000 (13:34 +0000)]
Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixes

31 years agoRemoved libcompat from Makefile (I had one on my box)
Nate Willams [Tue, 29 Jun 1993 13:04:41 +0000 (13:04 +0000)]
Removed libcompat from Makefile (I had one on my box)

31 years agofixed problem with 2 `/' chars back to back in temp files, which kills emacs
Nate Willams [Tue, 29 Jun 1993 13:02:20 +0000 (13:02 +0000)]
fixed problem with 2 `/' chars back to back in temp files, which kills emacs
(Cgd and NetBSD)

31 years agoMake arguments match prototypes.
Nate Willams [Tue, 29 Jun 1993 12:57:27 +0000 (12:57 +0000)]
Make arguments match prototypes.

31 years agoStdio fixes from Chris Torek by way of NetBSD
Nate Willams [Tue, 29 Jun 1993 12:48:13 +0000 (12:48 +0000)]
Stdio fixes from Chris Torek by way of NetBSD

31 years agoAdded tn3270 back into the makefile (it's got warnings when compiling,
Nate Willams [Tue, 29 Jun 1993 11:57:00 +0000 (11:57 +0000)]
Added tn3270 back into the makefile (it's got warnings when compiling,
but it works and most of the warnings are from the telnet code it uses)

31 years agoWhoops, I forgot a few files. Added/Edited the makefiles to allow
Nate Willams [Tue, 29 Jun 1993 11:54:53 +0000 (11:54 +0000)]
Whoops, I forgot a few files.  Added/Edited the makefiles to allow
obj/no obj directories and removed the need for libcrypt.a

31 years agoUpdate tn3270 to new B-maked version that mycroft of NetBSD did.
Nate Willams [Tue, 29 Jun 1993 11:40:24 +0000 (11:40 +0000)]
Update tn3270 to new B-maked version that mycroft of NetBSD did.

31 years agoTemporary fix to make groff work with/without obj directories. I may be
Nate Willams [Tue, 29 Jun 1993 10:57:29 +0000 (10:57 +0000)]
Temporary fix to make groff work with/without obj directories.  I may be
able to clean it up even more, but I don't want to break things that are
currently working.

31 years agoUpdate more to newest version on uunet
Nate Willams [Tue, 29 Jun 1993 10:51:46 +0000 (10:51 +0000)]
Update more to newest version on uunet

31 years agoUpdate tset to newest version on uunet
Nate Willams [Tue, 29 Jun 1993 10:43:11 +0000 (10:43 +0000)]
Update tset to newest version on uunet

31 years agoFixed a missing letter that causes an error when formatting the document
Nate Willams [Tue, 29 Jun 1993 10:17:35 +0000 (10:17 +0000)]
Fixed a missing letter that causes an error when formatting the document

31 years agold is moved to src/gnu
Nate Willams [Tue, 29 Jun 1993 09:58:20 +0000 (09:58 +0000)]
ld is moved to src/gnu