unix-history/.git
31 years agoallow truncate to grow files as well as shrink them
Kirk McKusick [Sun, 18 Apr 1993 01:44:21 +0000 (17:44 -0800)]
allow truncate to grow files as well as shrink them

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.70

31 years agoimprove error printing (changes format of C line in qf)
Eric Allman [Sun, 18 Apr 1993 01:34:57 +0000 (17:34 -0800)]
improve error printing (changes format of C line in qf)

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.34
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.49

31 years agoenable clustered read/write by default
Kirk McKusick [Sun, 18 Apr 1993 01:32:52 +0000 (17:32 -0800)]
enable clustered read/write by default

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.101

31 years agoavoid clobbering the other arguments (from leres@ee.lbl.gov)
Kirk McKusick [Sun, 18 Apr 1993 01:31:56 +0000 (17:31 -0800)]
avoid clobbering the other arguments (from leres@ee.lbl.gov)

SCCS-vsn: sbin/dump/unctime.c 5.7

31 years agoturn off DEFNAMES and DNSRCH in hostsignature for old config file
Eric Allman [Sat, 17 Apr 1993 23:48:20 +0000 (15:48 -0800)]
turn off DEFNAMES and DNSRCH in hostsignature for old config file
compatibility

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.63

31 years agostty dumps core if you try to set the ispeed (ex: stty ispeed 0)
Keith Bostic [Sat, 17 Apr 1993 22:50:06 +0000 (14:50 -0800)]
stty dumps core if you try to set the ispeed (ex: stty ispeed 0)
From: John T Kohl <jtkohl@kolvir.blrc.ma.us>

SCCS-vsn: bin/stty/key.c 5.4

31 years agohave to call the tree delete function before freeing leaf node
Kirk McKusick [Sat, 17 Apr 1993 08:51:02 +0000 (00:51 -0800)]
have to call the tree delete function before freeing leaf node

SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.69
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.69

31 years agoufs_free_netcred needs a return value
Kirk McKusick [Sat, 17 Apr 1993 06:01:09 +0000 (22:01 -0800)]
ufs_free_netcred needs a return value

SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.68
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.68

31 years agodon't double-#define SMTP and QUEUE
Eric Allman [Sat, 17 Apr 1993 00:46:34 +0000 (16:46 -0800)]
don't double-#define SMTP and QUEUE

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

31 years agoupdate expected release date and mention contrib directory
Eric Allman [Sat, 17 Apr 1993 00:37:12 +0000 (16:37 -0800)]
update expected release date and mention contrib directory

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

31 years agofix bug causing host\!user to be parsed as one token
Eric Allman [Fri, 16 Apr 1993 23:48:58 +0000 (15:48 -0800)]
fix bug causing host\!user to be parsed as one token

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

31 years agofix compilation problem when IDENTPROTO is not defined
Eric Allman [Fri, 16 Apr 1993 23:48:38 +0000 (15:48 -0800)]
fix compilation problem when IDENTPROTO is not defined

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

31 years agotypo
Keith Bostic [Fri, 16 Apr 1993 23:40:36 +0000 (15:40 -0800)]
typo

SCCS-vsn: lib/libc/stdlib/qsort.3 6.11

31 years agoadd mergesort link to qsort
Keith Bostic [Fri, 16 Apr 1993 23:33:39 +0000 (15:33 -0800)]
add mergesort link to qsort

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.16

31 years agofixes to handle null messages -- why did this break?
Eric Allman [Fri, 16 Apr 1993 10:03:41 +0000 (02:03 -0800)]
fixes to handle null messages -- why did this break?

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.48

31 years agoIPC mailers can take a colon-separated list of addresses; change map
Eric Allman [Fri, 16 Apr 1993 09:21:57 +0000 (01:21 -0800)]
IPC mailers can take a colon-separated list of addresses; change map
functions to return an exit status (& do limited tempfailing); don't
dequote strings with spaces; accept BODY=8BITMIME; print failed addresses
in return messages; tweak DNS timeouts; many minor bug fixes

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

31 years agodocument the -B flag
Eric Allman [Fri, 16 Apr 1993 09:18:30 +0000 (01:18 -0800)]
document the -B flag

SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 6.15

31 years agoB line in qf file
Eric Allman [Fri, 16 Apr 1993 09:11:20 +0000 (01:11 -0800)]
B line in qf file

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

31 years agominor botch: use htons on ident port name
Eric Allman [Fri, 16 Apr 1993 07:31:07 +0000 (23:31 -0800)]
minor botch: use htons on ident port name

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

31 years agoLINES can be any number. No restriction. COLS should be > 4.
Elan Amir [Fri, 16 Apr 1993 05:43:41 +0000 (21:43 -0800)]
LINES can be any number.  No restriction.  COLS should be > 4.

SCCS-vsn: lib/libcurses/setterm.c 5.17

31 years ago(no message)
Eric Allman [Thu, 15 Apr 1993 23:28:46 +0000 (15:28 -0800)]
(no message)

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

31 years agodiscard errors only on responses to responses to responses, not
Eric Allman [Thu, 15 Apr 1993 23:27:08 +0000 (15:27 -0800)]
discard errors only on responses to responses to responses, not
responses to responses.

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

31 years agoadd e_bodytype and B queue line and -B flag for body type information
Eric Allman [Thu, 15 Apr 1993 22:41:19 +0000 (14:41 -0800)]
add e_bodytype and B queue line and -B flag for body type information

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.56
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.44
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.47

31 years agoIDENT problem applies to HPUX as well as Ultrix
Eric Allman [Thu, 15 Apr 1993 22:14:27 +0000 (14:14 -0800)]
IDENT problem applies to HPUX as well as Ultrix

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

31 years agonot include endian.h
Kazumasa Utashiro [Thu, 15 Apr 1993 14:44:54 +0000 (06:44 -0800)]
not include endian.h

SCCS-vsn: sys/news3400/news3400/locore.s 7.10

31 years agoadd e_bodytype
Eric Allman [Thu, 15 Apr 1993 07:52:12 +0000 (23:52 -0800)]
add e_bodytype

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

31 years agodon't dequote if there would be spaces left -- they will be
Eric Allman [Thu, 15 Apr 1993 07:46:56 +0000 (23:46 -0800)]
don't dequote if there would be spaces left -- they will be
replaced by the SpaceSub character

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

31 years agosome first thoughts at a MAILB lookup
Eric Allman [Thu, 15 Apr 1993 06:30:19 +0000 (22:30 -0800)]
some first thoughts at a MAILB lookup

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

31 years agofix bug in setbootflag, would improperly reset the FS_BOOT flag
Mike Hibler [Thu, 15 Apr 1993 06:29:07 +0000 (22:29 -0800)]
fix bug in setbootflag, would improperly reset the FS_BOOT flag

SCCS-vsn: sbin/disklabel/disklabel.c 5.25

31 years agomisspelled the name of the getgrnam function
Keith Bostic [Thu, 15 Apr 1993 05:46:00 +0000 (21:46 -0800)]
misspelled the name of the getgrnam function

SCCS-vsn: lib/libc/gen/getgrent.3 6.9

31 years agoadd fifth parameter to *_map_lookup
Eric Allman [Thu, 15 Apr 1993 05:43:32 +0000 (21:43 -0800)]
add fifth parameter to *_map_lookup

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

31 years agoreturn status information from map lookups and from there from
Eric Allman [Thu, 15 Apr 1993 05:38:50 +0000 (21:38 -0800)]
return status information from map lookups and from there from
rewrite; this allows higher level code to queue if the name server is down

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.55
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.31
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.39
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.37
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.9

31 years agoset q_ruser when you send to a true human user
Eric Allman [Thu, 15 Apr 1993 04:15:12 +0000 (20:15 -0800)]
set q_ruser when you send to a true human user

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

31 years agoprint a list of the bad addresses on returned email
Eric Allman [Thu, 15 Apr 1993 04:14:50 +0000 (20:14 -0800)]
print a list of the bad addresses on returned email

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

31 years agoFEATURE(nocanonify) to turn off calls to $[ ... $]; fix some other
Eric Allman [Thu, 15 Apr 1993 04:13:01 +0000 (20:13 -0800)]
FEATURE(nocanonify) to turn off calls to $[ ... $]; fix some other
uucp info not deleted by FEATURE(nouucp)

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

31 years agoadd FEATURE(nocanonify)
Eric Allman [Thu, 15 Apr 1993 04:11:01 +0000 (20:11 -0800)]
add FEATURE(nocanonify)

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

31 years agodate and time created 93/04/14 13:06:37 by eric
Eric Allman [Thu, 15 Apr 1993 04:06:37 +0000 (20:06 -0800)]
date and time created 93/04/14 13:06:37 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/nocanonify.m4 6.1

31 years agodocument multiple hostnames on IPC $@ clause and IDENTPROTO
Eric Allman [Thu, 15 Apr 1993 00:19:49 +0000 (16:19 -0800)]
document multiple hostnames on IPC $@ clause and IDENTPROTO
compile flag

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

31 years agofix REs over completely empty spaces
Chris Torek [Thu, 15 Apr 1993 00:13:53 +0000 (16:13 -0800)]
fix REs over completely empty spaces
(test case: echo '' | sed 'x;s/^.*/foo/')

SCCS-vsn: usr.bin/sed/process.c 5.15

31 years agolet the $@ clause of an SMTP mailer be a colon separated list of
Eric Allman [Wed, 14 Apr 1993 22:48:01 +0000 (14:48 -0800)]
let the $@ clause of an SMTP mailer be a colon separated list of
hosts; these will be searched like MX records

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

31 years agorandom cleanup -- nothing major
Eric Allman [Wed, 14 Apr 1993 22:47:14 +0000 (14:47 -0800)]
random cleanup -- nothing major

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

31 years agomove IDENTPROTO #define into conf.h; default it off for ULTRIX
Eric Allman [Wed, 14 Apr 1993 22:34:27 +0000 (14:34 -0800)]
move IDENTPROTO #define into conf.h; default it off for ULTRIX

SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.17
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.36

31 years agomake sed work on 8-bit objects
Elan Amir [Wed, 14 Apr 1993 21:22:36 +0000 (13:22 -0800)]
make sed work on 8-bit objects
TK checking in for Elan Amir

SCCS-vsn: usr.bin/sed/defs.h 5.4
SCCS-vsn: usr.bin/sed/extern.h 5.6
SCCS-vsn: usr.bin/sed/misc.c 5.4
SCCS-vsn: usr.bin/sed/process.c 5.14

31 years agoadded NNON_LEAF for non-profiled non-leaf entry points.
Ralph Campbell [Wed, 14 Apr 1993 11:06:27 +0000 (03:06 -0800)]
added NNON_LEAF for non-profiled non-leaf entry points.

SCCS-vsn: sys/pmax/include/machAsmDefs.h 7.5

31 years agofix kernel profiling
Ralph Campbell [Wed, 14 Apr 1993 11:04:12 +0000 (03:04 -0800)]
fix kernel profiling

SCCS-vsn: sys/pmax/include/profile.h 7.4

31 years agofix cursor for pmax emulation
Ralph Campbell [Wed, 14 Apr 1993 11:03:00 +0000 (03:03 -0800)]
fix cursor for pmax emulation

SCCS-vsn: sys/pmax/dev/cfb.c 7.8

31 years agofix frame buffer size
Ralph Campbell [Wed, 14 Apr 1993 10:53:58 +0000 (02:53 -0800)]
fix frame buffer size

SCCS-vsn: sys/pmax/dev/mfb.c 7.5

31 years agoturn off debug by default
Ralph Campbell [Wed, 14 Apr 1993 10:53:04 +0000 (02:53 -0800)]
turn off debug by default

SCCS-vsn: sys/pmax/dev/tz.c 7.9

31 years agoadded mips ttys
Ralph Campbell [Wed, 14 Apr 1993 10:52:24 +0000 (02:52 -0800)]
added mips ttys

SCCS-vsn: usr.sbin/pstat/pstat.c 5.40

31 years agosimplify and generalize OutChannel => stdout code
Eric Allman [Wed, 14 Apr 1993 08:36:37 +0000 (00:36 -0800)]
simplify and generalize OutChannel => stdout code

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

31 years agocheck for I/O errors on OutChannel
Eric Allman [Wed, 14 Apr 1993 08:36:03 +0000 (00:36 -0800)]
check for I/O errors on OutChannel

SCCS-vsn: usr.sbin/sendmail/src/err.c 6.12

31 years agofix two bugs: rn_lookup did not change conventions (still takes node);
Keith Sklower [Wed, 14 Apr 1993 07:25:41 +0000 (23:25 -0800)]
fix two bugs: rn_lookup did not change conventions (still takes node);
found cause of ifa_refcnt being wrong on route change.

SCCS-vsn: sys/net/rtsock.c 7.37

31 years agopotential bug in reference counting ifaddrs
Keith Sklower [Wed, 14 Apr 1993 07:24:35 +0000 (23:24 -0800)]
potential bug in reference counting ifaddrs

SCCS-vsn: sys/net/if.c 7.25

31 years agoquickch() returns if there is a bottom unchanged region to prevent
Elan Amir [Wed, 14 Apr 1993 06:02:26 +0000 (22:02 -0800)]
quickch() returns if there is a bottom unchanged region to prevent

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

31 years agoMove from line turns of __ISPASTEOL.
Elan Amir [Wed, 14 Apr 1993 06:01:44 +0000 (22:01 -0800)]
Move from line turns of __ISPASTEOL.

SCCS-vsn: lib/libcurses/move.c 5.12

31 years agoimprove setproctitle info
Eric Allman [Wed, 14 Apr 1993 05:44:57 +0000 (21:44 -0800)]
improve setproctitle info

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.42
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.25

31 years agoopen the proper file. use libc err().
Chris Torek [Wed, 14 Apr 1993 04:34:36 +0000 (20:34 -0800)]
open the proper file.  use libc err().

SCCS-vsn: usr.bin/locate/code/locate.code.c 5.4

31 years agoavoid multiple error messages on wierd syntax like "From: <a"
Eric Allman [Tue, 13 Apr 1993 23:44:24 +0000 (15:44 -0800)]
avoid multiple error messages on wierd syntax like "From: <a"

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

31 years agoredefine $r, $s, and $_ in error envelopes; properly handle
Eric Allman [Tue, 13 Apr 1993 23:43:41 +0000 (15:43 -0800)]
redefine $r, $s, and $_ in error envelopes; properly handle
parseaddr return in ESM_POSTMASTER case

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

31 years agochange comment on MAXUSERENVIRON to emphasize min value
Eric Allman [Tue, 13 Apr 1993 23:05:11 +0000 (15:05 -0800)]
change comment on MAXUSERENVIRON to emphasize min value

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

31 years agooptimize `set' pseudo-op; add R specifier; temporarily
Chris Torek [Tue, 13 Apr 1993 10:12:34 +0000 (02:12 -0800)]
optimize `set' pseudo-op; add R specifier; temporarily
back out a change made elsewhere for regression testing.

SCCS-vsn: contrib/gas-1.38/config/sparc.c 5.2

31 years agodate and time created 93/04/12 19:08:40 by torek
Chris Torek [Tue, 13 Apr 1993 10:08:40 +0000 (02:08 -0800)]
date and time created 93/04/12 19:08:40 by torek

SCCS-vsn: contrib/gas-1.38/config/sparc.c 5.1

31 years agodate and time created 93/04/12 19:06:48 by torek
Chris Torek [Tue, 13 Apr 1993 10:06:48 +0000 (02:06 -0800)]
date and time created 93/04/12 19:06:48 by torek

SCCS-vsn: contrib/gas-1.38/config/Makefile.sparc 5.1

31 years agoadd a whole slew of missing opcodes and pseudo-ops. also needs
Chris Torek [Tue, 13 Apr 1993 10:04:31 +0000 (02:04 -0800)]
add a whole slew of missing opcodes and pseudo-ops.  also needs
a new format (for neg-with-one-operand).

SCCS-vsn: contrib/gas-1.38/config/sparc-opcode.h 5.2

31 years agodate and time created 93/04/12 18:57:15 by torek
Chris Torek [Tue, 13 Apr 1993 09:57:15 +0000 (01:57 -0800)]
date and time created 93/04/12 18:57:15 by torek

SCCS-vsn: contrib/gas-1.38/config/sparc-opcode.h 5.1

31 years agoifdef sun does not imply SunOS: add gross hack to avoid bogus SunOS
Chris Torek [Tue, 13 Apr 1993 09:18:09 +0000 (01:18 -0800)]
ifdef sun does not imply SunOS: add gross hack to avoid bogus SunOS
bug workaround.

SCCS-vsn: libexec/telnetd/sys_term.c 5.21

31 years agoinet_aton returns a boolean value, don't need to return long.
Andrew Cherenson [Tue, 13 Apr 1993 09:14:57 +0000 (01:14 -0800)]
inet_aton returns a boolean value, don't need to return long.

SCCS-vsn: lib/libc/net/inet_addr.c 5.12
SCCS-vsn: include/arpa/inet.h 5.9

31 years agomain.s no longer needed (libc/gen has it)
Chris Torek [Tue, 13 Apr 1993 08:46:59 +0000 (00:46 -0800)]
main.s no longer needed (libc/gen has it)

SCCS-vsn: lib/libc/sparc/gen/Makefile.inc 5.4

31 years agoput the wrong prototype name in for ar_drain().
Keith Muller [Tue, 13 Apr 1993 08:46:10 +0000 (00:46 -0800)]
put the wrong prototype name in for ar_drain().

SCCS-vsn: bin/pax/extern.h 1.5

31 years agofix documentation of -f in map specifications
Eric Allman [Tue, 13 Apr 1993 06:09:18 +0000 (22:09 -0800)]
fix documentation of -f in map specifications

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

31 years agoreset statmsg before each mailer invocation to avoid bogus messages
Eric Allman [Tue, 13 Apr 1993 05:48:54 +0000 (21:48 -0800)]
reset statmsg before each mailer invocation to avoid bogus messages
in log

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.61

31 years agoback out hack to hide unqualified domains behind %-hack -- it breaks
Eric Allman [Tue, 13 Apr 1993 05:34:12 +0000 (21:34 -0800)]
back out hack to hide unqualified domains behind %-hack -- it breaks
local aliases and .forward files

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.34
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.25

31 years agoshorten timeout on reverse name lookup to avoid conflict with
Eric Allman [Tue, 13 Apr 1993 05:18:20 +0000 (21:18 -0800)]
shorten timeout on reverse name lookup to avoid conflict with
higher level timeouts

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

31 years agomore socket code generalization
Eric Allman [Tue, 13 Apr 1993 00:03:35 +0000 (16:03 -0800)]
more socket code generalization

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

31 years agoproperly diagnose ruleset zero returning null vector
Eric Allman [Mon, 12 Apr 1993 23:02:55 +0000 (15:02 -0800)]
properly diagnose ruleset zero returning null vector

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.38

31 years agoclarify what IDENT does -- and does not -- do
Eric Allman [Sun, 11 Apr 1993 07:44:27 +0000 (23:44 -0800)]
clarify what IDENT does -- and does not -- do

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

31 years agoif resending SYN, use the same sequence number as last time
Mike Karels [Sun, 11 Apr 1993 05:52:38 +0000 (21:52 -0800)]
if resending SYN, use the same sequence number as last time
(fixes bug when re-sending SYN in SYN_RECEIVED state due to crossing SYNs)

SCCS-vsn: sys/netinet/tcp_output.c 7.28

31 years agodocument FEATURE(uucpdomain)
Eric Allman [Sun, 11 Apr 1993 02:08:20 +0000 (18:08 -0800)]
document FEATURE(uucpdomain)

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

31 years agochange map name for consistency with UUCP
Eric Allman [Sun, 11 Apr 1993 02:06:19 +0000 (18:06 -0800)]
change map name for consistency with UUCP

SCCS-vsn: usr.sbin/sendmail/cf/feature/bitdomain.m4 6.2

31 years agodate and time created 93/04/10 11:05:41 by eric
Eric Allman [Sun, 11 Apr 1993 02:05:41 +0000 (18:05 -0800)]
date and time created 93/04/10 11:05:41 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/uucpdomain.m4 6.1

31 years agodocument FEATURE(bitdomain)
Eric Allman [Sun, 11 Apr 1993 01:58:22 +0000 (17:58 -0800)]
document FEATURE(bitdomain)

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

31 years agorearrange diversion 6 for FEATURE(bitdomain)
Eric Allman [Sun, 11 Apr 1993 01:50:44 +0000 (17:50 -0800)]
rearrange diversion 6 for FEATURE(bitdomain)

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

31 years agodate and time created 93/04/10 10:50:17 by eric
Eric Allman [Sun, 11 Apr 1993 01:50:17 +0000 (17:50 -0800)]
date and time created 93/04/10 10:50:17 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/bitdomain.m4 6.1

31 years agofix major bug in reply() that trashes all error messages; add
Eric Allman [Sun, 11 Apr 1993 01:27:11 +0000 (17:27 -0800)]
fix major bug in reply() that trashes all error messages; add
IDA-style $&x handling; don't lose $s value in srvrsmtp; random POSIX
compatibility and similar cleanups

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

31 years ago%-hack single token hostnames behind $s if $r is specified
Eric Allman [Sun, 11 Apr 1993 01:22:27 +0000 (17:22 -0800)]
%-hack single token hostnames behind $s if $r is specified

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.32
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.24

31 years agodocument IDENT, including limitations
Eric Allman [Sun, 11 Apr 1993 00:54:11 +0000 (16:54 -0800)]
document IDENT, including limitations

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

31 years agodocument $&x
Eric Allman [Sun, 11 Apr 1993 00:36:14 +0000 (16:36 -0800)]
document $&x

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

31 years agoimplement $&x for deferred macro expansion; some POSIX compatibility
Eric Allman [Sun, 11 Apr 1993 00:28:28 +0000 (16:28 -0800)]
implement $&x for deferred macro expansion; some POSIX compatibility

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.54
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.30
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.37

31 years agofix loopback detection
Eric Allman [Sun, 11 Apr 1993 00:27:40 +0000 (16:27 -0800)]
fix loopback detection

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.24

31 years agoclarify error messages
Eric Allman [Sun, 11 Apr 1993 00:27:04 +0000 (16:27 -0800)]
clarify error messages

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

31 years agoadd MACRODEXPAND for deferred expansion
Eric Allman [Sun, 11 Apr 1993 00:26:01 +0000 (16:26 -0800)]
add MACRODEXPAND for deferred expansion

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

31 years agoclarify comments for the unwary
Eric Allman [Sun, 11 Apr 1993 00:25:47 +0000 (16:25 -0800)]
clarify comments for the unwary

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

31 years agogeneral cleanup, use new err(3) routines
Keith Bostic [Sat, 10 Apr 1993 23:03:40 +0000 (15:03 -0800)]
general cleanup, use new err(3) routines

SCCS-vsn: usr.sbin/kvm_mkdb/nlist.c 5.8
SCCS-vsn: usr.sbin/kvm_mkdb/kvm_mkdb.c 5.18

31 years agooff_t's are quad, use %qd not %ld
Chris Torek [Sat, 10 Apr 1993 15:24:38 +0000 (07:24 -0800)]
off_t's are quad, use %qd not %ld

SCCS-vsn: usr.bin/ar/contents.c 5.7

31 years agomake $TMPDIR actually work; print actual temp name on mkstemp() error
Chris Torek [Sat, 10 Apr 1993 15:04:19 +0000 (07:04 -0800)]
make $TMPDIR actually work; print actual temp name on mkstemp() error

SCCS-vsn: usr.bin/ranlib/misc.c 5.4

31 years agoVan's suggestion: add a means to let kernel set IP header ident #
Andrew Cherenson [Sat, 10 Apr 1993 10:47:48 +0000 (02:47 -0800)]
Van's suggestion: add a means to let kernel set IP header ident #
in IP_HDRINCL case

SCCS-vsn: sys/netinet/raw_ip.c 7.13

31 years agomust initialize more IP header fields due to change in IP_HDRINCL semantics.
Andrew Cherenson [Sat, 10 Apr 1993 10:24:26 +0000 (02:24 -0800)]
must initialize more IP header fields due to change in IP_HDRINCL semantics.

SCCS-vsn: usr.sbin/traceroute/traceroute.c 5.6

31 years agorecover from gethostbyname timeouts (from Macklem)
Kirk McKusick [Sat, 10 Apr 1993 07:19:21 +0000 (23:19 -0800)]
recover from gethostbyname timeouts (from Macklem)

SCCS-vsn: sbin/mountd/mountd.c 5.25

31 years agoset $s after runinchild; runinchild calls newenvelope which clears
Eric Allman [Sat, 10 Apr 1993 06:55:19 +0000 (22:55 -0800)]
set $s after runinchild; runinchild calls newenvelope which clears
the macros

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

31 years agoclean up some debug messages if MATCHGECOS not compiled in
Eric Allman [Sat, 10 Apr 1993 05:24:20 +0000 (21:24 -0800)]
clean up some debug messages if MATCHGECOS not compiled in

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