unix-history/.git
31 years agomake the sys_ arrays all `const char *const []' (for consistency,
Chris Torek [Fri, 7 May 1993 23:47:39 +0000 (15:47 -0800)]
make the sys_ arrays all `const char *const []' (for consistency,
and for compatibility with GNU/Cygnus)

SCCS-vsn: include/signal.h 5.6
SCCS-vsn: include/stdio.h 5.25

31 years agoGNU put in the extra const, there's no reason to not have it...
Keith Bostic [Fri, 7 May 1993 23:31:38 +0000 (15:31 -0800)]
GNU put in the extra const, there's no reason to not have it...

SCCS-vsn: include/signal.h 5.6

31 years agoadd ListenQueueSize keyword to O (Daemon Options) option
Eric Allman [Fri, 7 May 1993 22:38:00 +0000 (14:38 -0800)]
add ListenQueueSize keyword to O (Daemon Options) option

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

31 years agoget lseek declaration from <unistd.h>, so that we get the right one
Chris Torek [Fri, 7 May 1993 22:37:25 +0000 (14:37 -0800)]
get lseek declaration from <unistd.h>, so that we get the right one

SCCS-vsn: games/hack/hack.save.c 5.2

31 years agolint, prototype, get past -Wall (it all started with lseek...)
Chris Torek [Fri, 7 May 1993 21:38:22 +0000 (13:38 -0800)]
lint, prototype, get past -Wall (it all started with lseek...)

SCCS-vsn: old/boggle/boggle.c 5.7

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Kazumasa Utashiro [Fri, 7 May 1993 20:41:11 +0000 (12:41 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/news3400/news3400/conf.c 7.5

31 years agorearrange and generally make more like HP300 generic
Chris Torek [Fri, 7 May 1993 16:20:30 +0000 (08:20 -0800)]
rearrange and generally make more like HP300 generic

SCCS-vsn: sys/sparc/conf/GENERIC.sparc 7.2

31 years agorewrite: always allocate buffer immediately; always honor user
Chris Torek [Fri, 7 May 1993 13:48:01 +0000 (05:48 -0800)]
rewrite: always allocate buffer immediately; always honor user
mode flags; set fseek optimization iff new buffer is proper size

SCCS-vsn: lib/libc/stdio/setvbuf.c 5.5

31 years agosplit out buffer size and tty determination code for setvbuf
Chris Torek [Fri, 7 May 1993 13:44:16 +0000 (05:44 -0800)]
split out buffer size and tty determination code for setvbuf
(add new function __swhatbuf)

SCCS-vsn: lib/libc/stdio/makebuf.c 5.3

31 years agoadd __swhatbuf, internal routine for determining "proper" buffering
Chris Torek [Fri, 7 May 1993 13:41:47 +0000 (05:41 -0800)]
add __swhatbuf, internal routine for determining "proper" buffering

SCCS-vsn: lib/libc/stdio/local.h 5.3

31 years agoAdded CE for clear to end of line.
Elan Amir [Fri, 7 May 1993 07:46:29 +0000 (23:46 -0800)]
Added CE for clear to end of line.

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

31 years agoRefresh() does not modify ISPASTEOL.
Elan Amir [Fri, 7 May 1993 07:01:04 +0000 (23:01 -0800)]
Refresh() does not modify ISPASTEOL.

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

31 years agoMust take into account ISPASTEOL when clearing.
Elan Amir [Fri, 7 May 1993 07:00:30 +0000 (23:00 -0800)]
Must take into account ISPASTEOL when clearing.

SCCS-vsn: lib/libcurses/clrtobot.c 5.13
SCCS-vsn: lib/libcurses/clrtoeol.c 5.11

31 years agoanother shot at fixing the SIZE_T_MAX test
Keith Bostic [Fri, 7 May 1993 06:29:59 +0000 (22:29 -0800)]
another shot at fixing the SIZE_T_MAX test

SCCS-vsn: lib/libc/db/recno/rec_open.c 5.17

31 years agomake defn of usage() match prototype
Mike Hibler [Fri, 7 May 1993 06:20:12 +0000 (22:20 -0800)]
make defn of usage() match prototype

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

31 years agodate and time created 93/05/06 15:07:19 by bostic
Keith Bostic [Fri, 7 May 1993 06:07:19 +0000 (22:07 -0800)]
date and time created 93/05/06 15:07:19 by bostic

SCCS-vsn: usr.bin/whereis/whereis.1 5.1

31 years agodate and time created 93/05/06 15:07:01 by bostic
Keith Bostic [Fri, 7 May 1993 06:07:01 +0000 (22:07 -0800)]
date and time created 93/05/06 15:07:01 by bostic

SCCS-vsn: usr.bin/whereis/whereis.c 5.1

31 years agomake _PATH_STDPATH include *everything*
Keith Bostic [Fri, 7 May 1993 06:05:48 +0000 (22:05 -0800)]
make _PATH_STDPATH include *everything*

SCCS-vsn: include/paths.h 5.19

31 years ago_OLD_SENDMAIL_ compatibility
Eric Allman [Fri, 7 May 1993 05:44:41 +0000 (21:44 -0800)]
_OLD_SENDMAIL_ compatibility

SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 6.10

31 years agoadd SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS
Eric Allman [Fri, 7 May 1993 05:37:16 +0000 (21:37 -0800)]
add SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 6.8
SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 6.9
SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 6.12

31 years agoavoid unnecessary hangs
Kirk McKusick [Fri, 7 May 1993 05:36:25 +0000 (21:36 -0800)]
avoid unnecessary hangs

SCCS-vsn: bin/df/df.c 5.35

31 years agoput whereis back in the main tree
Keith Bostic [Fri, 7 May 1993 05:17:57 +0000 (21:17 -0800)]
put whereis back in the main tree

SCCS-vsn: usr.bin/Makefile 5.20

31 years agomove whereis back into the main tree
Keith Bostic [Fri, 7 May 1993 05:17:30 +0000 (21:17 -0800)]
move whereis back into the main tree

SCCS-vsn: old/Makefile 5.36

31 years agodocument O8 => O7 change, j (MIME Encapsulation) option, expanded A option
Eric Allman [Fri, 7 May 1993 05:06:15 +0000 (21:06 -0800)]
document O8 => O7 change, j (MIME Encapsulation) option, expanded A option

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

31 years agodocument change in alias file syntax
Eric Allman [Fri, 7 May 1993 04:57:01 +0000 (20:57 -0800)]
document change in alias file syntax

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

31 years agoFixed SCROLLWIN problems: don't output last character of window
Elan Amir [Fri, 7 May 1993 04:39:39 +0000 (20:39 -0800)]
Fixed SCROLLWIN problems: don't output last character of window
until first character on next line is output.

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

31 years agoupdate for pwd bug from Rick Macklem
Kirk McKusick [Fri, 7 May 1993 04:22:06 +0000 (20:22 -0800)]
update for pwd bug from Rick Macklem

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.51

31 years agoallow comma separated A option(s)
Eric Allman [Fri, 7 May 1993 03:58:12 +0000 (19:58 -0800)]
allow comma separated A option(s)

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.45

31 years agoadd support for "maxgroups" option
Mike Hibler [Fri, 7 May 1993 03:50:48 +0000 (19:50 -0800)]
add support for "maxgroups" option

SCCS-vsn: usr.sbin/amd/amd/nfs_ops.c 5.7

31 years agocleanup for NIS and general usability
Eric Allman [Fri, 7 May 1993 02:28:20 +0000 (18:28 -0800)]
cleanup for NIS and general usability

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.44

31 years agodescribe the _POSIX_SAVED_IDS behavior
Keith Bostic [Fri, 7 May 1993 01:48:19 +0000 (17:48 -0800)]
describe the _POSIX_SAVED_IDS behavior

SCCS-vsn: sys/sys/unistd.h 5.16

31 years agofix bug causing mail to be returned in -bv mode
Eric Allman [Fri, 7 May 1993 01:24:24 +0000 (17:24 -0800)]
fix bug causing mail to be returned in -bv mode

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

31 years agotypo
Keith Bostic [Thu, 6 May 1993 15:58:02 +0000 (07:58 -0800)]
typo

SCCS-vsn: lib/libc/gen/err.c 5.3

31 years agoadd -O flag to usage message, tune minfree message
Kirk McKusick [Thu, 6 May 1993 08:33:01 +0000 (00:33 -0800)]
add -O flag to usage message, tune minfree message

SCCS-vsn: sbin/newfs/newfs.c 6.35

31 years agoadd -O option to build old format filesystems
Kirk McKusick [Thu, 6 May 1993 08:04:17 +0000 (00:04 -0800)]
add -O option to build old format filesystems

SCCS-vsn: sbin/newfs/newfs.8 6.13

31 years agoadd -O flag to build old format filesystems;
Kirk McKusick [Thu, 6 May 1993 08:00:36 +0000 (00:00 -0800)]
add -O flag to build old format filesystems;
set default minfree to 5%;
set default maxcontig to MINPHYS / bsize

SCCS-vsn: sbin/newfs/newfs.c 6.34
SCCS-vsn: sbin/newfs/mkfs.c 6.30

31 years agoKERN_NO_TRUNC is true, we don't truncate file names
Kirk McKusick [Thu, 6 May 1993 06:45:28 +0000 (22:45 -0800)]
KERN_NO_TRUNC is true, we don't truncate file names

SCCS-vsn: sys/kern/kern_sysctl.c 7.39

31 years agouse fts_errno field, stat may not have been called
Keith Bostic [Thu, 6 May 1993 04:03:43 +0000 (20:03 -0800)]
use fts_errno field, stat may not have been called

SCCS-vsn: bin/ls/ls.c 5.76

31 years agofixes for problems causing mail to be both sent and rejected
Eric Allman [Thu, 6 May 1993 03:06:32 +0000 (19:06 -0800)]
fixes for problems causing mail to be both sent and rejected

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.50
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.52

31 years agofix VRFY and EXPN output to have fully qualified names
Eric Allman [Wed, 5 May 1993 23:40:37 +0000 (15:40 -0800)]
fix VRFY and EXPN output to have fully qualified names

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

31 years agocreate dead.letter with FileMode instead of 0666
Eric Allman [Wed, 5 May 1993 23:11:29 +0000 (15:11 -0800)]
create dead.letter with FileMode instead of 0666

SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.16
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.40
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.72

31 years agochange prototype for dfopen
Eric Allman [Wed, 5 May 1993 22:51:11 +0000 (14:51 -0800)]
change prototype for dfopen

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

31 years agoO8 => O7; add Oj
Eric Allman [Wed, 5 May 1993 22:12:37 +0000 (14:12 -0800)]
O8 => O7; add Oj

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

31 years agoadd references to MIME documents
Eric Allman [Wed, 5 May 1993 22:11:03 +0000 (14:11 -0800)]
add references to MIME documents

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

31 years agoadd missing return value.
Jan-Simon Pendry [Wed, 5 May 1993 20:22:31 +0000 (12:22 -0800)]
add missing return value.

SCCS-vsn: sys/deprecated/lofs/lofs_subr.c 7.2

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Chris Torek [Wed, 5 May 1993 17:44:36 +0000 (09:44 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/sparc/sparc/conf.c 7.5
SCCS-vsn: sys/sparc/sparc/conf.c 7.5

31 years agoadd hardware assist for segment and context flush;
Chris Torek [Wed, 5 May 1993 17:36:20 +0000 (09:36 -0800)]
add hardware assist for segment and context flush;
just call seg/ctx flush code from range flush, as needed

SCCS-vsn: sys/sparc/sparc/cache.c 7.6

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Chris Torek [Wed, 5 May 1993 17:35:04 +0000 (09:35 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/sparc/sparc/conf.c 7.5

31 years agonfs_lbl.c is an LBLism
Chris Torek [Wed, 5 May 1993 16:45:41 +0000 (08:45 -0800)]
nfs_lbl.c is an LBLism

SCCS-vsn: sys/sparc/conf/files.sparc 7.2

31 years agotty_clock is an LBLism
Chris Torek [Wed, 5 May 1993 16:45:13 +0000 (08:45 -0800)]
tty_clock is an LBLism

SCCS-vsn: sys/conf/files.newconf 7.4
SCCS-vsn: sys/conf/files.newconf 7.4

31 years agoupdate from Mike Hibler to add -t type
Kirk McKusick [Wed, 5 May 1993 15:30:12 +0000 (07:30 -0800)]
update from Mike Hibler to add -t type

SCCS-vsn: bin/df/df.c 5.34
SCCS-vsn: bin/df/df.1 6.11

31 years agofix some bogus messages being printed in mailq command
Eric Allman [Wed, 5 May 1993 11:43:03 +0000 (03:43 -0800)]
fix some bogus messages being printed in mailq command

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.49
SCCS-vsn: usr.sbin/sendmail/src/err.c 6.17
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.44

31 years agoavoid gratuitous warning messages
Eric Allman [Wed, 5 May 1993 11:42:24 +0000 (03:42 -0800)]
avoid gratuitous warning messages

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.43

31 years agoadjust setproctitle for 4.4BSD (to avoid problem with warn())
Eric Allman [Wed, 5 May 1993 11:41:47 +0000 (03:41 -0800)]
adjust setproctitle for 4.4BSD (to avoid problem with warn())

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

31 years agofix a wierdness on handling -o override options
Eric Allman [Wed, 5 May 1993 09:49:03 +0000 (01:49 -0800)]
fix a wierdness on handling -o override options

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.35

31 years agoupdate for MIME encapsulated error messages
Eric Allman [Wed, 5 May 1993 06:45:18 +0000 (22:45 -0800)]
update for MIME encapsulated error messages

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.29
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.39
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.50
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.34
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.71
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.56

31 years agostatus update
Eric Allman [Wed, 5 May 1993 06:44:23 +0000 (22:44 -0800)]
status update

SCCS-vsn: usr.sbin/sendmail/src/TODO 6.10

31 years agomktemp is in stdio
Keith Bostic [Wed, 5 May 1993 04:28:21 +0000 (20:28 -0800)]
mktemp is in stdio

SCCS-vsn: lib/libc/stdio/Makefile.inc 5.10

31 years agomktemp is in stdoi
Keith Bostic [Wed, 5 May 1993 04:27:52 +0000 (20:27 -0800)]
mktemp is in stdoi

SCCS-vsn: lib/libc/gen/Makefile.inc 5.44

31 years agoadd pathconf, fpathconf, sysctl(3), confstr
Keith Bostic [Wed, 5 May 1993 03:52:37 +0000 (19:52 -0800)]
add pathconf, fpathconf, sysctl(3), confstr

SCCS-vsn: lib/libc/gen/Makefile.inc 5.43

31 years agoadd __sysctl, moving sysctl to ../gen/sysctl.c
Keith Bostic [Wed, 5 May 1993 03:52:14 +0000 (19:52 -0800)]
add __sysctl, moving sysctl to ../gen/sysctl.c

SCCS-vsn: lib/libc/sys/Makefile.inc 5.28

31 years agoNIS => NIS_ALIASES (set by NIS in conf.h)
Eric Allman [Wed, 5 May 1993 03:25:16 +0000 (19:25 -0800)]
NIS => NIS_ALIASES (set by NIS in conf.h)

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.42

31 years agomake NIS set NIS_ALIASES and NIS_MAP
Eric Allman [Wed, 5 May 1993 03:24:55 +0000 (19:24 -0800)]
make NIS set NIS_ALIASES and NIS_MAP

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

31 years agoputbody takes one more parameter
Eric Allman [Wed, 5 May 1993 03:17:52 +0000 (19:17 -0800)]
putbody takes one more parameter

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

31 years agodate and time created 93/05/04 12:10:12 by bostic
Keith Bostic [Wed, 5 May 1993 03:10:12 +0000 (19:10 -0800)]
date and time created 93/05/04 12:10:12 by bostic

SCCS-vsn: lib/libc/gen/sysconf.c 5.1

31 years agouse sysctl(3), don't roll our own
Keith Bostic [Wed, 5 May 1993 03:10:02 +0000 (19:10 -0800)]
use sysctl(3), don't roll our own

SCCS-vsn: lib/libc/gen/confstr.c 5.3

31 years agoadd CTL_USER
Keith Bostic [Wed, 5 May 1993 03:05:47 +0000 (19:05 -0800)]
add CTL_USER

SCCS-vsn: usr.sbin/sysctl/sysctl.c 5.10

31 years agofold rest of POSIX 1003.1, 1003.2 configurable system variables into sysctl
Keith Bostic [Wed, 5 May 1993 00:00:04 +0000 (16:00 -0800)]
fold rest of POSIX 1003.1, 1003.2 configurable system variables into sysctl

SCCS-vsn: sys/sys/sysctl.h 7.24
SCCS-vsn: sys/sys/syslimits.h 7.5
SCCS-vsn: sys/sys/unistd.h 5.15
SCCS-vsn: sys/kern/kern_sysctl.c 7.38

31 years agofseek returns an int 0 for success, not a position
Chris Torek [Tue, 4 May 1993 22:49:35 +0000 (14:49 -0800)]
fseek returns an int 0 for success, not a position

SCCS-vsn: usr.bin/ranlib/build.c 5.5

31 years agoadd SendMIMEErrors
Eric Allman [Tue, 4 May 1993 22:20:00 +0000 (14:20 -0800)]
add SendMIMEErrors

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

31 years agoadd cpp
Keith Bostic [Tue, 4 May 1993 12:11:13 +0000 (04:11 -0800)]
add cpp

SCCS-vsn: usr.bin/Makefile 5.19

31 years agodate and time created 93/05/03 21:10:39 by bostic
Keith Bostic [Tue, 4 May 1993 12:10:39 +0000 (04:10 -0800)]
date and time created 93/05/03 21:10:39 by bostic

SCCS-vsn: usr.bin/cpp/Makefile 5.1

31 years agogcc2; cpp now in /usr/libexec/gcc2/cpp
Keith Bostic [Tue, 4 May 1993 12:10:31 +0000 (04:10 -0800)]
gcc2; cpp now in /usr/libexec/gcc2/cpp

SCCS-vsn: usr.bin/cpp/cpp.sh 6.6

31 years agolseek does not return a long, it returns an off_t.
Chris Torek [Tue, 4 May 1993 11:18:31 +0000 (03:18 -0800)]
lseek does not return a long, it returns an off_t.
This code will break on non-2s-complement machines, but who really cares?

SCCS-vsn: lib/librpc/rpc/xdr_rec.c 1.3

31 years agoadd e_msgboundary for MIME support
Eric Allman [Tue, 4 May 1993 10:29:57 +0000 (02:29 -0800)]
add e_msgboundary for MIME support

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

31 years agochange option 8 to option 7 (and invert semantics)
Eric Allman [Tue, 4 May 1993 10:12:12 +0000 (02:12 -0800)]
change option 8 to option 7 (and invert semantics)

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.49
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.17
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.52

31 years agochange EightBit to SevenBit and invert
Eric Allman [Tue, 4 May 1993 10:05:21 +0000 (02:05 -0800)]
change EightBit to SevenBit and invert

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

31 years agofirst cut at :mailsender extension
Eric Allman [Tue, 4 May 1993 10:02:01 +0000 (02:02 -0800)]
first cut at :mailsender extension

SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.20

31 years agothe final polish to leases from Rick Macklem
Kirk McKusick [Tue, 4 May 1993 09:37:43 +0000 (01:37 -0800)]
the final polish to leases from Rick Macklem

SCCS-vsn: sys/nfs/nqnfs.h 7.6
SCCS-vsn: sys/nfs/nfs_bio.c 7.38
SCCS-vsn: sys/nfs/nfs_node.c 7.48
SCCS-vsn: sys/nfs/nfs_vnops.c 7.106

31 years agochange sysctl to __sysctl
Keith Bostic [Tue, 4 May 1993 09:15:36 +0000 (01:15 -0800)]
change sysctl to __sysctl

SCCS-vsn: sys/kern/syscalls.master 7.42

31 years agomore tweaking to handle error conditions properly
Eric Allman [Tue, 4 May 1993 08:41:01 +0000 (00:41 -0800)]
more tweaking to handle error conditions properly

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.41

31 years agoANSI fixes
Eric Allman [Tue, 4 May 1993 08:24:06 +0000 (00:24 -0800)]
ANSI fixes

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.48
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.55

31 years agoif in SM_DELIVER mode, don't do optimizations on RCPT
Eric Allman [Tue, 4 May 1993 08:22:15 +0000 (00:22 -0800)]
if in SM_DELIVER mode, don't do optimizations on RCPT

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

31 years agoif we are in Verbose mode, be sure to set sendmode to SM_DELIVER
Eric Allman [Tue, 4 May 1993 08:21:52 +0000 (00:21 -0800)]
if we are in Verbose mode, be sure to set sendmode to SM_DELIVER

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.34

31 years agodebugging (printfs and code changes)
Eric Allman [Tue, 4 May 1993 08:21:28 +0000 (00:21 -0800)]
debugging (printfs and code changes)

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.40

31 years agoadd POSIX 1003.2 version
Keith Bostic [Tue, 4 May 1993 08:00:12 +0000 (00:00 -0800)]
add POSIX 1003.2 version

SCCS-vsn: sys/sys/sysctl.h 7.24
SCCS-vsn: sys/kern/kern_sysctl.c 7.38

31 years agoadd /usr/sbin, so user's will find chown
Keith Bostic [Tue, 4 May 1993 07:54:43 +0000 (23:54 -0800)]
add /usr/sbin, so user's will find chown

SCCS-vsn: lib/libc/gen/confstr.c 5.2

31 years agoadd "standard utilities" path for POSIX 1003.2 _CS_PATH variable
Keith Bostic [Tue, 4 May 1993 07:54:20 +0000 (23:54 -0800)]
add "standard utilities" path for POSIX 1003.2 _CS_PATH variable

SCCS-vsn: include/paths.h 5.18

31 years agodate and time created 93/05/03 16:52:11 by bostic
Keith Bostic [Tue, 4 May 1993 07:52:11 +0000 (23:52 -0800)]
date and time created 93/05/03 16:52:11 by bostic

SCCS-vsn: lib/libc/gen/confstr.c 5.1

31 years agodate and time created 93/05/03 16:21:02 by elan
Elan Amir [Tue, 4 May 1993 07:21:02 +0000 (23:21 -0800)]
date and time created 93/05/03 16:21:02 by elan

SCCS-vsn: contrib/gcc-2.3.3/config/m68k.md 1.1

31 years agodate and time created 93/05/03 16:21:01 by elan
Elan Amir [Tue, 4 May 1993 07:21:01 +0000 (23:21 -0800)]
date and time created 93/05/03 16:21:01 by elan

SCCS-vsn: contrib/gcc-2.3.3/config/m68k.c 1.1
SCCS-vsn: contrib/gcc-2.3.3/config/m68k.h 1.1

31 years agodate and time created 93/05/03 16:20:28 by elan
Elan Amir [Tue, 4 May 1993 07:20:28 +0000 (23:20 -0800)]
date and time created 93/05/03 16:20:28 by elan

SCCS-vsn: contrib/gcc-2.3.3/longlong.h 1.1

31 years agoadd STDC versions for both gcc1 and gcc2, eliminate non-gcc versions
Mike Hibler [Tue, 4 May 1993 07:17:54 +0000 (23:17 -0800)]
add STDC versions for both gcc1 and gcc2, eliminate non-gcc versions

SCCS-vsn: lib/libc/hp300/DEFS.h 5.2
SCCS-vsn: lib/libc/hp300/SYS.h 5.6
SCCS-vsn: lib/libc/hp300/sys/sigreturn.s 5.2

31 years agoremove a couple of variable initializations from "ifdef lint".
Mike Hibler [Tue, 4 May 1993 06:59:31 +0000 (22:59 -0800)]
remove a couple of variable initializations from "ifdef lint".
One prevents a garbage byte from being put in the output file.  This byte
is ignored by the software but causes versions built on different architectures
to sometimes come out gratuitously different

SCCS-vsn: share/zoneinfo/zic.c 5.4

31 years agomissing backslash
Mike Hibler [Tue, 4 May 1993 06:56:02 +0000 (22:56 -0800)]
missing backslash

SCCS-vsn: share/zoneinfo/Makefile 5.11

31 years agoadd sysconf(3), sef
Keith Bostic [Tue, 4 May 1993 06:55:17 +0000 (22:55 -0800)]
add sysconf(3), sef

SCCS-vsn: admin/admin/contrib/contrib 5.45

31 years agofix a merge error in the last revision
Mike Hibler [Tue, 4 May 1993 06:53:34 +0000 (22:53 -0800)]
fix a merge error in the last revision

SCCS-vsn: sbin/startslip/startslip.c 5.10

31 years agodelete gcc2_support.c
Elan Amir [Tue, 4 May 1993 06:51:39 +0000 (22:51 -0800)]
delete gcc2_support.c

SCCS-vsn: lib/libc/gen/Makefile.inc 5.42

31 years agodocument -A (annex) and -F (flowcontrol) options
Mike Hibler [Tue, 4 May 1993 06:49:15 +0000 (22:49 -0800)]
document -A (annex) and -F (flowcontrol) options

SCCS-vsn: sbin/startslip/startslip.1 5.5

31 years agoadd flowcontrol option (F) and Annex support (A)
Mike Hibler [Tue, 4 May 1993 06:48:52 +0000 (22:48 -0800)]
add flowcontrol option (F) and Annex support (A)

SCCS-vsn: sbin/startslip/startslip.c 5.9