unix-history/.git
38 years agoadd D2400 for faster dialups
Jim Bloom [Thu, 24 Oct 1985 04:01:52 +0000 (20:01 -0800)]
add D2400 for faster dialups

SCCS-vsn: etc/gettytab 5.6

38 years agoadd more site specific entries (requested by MIT Athena)
Jim Bloom [Thu, 24 Oct 1985 01:15:29 +0000 (17:15 -0800)]
add more site specific entries (requested by MIT Athena)

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

38 years agocareful about that unlink (from Keith Muller muller@sdcsvax)
Jim Bloom [Wed, 23 Oct 1985 11:35:24 +0000 (03:35 -0800)]
careful about that unlink (from Keith Muller muller@sdcsvax)

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

38 years agobe more social about killing attached processes (vhangup takes care of it)
Jim Bloom [Wed, 23 Oct 1985 10:43:11 +0000 (02:43 -0800)]
be more social about killing attached processes (vhangup takes care of it)
(from sun!guy)

SCCS-vsn: libexec/rlogind/rlogind.c 5.8
SCCS-vsn: libexec/telnetd/telnetd.c 5.4

38 years agowait for all children, not just one
Jim Bloom [Wed, 23 Oct 1985 08:31:44 +0000 (00:31 -0800)]
wait for all children, not just one

SCCS-vsn: usr.bin/ex/ex_unix.c 7.6

38 years agoadd paranoid check for missing file descriptors 0, 1, and 2
Kirk McKusick [Tue, 22 Oct 1985 11:34:19 +0000 (03:34 -0800)]
add paranoid check for missing file descriptors 0, 1, and 2

SCCS-vsn: lib/csu/vax/crt0.c 5.2

38 years ago0 != "" for some machines Robert
Kirk McKusick [Tue, 22 Oct 1985 11:24:13 +0000 (03:24 -0800)]
0 != "" for some machines Robert

SCCS-vsn: old/as.vax/asmain.c 5.2

38 years agodon't quit if one file isn't readable
Mike Karels [Tue, 22 Oct 1985 09:52:42 +0000 (01:52 -0800)]
don't quit if one file isn't readable

SCCS-vsn: libexec/getNAME/getNAME.c 5.2

38 years agohandle (rare) carry bug
Mike Karels [Tue, 22 Oct 1985 09:45:12 +0000 (01:45 -0800)]
handle (rare) carry bug

SCCS-vsn: sbin/ping/ping.c 4.4

38 years agohave resolver query multiple servers
Kevin Dunlap [Tue, 22 Oct 1985 09:19:13 +0000 (01:19 -0800)]
have resolver query multiple servers

SCCS-vsn: lib/libc/net/res_send.c 5.6

38 years agoChanges to make work on sun and have resolver query multiple servers
Kevin Dunlap [Tue, 22 Oct 1985 09:18:09 +0000 (01:18 -0800)]
Changes to make work on sun and have resolver query multiple servers

SCCS-vsn: lib/libc/net/res_init.c 5.9

38 years agoproper action when standard input is not open
Kirk McKusick [Tue, 22 Oct 1985 06:17:11 +0000 (22:17 -0800)]
proper action when standard input is not open

SCCS-vsn: old/cpp/cpp.c 1.12

38 years agouse static if variable used outside of block
Jim Bloom [Tue, 22 Oct 1985 04:10:20 +0000 (20:10 -0800)]
use static if variable used outside of block

SCCS-vsn: usr.bin/finger/finger.c 5.6

38 years agoupdate for revised hostent structure
Sam Leffler [Mon, 21 Oct 1985 14:31:55 +0000 (06:31 -0800)]
update for revised hostent structure

SCCS-vsn: usr.bin/finger/finger.c 5.5

38 years agostrip spaces from ends of alias addresses so that blanks at end of line works
Eric Allman [Sun, 20 Oct 1985 01:55:01 +0000 (17:55 -0800)]
strip spaces from ends of alias addresses so that blanks at end of line works

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.30

38 years agostrip off spaces again so that blanks at end of line work
Eric Allman [Sun, 20 Oct 1985 01:53:53 +0000 (17:53 -0800)]
strip off spaces again so that blanks at end of line work

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

38 years agomust return -1, not 0 on bad flag (from eric)
Kirk McKusick [Sat, 19 Oct 1985 11:03:07 +0000 (03:03 -0800)]
must return -1, not 0 on bad flag (from eric)

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

38 years agoone more field that needs to be initialized
Kirk McKusick [Sat, 19 Oct 1985 10:41:54 +0000 (02:41 -0800)]
one more field that needs to be initialized

SCCS-vsn: usr.bin/pascal/libpc/GETNAME.c 1.12

38 years agoupdate for 19200 baud (from Keith Muller)
Kirk McKusick [Sat, 19 Oct 1985 09:39:38 +0000 (01:39 -0800)]
update for 19200 baud (from Keith Muller)

SCCS-vsn: libexec/getty/subr.c 5.3
SCCS-vsn: etc/gettytab 5.5

38 years agoattempting to bind() an already bound UNIX domain socket returns EINVAL (kre)
Kirk McKusick [Sat, 19 Oct 1985 09:10:21 +0000 (01:10 -0800)]
attempting to bind() an already bound UNIX domain socket returns EINVAL (kre)

SCCS-vsn: sys/kern/uipc_usrreq.c 6.16

38 years agoadd ~b documentation
Kirk McKusick [Sat, 19 Oct 1985 08:13:18 +0000 (00:13 -0800)]
add ~b documentation

SCCS-vsn: usr.bin/mail/mail.1 6.4

38 years agogive "from host" information for network login failures
Kirk McKusick [Sat, 19 Oct 1985 07:12:41 +0000 (23:12 -0800)]
give "from host" information for network login failures

SCCS-vsn: usr.bin/login/login.c 5.9
SCCS-vsn: usr.bin/login/login.c.1 5.9

38 years agoinitial version from Mike Muuss
Kirk McKusick [Sat, 19 Oct 1985 05:49:49 +0000 (21:49 -0800)]
initial version from Mike Muuss

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

38 years agoallow maximum number of disks (32)
Kirk McKusick [Sat, 19 Oct 1985 05:39:48 +0000 (21:39 -0800)]
allow maximum number of disks (32)

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

38 years agoreturn old timer value, even when a new one is not specified (from ralph)
Kirk McKusick [Fri, 18 Oct 1985 10:55:07 +0000 (02:55 -0800)]
return old timer value, even when a new one is not specified (from ralph)

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

38 years agoadd DEC DMZ-32 support
Kirk McKusick [Fri, 18 Oct 1985 06:16:42 +0000 (22:16 -0800)]
add DEC DMZ-32 support

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

38 years agodate and time created 85/10/17 14:14:57 by mckusick
Kirk McKusick [Fri, 18 Oct 1985 06:14:57 +0000 (22:14 -0800)]
date and time created 85/10/17 14:14:57 by mckusick

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

38 years agodate and time created 85/10/17 14:14:54 by mckusick
Kirk McKusick [Fri, 18 Oct 1985 06:14:54 +0000 (22:14 -0800)]
date and time created 85/10/17 14:14:54 by mckusick

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

38 years agomv /tp to ../dist; install /boot, /format
Mike Karels [Fri, 18 Oct 1985 05:11:23 +0000 (21:11 -0800)]
mv /tp to ../dist; install /boot, /format

SCCS-vsn: sys/vax/stand/Makefile 6.9

38 years agoput tp directory here
Mike Karels [Fri, 18 Oct 1985 05:09:05 +0000 (21:09 -0800)]
put tp directory here

SCCS-vsn: sys/vax/dist/maketape 4.27

38 years agocan't listen on raw socket, but don't panic
Mike Karels [Fri, 18 Oct 1985 03:59:19 +0000 (19:59 -0800)]
can't listen on raw socket, but don't panic

SCCS-vsn: sys/net/raw_usrreq.c 6.9

38 years agoset PATH so can find tac when run remotely
Jay Lepreau [Thu, 17 Oct 1985 17:58:18 +0000 (09:58 -0800)]
set PATH so can find tac when run remotely

SCCS-vsn: local/tac/tmail.sh 1.2

38 years agolatest update from Don Speck
Kirk McKusick [Thu, 17 Oct 1985 12:31:02 +0000 (04:31 -0800)]
latest update from Don Speck

SCCS-vsn: sbin/dump/tape.c 5.3

38 years agodepend needs expr.c
Kirk McKusick [Thu, 17 Oct 1985 11:38:07 +0000 (03:38 -0800)]
depend needs expr.c

SCCS-vsn: bin/Makefile 5.15

38 years agoadd dmz support; separate name space
Mike Karels [Thu, 17 Oct 1985 10:42:39 +0000 (02:42 -0800)]
add dmz support; separate name space

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

38 years agochange to log params
Jim Bloom [Thu, 17 Oct 1985 09:35:24 +0000 (01:35 -0800)]
change to log params

SCCS-vsn: sys/deprecated/bbnnet/udp.c 1.2

38 years agofix comment (from sjk@sri-spam)
Kirk McKusick [Wed, 16 Oct 1985 13:01:13 +0000 (05:01 -0800)]
fix comment (from sjk@sri-spam)

SCCS-vsn: sbin/dump/Makefile 5.3

38 years agoreally only unlink regular files (from I stay up all night reading code, Torek)
Kirk McKusick [Wed, 16 Oct 1985 12:14:51 +0000 (04:14 -0800)]
really only unlink regular files (from I stay up all night reading code, Torek)

SCCS-vsn: old/catman/catman.c 5.4

38 years agoget the semantics right (from Torek, of course)
Kirk McKusick [Wed, 16 Oct 1985 12:08:15 +0000 (04:08 -0800)]
get the semantics right (from Torek, of course)

SCCS-vsn: sys/vax/vax/Locore.c 6.6

38 years agoallow format track by track; numerous fixes for skip sector
Mike Karels [Wed, 16 Oct 1985 05:19:54 +0000 (21:19 -0800)]
allow format track by track; numerous fixes for skip sector
(still not sure it's right)

SCCS-vsn: sys/vax/stand/format.c 6.6

38 years agoSupport XNS on a single interface.
Keith Sklower [Wed, 16 Oct 1985 02:31:14 +0000 (18:31 -0800)]
Support XNS on a single interface.

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

38 years agofix uninitialized pointer in nsip_rtchange. (check in by sklower).
Kirk McKusick [Wed, 16 Oct 1985 02:30:05 +0000 (18:30 -0800)]
fix uninitialized pointer in nsip_rtchange. (check in by sklower).

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

38 years agoupdate syslog
Mike Karels [Wed, 16 Oct 1985 01:30:05 +0000 (17:30 -0800)]
update syslog

SCCS-vsn: sys/deprecated/bbnnet/ic_output.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/icmp.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/ip_input.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/ip_output.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/rdp_input.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/rdp_states.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/rdp_subr.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/tcp_input.c 1.2
SCCS-vsn: sys/deprecated/bbnnet/tcp_procs.c 1.2

38 years agofaster ISS change
Mike Karels [Wed, 16 Oct 1985 00:57:25 +0000 (16:57 -0800)]
faster ISS change

SCCS-vsn: sys/netinet/tcp_seq.h 6.4

38 years agokeep rcv_adv in synch with rcv_nxt
Mike Karels [Wed, 16 Oct 1985 00:56:56 +0000 (16:56 -0800)]
keep rcv_adv in synch with rcv_nxt

SCCS-vsn: sys/netinet/tcp_seq.h 6.3

38 years agofrom BBN
Mike Karels [Tue, 15 Oct 1985 10:15:08 +0000 (02:15 -0800)]
from BBN

SCCS-vsn: sys/deprecated/bbnnet/fsm.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/fsmdef.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp_subr.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp_traps.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp_traps.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/hmp_var.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/ic_output.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/icmp.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/icmp.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/in.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/in.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/in_pcb.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/in_pcb.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/in_proto.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/in_var.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/ip.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/ip_input.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/ip_output.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/ip_usrreq.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/macros.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/net.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/nopcb.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/raw_input.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_fsm.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_input.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_macros.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_prim.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_states.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_subr.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/rdp_usrreq.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/seq.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/sws.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp_input.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp_prim.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp_procs.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp_states.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/tcp_usrreq.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/udp.c 1.1
SCCS-vsn: sys/deprecated/bbnnet/udp.h 1.1
SCCS-vsn: sys/deprecated/bbnnet/udp_usrreq.c 1.1

38 years agochange error recovery procedure when starting positioning rather than
Mike Karels [Tue, 15 Oct 1985 10:06:59 +0000 (02:06 -0800)]
change error recovery procedure when starting positioning rather than
retrying transfer (so attentions from other drives don't confuse us)

SCCS-vsn: sys/vax/mba/hp.c 6.15
SCCS-vsn: sys/vax/mba/mba.c 6.6
SCCS-vsn: sys/vax/mba/mbavar.h 6.3

38 years agodon't respond to broadcasts
Mike Karels [Tue, 15 Oct 1985 09:39:49 +0000 (01:39 -0800)]
don't respond to broadcasts

SCCS-vsn: sys/netinet/tcp_input.c 6.15

38 years agore-fix shrinking window problem, watching out for short vs. long
Mike Karels [Tue, 15 Oct 1985 09:38:20 +0000 (01:38 -0800)]
re-fix shrinking window problem, watching out for short vs. long
and rcv_adv not being initialized

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

38 years agokeep rcv_adv in synch with rcv_nxt
Mike Karels [Tue, 15 Oct 1985 09:20:58 +0000 (01:20 -0800)]
keep rcv_adv in synch with rcv_nxt

SCCS-vsn: sys/netinet/tcp_seq.h 6.3

38 years agorecognize other attempts to broadcast
Mike Karels [Tue, 15 Oct 1985 09:20:08 +0000 (01:20 -0800)]
recognize other attempts to broadcast

SCCS-vsn: sys/netinet/in.c 6.10
SCCS-vsn: sys/netinet/in_var.h 6.3
SCCS-vsn: sys/netinet/ip_input.c 6.13

38 years agominor nit
Mike Karels [Tue, 15 Oct 1985 09:07:49 +0000 (01:07 -0800)]
minor nit

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

38 years agofix csr address
Kirk McKusick [Tue, 15 Oct 1985 08:55:06 +0000 (00:55 -0800)]
fix csr address

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

38 years agodouble diction (from helge@nta-vax)
Kirk McKusick [Tue, 15 Oct 1985 07:37:48 +0000 (23:37 -0800)]
double diction (from helge@nta-vax)

SCCS-vsn: sbin/restore/tape.c 5.4

38 years agofix ordering problem of duplicate files with different dependencies
Mike Karels [Tue, 15 Oct 1985 02:57:56 +0000 (18:57 -0800)]
fix ordering problem of duplicate files with different dependencies

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

38 years agomissing vvprt_hdr
Mike Karels [Mon, 14 Oct 1985 12:00:00 +0000 (04:00 -0800)]
missing vvprt_hdr

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

38 years agomissing splx
Mike Karels [Mon, 14 Oct 1985 11:45:03 +0000 (03:45 -0800)]
missing splx

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

38 years agoold LOG_ODELAY is now the default; use LOG_NDELAY to get the old semantics
Eric Allman [Mon, 14 Oct 1985 07:23:25 +0000 (23:23 -0800)]
old LOG_ODELAY is now the default; use LOG_NDELAY to get the old semantics

SCCS-vsn: lib/libc/gen/syslog.3 6.3

38 years agouse LOG_NDELAY to \immediately/ open log; LOG_ODELAY is the default
Eric Allman [Mon, 14 Oct 1985 07:21:46 +0000 (23:21 -0800)]
use LOG_NDELAY to \immediately/ open log; LOG_ODELAY is the default

SCCS-vsn: lib/libc/gen/syslog.c 5.4

38 years agoadd LOG_NDELAY
Eric Allman [Mon, 14 Oct 1985 07:20:29 +0000 (23:20 -0800)]
add LOG_NDELAY

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

38 years agofix botch with reapchild getting queue runs before intended wait
Eric Allman [Mon, 14 Oct 1985 07:03:36 +0000 (23:03 -0800)]
fix botch with reapchild getting queue runs before intended wait

SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.17
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.29

38 years agofinish documenting -m flag
Eric Allman [Mon, 14 Oct 1985 06:00:35 +0000 (22:00 -0800)]
finish documenting -m flag

SCCS-vsn: usr.sbin/syslogd/syslogd.8 6.4

38 years agoadd mark facility; clean up some small glitches
Eric Allman [Mon, 14 Oct 1985 05:49:42 +0000 (21:49 -0800)]
add mark facility; clean up some small glitches

SCCS-vsn: usr.sbin/syslogd/syslogd.8 6.3

38 years agorestore marking; add syslog (mark) facility; allow "none" as a priority
Eric Allman [Sun, 13 Oct 1985 15:14:35 +0000 (07:14 -0800)]
restore marking; add syslog (mark) facility; allow "none" as a priority
so that *.debug;mark.none will work

SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.9

38 years agoadded LOG_SYSLOG facility for internally generated messages
Eric Allman [Sun, 13 Oct 1985 15:07:04 +0000 (07:07 -0800)]
added LOG_SYSLOG facility for internally generated messages

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

38 years agocheck for failed open before closing (from Chris Torek)
Kirk McKusick [Sun, 13 Oct 1985 10:18:35 +0000 (02:18 -0800)]
check for failed open before closing (from Chris Torek)

SCCS-vsn: usr.bin/passwd/passwd.c 4.20

38 years agostandardize partition sizes
Kirk McKusick [Sat, 12 Oct 1985 10:20:55 +0000 (02:20 -0800)]
standardize partition sizes

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

38 years agofix copyright date
Kirk McKusick [Sat, 12 Oct 1985 10:03:22 +0000 (02:03 -0800)]
fix copyright date

SCCS-vsn: lib/libc/stdlib/malloc.c 5.2

38 years agoadd copyright
Kirk McKusick [Sat, 12 Oct 1985 10:01:45 +0000 (02:01 -0800)]
add copyright

SCCS-vsn: bin/cp/cp.c 4.13
SCCS-vsn: usr.bin/passwd/passwd.c 4.19

38 years agocopyright
Kirk McKusick [Sat, 12 Oct 1985 09:57:32 +0000 (01:57 -0800)]
copyright

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

38 years agodepend on FRC not /tmp
Kirk McKusick [Sat, 12 Oct 1985 09:53:09 +0000 (01:53 -0800)]
depend on FRC not /tmp

SCCS-vsn: lib/Makefile 5.9
SCCS-vsn: games/Makefile 5.3

38 years agoxterm: fixed rs (was missing =)
Serge ??? [Sat, 12 Oct 1985 08:56:19 +0000 (00:56 -0800)]
xterm: fixed rs (was missing =)

SCCS-vsn: share/termcap/termcap.src 5.7

38 years agotime adj must be multiple of tickadj for now (avoid oscillation)
Mike Karels [Sat, 12 Oct 1985 08:48:59 +0000 (00:48 -0800)]
time adj must be multiple of tickadj for now (avoid oscillation)

SCCS-vsn: sys/kern/kern_time.c 6.6

38 years agofix to avoid hanging the UNIBUS (from Steve Schoch@ames)
Kirk McKusick [Sat, 12 Oct 1985 08:30:22 +0000 (00:30 -0800)]
fix to avoid hanging the UNIBUS (from Steve Schoch@ames)

SCCS-vsn: sys/vax/uba/idc.c 6.11

38 years agoBug in deciding to retransmit a packet.
Keith Sklower [Sat, 12 Oct 1985 08:21:40 +0000 (00:21 -0800)]
Bug in deciding to retransmit a packet.

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

38 years agomove libsa.a to stand
Mike Karels [Sat, 12 Oct 1985 03:50:07 +0000 (19:50 -0800)]
move libsa.a to stand

SCCS-vsn: sys/vax/stand/Makefile 6.8

38 years agofaster read; other stuff for later
Mike Karels [Sat, 12 Oct 1985 03:48:25 +0000 (19:48 -0800)]
faster read; other stuff for later

SCCS-vsn: sys/stand.att/sys.c 6.5

38 years agodon't complain about not binding if network not turned on
Mike Karels [Sat, 12 Oct 1985 03:44:39 +0000 (19:44 -0800)]
don't complain about not binding if network not turned on

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

38 years agoallow non-root to make param.c
Mike Karels [Sat, 12 Oct 1985 00:24:19 +0000 (16:24 -0800)]
allow non-root to make param.c

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

38 years agoask for login name second time around on rlogin
Jim Bloom [Fri, 11 Oct 1985 09:54:10 +0000 (01:54 -0800)]
ask for login name second time around on rlogin

SCCS-vsn: usr.bin/login/login.c 5.8
SCCS-vsn: usr.bin/login/login.c.1 5.8

38 years agofix permissions on kUmem and drum
Jim Bloom [Fri, 11 Oct 1985 08:05:04 +0000 (00:05 -0800)]
fix permissions on kUmem and drum

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

38 years agoadd multispeed support (from rick@seismo)
Jim Bloom [Fri, 11 Oct 1985 03:45:44 +0000 (19:45 -0800)]
add multispeed support (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libacu/rvmacs.c 4.2

38 years agocleanup open code (from rick@seismo)
Jim Bloom [Fri, 11 Oct 1985 03:44:23 +0000 (19:44 -0800)]
cleanup open code (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libacu/va820.c 4.3

38 years agostill more fixes from rick@seismo
Jim Bloom [Fri, 11 Oct 1985 03:42:44 +0000 (19:42 -0800)]
still more fixes from rick@seismo

SCCS-vsn: usr.bin/uucp/libacu/vad.c 4.2

38 years agoreset alarm (from rick@seismo)
Jim Bloom [Fri, 11 Oct 1985 03:41:37 +0000 (19:41 -0800)]
reset alarm (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libacu/vent.c 4.2

38 years agofix from rick@seismo
Jim Bloom [Fri, 11 Oct 1985 03:40:23 +0000 (19:40 -0800)]
fix from rick@seismo

SCCS-vsn: usr.bin/uucp/libacu/vmacs.c 4.3

38 years agoFix to get this to run on a SUN from smoot@ut-sally
Kevin Dunlap [Fri, 11 Oct 1985 03:39:53 +0000 (19:39 -0800)]
Fix to get this to run on a SUN from smoot@ut-sally

SCCS-vsn: lib/libc/net/res_mkquery.c 5.5

38 years agoreset alarm after open (from rick@seismo)
Jim Bloom [Fri, 11 Oct 1985 03:38:40 +0000 (19:38 -0800)]
reset alarm after open (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libacu/pen.c 4.2

38 years agostill more changes from rick@seismo
Jim Bloom [Fri, 11 Oct 1985 03:37:12 +0000 (19:37 -0800)]
still more changes from rick@seismo

SCCS-vsn: usr.bin/uucp/libacu/hys.c 4.4

38 years agouse PTR instead of inverse query for gethostbyaddr(), accept reply
Jim Bloom [Fri, 11 Oct 1985 02:07:01 +0000 (18:07 -0800)]
use PTR instead of inverse query for gethostbyaddr(), accept reply

SCCS-vsn: lib/libc/net/gethostnamadr.c 5.8

38 years agoAdd support for resolver to query multiple name servers
Kevin Dunlap [Thu, 10 Oct 1985 11:46:45 +0000 (03:46 -0800)]
Add support for resolver to query multiple name servers

SCCS-vsn: include/resolv.h 5.3
SCCS-vsn: include/resolv.h 5.3

38 years agomore from rick@seismo
Jim Bloom [Thu, 10 Oct 1985 09:24:21 +0000 (01:24 -0800)]
more from rick@seismo

SCCS-vsn: usr.bin/uucp/DOC/CHANGES 5.4

38 years agoaccounting fix (rick@seismo again)
Jim Bloom [Thu, 10 Oct 1985 09:15:03 +0000 (01:15 -0800)]
accounting fix (rick@seismo again)

SCCS-vsn: usr.bin/uucp/uucico/fio.c 5.3
SCCS-vsn: usr.bin/uucp/uucico/gio.c 5.6
SCCS-vsn: usr.bin/uucp/uucico/tio.c 4.5

38 years agostill more fixes from rick@seismo
Jim Bloom [Thu, 10 Oct 1985 09:10:31 +0000 (01:10 -0800)]
still more fixes from rick@seismo

SCCS-vsn: usr.bin/uucp/uux/uux.c 5.5
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.7
SCCS-vsn: usr.bin/uucp/libuu/versys.c 5.5

38 years agobug fix from rick@seismo
Jim Bloom [Thu, 10 Oct 1985 08:45:49 +0000 (00:45 -0800)]
bug fix from rick@seismo

SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.7

38 years agoadd declaration of Now (from rick@seismo)
Jim Bloom [Thu, 10 Oct 1985 08:43:13 +0000 (00:43 -0800)]
add declaration of Now (from rick@seismo)

SCCS-vsn: usr.bin/uucp/uupoll/uupoll.c 5.5
SCCS-vsn: usr.bin/uucp/uuq/uuq.c 4.6

38 years agoadd definition of Now (from rick@seismo)
Jim Bloom [Thu, 10 Oct 1985 08:39:13 +0000 (00:39 -0800)]
add definition of Now (from rick@seismo)

SCCS-vsn: usr.bin/uucp/uuname/uuname.c 5.3

38 years agohandle domains better (from rick@seismo)
Jim Bloom [Thu, 10 Oct 1985 08:34:18 +0000 (00:34 -0800)]
handle domains better (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libuu/uucpname.c 5.5

38 years agouse defined constant (from rick@seismo)
Jim Bloom [Thu, 10 Oct 1985 08:26:50 +0000 (00:26 -0800)]
use defined constant (from rick@seismo)

SCCS-vsn: usr.bin/uucp/libuu/uucpdefs.c 5.5

38 years agostill more fixes from rick@seismo
Jim Bloom [Thu, 10 Oct 1985 08:22:06 +0000 (00:22 -0800)]
still more fixes from rick@seismo

SCCS-vsn: usr.bin/uucp/uucp/uucp.c 5.5