unix-history/.git
41 years agoWorking version of remote spooling.
Bill Joy [Thu, 6 Jan 1983 03:28:14 +0000 (19:28 -0800)]
Working version of remote spooling.

SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 1.4
SCCS-vsn: usr.sbin/lpr/lpd/lpdchar.c 4.2
SCCS-vsn: usr.sbin/lpr/filters/lpf.c 4.4
SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 4.5
SCCS-vsn: old/vfilters/necf/necf.c 1.5
SCCS-vsn: usr.sbin/lpr/common_source/printcap.c 1.4
SCCS-vsn: usr.sbin/lpr/Makefile 4.3

41 years agoimprove error recovery for bizarre SMTP cases; unfortunately CMU has
Eric Allman [Thu, 6 Jan 1983 02:19:04 +0000 (18:19 -0800)]
improve error recovery for bizarre SMTP cases; unfortunately CMU has
decided to start working again, so the strangest parts are untested.

SCCS-mr: usr.sbin/sendmail/src/version.c 138
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.40
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.34
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.284

41 years agoclean up some stuff; map Internet broadcast address to
Sam Leffler [Wed, 5 Jan 1983 15:36:09 +0000 (07:36 -0800)]
clean up some stuff; map Internet broadcast address to
hardware broadcast address and don't allow fragmentation on broadcasts

SCCS-vsn: sys/netinet/ip_output.c 1.43

41 years agoclean up some stuff; fix problem with lost mbufs
Sam Leffler [Wed, 5 Jan 1983 15:20:32 +0000 (07:20 -0800)]
clean up some stuff; fix problem with lost mbufs

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

41 years agoclean up some stuff; map broadcast addresses to interface values
Sam Leffler [Wed, 5 Jan 1983 15:19:51 +0000 (07:19 -0800)]
clean up some stuff; map broadcast addresses to interface values
and don't allow broadcast packets to be fragmented

SCCS-vsn: sys/netinet/ip_output.c 1.43

41 years agoclean some stuff up and purge some crud
Sam Leffler [Wed, 5 Jan 1983 15:18:45 +0000 (07:18 -0800)]
clean some stuff up and purge some crud

SCCS-vsn: sys/netinet/in_pcb.c 4.38
SCCS-vsn: sys/netinet/ip_input.c 1.61
SCCS-vsn: sys/netinet/tcp_output.c 4.50
SCCS-vsn: sys/netinet/tcp_subr.c 4.38
SCCS-vsn: sys/netinet/tcp_timer.c 4.29
SCCS-vsn: sys/netinet/udp_usrreq.c 4.42

41 years agomake error messages returned legible
Sam Leffler [Wed, 5 Jan 1983 12:51:23 +0000 (04:51 -0800)]
make error messages returned legible

SCCS-vsn: lib/libc/gen/getcwd.c 4.5

41 years agofrom reading the code -- boy is there a lot of work to be done
Sam Leffler [Wed, 5 Jan 1983 12:49:32 +0000 (04:49 -0800)]
from reading the code -- boy is there a lot of work to be done

SCCS-vsn: sys/kern/uipc_socket.c 4.67
SCCS-vsn: sys/kern/uipc_socket2.c 4.33
SCCS-vsn: sys/kern/uipc_usrreq.c 1.6

41 years agoexternalize $g macro using ruleset 4 also
Eric Allman [Wed, 5 Jan 1983 11:53:55 +0000 (03:53 -0800)]
externalize $g macro using ruleset 4 also

SCCS-mr: usr.sbin/sendmail/src/version.c 137
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.144
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.283

41 years agoDon't try to drop our controlling TTY except when we are starting up a
Eric Allman [Wed, 5 Jan 1983 10:52:08 +0000 (02:52 -0800)]
Don't try to drop our controlling TTY except when we are starting up a
daemon; this can cause UUCP jobs to hang waiting for carrier on a dialin
line (completely contrary to the intent).  Many thanks to Keith Sklower
for pointing this one out.  However, that damned parameter to disconnect()
has reappeared!

SCCS-mr: usr.sbin/sendmail/src/version.c 136
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.149
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.143
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.282

41 years agoIgnore SIGPIPE early (in main rather than in deliver) so that rude hosts
Eric Allman [Wed, 5 Jan 1983 09:45:37 +0000 (01:45 -0800)]
Ignore SIGPIPE early (in main rather than in deliver) so that rude hosts
that close the connection early don't cause us to die -- in particular,
CMU-CS-A (nee CMU-10A) was doing this after the DATA command; the problem
went away quite mysteriously, so I have no idea why it happened

SCCS-mr: usr.sbin/sendmail/src/version.c 135
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.148
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.142
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.281
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.33

41 years agoscrewed up last time
Sam Leffler [Wed, 5 Jan 1983 06:57:31 +0000 (22:57 -0800)]
screwed up last time

SCCS-vsn: lib/libc/gen/getcwd.c 4.5

41 years agodon't abort, just return error in buff and NULL value
Sam Leffler [Wed, 5 Jan 1983 06:42:04 +0000 (22:42 -0800)]
don't abort, just return error in buff and NULL value

SCCS-vsn: lib/libc/gen/getcwd.c 4.4

41 years agomissing check on chdir
Sam Leffler [Wed, 5 Jan 1983 06:32:01 +0000 (22:32 -0800)]
missing check on chdir

SCCS-vsn: lib/libc/gen/getcwd.c 4.3

41 years agotake EHOSTDOWN as a temporary failure; change the format of "deferred"
Eric Allman [Wed, 5 Jan 1983 05:10:35 +0000 (21:10 -0800)]
take EHOSTDOWN as a temporary failure; change the format of "deferred"
message to be consistent with other messages.

SCCS-mr: usr.sbin/sendmail/src/version.c 129, 134
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.280

41 years agochange format of deferred message to be consistent with other messages
Eric Allman [Wed, 5 Jan 1983 05:10:04 +0000 (21:10 -0800)]
change format of deferred message to be consistent with other messages

SCCS-vsn: usr.sbin/sendmail/src/sysexits.c 3.6
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.141

41 years agotake EHOSTDOWN as a temporary failure
Eric Allman [Wed, 5 Jan 1983 05:09:27 +0000 (21:09 -0800)]
take EHOSTDOWN as a temporary failure

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.42

41 years agofix botch that causes sendmail to core dump when there are large
Eric Allman [Wed, 5 Jan 1983 02:58:55 +0000 (18:58 -0800)]
fix botch that causes sendmail to core dump when there are large
numbers of requests

SCCS-mr: usr.sbin/sendmail/src/version.c 133
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.66
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.279

41 years agoadd min and max
Eric Allman [Wed, 5 Jan 1983 02:54:16 +0000 (18:54 -0800)]
add min and max

SCCS-vsn: usr.sbin/sendmail/src/useful.h 3.11

41 years agoDetect an internal error that seems to be occuring
Eric Allman [Wed, 5 Jan 1983 02:04:41 +0000 (18:04 -0800)]
Detect an internal error that seems to be occuring

SCCS-mr: usr.sbin/sendmail/src/version.c 132
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.44
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.278

41 years agocleaned up & adapted to SCCS subdir. DLW
David Wasley [Tue, 4 Jan 1983 16:09:22 +0000 (08:09 -0800)]
cleaned up & adapted to SCCS subdir. DLW

SCCS-vsn: usr.bin/f77/libF77/makefile 1.14

41 years agocleaned up & adapted to SCCS subdir. DLW
David Wasley [Tue, 4 Jan 1983 15:08:18 +0000 (07:08 -0800)]
cleaned up & adapted to SCCS subdir. DLW

SCCS-vsn: usr.bin/f77/libI77/makefile 1.16
SCCS-vsn: usr.bin/f77/libU77/makefile 1.9

41 years agomv doesn't need to be setuid anymore; fix problem with symbolic links
Sam Leffler [Tue, 4 Jan 1983 12:41:57 +0000 (04:41 -0800)]
mv doesn't need to be setuid anymore; fix problem with symbolic links

SCCS-vsn: bin/mv/mv.c 4.8
SCCS-vsn: bin/Makefile 4.8

41 years agopurge crud
Sam Leffler [Tue, 4 Jan 1983 10:30:15 +0000 (02:30 -0800)]
purge crud

SCCS-vsn: sys/vax/if/if_acc.c 4.33

41 years agopurge some crud; make max column size a configurable parameter
Sam Leffler [Tue, 4 Jan 1983 10:29:36 +0000 (02:29 -0800)]
purge some crud; make max column size a configurable parameter

SCCS-vsn: sys/vax/uba/lp.c 4.32

41 years agodelete printf -- we "know" things work
Sam Leffler [Tue, 4 Jan 1983 10:25:42 +0000 (02:25 -0800)]
delete printf -- we "know" things work

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

41 years agoGuarded strcat, strcpy and strncat; complain (but do nothing)
Robert R. Henry [Tue, 4 Jan 1983 10:03:38 +0000 (02:03 -0800)]
Guarded strcat,  strcpy and strncat; complain (but do nothing)
if one does string manipulation out of the buffer.  Paramaterize the
size of all character buffers, which was bumped from 100 to BUFSIZ.

SCCS-vsn: usr.bin/sccs/sccs.c 1.68

41 years agogive more useful error messages (including the errno that caused
Eric Allman [Tue, 4 Jan 1983 10:01:57 +0000 (02:01 -0800)]
give more useful error messages (including the errno that caused
a temporary failure); reflect these messages out to mailq

SCCS-mr: usr.sbin/sendmail/src/version.c 129
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.140
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.55
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.277
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.65
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.51

41 years agocreate is now called enter; new "create" first calls enter, then
Robert R. Henry [Tue, 4 Jan 1983 09:24:07 +0000 (01:24 -0800)]
create is now called enter; new "create" first calls enter, then
gets the file out; this is effectively an "admin -ifoo foo", "mv foo ,foo",
"get foo"

SCCS-vsn: usr.bin/sccs/sccs.c 1.67

41 years agofix bug with "sccs clean"; it no longer removes files checked out
Robert R. Henry [Tue, 4 Jan 1983 08:07:37 +0000 (00:07 -0800)]
fix bug with "sccs clean"; it no longer removes files checked out

SCCS-vsn: usr.bin/sccs/sccs.c 1.66

41 years agoadd e_message field for eventual error message improvement
Eric Allman [Tue, 4 Jan 1983 06:50:41 +0000 (22:50 -0800)]
add e_message field for eventual error message improvement

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.106

41 years agohave canonname pass the address through ruleset four also
Eric Allman [Tue, 4 Jan 1983 06:02:28 +0000 (22:02 -0800)]
have canonname pass the address through ruleset four also

SCCS-mr: usr.sbin/sendmail/src/version.c 137
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.71
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.276

41 years agotake ENETUNREACH (Network unreachable) as a transient error -- this
Eric Allman [Tue, 4 Jan 1983 05:44:39 +0000 (21:44 -0800)]
take ENETUNREACH (Network unreachable) as a transient error -- this
probably isn't usually right, but it seem safer in the long run....

SCCS-mr: usr.sbin/sendmail/src/version.c 131
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.41
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.275

41 years agoprint "request" instead of "requests" if there is only one request
Eric Allman [Tue, 4 Jan 1983 05:19:37 +0000 (21:19 -0800)]
print "request" instead of "requests" if there is only one request

SCCS-mr: usr.sbin/sendmail/src/version.c 129
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.64
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.274

41 years agofix bug in commaize so that it won't core dump on every message (sigh);
Eric Allman [Tue, 4 Jan 1983 05:03:01 +0000 (21:03 -0800)]
fix bug in commaize so that it won't core dump on every message (sigh);
process timeouts like normal errors so that they will get delivered to
the correct address (i.e., the Errors-To: address).

SCCS-mr: usr.sbin/sendmail/src/version.c 130
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.273

41 years agoprocess timeouts like normal errors, so that they will get delivered to
Eric Allman [Tue, 4 Jan 1983 05:02:01 +0000 (21:02 -0800)]
process timeouts like normal errors, so that they will get delivered to
the correct address (i.e., the Errors-To: address)

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.139
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.63
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 3.5

41 years agofix bug in commaize so that it won't core dump on every message (sigh)
Eric Allman [Tue, 4 Jan 1983 05:00:30 +0000 (21:00 -0800)]
fix bug in commaize so that it won't core dump on every message (sigh)

SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.43

41 years agofix botch in reading the queue that caused it to throw away the last
Eric Allman [Tue, 4 Jan 1983 03:28:18 +0000 (19:28 -0800)]
fix botch in reading the queue that caused it to throw away the last
entry it read -- this was particulary obvious with only one entry in
the queue.

SCCS-mr: usr.sbin/sendmail/src/version.c 129
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.272
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.62

41 years agomake it callable multiple times (from sun)
Sam Leffler [Mon, 3 Jan 1983 08:41:22 +0000 (00:41 -0800)]
make it callable multiple times (from sun)

SCCS-vsn: lib/libc/gen/getcwd.c 4.2

41 years agonull pointer stuff from sun
Sam Leffler [Mon, 3 Jan 1983 08:38:44 +0000 (00:38 -0800)]
null pointer stuff from sun

SCCS-vsn: lib/libc/net/SCCS/hosttable/gethostent.c 4.5
SCCS-vsn: lib/libc/net/getnetent.c 4.7
SCCS-vsn: lib/libc/net/getprotoent.c 4.5
SCCS-vsn: lib/libc/net/getservent.c 4.5

41 years agostuff
Sam Leffler [Mon, 3 Jan 1983 08:12:27 +0000 (00:12 -0800)]
stuff

SCCS-vsn: lib/libc/stdlib/random.c 4.2

41 years agonull pointer bug
Sam Leffler [Mon, 3 Jan 1983 08:10:58 +0000 (00:10 -0800)]
null pointer bug

SCCS-vsn: lib/libc/gen/nlist.c 4.2
SCCS-vsn: lib/libc/mips/gen/nlist.c 4.2

41 years agofrom sun
Sam Leffler [Mon, 3 Jan 1983 08:09:15 +0000 (00:09 -0800)]
from sun

SCCS-vsn: old/cpp/cpy.y 1.2

41 years agoadd sun and mc68K definitions
Sam Leffler [Mon, 3 Jan 1983 08:08:26 +0000 (00:08 -0800)]
add sun and mc68K definitions

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

41 years agoadd varian and versatec
Sam Leffler [Mon, 3 Jan 1983 08:02:12 +0000 (00:02 -0800)]
add varian and versatec

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

41 years agoTake errno 65, "Host is unreachable", to be a recoverable error
Eric Allman [Mon, 3 Jan 1983 07:33:48 +0000 (23:33 -0800)]
Take errno 65, "Host is unreachable", to be a recoverable error

SCCS-mr: usr.sbin/sendmail/src/version.c 124
SCCS-mr: usr.sbin/sendmail/src/daemon.c 124
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.271
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.40

41 years agopte.h moved; sunmb->sundev
Sam Leffler [Mon, 3 Jan 1983 07:24:20 +0000 (23:24 -0800)]
pte.h moved; sunmb->sundev

SCCS-vsn: usr.sbin/config/mkioconf.c 2.6

41 years agofrom sun
Sam Leffler [Mon, 3 Jan 1983 07:22:29 +0000 (23:22 -0800)]
from sun

SCCS-vsn: sbin/umount/umount.c 4.6

41 years agoadd new and useful constants
Kirk McKusick [Mon, 3 Jan 1983 07:20:48 +0000 (23:20 -0800)]
add new and useful constants

SCCS-vsn: sbin/newfs/mkfs.c 2.7
SCCS-vsn: sbin/dumpfs/dumpfs.c 2.4

41 years agosun
Sam Leffler [Mon, 3 Jan 1983 06:56:34 +0000 (22:56 -0800)]
sun

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

41 years agodon't die when halted over the net
Sam Leffler [Mon, 3 Jan 1983 06:55:46 +0000 (22:55 -0800)]
don't die when halted over the net

SCCS-vsn: sbin/reboot/halt.c 4.7

41 years agoadd new useful constants
Kirk McKusick [Mon, 3 Jan 1983 06:43:16 +0000 (22:43 -0800)]
add new useful constants

SCCS-vsn: sys/ufs/ffs/fs.h 4.6

41 years agofrom sun
Sam Leffler [Mon, 3 Jan 1983 06:32:04 +0000 (22:32 -0800)]
from sun

SCCS-vsn: usr.bin/mt/mt.c 4.5

41 years agoclean up output of mailq mode
Eric Allman [Mon, 3 Jan 1983 06:27:32 +0000 (22:27 -0800)]
clean up output of mailq mode

SCCS-mr: usr.sbin/sendmail/src/version.c 129
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.61
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.270

41 years agofrom sun
Sam Leffler [Mon, 3 Jan 1983 06:14:44 +0000 (22:14 -0800)]
from sun

SCCS-vsn: bin/df/df.c 4.14
SCCS-vsn: bin/hostname/hostname.c 1.2

41 years agomake provision for new constants
Kirk McKusick [Mon, 3 Jan 1983 05:30:42 +0000 (21:30 -0800)]
make provision for new constants

SCCS-vsn: sys/ufs/ffs/fs.h 4.6

41 years agoPut CRLF on all lines in user SMTP. Pass this info down to
Eric Allman [Sun, 2 Jan 1983 13:26:16 +0000 (05:26 -0800)]
Put CRLF on all lines in user SMTP.  Pass this info down to
innumerable routines.

SCCS-mr: usr.sbin/sendmail/src/deliver.c 123
SCCS-mr: usr.sbin/sendmail/src/savemail.c 123
SCCS-mr: usr.sbin/sendmail/src/version.c 123
SCCS-mr: usr.sbin/sendmail/src/util.c 123
SCCS-mr: usr.sbin/sendmail/src/queue.c 123
SCCS-mr: usr.sbin/sendmail/src/usersmtp.c 123
SCCS-mr: usr.sbin/sendmail/src/headers.c 123
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.138
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.54
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.269
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.38
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.60
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.32
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.42

41 years agodate and time created 83/01/01 19:02:33 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:33 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:33 by sam

SCCS-vsn: old/uudiff/remdiff 4.1

41 years agodate and time created 83/01/01 19:02:32 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:32 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:32 by sam

SCCS-vsn: old/uudiff/trim.c 4.1

41 years agodate and time created 83/01/01 19:02:30 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:30 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:30 by sam

SCCS-vsn: old/uudiff/run1.c 4.1

41 years agodate and time created 83/01/01 19:02:29 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:29 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:29 by sam

SCCS-vsn: old/uudiff/locpart.c 4.1
SCCS-vsn: old/uudiff/printable.c 4.1

41 years agodate and time created 83/01/01 19:02:28 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:28 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:28 by sam

SCCS-vsn: old/uudiff/lenrem.c 4.1

41 years agodate and time created 83/01/01 19:02:26 by sam
Sam Leffler [Sun, 2 Jan 1983 11:02:26 +0000 (03:02 -0800)]
date and time created 83/01/01 19:02:26 by sam

SCCS-vsn: old/uudiff/Makefile 4.1

41 years agopurge cad trash
Sam Leffler [Sun, 2 Jan 1983 10:33:42 +0000 (02:33 -0800)]
purge cad trash

SCCS-vsn: sys/vax/mba/hp.c 4.61

41 years agofixes for eagle
Sam Leffler [Sun, 2 Jan 1983 10:30:32 +0000 (02:30 -0800)]
fixes for eagle

SCCS-vsn: sys/vax/mba/hp.c 4.60

41 years agoUse a more resilient algorithm to handle the special case of an SMTP
Eric Allman [Sun, 2 Jan 1983 10:15:07 +0000 (02:15 -0800)]
Use a more resilient algorithm to handle the special case of an SMTP
connection that is going down spontaneously (with a 421 reply code)

SCCS-mr: usr.sbin/sendmail/src/version.c 122
SCCS-mr: usr.sbin/sendmail/src/usersmtp.c 122
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.268
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.31

41 years agosecond arg to probe routine for uba mass storage devies is um_ctlr
Sam Leffler [Sun, 2 Jan 1983 10:08:22 +0000 (02:08 -0800)]
second arg to probe routine for uba mass storage devies is um_ctlr

SCCS-vsn: sys/vax/vax/autoconf.c 4.46

41 years agoavoid linked to directories as targets; iput and irele on
Sam Leffler [Sun, 2 Jan 1983 09:14:38 +0000 (01:14 -0800)]
avoid linked to directories as targets; iput and irele on
directory inodes can clear u.u_error, so kludge things for the moment
to insure important errors get back to the user

SCCS-vsn: sys/kern/vfs_syscalls.c 4.47
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.47
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.47
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.47
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.47

41 years agotag syserr's specially in the log so they can be grep'ed out easily
Eric Allman [Sun, 2 Jan 1983 08:02:43 +0000 (00:02 -0800)]
tag syserr's specially in the log so they can be grep'ed out easily

SCCS-mr: usr.sbin/sendmail/src/version.c 128
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.267

41 years agoinstall /usr/adm/newsyslog when syslog is installed
Eric Allman [Sun, 2 Jan 1983 07:56:30 +0000 (23:56 -0800)]
install /usr/adm/newsyslog when syslog is installed

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

41 years agomake install of mv a special case
Sam Leffler [Sun, 2 Jan 1983 05:25:49 +0000 (21:25 -0800)]
make install of mv a special case

SCCS-vsn: bin/Makefile 4.7

41 years agorewrite to use rename
Sam Leffler [Sun, 2 Jan 1983 05:25:24 +0000 (21:25 -0800)]
rewrite to use rename

SCCS-vsn: bin/mv/mv.c 4.7

41 years agodate and time created 83/01/01 13:24:54 by sam
Sam Leffler [Sun, 2 Jan 1983 05:24:54 +0000 (21:24 -0800)]
date and time created 83/01/01 13:24:54 by sam

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

41 years agorewrite to use rename and file locking
Sam Leffler [Sun, 2 Jan 1983 05:18:38 +0000 (21:18 -0800)]
rewrite to use rename and file locking

SCCS-vsn: usr.bin/su/su.c 4.4

41 years agogroup checks backwards
Sam Leffler [Sat, 1 Jan 1983 08:54:27 +0000 (00:54 -0800)]
group checks backwards

SCCS-vsn: sys/kern/vfs_vnops.c 4.32

41 years agoput enough stuff on there to make a floppy or cassette
Sam Leffler [Sat, 1 Jan 1983 04:34:19 +0000 (20:34 -0800)]
put enough stuff on there to make a floppy or cassette

SCCS-vsn: sys/vax/dist/get 4.3

41 years agomove local device configurations to a separate file
Sam Leffler [Sat, 1 Jan 1983 04:31:55 +0000 (20:31 -0800)]
move local device configurations to a separate file

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

41 years agoadd gettable and strip targets
Sam Leffler [Sat, 1 Jan 1983 02:52:36 +0000 (18:52 -0800)]
add gettable and strip targets

SCCS-vsn: old/htable/Makefile 4.3

41 years agodate and time created 82/12/31 10:49:20 by sam
Sam Leffler [Sat, 1 Jan 1983 02:49:20 +0000 (18:49 -0800)]
date and time created 82/12/31 10:49:20 by sam

SCCS-vsn: usr.bin/whois/whois.c 4.1

41 years agodate and time created 82/12/31 10:42:55 by sam
Sam Leffler [Sat, 1 Jan 1983 02:42:55 +0000 (18:42 -0800)]
date and time created 82/12/31 10:42:55 by sam

SCCS-vsn: old/gettable/gettable.c 4.1

41 years agofinally works (updated for 4.1c and merged with sun)
Sam Leffler [Fri, 31 Dec 1982 09:35:50 +0000 (01:35 -0800)]
finally works (updated for 4.1c and merged with sun)

SCCS-vsn: bin/csh/exec.c 4.5
SCCS-vsn: bin/csh/func.c 4.7
SCCS-vsn: bin/csh/csh.h 4.5
SCCS-vsn: bin/csh/hist.c 4.4
SCCS-vsn: bin/csh/proc.c 4.7
SCCS-vsn: bin/csh/proc.h 4.2
SCCS-vsn: bin/csh/time.c 4.2

41 years agodon't bother timing out on *.cf and qf* file reads -- they are
Eric Allman [Fri, 31 Dec 1982 09:30:57 +0000 (01:30 -0800)]
don't bother timing out on *.cf and qf* file reads -- they are
really very vanilla

SCCS-mr: usr.sbin/sendmail/src/util.c 114
SCCS-mr: usr.sbin/sendmail/src/version.c 114
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.37
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.266

41 years agoclose files 3 through 20 before startup to insure sufficient resources
Eric Allman [Fri, 31 Dec 1982 08:57:13 +0000 (00:57 -0800)]
close files 3 through 20 before startup to insure sufficient resources

SCCS-mr: usr.sbin/sendmail/src/main.c 113
SCCS-mr: usr.sbin/sendmail/src/version.c 113
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.147
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.265

41 years agofix to computation of integral times in kern_clock and alarm(0) in _time
Bill Joy [Fri, 31 Dec 1982 08:28:21 +0000 (00:28 -0800)]
fix to computation of integral times in kern_clock and alarm(0) in _time

SCCS-vsn: sys/kern/kern_clock.c 4.49
SCCS-vsn: sys/kern/kern_time.c 5.14

41 years agoinclude imp stuff differently
Sam Leffler [Fri, 31 Dec 1982 07:46:20 +0000 (23:46 -0800)]
include imp stuff differently

SCCS-vsn: sys/kern/uipc_domain.c 5.7

41 years agoadd ioctl's and errno
Sam Leffler [Fri, 31 Dec 1982 07:32:45 +0000 (23:32 -0800)]
add ioctl's and errno

SCCS-vsn: sys/vax/stand/confxx.c 4.3
SCCS-vsn: sys/vax/stand/idc.c 4.6
SCCS-vsn: sys/vax/stand/rk.c 4.8
SCCS-vsn: sys/vax/stand/uda.c 4.5

41 years agoadd ioctl's + errno; fix chk to work with new stuff
Sam Leffler [Fri, 31 Dec 1982 07:31:07 +0000 (23:31 -0800)]
add ioctl's + errno; fix chk to work with new stuff

SCCS-vsn: sys/vax/stand/Makefile 4.18
SCCS-vsn: sys/vax/stand/conf.c 4.15
SCCS-vsn: sys/stand.att/saio.h 4.7
SCCS-vsn: sys/stand.att/sys.c 4.8
SCCS-vsn: sys/vax/stand/up.c 4.2

41 years agoneed dh.h to test NDH > 0
Sam Leffler [Fri, 31 Dec 1982 06:26:04 +0000 (22:26 -0800)]
need dh.h to test NDH > 0

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

41 years agoyank definitions out
Sam Leffler [Fri, 31 Dec 1982 06:10:56 +0000 (22:10 -0800)]
yank definitions out

SCCS-vsn: sys/vax/uba/dh.c 4.57
SCCS-vsn: sys/vax/uba/dz.c 4.49

41 years agodz device structure changed
Sam Leffler [Fri, 31 Dec 1982 05:31:27 +0000 (21:31 -0800)]
dz device structure changed

SCCS-vsn: sys/vax/uba/pdma.h 4.3

41 years agodate and time created 82/12/30 13:12:55 by sam
Sam Leffler [Fri, 31 Dec 1982 05:12:55 +0000 (21:12 -0800)]
date and time created 82/12/30 13:12:55 by sam

SCCS-vsn: sys/vax/uba/dmreg.h 4.1

41 years agodate and time created 82/12/30 13:12:54 by sam
Sam Leffler [Fri, 31 Dec 1982 05:12:54 +0000 (21:12 -0800)]
date and time created 82/12/30 13:12:54 by sam

SCCS-vsn: sys/vax/uba/dzreg.h 4.1

41 years agodate and time created 82/12/30 13:12:52 by sam
Sam Leffler [Fri, 31 Dec 1982 05:12:52 +0000 (21:12 -0800)]
date and time created 82/12/30 13:12:52 by sam

SCCS-vsn: sys/vax/uba/dhreg.h 4.1

41 years agowas sending RST's when in FIN_WAIT states (and later)
Sam Leffler [Fri, 31 Dec 1982 04:58:07 +0000 (20:58 -0800)]
was sending RST's when in FIN_WAIT states (and later)

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

41 years agomissing parameter
Sam Leffler [Fri, 31 Dec 1982 04:33:13 +0000 (20:33 -0800)]
missing parameter

SCCS-vsn: sys/netinet/ip_output.c 1.42

41 years agodon't htons(sp->s_port) in makeconnection
Eric Allman [Thu, 30 Dec 1982 09:39:48 +0000 (01:39 -0800)]
don't htons(sp->s_port) in makeconnection

SCCS-mr: usr.sbin/sendmail/src/version.c 112
SCCS-mr: usr.sbin/sendmail/src/daemon.c 112
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.264
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.39

41 years agoput vhangup back in to clean pty
Sam Leffler [Thu, 30 Dec 1982 07:57:33 +0000 (23:57 -0800)]
put vhangup back in to clean pty

SCCS-vsn: libexec/rlogind/rlogind.c 4.7

41 years agovhangup to clear pty
Sam Leffler [Thu, 30 Dec 1982 07:56:14 +0000 (23:56 -0800)]
vhangup to clear pty

SCCS-vsn: libexec/telnetd/telnetd.c 4.14

41 years agosecond jmp cerror clobbers errno
Sam Leffler [Thu, 30 Dec 1982 05:30:15 +0000 (21:30 -0800)]
second jmp cerror clobbers errno

SCCS-vsn: lib/libc/vax/sys/execv.s 4.2

41 years agosys call number was wrong
Sam Leffler [Thu, 30 Dec 1982 02:39:17 +0000 (18:39 -0800)]
sys call number was wrong

SCCS-vsn: lib/libc/sys/vhangup.s 4.3