unix-history/.git
41 years agoclean up argument structure; move configuration into conf.h
Eric Allman [Sun, 14 Nov 1982 09:55:08 +0000 (01:55 -0800)]
clean up argument structure; move configuration into conf.h

SCCS-mr: usr.sbin/sendmail/src/sendmail.h 069,, 070
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.98

41 years agoavoid printing out extra messages when the transcript is not instantiated
Eric Allman [Sun, 14 Nov 1982 09:54:17 +0000 (01:54 -0800)]
avoid printing out extra messages when the transcript is not instantiated

SCCS-mr: usr.sbin/sendmail/src/err.c 071
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.32

41 years agoget rid of check for directory
Kirk McKusick [Sat, 13 Nov 1982 11:48:19 +0000 (03:48 -0800)]
get rid of check for directory

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

41 years agoadd inlines for ASRT, ASRTS, CHR, LINO, NIL, RANG4, RSNG4, SUBSC, SUBSCZ
Kirk McKusick [Sat, 13 Nov 1982 11:24:17 +0000 (03:24 -0800)]
add inlines for ASRT, ASRTS, CHR, LINO, NIL, RANG4, RSNG4, SUBSC, SUBSCZ

SCCS-vsn: usr.bin/pascal/pc2/langpats.c 1.11

41 years agoredefine where all the source directories live (again...)
Kirk McKusick [Sat, 13 Nov 1982 11:22:28 +0000 (03:22 -0800)]
redefine where all the source directories live (again...)

SCCS-vsn: usr.bin/pascal/pc/pc.c 3.17

41 years agoget rid of NEWZ (use NEW + blkclr); break ASRTS out of ASRT
Kirk McKusick [Sat, 13 Nov 1982 11:14:46 +0000 (03:14 -0800)]
get rid of NEWZ (use NEW + blkclr); break ASRTS out of ASRT

SCCS-vsn: usr.bin/pascal/src/pcproc.c 1.13

41 years agoarguments to blkclr are reversed to be compatable with bzero
Kirk McKusick [Sat, 13 Nov 1982 11:08:18 +0000 (03:08 -0800)]
arguments to blkclr are reversed to be compatable with bzero

SCCS-vsn: usr.bin/pascal/src/fend.c 1.17

41 years agolocal jumps to globally declared labels must still use jmp instead of jbr
Kirk McKusick [Sat, 13 Nov 1982 11:02:03 +0000 (03:02 -0800)]
local jumps to globally declared labels must still use jmp instead of jbr

SCCS-vsn: usr.bin/pascal/src/lab.c 1.16

41 years agomake error message global var, so routine can be inline expanded
Kirk McKusick [Sat, 13 Nov 1982 10:59:06 +0000 (02:59 -0800)]
make error message global var, so routine can be inline expanded

SCCS-vsn: usr.bin/pascal/libpc/ASRT.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/CHR.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/LINO.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/NIL.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/RANG4.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/RSNG4.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/SUBSC.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/SUBSCZ.c 1.4

41 years agoGOTO and UNWIND replaced with setjmp/longjmp; NEWZ subsumed
Kirk McKusick [Sat, 13 Nov 1982 10:56:53 +0000 (02:56 -0800)]
GOTO and UNWIND replaced with setjmp/longjmp; NEWZ subsumed
into NEW and blkclr; ASRTS broken out of ASRT

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

41 years agomake size last arg to blkcpy and blkclr to be compatable with bcopy and bcmp
Kirk McKusick [Sat, 13 Nov 1982 06:48:48 +0000 (22:48 -0800)]
make size last arg to blkcpy and blkclr to be compatable with bcopy and bcmp

SCCS-vsn: usr.bin/pascal/libpc/FCALL.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/FRTN.c 1.5
SCCS-vsn: usr.bin/pascal/libpc/FSAV.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/blkclr.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/blkcpy.c 1.3

41 years agodate and time created 82/11/12 12:11:33 by mckusick
Kirk McKusick [Sat, 13 Nov 1982 04:11:33 +0000 (20:11 -0800)]
date and time created 82/11/12 12:11:33 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/ASRTS.c 1.1

41 years agoversion 2.9 becomes 2.10 automagically.
Kirk McKusick [Sat, 13 Nov 1982 03:07:43 +0000 (19:07 -0800)]
version 2.9 becomes 2.10 automagically.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.34
SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.36

41 years agodon't forget to close "dirp" when chdir fails
Kirk McKusick [Sat, 13 Nov 1982 03:01:59 +0000 (19:01 -0800)]
don't forget to close "dirp" when chdir fails

SCCS-vsn: usr.bin/du/du.c 4.8

41 years agoforce setjmp and display save/restore for program statement
Kirk McKusick [Sat, 13 Nov 1982 02:52:27 +0000 (18:52 -0800)]
force setjmp and display save/restore for program statement
if there is a label declaration as there may be a non-local goto to it.

SCCS-vsn: usr.bin/pascal/src/fend.c 1.16

41 years agooptimize display save/restore and setjmp() to be done only when needed.
Kirk McKusick [Fri, 12 Nov 1982 11:40:40 +0000 (03:40 -0800)]
optimize display save/restore and setjmp() to be done only when needed.

SCCS-vsn: usr.bin/pascal/src/0.h 1.17
SCCS-vsn: usr.bin/pascal/src/clas.c 1.6
SCCS-vsn: usr.bin/pascal/src/lab.c 1.15
SCCS-vsn: usr.bin/pascal/src/fend.c 1.15
SCCS-vsn: usr.bin/pascal/src/p2put.c 1.11

41 years agofix bug that caused du to core dump while working on execute only directories
Kirk McKusick [Fri, 12 Nov 1982 11:23:07 +0000 (03:23 -0800)]
fix bug that caused du to core dump while working on execute only directories

SCCS-vsn: usr.bin/du/du.c 4.7

41 years agoadd clrg and movag; fix opcode for pushag
Robert R. Henry [Fri, 12 Nov 1982 02:07:47 +0000 (18:07 -0800)]
add clrg and movag; fix opcode for pushag

SCCS-vsn: old/as.vax/instrs 4.6

41 years agoconditional inclusion for adb
Robert R. Henry [Fri, 12 Nov 1982 02:06:56 +0000 (18:06 -0800)]
conditional inclusion for adb

SCCS-vsn: old/as.vax/assizetab.c 4.4

41 years agocvtgd instruction removed: VAX cvt graph is NOT complete: no
Robert R. Henry [Fri, 12 Nov 1982 01:20:11 +0000 (17:20 -0800)]
cvtgd instruction removed: VAX cvt graph is NOT complete: no
cvtdg or cvtgd instructions!

SCCS-vsn: old/as.vax/instrs 4.5

41 years agoget rid of GOTO and replace it with setjmp/longjmp
Kirk McKusick [Thu, 11 Nov 1982 06:56:33 +0000 (22:56 -0800)]
get rid of GOTO and replace it with setjmp/longjmp

SCCS-vsn: usr.bin/pascal/src/pc.h 1.6
SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.10
SCCS-vsn: usr.bin/pascal/src/lab.c 1.14
SCCS-vsn: usr.bin/pascal/src/fend.c 1.14

41 years agodate and time created 82/11/09 11:28:29 by sam
Sam Leffler [Wed, 10 Nov 1982 03:28:29 +0000 (19:28 -0800)]
date and time created 82/11/09 11:28:29 by sam

SCCS-vsn: sys/vax/include/vmparam.h 4.1

41 years agodate and time created 82/11/09 11:27:11 by sam
Sam Leffler [Wed, 10 Nov 1982 03:27:11 +0000 (19:27 -0800)]
date and time created 82/11/09 11:27:11 by sam

SCCS-vsn: sys/vax/include/param.h 4.1

41 years agoAllow -f option and reading subject text from stdin to not be disjoint options
Robert R. Henry [Tue, 9 Nov 1982 04:00:04 +0000 (20:00 -0800)]
Allow -f option and reading subject text from stdin to not be disjoint options

SCCS-vsn: usr.bin/grep/old.egrep/old.egrep.y 4.2

41 years agoFix order of 2nd and 3rd arguments to fread so the count of the
Robert R. Henry [Tue, 9 Nov 1982 03:50:44 +0000 (19:50 -0800)]
Fix order of 2nd and 3rd arguments to fread so the count of the
number of bytes read is correctly returned

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

41 years agospecial case EEXIST for ln -s
Kirk McKusick [Tue, 9 Nov 1982 01:54:56 +0000 (17:54 -0800)]
special case EEXIST for ln -s

SCCS-vsn: bin/ln/ln.c 4.4

41 years agoAllow -f option and reading subject text from stdin to not be disjoint
Robert R. Henry [Tue, 9 Nov 1982 00:56:24 +0000 (16:56 -0800)]
Allow -f option and reading subject text from stdin to not be disjoint

SCCS-vsn: usr.bin/grep/old.egrep/old.egrep.y 4.2

41 years agodate and time created 82/11/07 20:02:33 by sam
Sam Leffler [Mon, 8 Nov 1982 12:02:33 +0000 (04:02 -0800)]
date and time created 82/11/07 20:02:33 by sam

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

41 years agodate and time created 82/11/07 20:02:07 by sam
Sam Leffler [Mon, 8 Nov 1982 12:02:07 +0000 (04:02 -0800)]
date and time created 82/11/07 20:02:07 by sam

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

41 years agodate and time created 82/11/07 19:11:20 by sam
Sam Leffler [Mon, 8 Nov 1982 11:11:20 +0000 (03:11 -0800)]
date and time created 82/11/07 19:11:20 by sam

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

41 years agodate and time created 82/11/07 19:06:08 by sam
Sam Leffler [Mon, 8 Nov 1982 11:06:08 +0000 (03:06 -0800)]
date and time created 82/11/07 19:06:08 by sam

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

41 years agomake all mailer output go to the transcript if running server smtp; this
Eric Allman [Mon, 8 Nov 1982 08:14:44 +0000 (00:14 -0800)]
make all mailer output go to the transcript if running server smtp; this
has the effect of making some significant changes in the output structure
to handle such things as -em and -as together

SCCS-mr: usr.sbin/sendmail/src/main.c 041
SCCS-mr: usr.sbin/sendmail/src/deliver.c 041
SCCS-mr: usr.sbin/sendmail/src/err.c 041
SCCS-mr: usr.sbin/sendmail/src/version.c 041
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.131
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.126
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.31
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.240

41 years agodon't flag errors in setting dangerous options when -C is used
Eric Allman [Mon, 8 Nov 1982 07:32:04 +0000 (23:32 -0800)]
don't flag errors in setting dangerous options when -C is used

SCCS-mr: usr.sbin/sendmail/src/version.c 063
SCCS-mr: usr.sbin/sendmail/src/readcf.c 063
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.239
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.41

41 years agoRun the calendar files through /lib/cpp. This allows a global data base
Robert R. Henry [Mon, 8 Nov 1982 06:48:28 +0000 (22:48 -0800)]
Run the calendar files through /lib/cpp. This allows a global data base
of dates to be included in users' calendar files.

SCCS-vsn: usr.bin/calendar/calendar.sh 4.4
SCCS-vsn: usr.bin/calendar/calendar.sh 4.4

41 years agoAllow no arguments at all and take the input from stdin
Robert R. Henry [Mon, 8 Nov 1982 06:05:32 +0000 (22:05 -0800)]
Allow no arguments at all and take the input from stdin

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

41 years agocleanup install
Sam Leffler [Sun, 7 Nov 1982 18:25:36 +0000 (10:25 -0800)]
cleanup install

SCCS-vsn: usr.bin/tip/Makefile 4.7

41 years agoput it in usr/bin since it replaces cu
Sam Leffler [Sun, 7 Nov 1982 18:22:26 +0000 (10:22 -0800)]
put it in usr/bin since it replaces cu

SCCS-vsn: usr.bin/tip/Makefile 4.7

41 years agosince it replaces cu, put it in usr/bin
Sam Leffler [Sun, 7 Nov 1982 18:21:03 +0000 (10:21 -0800)]
since it replaces cu, put it in usr/bin

SCCS-vsn: usr.bin/tip/Makefile 4.7

41 years agoupdate for inclusion in 4.2
Sam Leffler [Sun, 7 Nov 1982 18:16:22 +0000 (10:16 -0800)]
update for inclusion in 4.2

SCCS-vsn: usr.bin/tip/Makefile 4.6

41 years agodate and time created 82/11/06 21:17:11 by sam
Sam Leffler [Sun, 7 Nov 1982 13:17:11 +0000 (05:17 -0800)]
date and time created 82/11/06 21:17:11 by sam

SCCS-vsn: sys/vax/vax/vm_machdep.c 5.1

41 years agoBill Jolitz @ Berkeley received this version from Lorindia Cherry
Robert R. Henry [Sun, 7 Nov 1982 10:17:05 +0000 (02:17 -0800)]
Bill Jolitz @ Berkeley received this version from Lorindia Cherry
around September 1981, as the ``most recent version''.  Deltas
seem to be progressive, rather than regressive, although the BTL sid for
deroff.c is retrograde; this is probably a case of parallel development

SCCS-vsn: usr.bin/diction/style1/dict.c 4.2
SCCS-vsn: usr.bin/diction/style2/ehash.c 4.2

41 years agoChange location of style1, style2, and style3 to be in /usr/lib
Robert R. Henry [Sun, 7 Nov 1982 09:55:16 +0000 (01:55 -0800)]
Change location of style1, style2, and style3 to be in /usr/lib

SCCS-vsn: usr.bin/diction/style/style.sh 4.5

41 years agofix minor formatting botch
Robert R. Henry [Sun, 7 Nov 1982 09:54:54 +0000 (01:54 -0800)]
fix minor formatting botch

SCCS-vsn: usr.bin/diction/diction/diction.sh 4.5

41 years agoadded sccs get; changed to refer to the .sh files; removed deroff
Robert R. Henry [Sun, 7 Nov 1982 09:36:39 +0000 (01:36 -0800)]
added sccs get; changed to refer to the .sh files; removed deroff

SCCS-vsn: usr.bin/diction/Makefile 4.3

41 years agoAdded -me and -ma flags for new macro packages; rearranged
Robert R. Henry [Sun, 7 Nov 1982 09:32:38 +0000 (01:32 -0800)]
Added -me and -ma flags for new macro packages; rearranged
macro recognition to allow for the two new flags.

SCCS-vsn: usr.bin/deroff/deroff.c 4.3

41 years agoChange so default macro package is -me; added -me, -ma and -k flags
Robert R. Henry [Sun, 7 Nov 1982 09:13:35 +0000 (01:13 -0800)]
Change so default macro package is -me; added -me, -ma and -k flags
for deroff

SCCS-vsn: usr.bin/diction/diction/diction.sh 4.4
SCCS-vsn: usr.bin/diction/style/style.sh 4.4
SCCS-vsn: usr.bin/diction/explain/explain.sh 4.4

41 years agoChange path to deroff so deroff is taken from /usr/bin
Robert R. Henry [Sun, 7 Nov 1982 09:08:12 +0000 (01:08 -0800)]
Change path to deroff so deroff is taken from /usr/bin

SCCS-vsn: usr.bin/diction/diction/diction.sh 4.3
SCCS-vsn: usr.bin/diction/style/style.sh 4.3
SCCS-vsn: usr.bin/diction/explain/explain.sh 4.3

41 years agoBill Jolitz @ Berkeley received this version from Lorindia Cherry
Robert R. Henry [Sun, 7 Nov 1982 08:58:27 +0000 (00:58 -0800)]
Bill Jolitz @ Berkeley received this version from Lorindia Cherry
around September 1981, as the ``most recent version''.  Deltas
seem to be progressive, rather than regressive, although the BTL sid for
deroff.c is retrograde; this is probably a case of parallel development

SCCS-vsn: usr.bin/diction/style1/abbrev.c 4.2
SCCS-vsn: usr.bin/diction/style2/ehash.c 4.2
SCCS-vsn: usr.bin/diction/style2/edict.c 4.2
SCCS-vsn: usr.bin/diction/style1/nhash.c 4.2
SCCS-vsn: usr.bin/diction/style1/dict.c 4.2
SCCS-vsn: usr.bin/diction/style1/ydict.c 4.2
SCCS-vsn: usr.bin/diction/style1/abbrev.c 4.2

41 years agoNot used in oldest version available at Berkeley
Robert R. Henry [Sun, 7 Nov 1982 08:29:58 +0000 (00:29 -0800)]
Not used in oldest version available at Berkeley

SCCS-vsn: usr.bin/diction/style1/abbrev.c 4.1

41 years agoBill Jolitz @ Berkeley received this version from Lorindia Cherry
Robert R. Henry [Sun, 7 Nov 1982 08:29:23 +0000 (00:29 -0800)]
Bill Jolitz @ Berkeley received this version from Lorindia Cherry
around September 1981, as the ``most recent version''.  Deltas
seem to be progressive, rather than regressive, although the BTL sid for
deroff.c is retrograde; this is probably a case of parallel development

SCCS-vsn: usr.bin/diction/getopt.c 4.2

41 years agoThis was not used in oldest version available at Berkeley
Robert R. Henry [Sun, 7 Nov 1982 08:27:51 +0000 (00:27 -0800)]
This was not used in oldest version available at Berkeley

SCCS-vsn: usr.bin/diction/getopt.c 4.1

41 years agoCorrectly set the return status (0 or 1) after doing byte by byte compare
Robert R. Henry [Sun, 7 Nov 1982 08:06:30 +0000 (00:06 -0800)]
Correctly set the return status (0 or 1) after doing byte by byte compare

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

41 years agoBill Jolitz @ Berkeley received this version from Lorindia Cherry
Robert R. Henry [Sun, 7 Nov 1982 08:05:35 +0000 (00:05 -0800)]
Bill Jolitz @ Berkeley received this version from Lorindia Cherry
around September 1981, as the ``most recent version''.  Deltas
seem to be progressive, rather than regressive, although the BTL sid for
deroff.c is retrograde; this is probably a case of parallel development

SCCS-vsn: usr.bin/diction/style1/dict.c 4.2
SCCS-vsn: usr.bin/diction/style2/ehash.c 4.2

41 years agoBill Jolitz @ Berkeley received this version from Lorindia Cherry
Robert R. Henry [Sun, 7 Nov 1982 06:35:35 +0000 (22:35 -0800)]
Bill Jolitz @ Berkeley received this version from Lorindia Cherry
around September 1981, as the ``most recent version''.  Deltas
seem to be progressive, rather than regressive, although the BTL sid for
deroff.c is retrograde; this is probably a case of parallel development

SCCS-vsn: usr.bin/diction/style3/conp.h 4.2
SCCS-vsn: usr.bin/diction/style1/names.h 4.2
SCCS-vsn: usr.bin/diction/style3/style.h 4.2
SCCS-vsn: usr.bin/diction/diction/diction.1 4.2
SCCS-vsn: usr.bin/deroff/deroff.c 4.2
SCCS-vsn: usr.bin/diction/diction/dprog.c 4.2
SCCS-vsn: usr.bin/diction/style2/edict.c 4.2
SCCS-vsn: usr.bin/diction/style1/nhash.c 4.2
SCCS-vsn: usr.bin/diction/style3/outp.c 4.2
SCCS-vsn: usr.bin/diction/style3/pscan.c 4.2
SCCS-vsn: usr.bin/diction/style1/ydict.c 4.2
SCCS-vsn: usr.bin/diction/style2/style2.l 4.2
SCCS-vsn: usr.bin/diction/style1/style1.l 4.2
SCCS-vsn: usr.bin/diction/style3/part.l 4.2
SCCS-vsn: usr.bin/diction/Makefile 4.2
SCCS-vsn: usr.bin/diction/diction/dict.d 4.2
SCCS-vsn: usr.bin/diction/explain/explain.sh 4.2
SCCS-vsn: usr.bin/diction/README 4.2
SCCS-vsn: usr.bin/diction/style/style.sh 4.2
SCCS-vsn: usr.bin/diction/explain/explain.d 4.2
SCCS-vsn: usr.bin/diction/diction/diction.sh 4.2

41 years agoOldest available version at Berkeley
Robert R. Henry [Sun, 7 Nov 1982 05:48:43 +0000 (21:48 -0800)]
Oldest available version at Berkeley

SCCS-vsn: usr.bin/diction/style3/conp.h 4.1
SCCS-vsn: usr.bin/diction/style1/names.h 4.1
SCCS-vsn: usr.bin/diction/style3/style.h 4.1
SCCS-vsn: usr.bin/diction/diction/diction.1 4.1
SCCS-vsn: usr.bin/deroff/deroff.c 4.1
SCCS-vsn: usr.bin/diction/style1/dict.c 4.1
SCCS-vsn: usr.bin/diction/diction/dprog.c 4.1
SCCS-vsn: usr.bin/diction/style2/edict.c 4.1
SCCS-vsn: usr.bin/diction/style2/ehash.c 4.1
SCCS-vsn: usr.bin/diction/style1/nhash.c 4.1
SCCS-vsn: usr.bin/diction/style3/outp.c 4.1
SCCS-vsn: usr.bin/diction/style3/pscan.c 4.1
SCCS-vsn: usr.bin/diction/style1/ydict.c 4.1
SCCS-vsn: usr.bin/diction/style2/style2.l 4.1
SCCS-vsn: usr.bin/diction/style1/style1.l 4.1
SCCS-vsn: usr.bin/diction/style3/part.l 4.1
SCCS-vsn: usr.bin/diction/Makefile 4.1
SCCS-vsn: usr.bin/diction/diction/dict.d 4.1
SCCS-vsn: usr.bin/diction/explain/explain.d 4.1
SCCS-vsn: usr.bin/diction/diction/diction.sh 4.1
SCCS-vsn: usr.bin/diction/explain/explain.sh 4.1
SCCS-vsn: usr.bin/diction/style/style.sh 4.1
SCCS-vsn: usr.bin/diction/README 4.1

41 years agochanges per kurt
Kirk McKusick [Sun, 7 Nov 1982 03:53:56 +0000 (19:53 -0800)]
changes per kurt

SCCS-vsn: usr.bin/mail/optim.c 2.7

41 years agofix bug with max() macro
Ken Arnold [Sat, 6 Nov 1982 09:12:02 +0000 (01:12 -0800)]
fix bug with max() macro

SCCS-vsn: lib/libcurses/overlay.c 1.4

41 years agoadd the -Z flag and the "xf" file; old "xf" file is now the "nf" file.
Eric Allman [Sat, 6 Nov 1982 08:55:41 +0000 (00:55 -0800)]
add the -Z flag and the "xf" file; old "xf" file is now the "nf" file.

SCCS-mr: usr.sbin/sendmail/doc/op/op.me 062
SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 1.4

41 years agoarrange to freeze the configuration file for quick startup -- this
Eric Allman [Sat, 6 Nov 1982 05:12:52 +0000 (21:12 -0800)]
arrange to freeze the configuration file for quick startup -- this
technique requires reprocessing the argv so that flag settings don't
get lost, and is really rather of a hack.

SCCS-mr: usr.sbin/sendmail/src/main.c 062
SCCS-mr: usr.sbin/sendmail/src/conf.c 062
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 062
SCCS-mr: usr.sbin/sendmail/src/version.c 062
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.130
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.63
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.97
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.238

41 years agomerge from monet
Sam Leffler [Sat, 6 Nov 1982 01:00:50 +0000 (17:00 -0800)]
merge from monet

SCCS-vsn: sys/netinet/ip_icmp.c 4.25

41 years agodon't unlink qf & df files on ^C
Eric Allman [Fri, 5 Nov 1982 07:22:16 +0000 (23:22 -0800)]
don't unlink qf & df files on ^C

SCCS-mr: usr.sbin/sendmail/src/main.c 019
SCCS-mr: usr.sbin/sendmail/src/version.c 019
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.129
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.237

41 years agofix bug in back compat dir code
Eric Allman [Fri, 5 Nov 1982 07:17:35 +0000 (23:17 -0800)]
fix bug in back compat dir code

SCCS-mr: usr.sbin/sendmail/src/queue.c 056
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.49

41 years agoput header conditionals into the .cf file
Eric Allman [Fri, 5 Nov 1982 05:27:38 +0000 (21:27 -0800)]
put header conditionals into the .cf file

SCCS-mr: usr.sbin/sendmail/doc/op/op.me 037
SCCS-mr: usr.sbin/sendmail/src/main.c 037
SCCS-mr: usr.sbin/sendmail/src/conf.c 037
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 037
SCCS-mr: usr.sbin/sendmail/src/savemail.c 037
SCCS-mr: usr.sbin/sendmail/src/version.c 037
SCCS-mr: usr.sbin/sendmail/src/headers.c 037
SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 1.3
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.128
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.62
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.96
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.46
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.236
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.36

41 years agodon't strip quotes off of addresses during prescan
Eric Allman [Thu, 4 Nov 1982 03:18:06 +0000 (19:18 -0800)]
don't strip quotes off of addresses during prescan

SCCS-mr: usr.sbin/sendmail/src/parseaddr.c 059
SCCS-mr: usr.sbin/sendmail/src/version.c 059
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.64
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.235

41 years agoPut the temporary file mode on the F option
Eric Allman [Thu, 4 Nov 1982 02:34:13 +0000 (18:34 -0800)]
Put the temporary file mode on the F option

SCCS-mr: usr.sbin/sendmail/src/version.c 058
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.234

41 years agoPut temporary file mode on the F option
Eric Allman [Thu, 4 Nov 1982 02:29:45 +0000 (18:29 -0800)]
Put temporary file mode on the F option

SCCS-mr: usr.sbin/sendmail/src/main.c 058
SCCS-mr: usr.sbin/sendmail/src/collect.c 058
SCCS-mr: usr.sbin/sendmail/src/util.c 058
SCCS-mr: usr.sbin/sendmail/src/queue.c 058
SCCS-mr: usr.sbin/sendmail/src/readcf.c 058
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.127
SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.53
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.34
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.48
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.40

41 years agoAdd FileMode
Eric Allman [Thu, 4 Nov 1982 02:04:01 +0000 (18:04 -0800)]
Add FileMode

SCCS-mr: usr.sbin/sendmail/src/sendmail.h 059
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.95

41 years agoArrange to strip quote bits in message header; move SPACESUB into
Eric Allman [Thu, 4 Nov 1982 01:49:36 +0000 (17:49 -0800)]
Arrange to strip quote bits in message header; move SPACESUB into
conf.c; change SpaceSub to unquoted dot

SCCS-mr: usr.sbin/sendmail/src/conf.c 049
SCCS-mr: usr.sbin/sendmail/src/deliver.c 049
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 049
SCCS-mr: usr.sbin/sendmail/src/parseaddr.c 049
SCCS-mr: usr.sbin/sendmail/src/version.c 049
SCCS-mr: usr.sbin/sendmail/src/util.c 049
SCCS-mr: usr.sbin/sendmail/src/recipient.c 049
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.61
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.125
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.94
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.63
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.233
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.33
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.43

41 years agoArrange for queue.c to aapt to systems w/o new directory code
Eric Allman [Thu, 4 Nov 1982 01:00:42 +0000 (17:00 -0800)]
Arrange for queue.c to aapt to systems w/o new directory code

SCCS-mr: usr.sbin/sendmail/src/version.c 056
SCCS-mr: usr.sbin/sendmail/src/queue.c 056
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.232
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.47

41 years agominor changes before printing for uwisc
Eric Allman [Thu, 4 Nov 1982 00:30:16 +0000 (16:30 -0800)]
minor changes before printing for uwisc

SCCS-mr: usr.sbin/sendmail/doc/intro/intro.me 028
SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.22

41 years agoadd vm_machdep.c
Bill Joy [Wed, 3 Nov 1982 17:33:22 +0000 (09:33 -0800)]
add vm_machdep.c

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

41 years agodelete protosw and protoswLAST
Bill Joy [Wed, 3 Nov 1982 17:33:00 +0000 (09:33 -0800)]
delete protosw and protoswLAST

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

41 years agoadd physstrat; typo in locore.s
Bill Joy [Wed, 3 Nov 1982 17:23:05 +0000 (09:23 -0800)]
add physstrat; typo in locore.s

SCCS-vsn: sys/vax/vax/locore.s 4.73
SCCS-vsn: sys/vax/vax/machdep.c 4.70

41 years agomisc 4.1c fixes
Bill Joy [Wed, 3 Nov 1982 17:09:09 +0000 (09:09 -0800)]
misc 4.1c fixes

SCCS-vsn: sys/netinet/in.h 4.18
SCCS-vsn: sys/netinet/in_pcb.c 4.36
SCCS-vsn: sys/netinet/in_proto.c 5.3
SCCS-vsn: sys/netinet/ip_icmp.c 4.24
SCCS-vsn: sys/netinet/ip_input.c 1.58
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.70
SCCS-vsn: sys/netinet/udp_usrreq.c 4.40

41 years agostill not right
Bill Joy [Wed, 3 Nov 1982 16:46:46 +0000 (08:46 -0800)]
still not right

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

41 years agosoreserve
Bill Joy [Wed, 3 Nov 1982 16:04:13 +0000 (08:04 -0800)]
soreserve

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

41 years agotypos
Bill Joy [Wed, 3 Nov 1982 15:39:29 +0000 (07:39 -0800)]
typos

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

41 years agoremove crud
Bill Joy [Wed, 3 Nov 1982 15:38:47 +0000 (07:38 -0800)]
remove crud

SCCS-vsn: sys/kern/init_main.c 4.42

41 years agodate and time created 82/11/02 22:30:26 by sam
Sam Leffler [Wed, 3 Nov 1982 14:30:26 +0000 (06:30 -0800)]
date and time created 82/11/02 22:30:26 by sam

SCCS-vsn: sbin/routed/Makefile 4.1

41 years agomajor rewrite -- too much to describe here
Sam Leffler [Wed, 3 Nov 1982 14:29:59 +0000 (06:29 -0800)]
major rewrite -- too much to describe here

SCCS-vsn: sbin/routed/af.c 4.9
SCCS-vsn: sbin/routed/defs.h 4.11

41 years agodate and time created 82/11/02 22:28:11 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:11 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:11 by sam

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

41 years agodate and time created 82/11/02 22:28:10 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:10 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:10 by sam

SCCS-vsn: sbin/routed/timer.c 4.1

41 years agodate and time created 82/11/02 22:28:08 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:08 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:08 by sam

SCCS-vsn: sbin/routed/tables.c 4.1

41 years agodate and time created 82/11/02 22:28:07 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:07 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:07 by sam

SCCS-vsn: sbin/routed/startup.c 4.1

41 years agodate and time created 82/11/02 22:28:06 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:06 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:06 by sam

SCCS-vsn: sbin/routed/output.c 4.1

41 years agodate and time created 82/11/02 22:28:04 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:04 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:04 by sam

SCCS-vsn: sbin/routed/main.c 4.1

41 years agodate and time created 82/11/02 22:28:03 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:03 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:03 by sam

SCCS-vsn: sbin/routed/input.c 4.1

41 years agodate and time created 82/11/02 22:28:02 by sam
Sam Leffler [Wed, 3 Nov 1982 14:28:02 +0000 (06:28 -0800)]
date and time created 82/11/02 22:28:02 by sam

SCCS-vsn: sbin/routed/if.c 4.1

41 years agoedits on the plane on the way to Wisconsin.....
Eric Allman [Wed, 3 Nov 1982 07:32:40 +0000 (23:32 -0800)]
edits on the plane on the way to Wisconsin.....

SCCS-mr: usr.sbin/sendmail/doc/intro/intro.me 028
SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.21

41 years agoedits on plane on the way to Wisconsin.....
Eric Allman [Wed, 3 Nov 1982 07:30:48 +0000 (23:30 -0800)]
edits on plane on the way to Wisconsin.....

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

41 years agosplit documentation into two
Eric Allman [Wed, 3 Nov 1982 05:55:09 +0000 (21:55 -0800)]
split documentation into two

SCCS-mr: usr.sbin/sendmail/doc/intro/intro.me 028
SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.20

41 years agotypo
Bill Joy [Wed, 3 Nov 1982 03:51:24 +0000 (19:51 -0800)]
typo

SCCS-vsn: sys/vm/vm_swap.c 4.14
SCCS-vsn: sys/kern/kern_physio.c 4.36

41 years agodomain style
Bill Joy [Wed, 3 Nov 1982 03:35:01 +0000 (19:35 -0800)]
domain style

SCCS-vsn: sys/kern/uipc_proto.c 4.27

41 years agodomain searching routines, &c
Bill Joy [Wed, 3 Nov 1982 03:33:03 +0000 (19:33 -0800)]
domain searching routines, &c

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

41 years agoclock name
Bill Joy [Wed, 3 Nov 1982 03:30:53 +0000 (19:30 -0800)]
clock name

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

41 years agomissing {}'s
Bill Joy [Wed, 3 Nov 1982 03:29:28 +0000 (19:29 -0800)]
missing {}'s

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

41 years agoi_socket is i_un.is_socket; i_un was missing
Bill Joy [Mon, 1 Nov 1982 09:54:45 +0000 (01:54 -0800)]
i_socket is i_un.is_socket; i_un was missing

SCCS-vsn: sys/ufs/ffs/dinode.h 4.19
SCCS-vsn: sys/ufs/ffs/inode.h 4.19
SCCS-vsn: sys/ufs/ufs/dinode.h 4.19
SCCS-vsn: sys/ufs/ufs/inode.h 4.19

41 years agoadd PME_CLR
Bill Joy [Mon, 1 Nov 1982 09:39:47 +0000 (01:39 -0800)]
add PME_CLR

SCCS-vsn: sys/vax/include/pcb.h 4.6

41 years agofixes via sun
Bill Joy [Mon, 1 Nov 1982 08:54:18 +0000 (00:54 -0800)]
fixes via sun

SCCS-vsn: sys/conf/files 1.2

41 years agoadd clock.c
Bill Joy [Mon, 1 Nov 1982 08:53:28 +0000 (00:53 -0800)]
add clock.c

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