unix-history/.git
33 years agomake tp_ref structures allocated at protocol initialization time
Keith Sklower [Sat, 27 Apr 1991 05:53:56 +0000 (21:53 -0800)]
make tp_ref structures allocated at protocol initialization time
so that you don't need to recompile to allow more simultaneous connections

SCCS-vsn: sys/netiso/tp_pcb.h 7.8

33 years agooff by one error in allocating ref structures
Keith Sklower [Sat, 27 Apr 1991 05:52:50 +0000 (21:52 -0800)]
off by one error in allocating ref structures

SCCS-vsn: sys/netiso/tp_pcb.c 7.9

33 years agomake routes start off with default mtu inherited from if
Keith Sklower [Sat, 27 Apr 1991 05:52:01 +0000 (21:52 -0800)]
make routes start off with default mtu inherited from if

SCCS-vsn: sys/netiso/iso_snpac.c 7.12

33 years agonew copyright; att/bsd/shared
Keith Bostic [Sat, 27 Apr 1991 05:51:21 +0000 (21:51 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: lib/libc/gen/crypt.c 5.8

33 years agomake fragsize reflect mtu found in route to dest
Keith Sklower [Sat, 27 Apr 1991 05:50:13 +0000 (21:50 -0800)]
make fragsize reflect mtu found in route to dest

SCCS-vsn: sys/netiso/clnp_frag.c 7.11

33 years agooff by one error in m_copyback (would exhaust all mbufs when
Keith Sklower [Sat, 27 Apr 1991 05:42:31 +0000 (21:42 -0800)]
off by one error in m_copyback (would exhaust all mbufs when
asked to append nothing at end); change u.u_cprocp to curproc

SCCS-vsn: sys/net/rtsock.c 7.17

33 years agoadd -k flag for eric
Cynthia A. E. Livingston [Sat, 27 Apr 1991 05:40:35 +0000 (21:40 -0800)]
add -k flag for eric

SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 6.7

33 years agogive loopback iso routes default mtu in rtentry;
Keith Sklower [Sat, 27 Apr 1991 05:40:27 +0000 (21:40 -0800)]
give loopback iso routes default mtu in rtentry;
remove AF_CCITT stuff for now.

SCCS-vsn: sys/net/if_loop.c 7.13

33 years agoadd -k flag for eric
Cynthia A. E. Livingston [Sat, 27 Apr 1991 05:37:19 +0000 (21:37 -0800)]
add -k flag for eric

SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 6.7

33 years agochanges from Matt Bishop, mostly cleanups
Keith Bostic [Sat, 27 Apr 1991 05:34:12 +0000 (21:34 -0800)]
changes from Matt Bishop, mostly cleanups

SCCS-vsn: usr.bin/bdes/bdes.1 5.3
SCCS-vsn: usr.bin/bdes/bdes.c 5.3

33 years ago(1) stdarg.h is ANSI C not AT&T; (2) fix prototype declaration in example;
Donn Seeley [Sat, 27 Apr 1991 00:40:31 +0000 (16:40 -0800)]
(1) stdarg.h is ANSI C not AT&T; (2) fix prototype declaration in example;
(3) mention in BUGS section a problem with the new (standard!) scheme.

SCCS-vsn: share/man/man3/stdarg.3 6.7

33 years ago(1) Use stdarg.h instead of varargs.h; (2) add STANDARDS; (3) document
Donn Seeley [Sat, 27 Apr 1991 00:38:22 +0000 (16:38 -0800)]
(1) Use stdarg.h instead of varargs.h; (2) add STANDARDS; (3) document
the fact that vscanf(), vsscanf() and vfscanf() are new.

SCCS-vsn: lib/libc/stdio/scanf.3 6.10

33 years ago(1) Use stdarg.h instead of varargs.h; (2) make it clear that snprintf() and
Donn Seeley [Sat, 27 Apr 1991 00:36:41 +0000 (16:36 -0800)]
(1) Use stdarg.h instead of varargs.h; (2) make it clear that snprintf() and
vsnprintf() are not ANSI; (3) clean up the example; (4) (chris) fix '\n's.

SCCS-vsn: lib/libc/stdio/printf.3 6.12

33 years agomdoc version three/remove author section/sort sections/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 20:35:05 +0000 (12:35 -0800)]
mdoc version three/remove author section/sort sections/bsd copyright

SCCS-vsn: usr.bin/yacc/yacc.1 5.6

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 20:24:44 +0000 (12:24 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: usr.bin/login/login.1 6.11

33 years agomdoc version three/POSIX'd/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 18:46:19 +0000 (10:46 -0800)]
mdoc version three/POSIX'd/bsd copyright

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

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 16:09:05 +0000 (08:09 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: bin/ls/ls.1 6.17

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 13:40:35 +0000 (05:40 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: old/sed/sed.1 6.5

33 years agoDon't pass a null string to deroff -- it will try to find troff directives
Donn Seeley [Fri, 26 Apr 1991 11:17:58 +0000 (03:17 -0800)]
Don't pass a null string to deroff -- it will try to find troff directives
in the current directory (and dump core).

SCCS-vsn: usr.bin/spell/spell.sh 1.7

33 years agoadd two potentially protocol specific flags
Keith Sklower [Fri, 26 Apr 1991 11:03:36 +0000 (03:03 -0800)]
add two potentially protocol specific flags

SCCS-vsn: sbin/route/route.c 5.34

33 years agoadd RTF_PROTO{1,2} flags
Keith Sklower [Fri, 26 Apr 1991 10:58:41 +0000 (02:58 -0800)]
add RTF_PROTO{1,2} flags

SCCS-vsn: sbin/route/keywords 5.6

33 years agoreserve a couple of flags for protocol specific use; i.e.
Keith Sklower [Fri, 26 Apr 1991 10:45:10 +0000 (02:45 -0800)]
reserve a couple of flags for protocol specific use; i.e.
ISO connectionless services prefered to this class of host.

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

33 years agoinclude support for clnp, mostly
Keith Sklower [Fri, 26 Apr 1991 09:14:20 +0000 (01:14 -0800)]
include support for clnp, mostly

SCCS-vsn: sys/tests/netiso/tisrc.c 7.2

33 years agoinclude support for clnp testing
Keith Sklower [Fri, 26 Apr 1991 09:12:39 +0000 (01:12 -0800)]
include support for clnp testing

SCCS-vsn: sys/tests/netiso/tisink.c 7.5

33 years agofinal version of transport-sink, obsoleted by cisink.c
Keith Sklower [Fri, 26 Apr 1991 09:06:16 +0000 (01:06 -0800)]
final version of transport-sink, obsoleted by cisink.c

SCCS-vsn: sys/tests/netiso/tisink.c 7.4

33 years agochecked in for Minshall (bostic)
Gregory Minshall [Fri, 26 Apr 1991 06:16:43 +0000 (22:16 -0800)]
checked in for Minshall (bostic)

SCCS-vsn: usr.bin/tn3270/api/makefile 4.4
SCCS-vsn: usr.bin/tn3270/makefile 4.8

33 years agoANSI
Keith Bostic [Fri, 26 Apr 1991 05:29:06 +0000 (21:29 -0800)]
ANSI

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

33 years agomdoc version three
Cynthia A. E. Livingston [Fri, 26 Apr 1991 05:12:14 +0000 (21:12 -0800)]
mdoc version three

SCCS-vsn: sbin/reboot/boot_i386.8 1.2

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Fri, 26 Apr 1991 03:53:19 +0000 (19:53 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: libexec/getty/getty.8 6.6

33 years agoadd complete copyright text
Keith Bostic [Fri, 26 Apr 1991 00:30:23 +0000 (16:30 -0800)]
add complete copyright text

SCCS-vsn: usr.sbin/amd/text/COPYRIGHT 1.3

33 years agonew copyright; att/bsd/shared
Keith Bostic [Thu, 25 Apr 1991 23:57:10 +0000 (15:57 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.sbin/amd/doc/amdref.texinfo 1.2

33 years agohad to move the additional info down, scripts couldn't find the copyright
Keith Bostic [Thu, 25 Apr 1991 23:34:11 +0000 (15:34 -0800)]
had to move the additional info down, scripts couldn't find the copyright

SCCS-vsn: usr.sbin/amd/config/os-next.h 5.3

33 years agofix sccs include line
Keith Bostic [Thu, 25 Apr 1991 23:31:26 +0000 (15:31 -0800)]
fix sccs include line

SCCS-vsn: usr.sbin/amd/config/os-type 5.3

33 years agonew copyright; att/bsd/shared
Keith Bostic [Thu, 25 Apr 1991 23:28:07 +0000 (15:28 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.sbin/amd/amq/amq.8 5.4

33 years agogprof -c only works on VAX and Tahoe.
Donn Seeley [Thu, 25 Apr 1991 11:49:06 +0000 (03:49 -0800)]
gprof -c only works on VAX and Tahoe.

SCCS-vsn: usr.bin/gprof/gprof.c 5.7

33 years agoSupport hp300 and i386 architectures.
Donn Seeley [Thu, 25 Apr 1991 11:48:43 +0000 (03:48 -0800)]
Support hp300 and i386 architectures.

SCCS-vsn: usr.bin/gprof/gprof.h 5.10

33 years agomdoc version three/bsd copyright - this wording is convoluted,
Cynthia A. E. Livingston [Thu, 25 Apr 1991 10:30:09 +0000 (02:30 -0800)]
mdoc version three/bsd copyright - this wording is convoluted,

SCCS-vsn: usr.bin/du/du.1 6.9

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 10:11:29 +0000 (02:11 -0800)]
mdoc version three

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

33 years agomdoc version three\e
Cynthia A. E. Livingston [Thu, 25 Apr 1991 10:05:57 +0000 (02:05 -0800)]
mdoc version three\e

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

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 10:04:00 +0000 (02:04 -0800)]
mdoc version three

SCCS-vsn: usr.bin/diction/diction/diction.1 4.6

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Thu, 25 Apr 1991 10:01:52 +0000 (02:01 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: bin/df/df.1 6.8

33 years agomdoc version three/bds copyright
Cynthia A. E. Livingston [Thu, 25 Apr 1991 09:56:23 +0000 (01:56 -0800)]
mdoc version three/bds copyright

SCCS-vsn: bin/dd/dd.1 6.4

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 09:52:43 +0000 (01:52 -0800)]
mdoc version three

SCCS-vsn: bin/date/date.1 6.13

33 years agodate and time created 91/04/24 17:51:36 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:36 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:36 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/uucpclean.sh 5.1

33 years agodate and time created 91/04/24 17:51:35 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:35 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:35 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/uucpclean.com 5.1

33 years agodate and time created 91/04/24 17:51:34 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:34 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:34 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/startuucp.com 5.1

33 years agodate and time created 91/04/24 17:51:32 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:32 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:32 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/services 5.1

33 years agodate and time created 91/04/24 17:51:31 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:31 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:31 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/servers.dat 5.1

33 years agodate and time created 91/04/24 17:51:30 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:30 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:30 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/dirlist 5.1
SCCS-vsn: usr.bin/uucp/vms/support/login.com 5.1

33 years agodate and time created 91/04/24 17:51:28 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:28 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:28 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/L.sys 5.1

33 years agodate and time created 91/04/24 17:51:26 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:51:26 +0000 (00:51 -0800)]
date and time created 91/04/24 17:51:26 by bostic

SCCS-vsn: usr.bin/uucp/vms/support/L.cmds 5.1

33 years agodate and time created 91/04/24 17:50:38 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:38 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:38 by bostic

SCCS-vsn: usr.bin/uucp/vms/startuucp.c 5.1

33 years agodate and time created 91/04/24 17:50:37 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:37 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:37 by bostic

SCCS-vsn: usr.bin/uucp/vms/validate.c 5.1

33 years agodate and time created 91/04/24 17:50:36 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:36 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:36 by bostic

SCCS-vsn: usr.bin/uucp/vms/uucplogin.com. 5.1
SCCS-vsn: usr.bin/uucp/vms/uuxqt.com 5.1

33 years agodate and time created 91/04/24 17:50:35 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:35 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:35 by bostic

SCCS-vsn: usr.bin/uucp/vms/uucplogin.com 5.1

33 years agodate and time created 91/04/24 17:50:34 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:34 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:34 by bostic

SCCS-vsn: usr.bin/uucp/vms/uucpd.c 5.1

33 years agodate and time created 91/04/24 17:50:33 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:33 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:33 by bostic

SCCS-vsn: usr.bin/uucp/vms/uucp.h 5.1

33 years agodate and time created 91/04/24 17:50:32 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:32 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:32 by bostic

SCCS-vsn: usr.bin/uucp/vms/uucico.com 5.1

33 years agodate and time created 91/04/24 17:50:31 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:31 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:31 by bostic

SCCS-vsn: usr.bin/uucp/vms/ntoa.c 5.1

33 years agodate and time created 91/04/24 17:50:30 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:30 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:30 by bostic

SCCS-vsn: usr.bin/uucp/vms/linkuucpd.com 5.1

33 years agodate and time created 91/04/24 17:50:27 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:50:27 +0000 (00:50 -0800)]
date and time created 91/04/24 17:50:27 by bostic

SCCS-vsn: usr.bin/uucp/vms/Makefile 5.1

33 years agonew copyright; att/bsd/shared
Keith Bostic [Thu, 25 Apr 1991 08:49:52 +0000 (00:49 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.bin/uucp/uucico/chksum.c 4.3
SCCS-vsn: usr.bin/uucp/uucico/cico.c 5.21
SCCS-vsn: usr.bin/uucp/uucico/cntrl.c 5.13
SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.22
SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.17
SCCS-vsn: usr.bin/uucp/uucico/gio.c 5.10
SCCS-vsn: usr.bin/uucp/uucico/gnsys.c 5.7
SCCS-vsn: usr.bin/uucp/uucico/imsg.c 5.5
SCCS-vsn: usr.bin/uucp/uucico/pk.h 5.7
SCCS-vsn: usr.bin/uucp/uucico/pk0.c 5.10
SCCS-vsn: usr.bin/uucp/uucico/pk1.c 5.13
SCCS-vsn: usr.bin/uucp/uucico/uusub.h 4.2
SCCS-vsn: usr.bin/uucp/uuclean/uuclean.c 5.9
SCCS-vsn: usr.bin/uucp/uucp/uucp.1 6.6
SCCS-vsn: usr.bin/uucp/uucp/uucp.c 5.10
SCCS-vsn: usr.bin/uucp/uulog/uulog.c 5.7
SCCS-vsn: usr.bin/uucp/uuname/uuname.c 5.5
SCCS-vsn: usr.bin/uucp/uuq/uuq.c 4.12
SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.12
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.14

33 years agofix Kirk's address
Keith Bostic [Thu, 25 Apr 1991 08:40:01 +0000 (00:40 -0800)]
fix Kirk's address

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/README 5.2

33 years agodate and time created 91/04/24 17:38:08 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:38:08 +0000 (00:38 -0800)]
date and time created 91/04/24 17:38:08 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/ndir.h 5.1

33 years agodate and time created 91/04/24 17:37:44 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:44 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:44 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/telldir.c 5.1

33 years agodate and time created 91/04/24 17:37:43 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:43 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:43 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/seekdir.c 5.1

33 years agodate and time created 91/04/24 17:37:42 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:42 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:42 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/readdir.c 5.1

33 years agodate and time created 91/04/24 17:37:41 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:41 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:41 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/opendir.c 5.1

33 years agodate and time created 91/04/24 17:37:40 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:40 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:40 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/closedir.c 5.1

33 years agodate and time created 91/04/24 17:37:39 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:37:39 +0000 (00:37 -0800)]
date and time created 91/04/24 17:37:39 by bostic

SCCS-vsn: usr.bin/uucp/port/LIBNDIR/Makefile 5.1
SCCS-vsn: usr.bin/uucp/port/LIBNDIR/README 5.1

33 years agonew copyright; att/bsd/shared
Keith Bostic [Thu, 25 Apr 1991 08:36:57 +0000 (00:36 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.bin/uucp/acucntrl/acucntrl.8 6.3
SCCS-vsn: usr.bin/uucp/acucntrl/acucntrl.c 5.17
SCCS-vsn: usr.bin/uucp/includes/condevs.h 4.9
SCCS-vsn: usr.bin/uucp/includes/pathnames.h 5.3
SCCS-vsn: usr.bin/uucp/includes/uucp.h 5.19
SCCS-vsn: usr.bin/uucp/includes/uust.h 4.2
SCCS-vsn: usr.bin/uucp/libacu/att2224.c 1.4
SCCS-vsn: usr.bin/uucp/libacu/bsdtcp.c 4.6
SCCS-vsn: usr.bin/uucp/libacu/cds224.c 1.4
SCCS-vsn: usr.bin/uucp/libacu/df12.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/df2.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/dk.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/dn.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/hys.c 4.9
SCCS-vsn: usr.bin/uucp/libacu/hys24.c 1.8
SCCS-vsn: usr.bin/uucp/libacu/hysq.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/mic.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/nov.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/pen.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/pnet.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/rvmacs.c 4.7
SCCS-vsn: usr.bin/uucp/libacu/sy.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/unet.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/va212.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/va811.c 4.4
SCCS-vsn: usr.bin/uucp/libacu/va820.c 4.6
SCCS-vsn: usr.bin/uucp/libacu/vad.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/vent.c 4.5
SCCS-vsn: usr.bin/uucp/libacu/vmacs.c 4.7
SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 5.9
SCCS-vsn: usr.bin/uucp/libuu/anyread.c 5.5
SCCS-vsn: usr.bin/uucp/libuu/cfgets.c 5.4
SCCS-vsn: usr.bin/uucp/libuu/chkpth.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/cpmv.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/expfile.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/gename.c 5.8
SCCS-vsn: usr.bin/uucp/libuu/getargs.c 5.4
SCCS-vsn: usr.bin/uucp/libuu/getprm.c 5.5
SCCS-vsn: usr.bin/uucp/libuu/getpwinfo.c 5.5
SCCS-vsn: usr.bin/uucp/libuu/gnxseq.c 5.5
SCCS-vsn: usr.bin/uucp/libuu/lastpart.c 5.5
SCCS-vsn: usr.bin/uucp/libuu/logent.c 5.10
SCCS-vsn: usr.bin/uucp/libuu/mailst.c 5.8
SCCS-vsn: usr.bin/uucp/libuu/prefix.c 5.4
SCCS-vsn: usr.bin/uucp/libuu/setline.c 5.4
SCCS-vsn: usr.bin/uucp/libuu/subdir.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/sysacct.c 5.4
SCCS-vsn: usr.bin/uucp/libuu/systat.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/ulockf.c 5.9
SCCS-vsn: usr.bin/uucp/libuu/uucpdefs.c 5.7
SCCS-vsn: usr.bin/uucp/libuu/uucpname.c 5.6
SCCS-vsn: usr.bin/uucp/libuu/versys.c 5.8
SCCS-vsn: usr.bin/uucp/libuu/xqt.c 5.5
SCCS-vsn: usr.bin/uucp/man5/L-devices.5 6.2
SCCS-vsn: usr.bin/uucp/man5/L-dialcodes.5 6.2
SCCS-vsn: usr.bin/uucp/man5/L.aliases.5 6.3
SCCS-vsn: usr.bin/uucp/man5/L.cmds.5 6.2
SCCS-vsn: usr.bin/uucp/man5/L.sys.5 6.2
SCCS-vsn: usr.bin/uucp/man5/USERFILE.5 6.3
SCCS-vsn: usr.bin/uucp/port/getwd.c 5.6
SCCS-vsn: usr.bin/uucp/port/index.c 5.3
SCCS-vsn: usr.bin/uucp/port/ioctl.c 5.3
SCCS-vsn: usr.bin/uucp/port/mkdir.c 5.3
SCCS-vsn: usr.bin/uucp/port/strpbrk.c 5.2

33 years agodate and time created 91/04/24 17:23:54 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:54 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:54 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uuusage 5.1

33 years agodate and time created 91/04/24 17:23:53 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:53 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:53 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uutbl 5.1

33 years agodate and time created 91/04/24 17:23:52 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:52 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:52 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uurate 5.1

33 years agodate and time created 91/04/24 17:23:51 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:51 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:51 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uucpsummary.monthly 5.1

33 years agodate and time created 91/04/24 17:23:50 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:50 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:50 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uucpsummary 5.1

33 years agodate and time created 91/04/24 17:23:49 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:49 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:49 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uucpsrv.c 5.1

33 years agodate and time created 91/04/24 17:23:48 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:48 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:48 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uucp.daily 5.1

33 years agodate and time created 91/04/24 17:23:47 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:47 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:47 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uu.hourly 5.1
SCCS-vsn: usr.bin/uucp/UUAIDS/uu.weekly 5.1

33 years agodate and time created 91/04/24 17:23:46 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:46 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:46 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uu.daily.seismo 5.1

33 years agodate and time created 91/04/24 17:23:45 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:45 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:45 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/uu.daily 5.1

33 years agodate and time created 91/04/24 17:23:44 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:44 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:44 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/sys_awk 5.1

33 years agodate and time created 91/04/24 17:23:43 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:43 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:43 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/setup.tblms 5.1

33 years agodate and time created 91/04/24 17:23:42 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:42 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:42 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/clean.weekly 5.1

33 years agodate and time created 91/04/24 17:23:41 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:41 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:41 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/clean.daily 5.1

33 years agodate and time created 91/04/24 17:23:40 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:40 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:40 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/USERFILE 5.1

33 years agodate and time created 91/04/24 17:23:39 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:39 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:39 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/Notes.L.sys 5.1

33 years agodate and time created 91/04/24 17:23:38 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:38 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:38 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/L.cmds 5.1
SCCS-vsn: usr.bin/uucp/UUAIDS/L.sys 5.1

33 years agodate and time created 91/04/24 17:23:37 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:37 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:37 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/L.aliases 5.1

33 years agodate and time created 91/04/24 17:23:10 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:10 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:10 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/L-dialcodes 5.1

33 years agodate and time created 91/04/24 17:23:09 by bostic
Keith Bostic [Thu, 25 Apr 1991 08:23:09 +0000 (00:23 -0800)]
date and time created 91/04/24 17:23:09 by bostic

SCCS-vsn: usr.bin/uucp/UUAIDS/L-devices 5.1

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 06:49:24 +0000 (22:49 -0800)]
mdoc version three

SCCS-vsn: usr.bin/ctags/ctags.1 6.8

33 years ago(no message)
Cynthia A. E. Livingston [Thu, 25 Apr 1991 06:47:27 +0000 (22:47 -0800)]
(no message)

SCCS-vsn: usr.bin/ctags/ctags.1 6.8

33 years agoconcatenation problems; use quit rather than usage to complain that user
Mike Karels [Thu, 25 Apr 1991 06:25:54 +0000 (22:25 -0800)]
concatenation problems; use quit rather than usage to complain that user
isn't root; KNF; output format for "route get" (changed by sklower)

SCCS-vsn: sbin/route/route.c 5.33

33 years agoadd -r to re-register with portmap; setproctitle to mark daemons
Mike Karels [Thu, 25 Apr 1991 06:19:38 +0000 (22:19 -0800)]
add -r to re-register with portmap; setproctitle to mark daemons
as to client for tcp; still needs more work

SCCS-vsn: sbin/nfsd/nfsd.c 5.10

33 years agoadd B option
Mike Karels [Thu, 25 Apr 1991 06:18:29 +0000 (22:18 -0800)]
add B option

SCCS-vsn: sbin/dump/dump.8 6.7

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 06:16:43 +0000 (22:16 -0800)]
mdoc version three

SCCS-vsn: usr.bin/yacc/yyfix.1 5.3
SCCS-vsn: old/sysline/sysline.1 6.6

33 years agofix changes from last time: blockswritten isn't per volume (as the error msg
Mike Karels [Thu, 25 Apr 1991 06:01:07 +0000 (22:01 -0800)]
fix changes from last time: blockswritten isn't per volume (as the error msg
said); more info on errors

SCCS-vsn: sbin/dump/main.c 5.16
SCCS-vsn: sbin/dump/tape.c 5.18

33 years agomdoc version three
Cynthia A. E. Livingston [Thu, 25 Apr 1991 05:57:55 +0000 (21:57 -0800)]
mdoc version three

SCCS-vsn: usr.bin/yacc/yacc.1 5.6
SCCS-vsn: usr.bin/yes/yes.1 6.4

33 years agochanges for new vm (more to come)
Mike Karels [Thu, 25 Apr 1991 05:38:58 +0000 (21:38 -0800)]
changes for new vm (more to come)

SCCS-vsn: lib/libkvm/kvm.c 5.14
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.14
SCCS-vsn: lib/libkvm/kvm_proc.c 5.14