unix-history/.git
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

31 years agoMoved ld to src/gnu
Nate Willams [Tue, 29 Jun 1993 09:55:48 +0000 (09:55 +0000)]
Moved ld to src/gnu

31 years agoAdded gdb/gas/ld to GNU makefiles
Nate Willams [Tue, 29 Jun 1993 09:54:26 +0000 (09:54 +0000)]
Added gdb/gas/ld to GNU makefiles
Changed the default install directory to be /usr/bin, instead of the
non-standard /usr/gnu/bin.  Until we fix the rest of the tree, it
breaks things.

31 years agoAdded the new gas directory
Nate Willams [Tue, 29 Jun 1993 09:51:23 +0000 (09:51 +0000)]
Added the new gas directory

31 years agoAdded GNU gdb to src/gnu
Nate Willams [Tue, 29 Jun 1993 09:48:26 +0000 (09:48 +0000)]
Added GNU gdb to src/gnu

31 years agoUpdated it to contain all current utilities in the usr.bin directory
Nate Willams [Tue, 29 Jun 1993 09:03:07 +0000 (09:03 +0000)]
Updated it to contain all current utilities in the usr.bin directory
(I still need to move gas and gdb, and the Makefile already has been
fixed for that)

31 years agoAdded diff/diff3 to the Makefile
Nate Willams [Tue, 29 Jun 1993 08:38:38 +0000 (08:38 +0000)]
Added diff/diff3 to the Makefile

31 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Nate Willams [Tue, 29 Jun 1993 08:19:28 +0000 (08:19 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

31 years agoGNU3 Diff 2.3
Nate Willams [Tue, 29 Jun 1993 08:19:28 +0000 (08:19 +0000)]
GNU3 Diff 2.3

31 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Nate Willams [Tue, 29 Jun 1993 08:13:44 +0000 (08:13 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

31 years agoGNU Diff 2.3
Nate Willams [Tue, 29 Jun 1993 08:13:44 +0000 (08:13 +0000)]
GNU Diff 2.3

31 years agoAdded fgrep to Makefile
Nate Willams [Tue, 29 Jun 1993 06:30:52 +0000 (06:30 +0000)]
Added fgrep to Makefile

31 years agoUgh, whoever did the port made a mess, I cleaned up the Makefile and
Nate Willams [Tue, 29 Jun 1993 06:19:29 +0000 (06:19 +0000)]
Ugh, whoever did the port made a mess, I cleaned up the Makefile and
deleted un-necessary stuff

31 years agoAdded entries for egrep and grep
Nate Willams [Tue, 29 Jun 1993 06:15:27 +0000 (06:15 +0000)]
Added entries for egrep and grep

31 years agoGnu e?grep 1.6
Nate Willams [Tue, 29 Jun 1993 06:04:45 +0000 (06:04 +0000)]
Gnu e?grep 1.6

31 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Nate Willams [Tue, 29 Jun 1993 06:04:45 +0000 (06:04 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

31 years agoAdded sort to Makefile
Nate Willams [Tue, 29 Jun 1993 05:36:16 +0000 (05:36 +0000)]
Added sort to Makefile

31 years agoGNU Textutils-1.6
Nate Willams [Tue, 29 Jun 1993 05:21:43 +0000 (05:21 +0000)]
GNU Textutils-1.6

31 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Nate Willams [Tue, 29 Jun 1993 05:21:43 +0000 (05:21 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

31 years agoAdded pr to the Makefile
Nate Willams [Tue, 29 Jun 1993 05:05:01 +0000 (05:05 +0000)]
Added pr to the Makefile

31 years agoAdded a CLEANFILES entry for getdate.c (it's created by yacc)
Nate Willams [Tue, 29 Jun 1993 05:02:59 +0000 (05:02 +0000)]
Added a CLEANFILES entry for getdate.c (it's created by yacc)

31 years agoFrom Textutils-1.6
Nate Willams [Tue, 29 Jun 1993 04:58:06 +0000 (04:58 +0000)]
From Textutils-1.6

31 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Nate Willams [Tue, 29 Jun 1993 04:58:06 +0000 (04:58 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

31 years agoForgot to get a fix that NetBSD logs told me to do.
Nate Willams [Tue, 29 Jun 1993 04:36:42 +0000 (04:36 +0000)]
Forgot to get a fix that NetBSD logs told me to do.
(4.4 has a __dead define that is volatile, so we just use volatile)

31 years agoAdded some support the new err(3) routines need
Nate Willams [Tue, 29 Jun 1993 04:34:12 +0000 (04:34 +0000)]
Added some support the new err(3) routines need
(Copied directly from NetBSD verbatim)

31 years agoAdded new BSD touch (more POSIX). It requires new libraries and a
Nate Willams [Tue, 29 Jun 1993 04:29:13 +0000 (04:29 +0000)]
Added new BSD touch (more POSIX).  It requires new libraries and a
new include file installed to compile

31 years agoAdded termios(4) page from uunet
Nate Willams [Tue, 29 Jun 1993 04:27:20 +0000 (04:27 +0000)]
Added termios(4) page from uunet

31 years agoAdded new err(3) library routines from NetBSD (couldn't find them on uunet?)
Nate Willams [Tue, 29 Jun 1993 04:22:33 +0000 (04:22 +0000)]
Added new err(3) library routines from NetBSD (couldn't find them on uunet?)

31 years agoAdd err.h (needed for new touch) Library routines to follow
Nate Willams [Tue, 29 Jun 1993 04:03:18 +0000 (04:03 +0000)]
Add err.h (needed for new touch)  Library routines to follow

31 years agoUpgraded from GNU tail to BSD tail from uunet (This was in Net/2, why didn't
Nate Willams [Tue, 29 Jun 1993 03:49:20 +0000 (03:49 +0000)]
Upgraded from GNU tail to BSD tail from uunet (This was in Net/2, why didn't
Bill use it??)