unix-history/.git
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

41 years agomake info about prototype files reflect the truth
Eric Allman [Thu, 30 Dec 1982 02:22:15 +0000 (18:22 -0800)]
make info about prototype files reflect the truth

SCCS-mr: usr.sbin/sendmail/doc/op/op.me 031
SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 3.8

41 years agoreg.h moved
Sam Leffler [Thu, 30 Dec 1982 02:11:23 +0000 (18:11 -0800)]
reg.h moved

SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 1.4

41 years agocopyin & copyout now return EFAULT on failure
Sam Leffler [Thu, 30 Dec 1982 01:57:15 +0000 (17:57 -0800)]
copyin & copyout now return EFAULT on failure

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

41 years agocopyin & copyout return EFAULT on failure
Sam Leffler [Wed, 29 Dec 1982 15:51:36 +0000 (07:51 -0800)]
copyin & copyout return EFAULT on failure

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

41 years agocopyin & copyout now return EFAULT and all callers uniformly
Sam Leffler [Wed, 29 Dec 1982 15:49:06 +0000 (07:49 -0800)]
copyin & copyout now return EFAULT and all callers uniformly
return (or ignore) this value

SCCS-vsn: sys/kern/kern_descrip.c 5.21
SCCS-vsn: sys/kern/kern_proc.c 4.56
SCCS-vsn: sys/kern/kern_prot.c 5.14
SCCS-vsn: sys/kern/kern_resource.c 4.19
SCCS-vsn: sys/kern/kern_time.c 5.13
SCCS-vsn: sys/kern/sys_generic.c 5.29
SCCS-vsn: sys/kern/uipc_syscalls.c 4.39
SCCS-vsn: sys/kern/vfs_syscalls.c 4.46
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.46
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.46
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.46
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.46
SCCS-vsn: sys/kern/vfs_xxx.c 4.4
SCCS-vsn: sys/kern/uipc_mu_msg.c 4.3

41 years agodate and time created 82/12/28 22:57:13 by sam
Sam Leffler [Wed, 29 Dec 1982 14:57:13 +0000 (06:57 -0800)]
date and time created 82/12/28 22:57:13 by sam

SCCS-vsn: sys/sys/errno.h 4.1

41 years agousing return val from copyin/copyout -- causes uiomove to
Sam Leffler [Wed, 29 Dec 1982 14:30:48 +0000 (06:30 -0800)]
using return val from copyin/copyout -- causes uiomove to
give errno of -1 instead of EFAULT!!!

SCCS-vsn: sys/kern/sys_generic.c 5.28

41 years agobit field incompatibilities with sun
Sam Leffler [Wed, 29 Dec 1982 13:04:52 +0000 (05:04 -0800)]
bit field incompatibilities with sun

SCCS-vsn: sys/netinet/ip.h 1.11
SCCS-vsn: sys/netinet/ip_var.h 4.7
SCCS-vsn: sys/netinet/tcp.h 1.23

41 years agonew wait call (returns struct rusage instead of vtimes)
Sam Leffler [Wed, 29 Dec 1982 11:53:12 +0000 (03:53 -0800)]
new wait call (returns struct rusage instead of vtimes)

SCCS-vsn: sys/kern/kern_proc.c 4.55

41 years agokludge killpg so csh runs again
Sam Leffler [Wed, 29 Dec 1982 11:50:39 +0000 (03:50 -0800)]
kludge killpg so csh runs again

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

41 years agono : after SYSCALL and ENTRY
Sam Leffler [Wed, 29 Dec 1982 07:31:41 +0000 (23:31 -0800)]
no : after SYSCALL and ENTRY

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

41 years agodate and time created 82/12/28 15:19:50 by sam
Sam Leffler [Wed, 29 Dec 1982 07:19:50 +0000 (23:19 -0800)]
date and time created 82/12/28 15:19:50 by sam

SCCS-vsn: lib/libc/vax/sys/wait3.s 4.1

41 years agodate and time created 82/12/28 15:19:43 by sam
Sam Leffler [Wed, 29 Dec 1982 07:19:43 +0000 (23:19 -0800)]
date and time created 82/12/28 15:19:43 by sam

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

41 years agodate and time created 82/12/28 14:47:20 by sam
Sam Leffler [Wed, 29 Dec 1982 06:47:20 +0000 (22:47 -0800)]
date and time created 82/12/28 14:47:20 by sam

SCCS-vsn: lib/libc/vax/sys/wait.s 4.1

41 years agoold inode #'s were 16-bits (argh)
Sam Leffler [Wed, 29 Dec 1982 05:08:27 +0000 (21:08 -0800)]
old inode #'s were 16-bits (argh)

SCCS-vsn: sys/kern/vfs_xxx.c 4.3

41 years agouse "/usr/spool/mail/<user>.lock" as the lock file (instead of
Eric Allman [Tue, 28 Dec 1982 03:10:25 +0000 (19:10 -0800)]
use "/usr/spool/mail/<user>.lock" as the lock file (instead of
"/usr/spool/mail/<user>.mail") -- if this is changed, ucb/Mail/lock.c
and bin/mail.c (at a minimum) must be changed also.
The locking primitives should replace all this someday soon.

SCCS-vsn: old/berknet/v6mail.c 4.3

41 years agochange delivermail to sendmail throughout
Eric Allman [Tue, 28 Dec 1982 03:07:26 +0000 (19:07 -0800)]
change delivermail to sendmail throughout

SCCS-vsn: old/berknet/sub.c 4.4
SCCS-vsn: old/berknet/v6mail.c 4.2
SCCS-vsn: old/berknet/mach.h 4.6

41 years agomake it all work....
Eric Allman [Tue, 28 Dec 1982 02:57:57 +0000 (18:57 -0800)]
make it all work....

SCCS-mr: usr.sbin/sendmail/Makefile 109
SCCS-vsn: usr.sbin/sendmail/Makefile 3.2