unix-history/.git
41 years agoChange mailer spec to have labelled fields for future expansion.
Eric Allman [Mon, 17 Jan 1983 05:14:47 +0000 (21:14 -0800)]
Change mailer spec to have labelled fields for future expansion.
**** This delta invalidates previous configuration files ****

SCCS-mr: usr.sbin/sendmail/src/version.c 152
SCCS-mr: usr.sbin/sendmail/src/util.c 152
SCCS-mr: usr.sbin/sendmail/src/readcf.c 152
SCCS-mr: usr.sbin/sendmail/src/usersmtp.c 152
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.296
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.41
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.50
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.39

41 years agocheck user existence before requesting password
Sam Leffler [Mon, 17 Jan 1983 05:13:29 +0000 (21:13 -0800)]
check user existence before requesting password

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.6

41 years agoChange mailer spec to have labelled fields for future expansion.
Eric Allman [Mon, 17 Jan 1983 05:13:25 +0000 (21:13 -0800)]
Change mailer spec to have labelled fields for future expansion.
**** This delta invalidates previous configuration files ****

SCCS-mr: usr.sbin/sendmail/src/main.c 152
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 152
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.151
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.111

41 years agouse default port on data transfers when no PORT is specified
Sam Leffler [Mon, 17 Jan 1983 04:32:48 +0000 (20:32 -0800)]
use default port on data transfers when no PORT is specified

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

41 years agoinsure default address used even if some transfers supply PORT
Sam Leffler [Mon, 17 Jan 1983 04:29:28 +0000 (20:29 -0800)]
insure default address used even if some transfers supply PORT

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.5
SCCS-vsn: libexec/ftpd/ftpd.c 4.6

41 years agorestrict anonymous logins to machines with an ftp account
Sam Leffler [Mon, 17 Jan 1983 04:10:07 +0000 (20:10 -0800)]
restrict anonymous logins to machines with an ftp account

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.4

41 years agoonly execute /bin/ls so noone can place a dummy ls in the
Sam Leffler [Mon, 17 Jan 1983 03:54:26 +0000 (19:54 -0800)]
only execute /bin/ls so noone can place a dummy ls in the
path of the server and become root through its execution

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.3

41 years agodisallow remote command execution, lest someone become root
Sam Leffler [Mon, 17 Jan 1983 03:53:17 +0000 (19:53 -0800)]
disallow remote command execution, lest someone become root
through it by executing a setuid program while using the server

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

41 years agoadd space separating `crt' and `tostop' for `stty all'.
Peter B. Kessler [Mon, 17 Jan 1983 03:17:23 +0000 (19:17 -0800)]
add space separating `crt' and `tostop' for `stty all'.

SCCS-vsn: bin/stty/stty.c 4.11

41 years agonew incremental restore algorithm
Kirk McKusick [Sun, 16 Jan 1983 22:04:20 +0000 (14:04 -0800)]
new incremental restore algorithm

SCCS-vsn: sbin/restore/main.c 3.6
SCCS-vsn: sbin/restore/restore.c 3.6
SCCS-vsn: sbin/restore/symtab.c 3.5
SCCS-vsn: sbin/restore/restore.h 3.3
SCCS-vsn: sbin/restore/utilities.c 3.5

41 years agoscrewed up reseting effective uid after acquiring socket
Sam Leffler [Sun, 16 Jan 1983 13:29:52 +0000 (05:29 -0800)]
screwed up reseting effective uid after acquiring socket

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

41 years agobe sure everything gets appropriately externalized; canonname goes away,
Eric Allman [Sun, 16 Jan 1983 09:41:30 +0000 (01:41 -0800)]
be sure everything gets appropriately externalized; canonname goes away,
since everything is now done by remotename

SCCS-mr: usr.sbin/sendmail/src/deliver.c 149
SCCS-mr: usr.sbin/sendmail/src/version.c 149
SCCS-mr: usr.sbin/sendmail/src/usersmtp.c 149
SCCS-mr: usr.sbin/sendmail/src/headers.c 149
SCCS-mr: usr.sbin/sendmail/src/parseaddr.c 149
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.146
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.295
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.38
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.48
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.74

41 years agoconnect -> open
Sam Leffler [Sun, 16 Jan 1983 09:20:53 +0000 (01:20 -0800)]
connect -> open

SCCS-vsn: usr.bin/ftp/cmdtab.c 4.2

41 years agoleave stderr open only when debugging
Sam Leffler [Sun, 16 Jan 1983 09:02:40 +0000 (01:02 -0800)]
leave stderr open only when debugging

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

41 years agohandle globbing problems; make sure new files are owned
Sam Leffler [Sun, 16 Jan 1983 09:00:29 +0000 (01:00 -0800)]
handle globbing problems; make sure new files are owned
by the user; fix problem with rename; lots more (check delta)

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

41 years agowatch out for glob failing; add -C so NLST comes
Sam Leffler [Sun, 16 Jan 1983 08:58:39 +0000 (00:58 -0800)]
watch out for glob failing; add -C so NLST comes
out columnized; fix help command not to print extra CR-NL

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.2

41 years agooops, forgot install
Sam Leffler [Sun, 16 Jan 1983 08:56:53 +0000 (00:56 -0800)]
oops, forgot install

SCCS-vsn: usr.bin/ftp/Makefile 4.2

41 years agodate and time created 83/01/15 16:54:57 by sam
Sam Leffler [Sun, 16 Jan 1983 08:54:57 +0000 (00:54 -0800)]
date and time created 83/01/15 16:54:57 by sam

SCCS-vsn: usr.bin/ftp/Makefile 4.1

41 years agodate and time created 83/01/15 16:53:23 by sam
Sam Leffler [Sun, 16 Jan 1983 08:53:23 +0000 (00:53 -0800)]
date and time created 83/01/15 16:53:23 by sam

SCCS-vsn: libexec/ftpd/newvers.sh 4.1

41 years agodate and time created 83/01/15 16:53:22 by sam
Sam Leffler [Sun, 16 Jan 1983 08:53:22 +0000 (00:53 -0800)]
date and time created 83/01/15 16:53:22 by sam

SCCS-vsn: usr.bin/ftp/ftp_var.h 4.1

41 years agodate and time created 83/01/15 16:52:41 by sam
Sam Leffler [Sun, 16 Jan 1983 08:52:41 +0000 (00:52 -0800)]
date and time created 83/01/15 16:52:41 by sam

SCCS-vsn: usr.bin/ftp/main.c 4.1

41 years agodate and time created 83/01/15 16:52:38 by sam
Sam Leffler [Sun, 16 Jan 1983 08:52:38 +0000 (00:52 -0800)]
date and time created 83/01/15 16:52:38 by sam

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

41 years agodate and time created 83/01/15 16:52:37 by sam
Sam Leffler [Sun, 16 Jan 1983 08:52:37 +0000 (00:52 -0800)]
date and time created 83/01/15 16:52:37 by sam

SCCS-vsn: usr.bin/ftp/cmdtab.c 4.1

41 years agodate and time created 83/01/15 16:52:34 by sam
Sam Leffler [Sun, 16 Jan 1983 08:52:34 +0000 (00:52 -0800)]
date and time created 83/01/15 16:52:34 by sam

SCCS-vsn: usr.bin/ftp/cmds.c 4.1

41 years agonew austere memory version; speed-ups for parametric calls
Kirk McKusick [Sun, 16 Jan 1983 08:52:22 +0000 (00:52 -0800)]
new austere memory version; speed-ups for parametric calls

SCCS-vsn: sys/kern/subr_prof.c 4.4

41 years agonew austere memory version
Kirk McKusick [Sun, 16 Jan 1983 08:51:15 +0000 (00:51 -0800)]
new austere memory version

SCCS-vsn: sys/sys/gmon.h 4.2
SCCS-vsn: sys/kern/kern_clock.c 4.50

41 years agofix up exit codes; make messages more accurate
Kirk McKusick [Sun, 16 Jan 1983 08:43:29 +0000 (00:43 -0800)]
fix up exit codes; make messages more accurate

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

41 years agofix up exit codes; pte.h moves from sys => machine
Kirk McKusick [Sun, 16 Jan 1983 08:10:46 +0000 (00:10 -0800)]
fix up exit codes; pte.h moves from sys => machine

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

41 years agonew austere memory version; add wondrous flags
Kirk McKusick [Sun, 16 Jan 1983 07:41:17 +0000 (23:41 -0800)]
new austere memory version; add wondrous flags

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

41 years agomake the names of the blurb files more reasonable;
Peter B. Kessler [Sun, 16 Jan 1983 05:14:57 +0000 (21:14 -0800)]
make the names of the blurb files more reasonable;
and distribute them less around the code.

SCCS-vsn: usr.bin/gprof/printgprof.c 1.13
SCCS-vsn: usr.bin/gprof/gprof.h 1.16
SCCS-vsn: usr.bin/gprof/Makefile 1.18

41 years agocatch detached strongly-connected components.
Peter B. Kessler [Sun, 16 Jan 1983 04:47:49 +0000 (20:47 -0800)]
catch detached strongly-connected components.
[this is only part of a change that is needed
to make dfn() do the real tarjan algorithm.]

SCCS-vsn: usr.bin/gprof/dfn.c 1.3
SCCS-vsn: usr.bin/gprof/gprof.h 1.15
SCCS-vsn: usr.bin/gprof/arcs.c 1.13

41 years agofix to allow compares of greater than 65K
Kirk McKusick [Sat, 15 Jan 1983 07:08:35 +0000 (23:08 -0800)]
fix to allow compares of greater than 65K

SCCS-vsn: lib/libc/vax/string/bcmp.s 4.2

41 years agofix for zero'ing more than 65K
Kirk McKusick [Sat, 15 Jan 1983 06:59:37 +0000 (22:59 -0800)]
fix for zero'ing more than 65K

SCCS-vsn: lib/libc/vax/string/bzero.s 4.2

41 years agofix for transfers greater than 65K
Kirk McKusick [Sat, 15 Jan 1983 06:55:29 +0000 (22:55 -0800)]
fix for transfers greater than 65K

SCCS-vsn: lib/libc/vax/string/bcopy.s 4.2

41 years agofix-up for making GPROF'ed system.
Kirk McKusick [Sat, 15 Jan 1983 06:28:11 +0000 (22:28 -0800)]
fix-up for making GPROF'ed system.

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

41 years agospeed-ups and clean-ups
Kirk McKusick [Sat, 15 Jan 1983 05:58:51 +0000 (21:58 -0800)]
speed-ups and clean-ups

SCCS-vsn: lib/libc/gmon/gmon.c 4.10

41 years agoverify blocks available after reading cylinder group block
Kirk McKusick [Sat, 15 Jan 1983 04:12:53 +0000 (20:12 -0800)]
verify blocks available after reading cylinder group block
read only actual cylinder group data (fs_cgsize) instead of fs_bsize.

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 2.21
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 2.21

41 years agodate and time created 83/01/13 23:57:58 by sam
Sam Leffler [Fri, 14 Jan 1983 15:57:58 +0000 (07:57 -0800)]
date and time created 83/01/13 23:57:58 by sam

SCCS-vsn: include/arpa/ftp.h 4.1

41 years agodate and time created 83/01/13 23:57:03 by sam
Sam Leffler [Fri, 14 Jan 1983 15:57:03 +0000 (07:57 -0800)]
date and time created 83/01/13 23:57:03 by sam

SCCS-vsn: libexec/ftpd/ftpcmd.y 4.1

41 years agodate and time created 83/01/13 23:57:01 by sam
Sam Leffler [Fri, 14 Jan 1983 15:57:01 +0000 (07:57 -0800)]
date and time created 83/01/13 23:57:01 by sam

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

41 years agoadd debugging back in; fix FIN_WAIT_2 problem
Sam Leffler [Fri, 14 Jan 1983 13:39:51 +0000 (05:39 -0800)]
add debugging back in; fix FIN_WAIT_2 problem

SCCS-vsn: libexec/rshd/rshd.c 4.8

41 years agoadd -p option to specify particular tcpcb and cleanup some stuf
Sam Leffler [Fri, 14 Jan 1983 13:17:40 +0000 (05:17 -0800)]
add -p option to specify particular tcpcb and cleanup some stuf

SCCS-vsn: usr.sbin/trpt/trpt.c 4.4

41 years agoSIOCDONE -> shutdown; socket options
Sam Leffler [Fri, 14 Jan 1983 12:53:33 +0000 (04:53 -0800)]
SIOCDONE -> shutdown; socket options

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

41 years agoallow nil pointers for option values
Sam Leffler [Fri, 14 Jan 1983 11:02:38 +0000 (03:02 -0800)]
allow nil pointers for option values

SCCS-vsn: sys/kern/uipc_socket.c 4.69
SCCS-vsn: sys/kern/uipc_syscalls.c 4.42

41 years agoget rid of roundup of hash bucket hit; add HASHFRACTION
Kirk McKusick [Fri, 14 Jan 1983 10:59:32 +0000 (02:59 -0800)]
get rid of roundup of hash bucket hit; add HASHFRACTION

SCCS-vsn: lib/libc/gmon/gmon.c 4.9

41 years agoreorganize socket options; move shutdown from ioctl to
Sam Leffler [Fri, 14 Jan 1983 10:38:44 +0000 (02:38 -0800)]
reorganize socket options; move shutdown from ioctl to
system call; purge some ioctl's which are superseded by socket
options sys calls;
invert SO_DONTLINGER to SO_LINGER; add SOF_DONTROUTE for sendto

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

41 years agomv socket options into set and get socket options sys calls
Sam Leffler [Fri, 14 Jan 1983 10:35:25 +0000 (02:35 -0800)]
mv socket options into set and get socket options sys calls

SCCS-vsn: sys/kern/uipc_syscalls.c 4.41

41 years agono more opt parameter to usrreq
Sam Leffler [Fri, 14 Jan 1983 10:34:19 +0000 (02:34 -0800)]
no more opt parameter to usrreq

SCCS-vsn: sys/net/raw_usrreq.c 4.24
SCCS-vsn: sys/kern/uipc_socket2.c 4.35
SCCS-vsn: sys/kern/uipc_usrreq.c 1.7

41 years agonor more opt parameter to usrreq
Sam Leffler [Fri, 14 Jan 1983 10:32:13 +0000 (02:32 -0800)]
nor more opt parameter to usrreq

SCCS-vsn: sys/netinet/tcp_usrreq.c 1.72
SCCS-vsn: sys/netinet/udp_usrreq.c 4.43

41 years agochange PROJECT environment variable to PROJECTDIR
Eric Allman [Fri, 14 Jan 1983 10:22:38 +0000 (02:22 -0800)]
change PROJECT environment variable to PROJECTDIR

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

41 years agoeliminate socketaddr and options
Sam Leffler [Fri, 14 Jan 1983 09:50:56 +0000 (01:50 -0800)]
eliminate socketaddr and options

SCCS-vsn: lib/libc/net/rcmd.c 4.5

41 years agodate and time created 83/01/13 17:46:44 by sam
Sam Leffler [Fri, 14 Jan 1983 09:46:44 +0000 (01:46 -0800)]
date and time created 83/01/13 17:46:44 by sam

SCCS-vsn: lib/libc/sys/setsockopt.s 4.1

41 years agodate and time created 83/01/13 17:46:43 by sam
Sam Leffler [Fri, 14 Jan 1983 09:46:43 +0000 (01:46 -0800)]
date and time created 83/01/13 17:46:43 by sam

SCCS-vsn: lib/libc/sys/getsockopt.s 4.1

41 years agoeasy come, easy go
Sam Leffler [Fri, 14 Jan 1983 09:35:14 +0000 (01:35 -0800)]
easy come, easy go

SCCS-vsn: sys/sys/socket.h 4.24

41 years agosome stuff for suns
Sam Leffler [Thu, 13 Jan 1983 16:21:16 +0000 (08:21 -0800)]
some stuff for suns

SCCS-vsn: sys/sys/mtio.h 4.9

41 years agoport to the mc68000; pass 1.
Peter B. Kessler [Thu, 13 Jan 1983 13:09:43 +0000 (05:09 -0800)]
port to the mc68000; pass 1.

SCCS-vsn: usr.bin/pascal/src/put.c 1.19

41 years agobill broke vax with sun mods
Sam Leffler [Thu, 13 Jan 1983 09:16:16 +0000 (01:16 -0800)]
bill broke vax with sun mods

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

41 years agorace condition: pty input arrives at spl0 and results in
Sam Leffler [Thu, 13 Jan 1983 07:38:52 +0000 (23:38 -0800)]
race condition: pty input arrives at spl0 and results in
ttwakeup call -> selwakeup; if any thing else arrives as input, the
call to setrun can be interrupted by another setrun call and setrun will
then panic

SCCS-vsn: sys/kern/kern_descrip.c 5.22

41 years agofix date format to be truly RFC822
Eric Allman [Thu, 13 Jan 1983 00:56:51 +0000 (16:56 -0800)]
fix date format to be truly RFC822

SCCS-mr: usr.sbin/sendmail/src/arpadate.c 144
SCCS-mr: usr.sbin/sendmail/src/version.c 144
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 3.11
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.294

41 years agosampling frequency changes from a constant to a variable.
Peter B. Kessler [Wed, 12 Jan 1983 07:06:06 +0000 (23:06 -0800)]
sampling frequency changes from a constant to a variable.

SCCS-vsn: usr.bin/gprof/printgprof.c 1.12
SCCS-vsn: usr.bin/gprof/gprof.c 1.19
SCCS-vsn: usr.bin/gprof/gprof.h 1.14
SCCS-vsn: usr.bin/gprof/Makefile 1.17

41 years agodate and time created 83/01/11 15:04:53 by peter
Peter B. Kessler [Wed, 12 Jan 1983 07:04:53 +0000 (23:04 -0800)]
date and time created 83/01/11 15:04:53 by peter

SCCS-vsn: usr.bin/gprof/hertz.c 1.1

41 years agoirele should be iput in rename
Sam Leffler [Wed, 12 Jan 1983 06:46:19 +0000 (22:46 -0800)]
irele should be iput in rename

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

41 years ago4.1c conversion contortions
Sam Leffler [Wed, 12 Jan 1983 06:38:47 +0000 (22:38 -0800)]
4.1c conversion contortions

SCCS-vsn: sbin/routed/Makefile 4.3
SCCS-vsn: sbin/routed/af.c 4.10
SCCS-vsn: sbin/routed/defs.h 4.14
SCCS-vsn: sbin/routed/if.c 4.2
SCCS-vsn: sbin/routed/input.c 4.2
SCCS-vsn: sbin/routed/main.c 4.2
SCCS-vsn: sbin/routed/output.c 4.2
SCCS-vsn: sbin/routed/startup.c 4.2
SCCS-vsn: sbin/routed/tables.c 4.2
SCCS-vsn: sbin/routed/timer.c 4.2
SCCS-vsn: sbin/routed/trace.c 4.2

41 years agodate and time created 83/01/11 14:35:38 by sam
Sam Leffler [Wed, 12 Jan 1983 06:35:38 +0000 (22:35 -0800)]
date and time created 83/01/11 14:35:38 by sam

SCCS-vsn: sbin/routed/trace.h 4.1

41 years agodate and time created 83/01/11 14:35:37 by sam
Sam Leffler [Wed, 12 Jan 1983 06:35:37 +0000 (22:35 -0800)]
date and time created 83/01/11 14:35:37 by sam

SCCS-vsn: sbin/routed/table.h 4.1

41 years agodate and time created 83/01/11 14:35:35 by sam
Sam Leffler [Wed, 12 Jan 1983 06:35:35 +0000 (22:35 -0800)]
date and time created 83/01/11 14:35:35 by sam

SCCS-vsn: sbin/routed/interface.h 4.1

41 years agodate and time created 83/01/11 14:35:34 by sam
Sam Leffler [Wed, 12 Jan 1983 06:35:34 +0000 (22:35 -0800)]
date and time created 83/01/11 14:35:34 by sam

SCCS-vsn: sbin/routed/af.h 4.1

41 years agodrtest has been merged
Helge Skrivervik [Wed, 12 Jan 1983 01:29:15 +0000 (17:29 -0800)]
drtest has been merged

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

41 years agocheck trap type - can't fix FAULTS or integer problems. DLW
David Wasley [Tue, 11 Jan 1983 15:21:20 +0000 (07:21 -0800)]
check trap type - can't fix FAULTS or integer problems. DLW

SCCS-vsn: usr.bin/f77/libF77/trapov_.c 1.2

41 years agoHZ goes from 60 to 100
Kirk McKusick [Tue, 11 Jan 1983 12:23:44 +0000 (04:23 -0800)]
HZ goes from 60 to 100

SCCS-vsn: usr.bin/pascal/px/vars.h 1.11

41 years agoifdef VAX => ifdef ADDR32
Kirk McKusick [Tue, 11 Jan 1983 12:17:43 +0000 (04:17 -0800)]
ifdef VAX => ifdef ADDR32

SCCS-vsn: usr.bin/pascal/libpc/h00vars.h 1.10
SCCS-vsn: usr.bin/pascal/px/machdep.h 1.3
SCCS-vsn: usr.bin/pascal/px/vars.h 1.10

41 years agoadded tapeio. DLW
David Wasley [Tue, 11 Jan 1983 10:47:24 +0000 (02:47 -0800)]
added tapeio. DLW

SCCS-vsn: usr.bin/f77/libU77/makefile 1.10

41 years agodate and time created 83/01/10 18:44:52 by dlw
David Wasley [Tue, 11 Jan 1983 10:44:52 +0000 (02:44 -0800)]
date and time created 83/01/10 18:44:52 by dlw

SCCS-vsn: usr.bin/f77/libU77/tapeio.c 1.1

41 years agoVAX => ADDR32
Kirk McKusick [Tue, 11 Jan 1983 10:35:02 +0000 (02:35 -0800)]
VAX => ADDR32

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

41 years agoifdef VAX => ifdef vax
Kirk McKusick [Tue, 11 Jan 1983 10:33:50 +0000 (02:33 -0800)]
ifdef VAX => ifdef vax

SCCS-vsn: usr.bin/pascal/libpc/EXCEPT.c 1.3

41 years agoget rid of last of the .s files, yea!
Kirk McKusick [Tue, 11 Jan 1983 10:15:10 +0000 (02:15 -0800)]
get rid of last of the .s files, yea!

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.20

41 years agoget rid of RAND.s and use floating point instead
Kirk McKusick [Tue, 11 Jan 1983 10:14:32 +0000 (02:14 -0800)]
get rid of RAND.s and use floating point instead

SCCS-vsn: usr.bin/pascal/libpc/RANDOM.c 1.4

41 years agofix biff (rah rah -- sis boom bah)
Sam Leffler [Tue, 11 Jan 1983 09:28:55 +0000 (01:28 -0800)]
fix biff (rah rah -- sis boom bah)

SCCS-vsn: libexec/mail.local/mail.local.c 4.11

41 years agoSETRACE() -> kill()
Kirk McKusick [Tue, 11 Jan 1983 08:43:00 +0000 (00:43 -0800)]
SETRACE() -> kill()

SCCS-vsn: usr.bin/pascal/libpc/ERROR.c 1.10
SCCS-vsn: usr.bin/pascal/libpc/PERROR.c 1.2

41 years agodate and time created 83/01/10 14:50:59 by mckusick
Kirk McKusick [Tue, 11 Jan 1983 06:50:59 +0000 (22:50 -0800)]
date and time created 83/01/10 14:50:59 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/DFDISPOSE.c 4.1

41 years agoadded 123. DLW
David Wasley [Tue, 11 Jan 1983 05:54:09 +0000 (21:54 -0800)]
added 123. DLW

SCCS-vsn: usr.bin/f77/libI77/f_errno.h 1.5
SCCS-vsn: usr.bin/f77/libI77/f_errlist.c 1.3

41 years agodate and time created 83/01/10 09:46:22 by eric
Eric Allman [Tue, 11 Jan 1983 01:46:22 +0000 (17:46 -0800)]
date and time created 83/01/10 09:46:22 by eric

SCCS-vsn: usr.sbin/sendmail/READ_ME 3.1

41 years agotalk about the root makefile; mention superuser needs during install
Eric Allman [Tue, 11 Jan 1983 01:45:48 +0000 (17:45 -0800)]
talk about the root makefile; mention superuser needs during install

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 3.11

41 years agochoose the configuration file by calling "hostname"
Eric Allman [Tue, 11 Jan 1983 01:30:47 +0000 (17:30 -0800)]
choose the configuration file by calling "hostname"

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

41 years agospeed-ups using the new constants
Kirk McKusick [Mon, 10 Jan 1983 11:10:23 +0000 (03:10 -0800)]
speed-ups using the new constants

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

41 years agobiff stuff wrong
Sam Leffler [Mon, 10 Jan 1983 09:50:13 +0000 (01:50 -0800)]
biff stuff wrong

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

41 years agofix CRLF problem when sending SMTP commands; make newstr() and crlf()
Eric Allman [Mon, 10 Jan 1983 07:43:11 +0000 (23:43 -0800)]
fix CRLF problem when sending SMTP commands; make newstr() and crlf()
into macros

SCCS-mr: usr.sbin/sendmail/src/version.c 139
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.40
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 3.37
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.293

41 years agoturn newstr() and crlf() into macros
Eric Allman [Mon, 10 Jan 1983 07:03:00 +0000 (23:03 -0800)]
turn newstr() and crlf() into macros

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

41 years agoturn crlf() and newstr() into macros
Eric Allman [Mon, 10 Jan 1983 06:55:59 +0000 (22:55 -0800)]
turn crlf() and newstr() into macros

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

41 years agomake newstr and crlf macros
Eric Allman [Mon, 10 Jan 1983 06:52:20 +0000 (22:52 -0800)]
make newstr and crlf macros

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

41 years agoadd declaration of "crlf"
Eric Allman [Mon, 10 Jan 1983 06:43:44 +0000 (22:43 -0800)]
add declaration of "crlf"

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

41 years agoblkcpy() becomes bcopy()
Kirk McKusick [Sun, 9 Jan 1983 16:51:04 +0000 (08:51 -0800)]
blkcpy() becomes bcopy()

SCCS-vsn: sbin/fsck/main.c 2.19

41 years agoget rid of asm.sed script
Kirk McKusick [Sun, 9 Jan 1983 16:42:41 +0000 (08:42 -0800)]
get rid of asm.sed script

SCCS-vsn: sbin/fsck/Makefile 4.3

41 years agoblkcpy becomes bcopy
Kirk McKusick [Sun, 9 Jan 1983 16:39:48 +0000 (08:39 -0800)]
blkcpy becomes bcopy

SCCS-vsn: sbin/fsck/main.c 2.19

41 years agoadd socket option stuff & SOF_DONTROUTE
Sam Leffler [Sun, 9 Jan 1983 12:56:36 +0000 (04:56 -0800)]
add socket option stuff & SOF_DONTROUTE

SCCS-vsn: sys/sys/socket.h 4.23

41 years agofill out shutdown stub; add socket option consistency checking
Sam Leffler [Sun, 9 Jan 1983 12:53:43 +0000 (04:53 -0800)]
fill out shutdown stub; add socket option consistency checking

SCCS-vsn: sys/kern/uipc_syscalls.c 4.40

41 years agorelease daemon resources when running the queue
Eric Allman [Sun, 9 Jan 1983 11:54:37 +0000 (03:54 -0800)]
release daemon resources when running the queue

SCCS-mr: usr.sbin/sendmail/src/version.c 143
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.69
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.44
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.292

41 years agochange semantics of sonewconn: socket returned is assumed not
Sam Leffler [Sun, 9 Jan 1983 11:09:04 +0000 (03:09 -0800)]
change semantics of sonewconn: socket returned is assumed not
to have a file descriptor referencing it; soaccept shaves this flag off
now on user accept; this cleans up problems with lost sockets in tcp_input

SCCS-vsn: sys/kern/uipc_socket2.c 4.34

41 years agojust wrong
Sam Leffler [Sun, 9 Jan 1983 11:05:34 +0000 (03:05 -0800)]
just wrong

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

41 years agospeed-ups and clean-ups
Kirk McKusick [Sun, 9 Jan 1983 10:51:40 +0000 (02:51 -0800)]
speed-ups and clean-ups

SCCS-vsn: sbin/restore/main.c 2.17