unix-history/.git
38 years agocleanups from Sam: format, spl's, ptrace defs
Mike Karels [Fri, 21 Feb 1986 07:58:57 +0000 (23:58 -0800)]
cleanups from Sam: format, spl's, ptrace defs

SCCS-vsn: sys/kern/kern_acct.c 6.9
SCCS-vsn: sys/kern/kern_fork.c 6.8
SCCS-vsn: sys/kern/sys_generic.c 6.14
SCCS-vsn: sys/kern/sys_process.c 6.6
SCCS-vsn: sys/kern/tty_subr.c 6.11

38 years agouse sigmask uniformly
Mike Karels [Fri, 21 Feb 1986 07:33:23 +0000 (23:33 -0800)]
use sigmask uniformly

SCCS-vsn: sys/kern/kern_sig.c 6.20

38 years agouse gid_t consistently
Mike Karels [Fri, 21 Feb 1986 07:25:16 +0000 (23:25 -0800)]
use gid_t consistently

SCCS-vsn: sys/kern/kern_prot.c 6.7

38 years agolint and cleanups from Sam
Mike Karels [Fri, 21 Feb 1986 07:21:05 +0000 (23:21 -0800)]
lint and cleanups from Sam

SCCS-vsn: sys/kern/vfs_bio.c 6.9
SCCS-vsn: sys/kern/vfs_cluster.c 6.9
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.18
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.18
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.18
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.18
SCCS-vsn: sys/kern/vfs_lookup.c 6.26
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 6.26
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 6.26
SCCS-vsn: sys/ufs/ffs/ffs_subr.c 6.9

38 years agoFix defective copyright notices.
Keith Sklower [Fri, 21 Feb 1986 06:57:52 +0000 (22:57 -0800)]
Fix defective copyright notices.

SCCS-vsn: old/np100/npdump.c 6.2
SCCS-vsn: old/np100/npload.c 6.2

38 years agodate and time created 86/02/20 14:57:06 by sklower
Keith Sklower [Fri, 21 Feb 1986 06:57:06 +0000 (22:57 -0800)]
date and time created 86/02/20 14:57:06 by sklower

SCCS-vsn: old/np100/npcmd.h 6.1

38 years agospl5 in exit is redundant
Mike Karels [Fri, 21 Feb 1986 06:49:33 +0000 (22:49 -0800)]
spl5 in exit is redundant

SCCS-vsn: sys/kern/kern_exit.c 6.12

38 years agofix defective copyright notice
Keith Sklower [Fri, 21 Feb 1986 06:49:11 +0000 (22:49 -0800)]
fix defective copyright notice

SCCS-vsn: sys/vax/uba/np.c 6.2
SCCS-vsn: sys/vax/uba/npreg.h 6.2

38 years agospl's, cleanups from Sam
Mike Karels [Fri, 21 Feb 1986 06:47:23 +0000 (22:47 -0800)]
spl's, cleanups from Sam

SCCS-vsn: sys/kern/kern_clock.c 6.15

38 years agoPRC_GWDOWN is unused
Mike Karels [Fri, 21 Feb 1986 06:08:32 +0000 (22:08 -0800)]
PRC_GWDOWN is unused

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

38 years agotypo
Mike Karels [Fri, 21 Feb 1986 06:04:41 +0000 (22:04 -0800)]
typo

SCCS-vsn: sys/sys/signal.h 6.9

38 years agotypo
Mike Karels [Fri, 21 Feb 1986 03:30:43 +0000 (19:30 -0800)]
typo

SCCS-vsn: sbin/dmesg/dmesg.c 5.4
SCCS-vsn: usr.sbin/chown/chgrp.c 5.4

38 years agoSomeone forgot that ioctl.h didn't require types.h
Jim Bloom [Fri, 21 Feb 1986 02:54:37 +0000 (18:54 -0800)]
Someone forgot that ioctl.h didn't require types.h

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

38 years agomodify microtime to handle pending clock ticks,
Mike Karels [Fri, 21 Feb 1986 01:56:22 +0000 (17:56 -0800)]
modify microtime to handle pending clock ticks,
prevent time from going backward during correction
(instead guarantee unique and monotonically increasing timestamps);
lint

SCCS-vsn: sys/vax/vax/machdep.c 6.24

38 years agolint
Mike Karels [Fri, 21 Feb 1986 01:49:03 +0000 (17:49 -0800)]
lint

SCCS-vsn: sys/netinet/tcp.h 6.5

38 years agopretty up winsize defn; add Sun-compat (for bloom)
Mike Karels [Thu, 20 Feb 1986 14:38:45 +0000 (06:38 -0800)]
pretty up winsize defn; add Sun-compat (for bloom)

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

38 years agoNOGROUP needs to fit in a u_short
Mike Karels [Thu, 20 Feb 1986 14:35:38 +0000 (06:35 -0800)]
NOGROUP needs to fit in a u_short

SCCS-vsn: sys/sys/param.h 6.16

38 years agolint
Mike Karels [Thu, 20 Feb 1986 14:16:11 +0000 (06:16 -0800)]
lint

SCCS-vsn: sys/vax/vax/tu.c 6.6
SCCS-vsn: sys/vax/if/if_ex.c 6.13

38 years agolint; change some printd's to log's
Mike Karels [Thu, 20 Feb 1986 14:14:27 +0000 (06:14 -0800)]
lint; change some printd's to log's

SCCS-vsn: sys/vax/if/if_dmc.c 6.10

38 years agomodify microtime to handle pending clock ticks,
Mike Karels [Thu, 20 Feb 1986 14:02:23 +0000 (06:02 -0800)]
modify microtime to handle pending clock ticks,
prevent time from going backward during correction
(instead guarantee unique and monotonically increasing timestamps);

SCCS-vsn: sys/vax/vax/machdep.c 6.24

38 years agofrom Sam; how did lint miss this?
Mike Karels [Thu, 20 Feb 1986 11:23:56 +0000 (03:23 -0800)]
from Sam; how did lint miss this?

SCCS-vsn: sys/netinet/ip_input.c 6.18

38 years agolint
Mike Karels [Thu, 20 Feb 1986 09:56:00 +0000 (01:56 -0800)]
lint

SCCS-vsn: sys/kern/tty_pty.c 6.19
SCCS-vsn: sys/kern/kern_exec.c 6.16
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 6.19
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 6.19

38 years agoas ifdef the code, ifdef the variable
Mike Karels [Thu, 20 Feb 1986 09:42:45 +0000 (01:42 -0800)]
as ifdef the code, ifdef the variable

SCCS-vsn: sys/kern/subr_prf.c 6.11

38 years agolint; remove debug
Mike Karels [Thu, 20 Feb 1986 09:37:19 +0000 (01:37 -0800)]
lint; remove debug

SCCS-vsn: sys/kern/subr_log.c 6.7

38 years agolint
Mike Karels [Thu, 20 Feb 1986 09:00:26 +0000 (01:00 -0800)]
lint

SCCS-vsn: sys/netinet/ip_input.c 6.17
SCCS-vsn: sys/netinet/tcp_usrreq.c 6.9

38 years agofix hydomain
Mike Karels [Thu, 20 Feb 1986 08:54:16 +0000 (00:54 -0800)]
fix hydomain

SCCS-vsn: sys/netinet/in_proto.c 6.14

38 years agoremove unused (and sometimes missing) second arg to sodisconnect
Mike Karels [Thu, 20 Feb 1986 08:50:14 +0000 (00:50 -0800)]
remove unused (and sometimes missing) second arg to sodisconnect

SCCS-vsn: sys/kern/uipc_socket.c 6.22

38 years agoIf we aren't looking for an exact addr vs. line match in findline(), and
Donn Seeley [Wed, 19 Feb 1986 18:12:58 +0000 (10:12 -0800)]
If we aren't looking for an exact addr vs. line match in findline(), and
the addr is before the first source addr, let's assume it's legit and
return the first source line.  This prevents the obnoxious 'second number
must be greater than first' message after 'func foo; list' and function foo
is the first function in the file.

SCCS-vsn: old/dbx/mappings.c 5.2

38 years agomake work with new fseek (and old one too, going to put it back)
Jay Lepreau [Wed, 19 Feb 1986 17:18:03 +0000 (09:18 -0800)]
make work with new fseek (and old one too, going to put it back)

SCCS-vsn: usr.bin/pascal/libpc/RESET.c 1.8

38 years agoconfig doesn't define I_UBA base
Mike Karels [Wed, 19 Feb 1986 16:31:14 +0000 (08:31 -0800)]
config doesn't define I_UBA base

SCCS-vsn: sys/vax/vax/locore.s 6.34

38 years agolet's get it right
Mike Karels [Wed, 19 Feb 1986 16:03:39 +0000 (08:03 -0800)]
let's get it right

SCCS-vsn: sys/vax/vax/conf.c 6.14

38 years agoFix for dn_find core dumping
Kevin Dunlap [Wed, 19 Feb 1986 13:43:04 +0000 (05:43 -0800)]
Fix for dn_find core dumping

SCCS-vsn: lib/libc/net/res_comp.c 6.5

38 years agodefine inline expander in Makefile rathen than config; move
Sam Leffler [Wed, 19 Feb 1986 10:17:30 +0000 (02:17 -0800)]
define inline expander in Makefile rathen than config; move
offsets for fixed interrupt vectors from scb.s to config generated ubvec.s

SCCS-vsn: sys/vax/conf/Makefile.vax 6.18

38 years agofixed interrupt slots indices now generated by config (ubvec.s)
Sam Leffler [Wed, 19 Feb 1986 09:59:57 +0000 (01:59 -0800)]
fixed interrupt slots indices now generated by config (ubvec.s)

SCCS-vsn: sys/vax/vax/scb.s 6.4

38 years agodate and time created 86/02/18 17:54:30 by sam
Sam Leffler [Wed, 19 Feb 1986 09:54:30 +0000 (01:54 -0800)]
date and time created 86/02/18 17:54:30 by sam

SCCS-vsn: usr.sbin/config/mkglue.c 5.1

38 years agomkubglue rewritten and renamed to mkglue
Sam Leffler [Wed, 19 Feb 1986 09:54:20 +0000 (01:54 -0800)]
mkubglue rewritten and renamed to mkglue

SCCS-vsn: usr.sbin/config/Makefile 5.3

38 years agoinline expander definition moved from config
Sam Leffler [Wed, 19 Feb 1986 09:51:17 +0000 (01:51 -0800)]
inline expander definition moved from config

SCCS-vsn: sys/vax/conf/Makefile.vax 6.18

38 years agoparameterize maxusers definition checking; make inline a Makefile macro
Sam Leffler [Wed, 19 Feb 1986 09:16:34 +0000 (01:16 -0800)]
parameterize maxusers definition checking; make inline a Makefile macro

SCCS-vsn: usr.sbin/config/mkmakefile.c 5.6

38 years agolots of mickey-mouse things; use syslog; compress nlist checks
Sam Leffler [Wed, 19 Feb 1986 09:06:25 +0000 (01:06 -0800)]
lots of mickey-mouse things; use syslog; compress nlist checks
into an array and a loop; use symbolic constants for open, lseek, access;

SCCS-vsn: sbin/savecore/savecore.c 5.5

38 years agouse L_SET, O_RDONLY; make vax dependency explicit
Sam Leffler [Wed, 19 Feb 1986 09:02:08 +0000 (01:02 -0800)]
use L_SET, O_RDONLY; make vax dependency explicit

SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.2

38 years agoclean up cluster allocation
Mike Karels [Wed, 19 Feb 1986 08:35:39 +0000 (00:35 -0800)]
clean up cluster allocation

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

38 years agominor cleanups
Mike Karels [Wed, 19 Feb 1986 08:28:29 +0000 (00:28 -0800)]
minor cleanups

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

38 years agoclean up cluster allocation
Mike Karels [Wed, 19 Feb 1986 08:28:00 +0000 (00:28 -0800)]
clean up cluster allocation

SCCS-vsn: sys/kern/uipc_socket.c 6.21
SCCS-vsn: sys/sys/mbuf.h 6.11
SCCS-vsn: sys/vax/if/if_uba.c 6.9
SCCS-vsn: sys/vax/if/if_ec.c 6.17

38 years agominor fixes
Mike Karels [Wed, 19 Feb 1986 06:31:01 +0000 (22:31 -0800)]
minor fixes

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

38 years agocleanup oob code; recv takes char *, SIOCATMARK takes int; geez!!!!
Sam Leffler [Wed, 19 Feb 1986 05:54:40 +0000 (21:54 -0800)]
cleanup oob code; recv takes char *, SIOCATMARK takes int; geez!!!!

SCCS-vsn: libexec/ftpd/ftpd.c 5.3

38 years agodocument flags
Mike Karels [Wed, 19 Feb 1986 05:31:16 +0000 (21:31 -0800)]
document flags

SCCS-vsn: share/man/man4/man4.vax/ec.4 6.3

38 years agoupdate backoff algorithm
Mike Karels [Wed, 19 Feb 1986 05:27:47 +0000 (21:27 -0800)]
update backoff algorithm

SCCS-vsn: share/man/man4/man4.vax/ec.4 6.2

38 years agodon't close, binval on failed mount because already mounted.
Mike Karels [Wed, 19 Feb 1986 04:34:07 +0000 (20:34 -0800)]
don't close, binval on failed mount because already mounted.

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 6.13
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 6.13
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 6.13
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 6.13

38 years agotranslate my address if necessary (used to work because
Mike Karels [Wed, 19 Feb 1986 01:48:26 +0000 (17:48 -0800)]
translate my address if necessary (used to work because
wwe put ourselves into the table when addressed)

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

38 years agoFixed a bug in comment() that caused it to miss newlines when they were
Donn Seeley [Tue, 18 Feb 1986 15:44:19 +0000 (07:44 -0800)]
Fixed a bug in comment() that caused it to miss newlines when they were
preceded by stars.  Also fixed a bug that caused core dumps if EOF
appeared before a comment end.  Didn't bother to add code to check for
buffer overflow -- this whole program is a crock.

SCCS-vsn: old/cb/cb.c 4.3

38 years agocorrect uba allocation after reset
Mike Karels [Tue, 18 Feb 1986 14:58:58 +0000 (06:58 -0800)]
correct uba allocation after reset

SCCS-vsn: sys/vax/uba/dh.c 6.15
SCCS-vsn: sys/vax/uba/dhu.c 4.8
SCCS-vsn: sys/vax/uba/dmf.c 6.13

38 years agocorrect uba allocation after reset; do flags like dmf
Mike Karels [Tue, 18 Feb 1986 14:57:31 +0000 (06:57 -0800)]
correct uba allocation after reset; do flags like dmf

SCCS-vsn: sys/vax/uba/dmz.c 6.5

38 years agoadd UBAI_ADDR
Mike Karels [Tue, 18 Feb 1986 14:48:47 +0000 (06:48 -0800)]
add UBAI_ADDR

SCCS-vsn: sys/vax/uba/ubavar.h 6.6

38 years agowatch out for time going backward, keep zvtime per uba
Mike Karels [Tue, 18 Feb 1986 12:32:41 +0000 (04:32 -0800)]
watch out for time going backward, keep zvtime per uba

SCCS-vsn: sys/vax/uba/uba.c 6.9
SCCS-vsn: sys/vax/uba/ubavar.h 6.5

38 years agocorrect config line.
Keith Sklower [Tue, 18 Feb 1986 10:01:25 +0000 (02:01 -0800)]
correct config line.

SCCS-vsn: share/man/man4/man4.vax/ex.4 6.2

38 years agodate and time created 86/02/17 17:59:27 by sklower
Keith Sklower [Tue, 18 Feb 1986 09:59:27 +0000 (01:59 -0800)]
date and time created 86/02/17 17:59:27 by sklower

SCCS-vsn: share/man/man4/man4.vax/ex.4 6.1

38 years agoredirect installing new route to host is dynamic, mark it
Mike Karels [Tue, 18 Feb 1986 09:58:57 +0000 (01:58 -0800)]
redirect installing new route to host is dynamic, mark it

SCCS-vsn: sys/net/route.c 6.16

38 years agorm source, dest address setting; let ifconfig do it
Mike Karels [Tue, 18 Feb 1986 09:35:00 +0000 (01:35 -0800)]
rm source, dest address setting; let ifconfig do it

SCCS-vsn: sbin/slattach/slattach.c 4.1

38 years agoDocument additional diagnostics, note XNS support and caution, specify board model...
Keith Sklower [Tue, 18 Feb 1986 09:31:55 +0000 (01:31 -0800)]
Document additional diagnostics, note XNS support and caution, specify board model # to distinguish from NP100.

SCCS-vsn: share/man/man4/man4.vax/il.4 6.2

38 years agoManual Pages for MICOM interlan NP100 unibus 10MB/s intelligent ethernet controller...
Keith Sklower [Tue, 18 Feb 1986 09:28:03 +0000 (01:28 -0800)]
Manual Pages for MICOM interlan NP100 unibus 10MB/s intelligent ethernet controller for downloading (np) and operation(ix)

SCCS-vsn: share/man/man4/man4.vax/np.4 6.1
SCCS-vsn: share/man/man4/man4.vax/ix.4 6.1

38 years agoManual Page for Digital Equipment UNIBUS Network Adapter(tm)[sic]
Keith Sklower [Tue, 18 Feb 1986 09:26:04 +0000 (01:26 -0800)]
Manual Page for Digital Equipment UNIBUS Network Adapter(tm)[sic]

SCCS-vsn: share/man/man4/man4.vax/de.4 6.1

38 years agotypo
Mike Karels [Tue, 18 Feb 1986 09:15:47 +0000 (01:15 -0800)]
typo

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

38 years agofrom Torek
Mike Karels [Tue, 18 Feb 1986 09:02:25 +0000 (01:02 -0800)]
from Torek

SCCS-vsn: sbin/slattach/slattach.c 1.1

38 years agorev 6
Mike Karels [Tue, 18 Feb 1986 09:01:59 +0000 (01:01 -0800)]
rev 6

SCCS-vsn: sbin/slattach/slattach.8 6.1

38 years agorm address setting, let ifconfig deal with it
Mike Karels [Tue, 18 Feb 1986 09:01:37 +0000 (01:01 -0800)]
rm address setting, let ifconfig deal with it

SCCS-vsn: sbin/slattach/slattach.8 1.2

38 years agofrom Torek
Mike Karels [Tue, 18 Feb 1986 08:49:37 +0000 (00:49 -0800)]
from Torek

SCCS-vsn: sbin/slattach/slattach.8 1.1

38 years agodon't NEED16
Mike Karels [Tue, 18 Feb 1986 06:34:44 +0000 (22:34 -0800)]
don't NEED16

SCCS-vsn: sys/vax/if/if_vv.c 6.15

38 years agoBoth hardware and software structures for np driver; merged into one file to be consi...
Keith Sklower [Tue, 18 Feb 1986 05:45:58 +0000 (21:45 -0800)]
Both hardware and software structures for np driver; merged into one file to be consistent with 4BSD conventions

SCCS-vsn: sys/vax/uba/npreg.h 6.1

38 years agoDriver for NP100 ethernet; memory management and downloading and interrupt functions
Keith Sklower [Tue, 18 Feb 1986 05:44:00 +0000 (21:44 -0800)]
Driver for NP100 ethernet; memory management and downloading and interrupt functions

SCCS-vsn: sys/vax/uba/np.c 6.1

38 years agoHeader info for Datalink mode operation of Np100, not in vaxuba
Keith Sklower [Tue, 18 Feb 1986 05:42:23 +0000 (21:42 -0800)]
Header info for Datalink mode operation of Np100, not in vaxuba

SCCS-vsn: sys/vax/if/if_ix.h 6.1

38 years ago4BSD network driver for Interlan Smart Board; companion to vaxuba/np.c
Keith Sklower [Tue, 18 Feb 1986 05:39:56 +0000 (21:39 -0800)]
4BSD network driver for Interlan Smart Board; companion to vaxuba/np.c

SCCS-vsn: sys/vax/if/if_ix.c 6.1

38 years agopropogate DATEREQ properly
Jim Bloom [Tue, 18 Feb 1986 05:20:55 +0000 (21:20 -0800)]
propogate DATEREQ properly

SCCS-vsn: usr.sbin/timed/timed/slave.c 2.3

38 years agoclean hostlist when going from master to slave (from ks@purdue)
Jim Bloom [Tue, 18 Feb 1986 05:18:18 +0000 (21:18 -0800)]
clean hostlist when going from master to slave (from ks@purdue)

SCCS-vsn: usr.sbin/timed/timed/timed.c 2.3
SCCS-vsn: usr.sbin/timed/timed/master.c 2.2

38 years agofix defective copyright notice. no more include "../h/*".
Keith Sklower [Tue, 18 Feb 1986 04:39:37 +0000 (20:39 -0800)]
fix defective copyright notice.  no more include "../h/*".

SCCS-vsn: sys/vax/vax/ns_cksum.c 6.4

38 years agoadd tmscp driver (karels). add interlan np100 driver (sklower).
Mike Karels [Tue, 18 Feb 1986 04:23:11 +0000 (20:23 -0800)]
add tmscp driver (karels). add interlan np100 driver (sklower).

SCCS-vsn: sys/vax/conf/files.vax 6.12

38 years agoadd interlan smart [sic] board
Keith Sklower [Tue, 18 Feb 1986 04:18:25 +0000 (20:18 -0800)]
add interlan smart [sic] board

SCCS-vsn: etc/etc.vax/MAKEDEV 4.24

38 years agogetgroups' first arg is an int
Jim Bloom [Tue, 18 Feb 1986 04:07:06 +0000 (20:07 -0800)]
getgroups' first arg is an int

SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.31

38 years agoadd interlan smart board as a character special device.
Keith Sklower [Tue, 18 Feb 1986 03:35:34 +0000 (19:35 -0800)]
add interlan smart board as a character special device.

SCCS-vsn: sys/vax/vax/conf.c 6.13

38 years agomissing return value
Jay Lepreau [Mon, 17 Feb 1986 20:27:01 +0000 (12:27 -0800)]
missing return value

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.9

38 years agocleanups from sam; connect in order to be able to get async. errors;
Mike Karels [Mon, 17 Feb 1986 17:22:06 +0000 (09:22 -0800)]
cleanups from sam; connect in order to be able to get async. errors;
check for ECONNREFUSED later

SCCS-vsn: bin/date/date.c 4.15

38 years agoreturn read/writable if there's an error to be noticed
Mike Karels [Mon, 17 Feb 1986 17:15:03 +0000 (09:15 -0800)]
return read/writable if there's an error to be noticed

SCCS-vsn: sys/sys/socketvar.h 6.10

38 years agobring up to release 5
Mike Karels [Mon, 17 Feb 1986 15:03:17 +0000 (07:03 -0800)]
bring up to release 5

SCCS-vsn: usr.sbin/arp/arp.c 5.1

38 years agoadd if metric, rm local, separate af-dependent and -independent
Mike Karels [Mon, 17 Feb 1986 13:08:45 +0000 (05:08 -0800)]
add if metric, rm local, separate af-dependent and -independent

SCCS-vsn: sbin/ifconfig/ifconfig.c 4.15

38 years agomacros for masks
Mike Karels [Mon, 17 Feb 1986 12:42:33 +0000 (04:42 -0800)]
macros for masks

SCCS-vsn: sys/sys/syslog.h 4.10

38 years agodon't install gatewayed routes to ourself as a result of redirects
Mike Karels [Mon, 17 Feb 1986 12:20:28 +0000 (04:20 -0800)]
don't install gatewayed routes to ourself as a result of redirects

SCCS-vsn: sys/net/route.c 6.15

38 years agofix abort if diff -c & files same
Van Jacobson [Mon, 17 Feb 1986 09:07:39 +0000 (01:07 -0800)]
fix abort if diff -c & files same

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

38 years agotypo in last delta
Jay Lepreau [Mon, 17 Feb 1986 07:52:39 +0000 (23:52 -0800)]
typo in last delta

SCCS-vsn: etc/gettytab 5.7

38 years agoProgram to retrieve core image from board
Keith Sklower [Sat, 15 Feb 1986 12:13:17 +0000 (04:13 -0800)]
Program to retrieve core image from board

SCCS-vsn: old/np100/npdump.c 6.1
SCCS-vsn: old/np100/npload.c 6.1

38 years agoacknowledge contribution of Nesheim@Cornell
Keith Sklower [Sat, 15 Feb 1986 11:27:08 +0000 (03:27 -0800)]
acknowledge contribution of Nesheim@Cornell

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

38 years agomake it so that you don't have to laboriously type broaddr;
Keith Sklower [Sat, 15 Feb 1986 11:24:43 +0000 (03:24 -0800)]
make it so that you don't have to laboriously type broaddr;
also make portable to CCI, Gould.

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

38 years agoupdate from monet
Sam Leffler [Sat, 15 Feb 1986 11:23:39 +0000 (03:23 -0800)]
update from monet

SCCS-vsn: usr.bin/systat/vmstat.c 5.6

38 years ago1.) Fixes from Nesheim viz pt to pt timeouts;
Keith Sklower [Sat, 15 Feb 1986 11:21:06 +0000 (03:21 -0800)]
1.) Fixes from Nesheim viz pt to pt timeouts;
2.) Getting rid of ns_netof, to make common for Gould, CCI

SCCS-vsn: sbin/XNSrouted/af.c 5.5
SCCS-vsn: sbin/XNSrouted/trace.c 5.6

38 years agoadd frequently used union to kernel header file
Keith Sklower [Sat, 15 Feb 1986 11:11:24 +0000 (03:11 -0800)]
add frequently used union to kernel header file

SCCS-vsn: sys/netns/ns.h 6.11

38 years agoenshrine common way of extracting net numbers by frequently used union.
Keith Sklower [Sat, 15 Feb 1986 11:07:43 +0000 (03:07 -0800)]
enshrine common way of extracting net numbers by frequently used union.

SCCS-vsn: sys/netns/ns.h 6.11

38 years ago1.) Fixes from Nesheim viz pt to pt timeouts;
Keith Sklower [Sat, 15 Feb 1986 10:28:43 +0000 (02:28 -0800)]
1.) Fixes from Nesheim viz pt to pt timeouts;
2.) Getting rid of ns_netof, to make common for Gould, CCI

SCCS-vsn: sbin/XNSrouted/af.c 5.5
SCCS-vsn: sbin/XNSrouted/defs.h 5.5
SCCS-vsn: sbin/XNSrouted/input.c 5.6
SCCS-vsn: sbin/XNSrouted/main.c 5.5
SCCS-vsn: sbin/XNSrouted/output.c 5.5
SCCS-vsn: sbin/XNSrouted/startup.c 5.5
SCCS-vsn: sbin/XNSrouted/protocol.h 5.4
SCCS-vsn: sbin/XNSrouted/tables.c 5.5
SCCS-vsn: sbin/XNSrouted/timer.c 5.4
SCCS-vsn: sbin/XNSrouted/trace.c 5.6

38 years agoAdd define for CCI Power 32 - defined (tahoe)
Kevin Dunlap [Sat, 15 Feb 1986 10:16:36 +0000 (02:16 -0800)]
Add define for CCI Power 32 - defined (tahoe)

SCCS-vsn: include/arpa/nameser.h 5.11

38 years agonlist returns a value
Jim Bloom [Sat, 15 Feb 1986 00:51:48 +0000 (16:51 -0800)]
nlist returns a value

SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.30

38 years agoprint module and software rev if ildebug
Mike Karels [Fri, 14 Feb 1986 10:04:02 +0000 (02:04 -0800)]
print module and software rev if ildebug

SCCS-vsn: sys/vax/if/if_il.c 6.14

38 years agobug fix from RSanders@usgs2-multics.arpa
Mike Karels [Fri, 14 Feb 1986 09:37:29 +0000 (01:37 -0800)]
bug fix from RSanders@usgs2-multics.arpa

SCCS-vsn: sbin/dmesg/dmesg.c 5.3

38 years agolet's get the defines right
Jim Bloom [Fri, 14 Feb 1986 06:44:27 +0000 (22:44 -0800)]
let's get the defines right

SCCS-vsn: usr.bin/uucp/includes/condevs.h 4.6