unix-history/.git
38 years agoreplaced tcpexprexmtbackoff with sppexprexmtbackoff for bbn net code
Dan Walsh [Sat, 24 Aug 1985 03:26:44 +0000 (19:26 -0800)]
replaced tcpexprexmtbackoff with sppexprexmtbackoff for bbn net code

SCCS-vsn: sys/netns/spp_usrreq.c 6.10

38 years agoremoved reverence to Berk TCP variable so can compile with BBN stuff
Dan Walsh [Sat, 24 Aug 1985 03:17:36 +0000 (19:17 -0800)]
removed reverence to Berk TCP variable so can compile with BBN stuff

SCCS-vsn: sys/netns/spp_usrreq.c 6.9

38 years agofix rdp assembler junk
Dan Walsh [Sat, 24 Aug 1985 02:17:04 +0000 (18:17 -0800)]
fix rdp assembler junk

SCCS-vsn: sys/conf/files 6.8

38 years agoUpdate diagnastics to reflect the return of reserve operan for
Miriam Amos Nihart [Fri, 23 Aug 1985 10:55:54 +0000 (02:55 -0800)]
Update diagnastics to reflect the return of reserve operan for
negative numbers.

SCCS-vsn: lib/libm/common_source/lgamma.3 1.2

38 years agoupdate from donn@utah-cs
Kirk McKusick [Fri, 23 Aug 1985 10:09:06 +0000 (02:09 -0800)]
update from donn@utah-cs

SCCS-vsn: old/pcc/c2.vax/c2.h 4.10
SCCS-vsn: old/pcc/c2.vax/c20.c 4.10
SCCS-vsn: old/pcc/c2.vax/c21.c 4.16
SCCS-vsn: old/pcc/mip/allo.c 4.7
SCCS-vsn: old/pcc/mip/cgram.y 4.4
SCCS-vsn: old/pcc/mip/common.c 4.2
SCCS-vsn: old/pcc/mip/config.h 4.3
SCCS-vsn: old/pcc/mip/fort.c 4.7
SCCS-vsn: old/pcc/mip/match.c 4.4
SCCS-vsn: old/pcc/mip/optim.c 4.6
SCCS-vsn: old/pcc/mip/pass1.h 4.2
SCCS-vsn: old/pcc/mip/pftn.c 1.9
SCCS-vsn: old/pcc/mip/reader.c 4.4
SCCS-vsn: old/pcc/mip/scan.c 1.7
SCCS-vsn: old/pcc/mip/trees.c 4.9

38 years agodo validity checking on number of arguments (from donn@utah-cs)
Kirk McKusick [Fri, 23 Aug 1985 08:09:00 +0000 (00:09 -0800)]
do validity checking on number of arguments (from donn@utah-cs)

SCCS-vsn: sys/vax/inline/main.c 1.9
SCCS-vsn: sys/vax/inline/machdep.c 1.7
SCCS-vsn: usr.bin/pascal/pc2/langpats.c 5.2

38 years agoUse old gamma.
Miriam Amos Nihart [Fri, 23 Aug 1985 07:04:52 +0000 (23:04 -0800)]
Use old gamma.

SCCS-vsn: include/math.h 4.5

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Fri, 23 Aug 1985 06:01:10 +0000 (22:01 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/IEEE/trig.c 1.2

38 years agouse sigmask() instead of private definitions
Mike Karels [Fri, 23 Aug 1985 05:41:07 +0000 (21:41 -0800)]
use sigmask() instead of private definitions

SCCS-vsn: sys/kern/tty.c 6.21

38 years agoUse old gamma.
Miriam Amos Nihart [Fri, 23 Aug 1985 04:47:21 +0000 (20:47 -0800)]
Use old gamma.

SCCS-vsn: old/libm/libm/README 1.4

38 years agoReflect the correct gamma.
Miriam Amos Nihart [Fri, 23 Aug 1985 03:21:41 +0000 (19:21 -0800)]
Reflect the correct gamma.

SCCS-vsn: old/libm/libm/Makefile 4.8

38 years agoReflect old gamma.
Miriam Amos Nihart [Fri, 23 Aug 1985 03:17:47 +0000 (19:17 -0800)]
Reflect old gamma.

SCCS-vsn: lib/libm/common_source/math.3 6.4

38 years agofrom rich
Mike Karels [Fri, 23 Aug 1985 03:11:53 +0000 (19:11 -0800)]
from rich

SCCS-vsn: sys/vax/uba/uda.c 6.10

38 years agodate and time created 85/08/22 12:02:40 by miriam
Miriam Amos Nihart [Fri, 23 Aug 1985 03:02:40 +0000 (19:02 -0800)]
date and time created 85/08/22 12:02:40 by miriam

SCCS-vsn: lib/libm/common_source/lgamma.3 1.1

38 years agomechanism for sending gateway down info to protocol to redirect connections
Dan Walsh [Fri, 23 Aug 1985 02:46:20 +0000 (18:46 -0800)]
mechanism for sending gateway down info to protocol to redirect connections

SCCS-vsn: sys/sys/protosw.h 6.6

38 years agobbn net code currently requires 256 byte mbufs for protocol state
Dan Walsh [Fri, 23 Aug 1985 01:00:31 +0000 (17:00 -0800)]
bbn net code currently requires 256 byte mbufs for protocol state

SCCS-vsn: sys/sys/mbuf.h 6.7

38 years agoadded ioctls to adjust bbn net protocol timers...
Dan Walsh [Fri, 23 Aug 1985 00:57:43 +0000 (16:57 -0800)]
added ioctls to adjust bbn net protocol timers...

SCCS-vsn: sys/sys/ioctl.h 6.13

38 years agoremoved old 3 bytes ethernet<->IP address mapping scheme based on oldmap.
Dan Walsh [Fri, 23 Aug 1985 00:37:09 +0000 (16:37 -0800)]
removed old 3 bytes ethernet<->IP address mapping scheme based on oldmap.

SCCS-vsn: sys/netinet/if_ether.c 6.11

38 years agodo validity checking on number of arguments (from donn@utah-cs)
Kirk McKusick [Thu, 22 Aug 1985 11:19:48 +0000 (03:19 -0800)]
do validity checking on number of arguments (from donn@utah-cs)

SCCS-vsn: sys/vax/inline/inline.h 1.4
SCCS-vsn: sys/vax/inline/langpats.c 2.10
SCCS-vsn: sys/vax/inline/libcpats.c 1.4
SCCS-vsn: sys/vax/inline/machpats.c 1.5

38 years agoneed to remember gateway ping information.
Dan Walsh [Thu, 22 Aug 1985 06:40:35 +0000 (22:40 -0800)]
need to remember gateway ping information.

SCCS-vsn: sys/net/route.h 6.5

38 years agoupdated so that could configure either bbn or berkeley networking
Dan Walsh [Thu, 22 Aug 1985 06:37:46 +0000 (22:37 -0800)]
updated so that could configure either bbn or berkeley networking

SCCS-vsn: sys/conf/files 6.7

38 years agodate and time created 85/08/21 15:33:50 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 06:33:50 +0000 (22:33 -0800)]
date and time created 85/08/21 15:33:50 by miriam

SCCS-vsn: lib/libm/common_source/infnan.3 1.1

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 06:28:14 +0000 (22:28 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: lib/libm/common_source/hypot.3 6.3
SCCS-vsn: lib/libm/common_source/ieee.3 1.5
SCCS-vsn: lib/libm/common_source/math.3 6.3
SCCS-vsn: lib/libm/common_source/j0.3 6.4
SCCS-vsn: lib/libm/common_source/sin.3 6.4
SCCS-vsn: lib/libm/common_source/sinh.3 6.3
SCCS-vsn: lib/libm/common_source/sqrt.3 1.3

38 years agoRevision by Prof. Kahan
Miriam Amos Nihart [Thu, 22 Aug 1985 05:58:32 +0000 (21:58 -0800)]
Revision by Prof. Kahan

SCCS-vsn: lib/libm/common_source/exp.3 6.6

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 05:56:49 +0000 (21:56 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/IEEE/Makefile 1.2
SCCS-vsn: old/libm/libm/IEEE/atan2.c 1.3
SCCS-vsn: old/libm/libm/IEEE/cabs.c 1.2
SCCS-vsn: old/libm/libm/README 1.3
SCCS-vsn: lib/libm/common_source/asinh.3 1.2
SCCS-vsn: lib/libm/common_source/erf.3 1.2

38 years agodate and time created 85/08/21 13:45:33 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 04:45:33 +0000 (20:45 -0800)]
date and time created 85/08/21 13:45:33 by miriam

SCCS-vsn: old/libm/libm/VAX/tan.s 1.1

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 04:43:56 +0000 (20:43 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/VAX/support.s 1.3

38 years agodate and time created 85/08/21 13:42:24 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 04:42:24 +0000 (20:42 -0800)]
date and time created 85/08/21 13:42:24 by miriam

SCCS-vsn: old/libm/libm/VAX/sqrt.s 1.1

38 years agodate and time created 85/08/21 13:41:54 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 04:41:54 +0000 (20:41 -0800)]
date and time created 85/08/21 13:41:54 by miriam

SCCS-vsn: old/libm/libm/VAX/sincos.s 1.1

38 years agodate and time created 85/08/21 13:40:11 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 04:40:11 +0000 (20:40 -0800)]
date and time created 85/08/21 13:40:11 by miriam

SCCS-vsn: old/libm/libm/VAX/infnan.s 1.1

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 04:38:24 +0000 (20:38 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/VAX/atan2.s 1.2
SCCS-vsn: old/libm/libm/VAX/cabs.s 1.2

38 years agodate and time created 85/08/21 13:34:22 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 04:34:22 +0000 (20:34 -0800)]
date and time created 85/08/21 13:34:22 by miriam

SCCS-vsn: old/libm/libm/VAX/argred.s 1.1

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 04:26:20 +0000 (20:26 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/VAX/Makefile 1.2

38 years agodate and time created 85/08/21 11:17:55 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 02:17:55 +0000 (18:17 -0800)]
date and time created 85/08/21 11:17:55 by miriam

SCCS-vsn: old/libm/libm/atan.c 1.1

38 years agodate and time created 85/08/21 11:15:37 by miriam
Miriam Amos Nihart [Thu, 22 Aug 1985 02:15:37 +0000 (18:15 -0800)]
date and time created 85/08/21 11:15:37 by miriam

SCCS-vsn: old/libm/libm/asincos.c 1.1

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:45:18 +0000 (17:45 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/expm1.c 1.2
SCCS-vsn: old/libm/libm/log1p.c 1.3
SCCS-vsn: old/libm/libm/Makefile 4.7
SCCS-vsn: old/libm/libm/log10.c 1.2

38 years agoRevision by Prof. Kahan
Miriam Amos Nihart [Thu, 22 Aug 1985 01:38:10 +0000 (17:38 -0800)]
Revision by Prof. Kahan

SCCS-vsn: old/libm/libm/tanh.c 4.3

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:36:52 +0000 (17:36 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/jn.c 4.2
SCCS-vsn: old/libm/libm/log.c 4.5
SCCS-vsn: old/libm/libm/log__L.c 1.2
SCCS-vsn: old/libm/libm/pow.c 4.5
SCCS-vsn: old/libm/libm/sinh.c 4.3

38 years agoRevison by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:29:42 +0000 (17:29 -0800)]
Revison by Prof. Kahan.

SCCS-vsn: old/libm/libm/j1.c 4.2

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:23:19 +0000 (17:23 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/exp.c 4.3
SCCS-vsn: old/libm/libm/exp__E.c 1.2
SCCS-vsn: old/libm/libm/lgamma.c 4.4
SCCS-vsn: old/libm/libm/j0.c 4.2

38 years agoRevisions by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:11:56 +0000 (17:11 -0800)]
Revisions by Prof. Kahan.

SCCS-vsn: old/libm/libm/erf.c 4.2

38 years agoRevision by Prof. Kahan.
Miriam Amos Nihart [Thu, 22 Aug 1985 01:10:44 +0000 (17:10 -0800)]
Revision by Prof. Kahan.

SCCS-vsn: old/libm/libm/acosh.c 1.2
SCCS-vsn: old/libm/libm/asinh.c 1.2
SCCS-vsn: old/libm/libm/atanh.c 1.2
SCCS-vsn: old/libm/libm/cosh.c 1.2

38 years agoUpdate from Prof. Kahan.
Miriam Amos Nihart [Wed, 21 Aug 1985 05:21:31 +0000 (21:21 -0800)]
Update from Prof. Kahan.

SCCS-vsn: include/math.h 4.4

38 years agoadded description of -E and -X flags
Van Jacobson [Tue, 20 Aug 1985 16:23:47 +0000 (08:23 -0800)]
added description of -E and -X flags

SCCS-vsn: usr.bin/diff/diff3/diff3.1 6.2

38 years agoPut in chgrp to kmem for load average.
Miriam Amos Nihart [Tue, 20 Aug 1985 06:49:12 +0000 (22:49 -0800)]
Put in chgrp to kmem for load average.

SCCS-vsn: usr.sbin/sendmail/Makefile 4.4

38 years agoadded -E & -X flags from Walter Tichy's rcs diff3
Van Jacobson [Mon, 19 Aug 1985 12:44:37 +0000 (04:44 -0800)]
added -E & -X flags from Walter Tichy's rcs diff3

SCCS-vsn: usr.bin/diff/diff3/diff3.c 4.3

38 years agobug dealing with fragmented or insufficient data in writes in packet mode, but oodles...
Keith Sklower [Sun, 18 Aug 1985 04:30:06 +0000 (20:30 -0800)]
bug dealing with fragmented or insufficient data in writes in packet mode, but oodles of niggling
formatting pick-picks from chris torek@maryland.

SCCS-vsn: sys/netns/spp_usrreq.c 6.8

38 years agodocument -f flag, limiting reporting of statistics to a single address family;
Keith Sklower [Sat, 17 Aug 1985 14:14:54 +0000 (06:14 -0800)]
document -f flag, limiting reporting of statistics to a single address family;
suggested by mkm.

SCCS-vsn: usr.bin/netstat/netstat.1 6.3

38 years agoThis version Aug 16th -- source directory moved to /usr/src/etc/XNSrouted;
Keith Sklower [Sat, 17 Aug 1985 13:38:17 +0000 (05:38 -0800)]
This version Aug 16th -- source directory moved to /usr/src/etc/XNSrouted;
includes fix to response to request for specific net, and adds copyright notices

SCCS-vsn: sbin/XNSrouted/defs.h 5.3
SCCS-vsn: sbin/XNSrouted/interface.h 5.3
SCCS-vsn: sbin/XNSrouted/protocol.h 5.3
SCCS-vsn: sbin/XNSrouted/trace.h 5.3
SCCS-vsn: sbin/XNSrouted/input.c 5.3

38 years agoprovide means to ask for a specific network at cost of querying multiple hosts.
Keith Sklower [Sat, 17 Aug 1985 13:22:28 +0000 (05:22 -0800)]
provide means to ask for a specific network at cost of querying multiple hosts.

SCCS-vsn: sbin/XNSrouted/tools/query.c 5.2

38 years agoforgot to actually add sccs keyword lines.
Keith Sklower [Sat, 17 Aug 1985 13:12:52 +0000 (05:12 -0800)]
forgot to actually add sccs keyword lines.

SCCS-vsn: sbin/XNSrouted/Makefile 5.4
SCCS-vsn: sbin/XNSrouted/trace.c 5.4

38 years agofprg
Keith Sklower [Sat, 17 Aug 1985 13:11:53 +0000 (05:11 -0800)]
fprg

SCCS-vsn: sbin/XNSrouted/Makefile 5.4
SCCS-vsn: sbin/XNSrouted/trace.c 5.4

38 years agocorrected -c output format for newest diff, added -n flag
Van Jacobson [Sat, 17 Aug 1985 12:50:27 +0000 (04:50 -0800)]
corrected -c output format for newest diff, added -n flag

SCCS-vsn: usr.bin/diff/diff/diff.1 6.3

38 years agoThis version Aug 16th -- source directory moved to /usr/src/etc/XNSrouted;
Keith Sklower [Sat, 17 Aug 1985 12:49:33 +0000 (04:49 -0800)]
This version Aug 16th -- source directory moved to /usr/src/etc/XNSrouted;
includes fix to response to request for specific net, and adds copyright notices

SCCS-vsn: sbin/XNSrouted/Makefile 5.3
SCCS-vsn: sbin/XNSrouted/af.c 5.3
SCCS-vsn: sbin/XNSrouted/defs.h 5.3
SCCS-vsn: sbin/XNSrouted/input.c 5.3
SCCS-vsn: sbin/XNSrouted/main.c 5.3
SCCS-vsn: sbin/XNSrouted/interface.h 5.3
SCCS-vsn: sbin/XNSrouted/output.c 5.3
SCCS-vsn: sbin/XNSrouted/startup.c 5.3
SCCS-vsn: sbin/XNSrouted/protocol.h 5.3
SCCS-vsn: sbin/XNSrouted/tables.c 5.3
SCCS-vsn: sbin/XNSrouted/timer.c 5.3
SCCS-vsn: sbin/XNSrouted/trace.c 5.3
SCCS-vsn: sbin/XNSrouted/trace.h 5.3

38 years agoadded -n flag, correct -c output description for newest diff -c
Van Jacobson [Sat, 17 Aug 1985 12:44:58 +0000 (04:44 -0800)]
added -n flag, correct -c output description for newest diff -c

SCCS-vsn: usr.bin/diff/diff/diff.1 6.3

38 years agoadded -n flag from rcs diff
Van Jacobson [Sat, 17 Aug 1985 12:12:33 +0000 (04:12 -0800)]
added -n flag from rcs diff

SCCS-vsn: usr.bin/diff/diff/diff.c 4.5
SCCS-vsn: usr.bin/diff/diff/diff.h 4.7
SCCS-vsn: usr.bin/diff/diff/diffreg.c 4.13

38 years agostatus as of 4.3 alpha tape
Keith Sklower [Sat, 17 Aug 1985 11:44:23 +0000 (03:44 -0800)]
status as of 4.3 alpha tape

SCCS-vsn: sbin/XNSrouted/Makefile 5.2
SCCS-vsn: sbin/XNSrouted/af.c 5.2
SCCS-vsn: sbin/XNSrouted/defs.h 5.2
SCCS-vsn: sbin/XNSrouted/input.c 5.2
SCCS-vsn: sbin/XNSrouted/interface.h 5.2
SCCS-vsn: sbin/XNSrouted/main.c 5.2
SCCS-vsn: sbin/XNSrouted/output.c 5.2
SCCS-vsn: sbin/XNSrouted/protocol.h 5.2
SCCS-vsn: sbin/XNSrouted/startup.c 5.2
SCCS-vsn: sbin/XNSrouted/tables.c 5.2
SCCS-vsn: sbin/XNSrouted/timer.c 5.2
SCCS-vsn: sbin/XNSrouted/trace.c 5.2
SCCS-vsn: sbin/XNSrouted/trace.h 5.2

38 years agodate and time created 85/08/16 20:39:57 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:39:57 +0000 (03:39 -0800)]
date and time created 85/08/16 20:39:57 by sklower

SCCS-vsn: sbin/XNSrouted/trace.c 5.1

38 years agodate and time created 85/08/16 20:23:00 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:23:00 +0000 (03:23 -0800)]
date and time created 85/08/16 20:23:00 by sklower

SCCS-vsn: sbin/XNSrouted/trace.h 5.1

38 years agodate and time created 85/08/16 20:22:56 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:56 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:56 by sklower

SCCS-vsn: sbin/XNSrouted/timer.c 5.1

38 years agodate and time created 85/08/16 20:22:53 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:53 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:53 by sklower

SCCS-vsn: sbin/XNSrouted/tables.c 5.1

38 years agodate and time created 85/08/16 20:22:47 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:47 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:47 by sklower

SCCS-vsn: sbin/XNSrouted/startup.c 5.1

38 years agodate and time created 85/08/16 20:22:45 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:45 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:45 by sklower

SCCS-vsn: sbin/XNSrouted/protocol.h 5.1

38 years agodate and time created 85/08/16 20:22:43 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:43 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:43 by sklower

SCCS-vsn: sbin/XNSrouted/output.c 5.1

38 years agodate and time created 85/08/16 20:22:41 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:41 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:41 by sklower

SCCS-vsn: sbin/XNSrouted/main.c 5.1

38 years agodate and time created 85/08/16 20:22:39 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:39 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:39 by sklower

SCCS-vsn: sbin/XNSrouted/interface.h 5.1

38 years agodate and time created 85/08/16 20:22:38 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:38 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:38 by sklower

SCCS-vsn: sbin/XNSrouted/input.c 5.1

38 years agodate and time created 85/08/16 20:22:34 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:34 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:34 by sklower

SCCS-vsn: sbin/XNSrouted/defs.h 5.1

38 years agodate and time created 85/08/16 20:22:30 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:30 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:30 by sklower

SCCS-vsn: sbin/XNSrouted/af.c 5.1

38 years agodate and time created 85/08/16 20:22:29 by sklower
Keith Sklower [Sat, 17 Aug 1985 11:22:29 +0000 (03:22 -0800)]
date and time created 85/08/16 20:22:29 by sklower

SCCS-vsn: sbin/XNSrouted/Makefile 5.1

38 years agoXNS statistics printing routines & such.
Keith Sklower [Sat, 17 Aug 1985 11:04:55 +0000 (03:04 -0800)]
XNS statistics printing routines & such.

SCCS-vsn: usr.bin/netstat/ns.c 5.1

38 years agooff by one error (sez van@lbl)
Kirk McKusick [Sat, 17 Aug 1985 11:00:49 +0000 (03:00 -0800)]
off by one error (sez van@lbl)

SCCS-vsn: usr.bin/patch/patch.c 5.3

38 years agoAllow user to single out which address family he is interested in;
Keith Sklower [Sat, 17 Aug 1985 10:59:29 +0000 (02:59 -0800)]
Allow user to single out which address family he is interested in;
and add support for XNS statistics and control blocks.

SCCS-vsn: usr.bin/netstat/main.c 5.2

38 years agoone too many levels of indirection (from ks@purdue)
Kirk McKusick [Sat, 17 Aug 1985 10:48:51 +0000 (02:48 -0800)]
one too many levels of indirection (from ks@purdue)

SCCS-vsn: lib/libc/vax/gen/setjmp.s 5.3

38 years agoAdd XNS statistics and control blocks; fix bug printing port numbers
Keith Sklower [Sat, 17 Aug 1985 10:40:25 +0000 (02:40 -0800)]
Add XNS statistics and control blocks; fix bug printing port numbers

SCCS-vsn: usr.bin/netstat/Makefile 5.2
SCCS-vsn: usr.bin/netstat/main.c 5.2
SCCS-vsn: usr.bin/netstat/route.c 5.3

38 years agochanges to avoid depending on vfork semantics (from guy@sun)
Kirk McKusick [Sat, 17 Aug 1985 10:10:17 +0000 (02:10 -0800)]
changes to avoid depending on vfork semantics (from guy@sun)

SCCS-vsn: usr.bin/find/find.c 4.13

38 years agochanges to make diff -c work with patch
Kirk McKusick [Sat, 17 Aug 1985 09:49:00 +0000 (01:49 -0800)]
changes to make diff -c work with patch

SCCS-vsn: usr.bin/diff/diff/diffreg.c 4.12

38 years agochanges for 4.3BSD diff -c (from van@lbl)
Kirk McKusick [Sat, 17 Aug 1985 09:36:43 +0000 (01:36 -0800)]
changes for 4.3BSD diff -c (from van@lbl)

SCCS-vsn: usr.bin/patch/patch.c 5.2

38 years agooriginal from Larry Wall
Kirk McKusick [Sat, 17 Aug 1985 09:33:12 +0000 (01:33 -0800)]
original from Larry Wall

SCCS-vsn: usr.bin/patch/patch.c 5.1

38 years agofix horrible bug (pointed out by Doug Kingston), was always
Robert Elz [Fri, 16 Aug 1985 09:01:03 +0000 (01:01 -0800)]
fix horrible bug (pointed out by Doug Kingston), was always
assuming that 2nd attempt to open would fail!

SCCS-vsn: old/libndbm/dbm.c 5.3

38 years agoMinor asjustments in dot() so dots align better
Bill Joy [Fri, 16 Aug 1985 07:26:39 +0000 (23:26 -0800)]
Minor asjustments in dot() so dots align better

SCCS-vsn: local/ditroff/ditroff.okeeffe/pic/pltroff.c 3.2

38 years agodon't do unnecessary set modes and cursor motion
Edward Wang [Thu, 15 Aug 1985 12:51:39 +0000 (04:51 -0800)]
don't do unnecessary set modes and cursor motion

SCCS-vsn: usr.bin/window/main.c 3.30
SCCS-vsn: usr.bin/window/wwend.c 3.8

38 years agott_setinsert and tt_setmodes added
Edward Wang [Thu, 15 Aug 1985 12:51:05 +0000 (04:51 -0800)]
tt_setinsert and tt_setmodes added

SCCS-vsn: usr.bin/window/tt.h 3.14
SCCS-vsn: usr.bin/window/tth19.c 3.15
SCCS-vsn: usr.bin/window/ttgeneric.c 3.26
SCCS-vsn: usr.bin/window/tth29.c 3.3

38 years agoediting errors
Kirk McKusick [Thu, 15 Aug 1985 10:05:49 +0000 (02:05 -0800)]
editing errors

SCCS-vsn: contrib/Makefile 4.9

38 years agofixed again an old bug (page 1 will be 0 if first line .tl '''' etc.)
Jaap Akkerhuis [Thu, 15 Aug 1985 05:58:04 +0000 (21:58 -0800)]
fixed again an old bug (page 1 will be 0 if first line .tl '''' etc.)

SCCS-vsn: local/ditroff/ditroff.okeeffe/n3.c 2.2
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/n3.c 2.2

38 years agoCorrect error check for lseek as kernel memory is a negative binary value.
Miriam Amos Nihart [Wed, 14 Aug 1985 09:20:25 +0000 (01:20 -0800)]
Correct error check for lseek as kernel memory is a negative binary value.

SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.5

38 years ago/usr/lib/whatis moves to /usr/man/whatis
Kirk McKusick [Wed, 14 Aug 1985 08:55:19 +0000 (00:55 -0800)]
/usr/lib/whatis moves to /usr/man/whatis

SCCS-vsn: old/catman/catman.8 6.3

38 years agoupdate to current distribution
Kirk McKusick [Wed, 14 Aug 1985 08:44:26 +0000 (00:44 -0800)]
update to current distribution

SCCS-vsn: contrib/Makefile 4.8

38 years agodate and time created 85/08/13 17:40:27 by mckusick
Kirk McKusick [Wed, 14 Aug 1985 08:40:27 +0000 (00:40 -0800)]
date and time created 85/08/13 17:40:27 by mckusick

SCCS-vsn: contrib/ansi/Makefile 5.1

38 years agoforce Bflag when using stdin; gracefully handle EOF on input
Kirk McKusick [Wed, 14 Aug 1985 02:18:48 +0000 (18:18 -0800)]
force Bflag when using stdin; gracefully handle EOF on input

SCCS-vsn: old/tar/tar.c 5.3

38 years agolet curses handle SIGTSTP
Kirk McKusick [Wed, 14 Aug 1985 02:09:04 +0000 (18:09 -0800)]
let curses handle SIGTSTP

SCCS-vsn: usr.bin/systat/main.c 5.2
SCCS-vsn: usr.bin/systat/cmds.c 5.2

38 years agodo not expand cpu percentages, only compress them
Kirk McKusick [Wed, 14 Aug 1985 02:08:24 +0000 (18:08 -0800)]
do not expand cpu percentages, only compress them

SCCS-vsn: usr.bin/systat/pigs.c 5.3

38 years agodon't time out only interface if P-P and thus must be supplier
Mike Karels [Tue, 13 Aug 1985 23:03:00 +0000 (15:03 -0800)]
don't time out only interface if P-P and thus must be supplier

SCCS-vsn: sbin/routed/timer.c 5.2

38 years agoadd PASS8: pass all 8 bits of input
Jay Lepreau [Tue, 13 Aug 1985 20:38:51 +0000 (12:38 -0800)]
add PASS8: pass all 8 bits of input

SCCS-vsn: bin/stty/stty.c 5.2
SCCS-vsn: share/man/man4/tty.4 6.3
SCCS-vsn: bin/stty/stty.1 6.2
SCCS-vsn: bin/stty/stty.c 5.2

38 years agoreset MDMBUF,LITOUT, and PASS8
Jay Lepreau [Tue, 13 Aug 1985 20:25:47 +0000 (12:25 -0800)]
reset MDMBUF,LITOUT, and PASS8

SCCS-vsn: usr.bin/tset/reset.c 5.2

38 years agoadd PASS8: pass all 8 bits of input
Jay Lepreau [Tue, 13 Aug 1985 20:24:34 +0000 (12:24 -0800)]
add PASS8: pass all 8 bits of input

SCCS-vsn: sys/vax/uba/dh.c 6.10
SCCS-vsn: sys/vax/uba/dhu.c 4.3
SCCS-vsn: sys/vax/uba/dmf.c 6.9
SCCS-vsn: sys/vax/uba/dz.c 6.8
SCCS-vsn: sys/sys/ioctl.h 6.12
SCCS-vsn: sys/kern/tty.c 6.20

38 years agoput back urem avoidance speedup rm'ed in last delta; other minor speedups
Jay Lepreau [Tue, 13 Aug 1985 19:30:39 +0000 (11:30 -0800)]
put back urem avoidance speedup rm'ed in last delta; other minor speedups

SCCS-vsn: usr.bin/diff/diff/diffreg.c 4.11

38 years agodon't allow open O_RDWR if no write ring
Jim Bloom [Tue, 13 Aug 1985 09:56:40 +0000 (01:56 -0800)]
don't allow open O_RDWR if no write ring

SCCS-vsn: sys/vax/uba/ts.c 6.6

38 years agoarglist or envlist containing -1 caused panic
Jim Bloom [Tue, 13 Aug 1985 06:20:56 +0000 (22:20 -0800)]
arglist or envlist containing -1 caused panic

SCCS-vsn: sys/kern/kern_exec.c 6.14

38 years agodate and time created 85/08/12 15:13:48 by sklower
Keith Sklower [Tue, 13 Aug 1985 06:13:48 +0000 (22:13 -0800)]
date and time created 85/08/12 15:13:48 by sklower

SCCS-vsn: sbin/XNSrouted/tools/query.c 5.1