unix-history/.git
30 years agoatrun used the fscanf pattern `%*[^\n]' to eat garbage and extra
Keith Bostic [Tue, 27 Jul 1993 02:08:23 +0000 (18:08 -0800)]
atrun used the fscanf pattern `%*[^\n]' to eat garbage and extra
newlines; it doesn't work with the new stdio
From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/at/atrun/atrun.c 5.10

30 years agorework section on rebuilding system software to reflect new make(1)
Keith Bostic [Tue, 27 Jul 1993 01:57:30 +0000 (17:57 -0800)]
rework section on rebuilding system software to reflect new make(1)

SCCS-vsn: share/doc/smm/01.setup/6.t 6.13

30 years agosignal and file locking portability changes
Eric Allman [Tue, 27 Jul 1993 00:22:17 +0000 (16:22 -0800)]
signal and file locking portability changes

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.10
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.11
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.17
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.9
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/clock.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.8
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.7
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.12
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.5

30 years agofix problem causing errors during collect to supress 250 message
Eric Allman [Tue, 27 Jul 1993 00:20:20 +0000 (16:20 -0800)]
fix problem causing errors during collect to supress 250 message

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.9

30 years agocleanup to reduce the number of quotes needed around defined constants
Eric Allman [Tue, 27 Jul 1993 00:19:14 +0000 (16:19 -0800)]
cleanup to reduce the number of quotes needed around defined constants

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.10

30 years agomove IDENTPROTO defines around to simplify turning it off on a
Eric Allman [Sat, 24 Jul 1993 23:06:27 +0000 (15:06 -0800)]
move IDENTPROTO defines around to simplify turning it off on a
per-OS basis

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.16

30 years agoprefer HASGETDTABLESIZE over _SC_OPEN_MAX: a disturbingly large
Eric Allman [Sat, 24 Jul 1993 23:05:54 +0000 (15:05 -0800)]
prefer HASGETDTABLESIZE over _SC_OPEN_MAX: a disturbingly large
number of systems define _SC_OPEN_MAX in the header files but then
don't implement the sysconf() syscall.

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.11

30 years agoreally ignore MX records if !trymx
Eric Allman [Sat, 24 Jul 1993 23:04:41 +0000 (15:04 -0800)]
really ignore MX records if !trymx

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.6

30 years agofix Ultrix incompatibility
Eric Allman [Sat, 24 Jul 1993 05:55:51 +0000 (21:55 -0800)]
fix Ultrix incompatibility

SCCS-vsn: usr.sbin/sendmail/cf/sh/makeinfo.sh 8.3

30 years agoadd confRELAY_MAILER and improve mailertable description
Eric Allman [Sat, 24 Jul 1993 05:55:22 +0000 (21:55 -0800)]
add confRELAY_MAILER and improve mailertable description

SCCS-vsn: usr.sbin/sendmail/cf/README 8.7

30 years agodefault confSMTP_MAILER to smtp, not esmtp; add confRELAY_MAILER
Eric Allman [Sat, 24 Jul 1993 05:54:26 +0000 (21:54 -0800)]
default confSMTP_MAILER to smtp, not esmtp; add confRELAY_MAILER
and generalize relaying syntax processing -- fixes problem with
route-addrs misinterpreted as relays

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 8.5

30 years agocommand line mail to bad recipients didn't return error message;
Eric Allman [Sat, 24 Jul 1993 05:53:01 +0000 (21:53 -0800)]
command line mail to bad recipients didn't return error message;
don't call getcanonname from getmxrr if you know it will fail; don't claim
that all messages were received from localhost in error messages

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

30 years agotag returned message with true original from (not localhost)
Eric Allman [Sat, 24 Jul 1993 05:51:44 +0000 (21:51 -0800)]
tag returned message with true original from (not localhost)

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.8

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Sat, 24 Jul 1993 05:27:14 +0000 (21:27 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/master.passwd 8.1

30 years agoadd torek, hibler, ralph; delete everyone's password
Keith Bostic [Sat, 24 Jul 1993 05:27:11 +0000 (21:27 -0800)]
add torek, hibler, ralph; delete everyone's password

SCCS-vsn: etc/master.passwd 5.13

30 years agonote that you have to set the password for "toor", not just "root"
Keith Bostic [Sat, 24 Jul 1993 05:25:19 +0000 (21:25 -0800)]
note that you have to set the password for "toor", not just "root"

SCCS-vsn: share/doc/smm/01.setup/2.t 6.26

30 years agofix non-return of addresses presented on the command line
Eric Allman [Sat, 24 Jul 1993 01:14:25 +0000 (17:14 -0800)]
fix non-return of addresses presented on the command line

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.10

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Sat, 24 Jul 1993 01:13:22 +0000 (17:13 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/mtree/4.4BSD.root 8.1

30 years agoadd /dump, /etc/namedb
Keith Bostic [Sat, 24 Jul 1993 01:12:56 +0000 (17:12 -0800)]
add /dump, /etc/namedb

SCCS-vsn: etc/mtree/4.4BSD.root 5.2

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Sat, 24 Jul 1993 01:05:01 +0000 (17:05 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/mtree/4.4BSD.root 8.1
SCCS-vsn: etc/mtree/4.4BSD.usr 8.1
SCCS-vsn: etc/mtree/4.4BSD.var 8.1

30 years agoadd users for guest aaccount
Keith Bostic [Sat, 24 Jul 1993 01:00:16 +0000 (17:00 -0800)]
add users for guest aaccount

SCCS-vsn: etc/mtree/4.4BSD.var 5.3

30 years agoreally ignore MX if !trymx in getcanonname; minimize unnecessary
Eric Allman [Sat, 24 Jul 1993 00:59:29 +0000 (16:59 -0800)]
really ignore MX if !trymx in getcanonname; minimize unnecessary
nameserver calls

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.5

30 years agoadd vi.recover
Keith Bostic [Sat, 24 Jul 1993 00:55:04 +0000 (16:55 -0800)]
add vi.recover

SCCS-vsn: etc/mtree/4.4BSD.var 5.2

30 years agodate and time created 93/07/23 09:51:21 by bostic
Keith Bostic [Sat, 24 Jul 1993 00:51:21 +0000 (16:51 -0800)]
date and time created 93/07/23 09:51:21 by bostic

SCCS-vsn: etc/mtree/4.4BSD.root 5.1

30 years agodate and time created 93/07/23 09:51:20 by bostic
Keith Bostic [Sat, 24 Jul 1993 00:51:20 +0000 (16:51 -0800)]
date and time created 93/07/23 09:51:20 by bostic

SCCS-vsn: etc/mtree/4.4BSD.var 5.1

30 years agodate and time created 93/07/23 09:51:19 by bostic
Keith Bostic [Sat, 24 Jul 1993 00:51:19 +0000 (16:51 -0800)]
date and time created 93/07/23 09:51:19 by bostic

SCCS-vsn: etc/mtree/4.4BSD.usr 5.1

30 years agodefault confSMTP_MAILER to "smtp"; make mailer:host processing
Eric Allman [Sat, 24 Jul 1993 00:44:15 +0000 (16:44 -0800)]
default confSMTP_MAILER to "smtp"; make mailer:host processing
generic (and fix a problem that caused it to be confused with
route-addr syntax)

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.9

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Sat, 24 Jul 1993 00:19:49 +0000 (16:19 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/master.passwd 8.1

30 years agoadd news user; use nologin(8), not /dev/null; "games" shouldn't log in
Keith Bostic [Sat, 24 Jul 1993 00:19:35 +0000 (16:19 -0800)]
add news user; use nologin(8), not /dev/null; "games" shouldn't log in

SCCS-vsn: etc/master.passwd 5.12

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Fri, 23 Jul 1993 23:28:19 +0000 (15:28 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: usr.sbin/vipw/pw_util.c 8.1

30 years agoSet the close-on-exec bit so that users can't get at the
Keith Bostic [Fri, 23 Jul 1993 23:25:43 +0000 (15:25 -0800)]
Set the close-on-exec bit so that users can't get at the
encrypted passwords while editing.

SCCS-vsn: usr.sbin/vipw/pw_util.c 5.5

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Fri, 23 Jul 1993 21:03:20 +0000 (13:03 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/netstart 8.1

30 years agoadd le0 interface for the Sparc
Keith Bostic [Fri, 23 Jul 1993 21:03:14 +0000 (13:03 -0800)]
add le0 interface for the Sparc

SCCS-vsn: etc/netstart 5.10

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Fri, 23 Jul 1993 20:52:10 +0000 (12:52 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/etc.sparc/fstab.sd 8.1

30 years agodate and time created 93/07/23 05:52:05 by bostic
Keith Bostic [Fri, 23 Jul 1993 20:52:05 +0000 (12:52 -0800)]
date and time created 93/07/23 05:52:05 by bostic

SCCS-vsn: etc/etc.sparc/fstab.sd 5.1

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Fri, 23 Jul 1993 20:43:07 +0000 (12:43 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/etc.sparc/disktab 8.1

30 years agodate and time created 93/07/23 05:42:52 by bostic
Keith Bostic [Fri, 23 Jul 1993 20:42:52 +0000 (12:42 -0800)]
date and time created 93/07/23 05:42:52 by bostic

SCCS-vsn: etc/etc.sparc/disktab 5.1

30 years agoadd confLOCAL_MAILER
Eric Allman [Fri, 23 Jul 1993 07:01:52 +0000 (23:01 -0800)]
add confLOCAL_MAILER

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.8
SCCS-vsn: usr.sbin/sendmail/cf/README 8.6

30 years agow option; generalize all relays to accept mailer:host; move LOCAL_RULE_0
Eric Allman [Fri, 23 Jul 1993 06:58:35 +0000 (22:58 -0800)]
w option; generalize all relays to accept mailer:host; move LOCAL_RULE_0
processing up; add confSMTP_MAILER to define the mailer used; misc changes

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 8.4

30 years agoMany changes: add option 2; fix FIN_WAIT_2 problem; fix some mail
Eric Allman [Fri, 23 Jul 1993 06:56:47 +0000 (22:56 -0800)]
Many changes: add option 2; fix FIN_WAIT_2 problem; fix some mail
drop problems; many portability changes; many other minor changes

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

30 years agoportability for SVR4
Eric Allman [Fri, 23 Jul 1993 04:03:49 +0000 (20:03 -0800)]
portability for SVR4

SCCS-vsn: usr.sbin/sendmail/cf/sh/makeinfo.sh 8.2

30 years agofonts; clarify that sendmail uses gethostbyname
Eric Allman [Fri, 23 Jul 1993 02:43:29 +0000 (18:43 -0800)]
fonts; clarify that sendmail uses gethostbyname

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

30 years agofix bogus error message with open timeout in :include: -- this also
Eric Allman [Fri, 23 Jul 1993 02:27:57 +0000 (18:27 -0800)]
fix bogus error message with open timeout in :include: -- this also
fixes a bug that caused resolver errnos to conflict with real errnos

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.11
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.15
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.8
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.7

30 years agofix problem causing bogus delivery of SIGTTIN on POSIX systems
Eric Allman [Fri, 23 Jul 1993 02:06:32 +0000 (18:06 -0800)]
fix problem causing bogus delivery of SIGTTIN on POSIX systems

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.9

30 years agomention that $# can be called in subroutines of ruleset zero
Eric Allman [Fri, 23 Jul 1993 00:47:28 +0000 (16:47 -0800)]
mention that $# can be called in subroutines of ruleset zero

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

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Fri, 23 Jul 1993 00:24:52 +0000 (16:24 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: usr.bin/chpass/Makefile 8.1

30 years agoschg flag prevents links, so have to do the links first,
Keith Bostic [Fri, 23 Jul 1993 00:24:46 +0000 (16:24 -0800)]
schg flag prevents links, so have to do the links first,
and then set the flag

SCCS-vsn: usr.bin/chpass/Makefile 5.7

30 years agominor nits, clarify "mt fsf" for 9-tracks
Mike Hibler [Fri, 23 Jul 1993 00:01:35 +0000 (16:01 -0800)]
minor nits, clarify "mt fsf" for 9-tracks

SCCS-vsn: share/doc/smm/01.setup/2.t 6.25

30 years agoSCO UNIX changes
Eric Allman [Thu, 22 Jul 1993 23:42:46 +0000 (15:42 -0800)]
SCO UNIX changes

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.10
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.14

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Thu, 22 Jul 1993 23:40:51 +0000 (15:40 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: bin/echo/echo.1 8.1

30 years agotypo
Keith Bostic [Thu, 22 Jul 1993 23:39:30 +0000 (15:39 -0800)]
typo

SCCS-vsn: bin/echo/echo.1 6.9

30 years agoupdate for expected layout on the tape
Kirk McKusick [Thu, 22 Jul 1993 15:48:23 +0000 (07:48 -0800)]
update for expected layout on the tape

SCCS-vsn: share/doc/smm/01.setup/2.t 6.24

30 years agobulk clear flock structure -- some systems apparently have some
Eric Allman [Thu, 22 Jul 1993 11:06:31 +0000 (03:06 -0800)]
bulk clear flock structure -- some systems apparently have some
additional fields that will cause "bad argument" messages

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.9

30 years agoformatting nits
Kirk McKusick [Thu, 22 Jul 1993 09:40:46 +0000 (01:40 -0800)]
formatting nits

SCCS-vsn: share/doc/smm/01.setup/6.t 6.12

30 years agodo not have .Op macro
Kirk McKusick [Thu, 22 Jul 1993 09:36:46 +0000 (01:36 -0800)]
do not have .Op macro

SCCS-vsn: share/doc/smm/01.setup/3.t 6.28

30 years agodescribe layout for one or two disks; cleanup source extraction directions
Kirk McKusick [Thu, 22 Jul 1993 09:30:28 +0000 (01:30 -0800)]
describe layout for one or two disks; cleanup source extraction directions

SCCS-vsn: share/doc/smm/01.setup/2.t 6.23

30 years agotypesetting, diction, other random nits
Kirk McKusick [Thu, 22 Jul 1993 09:29:39 +0000 (01:29 -0800)]
typesetting, diction, other random nits

SCCS-vsn: share/doc/smm/01.setup/3.t 6.27

30 years agodon't improperly diagnose alias/forward loops (although this misses
Eric Allman [Thu, 22 Jul 1993 09:20:33 +0000 (01:20 -0800)]
don't improperly diagnose alias/forward loops (although this misses
some)

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.10

30 years agoConvex changes
Eric Allman [Thu, 22 Jul 1993 09:20:12 +0000 (01:20 -0800)]
Convex changes

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.13

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Thu, 22 Jul 1993 07:41:58 +0000 (23:41 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: usr.bin/xinstall/xinstall.c 8.1

30 years agoturn off super-user changeable flags too!
Keith Bostic [Thu, 22 Jul 1993 07:41:50 +0000 (23:41 -0800)]
turn off super-user changeable flags too!

SCCS-vsn: usr.bin/xinstall/xinstall.c 5.33

30 years agoARBPTR_T
Eric Allman [Thu, 22 Jul 1993 03:17:36 +0000 (19:17 -0800)]
ARBPTR_T

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.9

30 years agoadd confSMTP_MAILER to select default mailer for SMTP delivery
Eric Allman [Thu, 22 Jul 1993 03:12:16 +0000 (19:12 -0800)]
add confSMTP_MAILER to select default mailer for SMTP delivery

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.7

30 years agoadd confSMTP_MAILER
Eric Allman [Thu, 22 Jul 1993 03:11:49 +0000 (19:11 -0800)]
add confSMTP_MAILER

SCCS-vsn: usr.sbin/sendmail/cf/README 8.5

30 years agofix botch with EXPN continuation lines
Eric Allman [Thu, 22 Jul 1993 03:10:01 +0000 (19:10 -0800)]
fix botch with EXPN continuation lines

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.8

30 years agomore 4.3 changes
Eric Allman [Thu, 22 Jul 1993 02:50:16 +0000 (18:50 -0800)]
more 4.3 changes

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.12
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.7

30 years agoold 4.3BSD changes
Eric Allman [Thu, 22 Jul 1993 02:45:49 +0000 (18:45 -0800)]
old 4.3BSD changes

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.11
SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.4
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 8.3

30 years agoportability for Sony NEWS workstations
Eric Allman [Thu, 22 Jul 1993 00:09:02 +0000 (16:09 -0800)]
portability for Sony NEWS workstations

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.8
SCCS-vsn: usr.sbin/sendmail/src/clock.c 8.4

30 years agomove up LOCAL_RULE_0 handling; fix MAILER(usenet)
Eric Allman [Wed, 21 Jul 1993 23:59:34 +0000 (15:59 -0800)]
move up LOCAL_RULE_0 handling; fix MAILER(usenet)

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.6

30 years agoupdates for Convex, NEWS-OS 4.1C (Sony), and UNIOS-B 1.6 (Omron)
Eric Allman [Wed, 21 Jul 1993 10:51:42 +0000 (02:51 -0800)]
updates for Convex, NEWS-OS 4.1C (Sony), and UNIOS-B 1.6 (Omron)

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.7
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.10

30 years agoRISCOS and SGI fixes; fix error handling (caused error messages to
Eric Allman [Wed, 21 Jul 1993 10:24:45 +0000 (02:24 -0800)]
RISCOS and SGI fixes; fix error handling (caused error messages to
be discarded in some circumstances)

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.7
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.9
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.9
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.7
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.6

30 years agofix system build info
Keith Bostic [Wed, 21 Jul 1993 07:22:22 +0000 (23:22 -0800)]
fix system build info

SCCS-vsn: share/doc/smm/01.setup/6.t 6.11

30 years agobreak the timezone stuff out into the library area
Keith Bostic [Wed, 21 Jul 1993 07:02:46 +0000 (23:02 -0800)]
break the timezone stuff out into the library area

SCCS-vsn: share/doc/smm/01.setup/3.t 6.26

30 years agomore portability changes, including ConvexOS support
Eric Allman [Wed, 21 Jul 1993 06:35:49 +0000 (22:35 -0800)]
more portability changes, including ConvexOS support

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.6
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.8
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.8
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 8.2

30 years agoadd some words on library andutilities changes
Keith Bostic [Wed, 21 Jul 1993 06:34:12 +0000 (22:34 -0800)]
add some words on library andutilities changes

SCCS-vsn: share/doc/smm/01.setup/3.t 6.25

30 years agofix some pathname inconsistencies
Eric Allman [Wed, 21 Jul 1993 05:46:27 +0000 (21:46 -0800)]
fix some pathname inconsistencies

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

30 years agowordsmithing
Keith Bostic [Wed, 21 Jul 1993 03:39:24 +0000 (19:39 -0800)]
wordsmithing

SCCS-vsn: share/doc/smm/01.setup/1.t 6.10

30 years agofinal edit pass
Kirk McKusick [Wed, 21 Jul 1993 03:21:24 +0000 (19:21 -0800)]
final edit pass

SCCS-vsn: share/doc/smm/01.setup/4.t 6.16
SCCS-vsn: share/doc/smm/01.setup/5.t 6.11
SCCS-vsn: share/doc/smm/01.setup/6.t 6.10

30 years agoexpand abstract to describe new areas
Kirk McKusick [Wed, 21 Jul 1993 03:16:44 +0000 (19:16 -0800)]
expand abstract to describe new areas

SCCS-vsn: share/doc/smm/01.setup/0.t 6.7

30 years agofinal edit pass
Kirk McKusick [Wed, 21 Jul 1993 03:16:21 +0000 (19:16 -0800)]
final edit pass

SCCS-vsn: share/doc/smm/01.setup/1.t 6.9
SCCS-vsn: share/doc/smm/01.setup/3.t 6.24

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 21 Jul 1993 02:36:57 +0000 (18:36 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: sys/kern/uipc_mbuf.c 8.1

30 years agofix length adjustment of m_pkthdr.len (from karels@bsdi.com)
Kirk McKusick [Wed, 21 Jul 1993 02:35:00 +0000 (18:35 -0800)]
fix length adjustment of m_pkthdr.len (from karels@bsdi.com)

SCCS-vsn: sys/kern/uipc_mbuf.c 7.26

30 years ago4.4BSD snapshot (revision 8.1)
Kirk McKusick [Wed, 21 Jul 1993 01:57:31 +0000 (17:57 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: share/man/man0/cover 8.1

30 years agofurther compat changes for Solaris & other System-V derived systems
Eric Allman [Wed, 21 Jul 1993 01:16:58 +0000 (17:16 -0800)]
further compat changes for Solaris & other System-V derived systems

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.7

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 21 Jul 1993 01:10:38 +0000 (17:10 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: etc/FILESTOCOPY 8.1

30 years agodate and time created 93/07/20 10:02:30 by mckusick
Kirk McKusick [Wed, 21 Jul 1993 01:02:30 +0000 (17:02 -0800)]
date and time created 93/07/20 10:02:30 by mckusick

SCCS-vsn: etc/FILESTOCOPY 6.1

30 years agoavoid "fall off the end" problems if neither SMART_HOST nor MAILER(smtp)
Eric Allman [Tue, 20 Jul 1993 23:22:32 +0000 (15:22 -0800)]
avoid "fall off the end" problems if neither SMART_HOST nor MAILER(smtp)
are defined

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.5

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Tue, 20 Jul 1993 22:24:02 +0000 (14:24 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/libcurses/newwin.c 8.1
SCCS-vsn: lib/libcurses/refresh.c 8.1

30 years agoLoop will loop one too many times, when wx == lch + 1
Keith Bostic [Tue, 20 Jul 1993 22:23:17 +0000 (14:23 -0800)]
Loop will loop one too many times, when wx == lch + 1
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: lib/libcurses/refresh.c 5.47

30 years agowin->orig is not initialized, but referenced in lots of routines.
Keith Bostic [Tue, 20 Jul 1993 22:22:58 +0000 (14:22 -0800)]
win->orig is not initialized, but referenced in lots of routines.
It should be initialized to NULL.
Loop will reference element i == nl which is out of bounds.
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: lib/libcurses/newwin.c 5.19

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Tue, 20 Jul 1993 22:07:12 +0000 (14:07 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: usr.bin/fmt/fmt.c 8.1

30 years agoon line 242 in prefix() there is a call to pack() with only one
Keith Bostic [Tue, 20 Jul 1993 22:06:48 +0000 (14:06 -0800)]
on line 242 in prefix() there is a call to pack() with only one
argument.  pack() takes two args.  i think the missing one
should be strlen(cp):
From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/fmt/fmt.c 5.11

30 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Tue, 20 Jul 1993 22:03:18 +0000 (14:03 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: usr.bin/printf/printf.c 8.1

30 years agolint: warnx("%s", ... -> warnx("%s: %s", ...
Keith Bostic [Tue, 20 Jul 1993 22:03:08 +0000 (14:03 -0800)]
lint: warnx("%s", ... -> warnx("%s: %s", ...
From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/printf/printf.c 5.16

30 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Tue, 20 Jul 1993 21:22:58 +0000 (13:22 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: usr.bin/chpass/Makefile 8.1

30 years agofix duplicate diagnosis of aliasing/forwarding loop broken
Eric Allman [Tue, 20 Jul 1993 12:03:54 +0000 (04:03 -0800)]
fix duplicate diagnosis of aliasing/forwarding loop broken

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.8

30 years agoSGI IRIX & ANSI C portability
Eric Allman [Tue, 20 Jul 1993 11:50:24 +0000 (03:50 -0800)]
SGI IRIX & ANSI C portability

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.5
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.7
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.6
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.7
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/clock.c 8.3
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.4
SCCS-vsn: usr.sbin/sendmail/src/mci.c 8.3

30 years ago4.4BSD snapshot (revision 8.1)
Kirk McKusick [Tue, 20 Jul 1993 09:56:55 +0000 (01:56 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: share/man/man0/title.prm 8.1
SCCS-vsn: share/man/man0/title.urm 8.1

30 years agoupdate copyrights
Kirk McKusick [Tue, 20 Jul 1993 09:56:09 +0000 (01:56 -0800)]
update copyrights

SCCS-vsn: share/man/man0/title.prm 6.4
SCCS-vsn: share/man/man0/title.urm 6.5

30 years ago4.4BSD snapshot (revision 8.1)
Kirk McKusick [Tue, 20 Jul 1993 09:44:49 +0000 (01:44 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: share/doc/usd/Title 8.1