unix-history/.git
29 years agoget order of user databases correct
Eric Allman [Sat, 7 Jan 1995 06:06:49 +0000 (22:06 -0800)]
get order of user databases correct

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 8.3

29 years agoavoid error message on self-referencing alias
Eric Allman [Thu, 5 Jan 1995 08:33:29 +0000 (00:33 -0800)]
avoid error message on self-referencing alias

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

29 years agoallow -M to define macros on all architectures (not just Ultrix)
Eric Allman [Thu, 5 Jan 1995 08:33:12 +0000 (00:33 -0800)]
allow -M to define macros on all architectures (not just Ultrix)

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

29 years agoSVR4 statvfs fix
Eric Allman [Thu, 5 Jan 1995 08:32:36 +0000 (00:32 -0800)]
SVR4 statvfs fix

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

29 years agodiagnose unknown options (on a debug flag)
Eric Allman [Thu, 5 Jan 1995 08:32:13 +0000 (00:32 -0800)]
diagnose unknown options (on a debug flag)

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

29 years agomissing header file
Kirk McKusick [Tue, 3 Jan 1995 16:37:04 +0000 (08:37 -0800)]
missing header file

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

29 years agoadd types to devices (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 16:18:55 +0000 (08:18 -0800)]
add types to devices (from mycroft)

SCCS-vsn: sys/hp300/hp300/conf.c 8.4

29 years agouse type in dev switch to determine if disk, tape, or tty (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 16:18:31 +0000 (08:18 -0800)]
use type in dev switch to determine if disk, tape, or tty (from mycroft)

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 8.9

29 years agoadd device type field
Kirk McKusick [Tue, 3 Jan 1995 16:12:41 +0000 (08:12 -0800)]
add device type field

SCCS-vsn: sys/sys/conf.h 8.4

29 years agoquad => int64
Kirk McKusick [Tue, 3 Jan 1995 15:42:45 +0000 (07:42 -0800)]
quad => int64

SCCS-vsn: sys/ufs/ufs/ufs_readwrite.c 8.9
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.15
SCCS-vsn: sys/ufs/ufs/ufsmount.h 8.5

29 years agoquad => int64_t
Kirk McKusick [Tue, 3 Jan 1995 15:40:37 +0000 (07:40 -0800)]
quad => int64_t

SCCS-vsn: sys/ufs/ufs/dinode.h 8.7

29 years agoquad => int64_t
Kirk McKusick [Tue, 3 Jan 1995 15:39:52 +0000 (07:39 -0800)]
quad => int64_t

SCCS-vsn: sys/ufs/lfs/lfs.h 8.7

29 years agoconvert quad => int64_t (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:39:01 +0000 (07:39 -0800)]
convert quad => int64_t (from mycroft)

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.13
SCCS-vsn: sys/ufs/ffs/ffs_subr.c 8.3
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.17
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 8.4

29 years agominor cleanup
Kirk McKusick [Tue, 3 Jan 1995 15:35:33 +0000 (07:35 -0800)]
minor cleanup

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

29 years agodelete old vaxisms
Kirk McKusick [Tue, 3 Jan 1995 15:29:00 +0000 (07:29 -0800)]
delete old vaxisms

SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 8.6

29 years agoYou can't do pointer arithmetic on a void* in ANSI C (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:26:38 +0000 (07:26 -0800)]
You can't do pointer arithmetic on a void* in ANSI C (from mycroft)

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 8.6

29 years agoPad struct lfs out to 512 bytes so we don't try to write an odd
Kirk McKusick [Tue, 3 Jan 1995 15:25:27 +0000 (07:25 -0800)]
Pad struct lfs out to 512 bytes so we don't try to write an odd
block size (from mycroft)

SCCS-vsn: sys/ufs/lfs/lfs.h 8.6

29 years agomake sure to free correct allocation type if ffs_reclaim (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:23:58 +0000 (07:23 -0800)]
make sure to free correct allocation type if ffs_reclaim (from mycroft)

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

29 years agodisallow read/write mounts of 4.2 filesystems (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:22:16 +0000 (07:22 -0800)]
disallow read/write mounts of 4.2 filesystems (from mycroft)

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.16

29 years agoUse the sector size in the label, rather than DEV_BSIZE, for finding
Kirk McKusick [Tue, 3 Jan 1995 15:18:34 +0000 (07:18 -0800)]
Use the sector size in the label, rather than DEV_BSIZE, for finding
the superblock.  This is useful for devices with different block sizes
than the default (say, SCSI disks with 1k blocks); Set the temporary
maxfilesize to the *real* limit, 2^31*bsize-1. (from mycroft)

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.15

29 years agominor cleanups (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:09:48 +0000 (07:09 -0800)]
minor cleanups (from mycroft)

SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.11

29 years agocheck length > maxfilesize only when growing and return EFBIG (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:08:26 +0000 (07:08 -0800)]
check length > maxfilesize only when growing and return EFBIG (from mycroft)

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

29 years agomore consistent with DEBUG (from mycroft)
Kirk McKusick [Tue, 3 Jan 1995 15:03:26 +0000 (07:03 -0800)]
more consistent with DEBUG (from mycroft)

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.12

29 years agofix given by jch@cornell
Keith Sklower [Sat, 31 Dec 1994 08:58:13 +0000 (00:58 -0800)]
fix given by jch@cornell

SCCS-vsn: sbin/routed/inet.c 8.3

29 years agomake sure type is valid (needed for little-endian machines)
Kirk McKusick [Sat, 31 Dec 1994 06:52:46 +0000 (22:52 -0800)]
make sure type is valid (needed for little-endian machines)

SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.10

29 years agoTimeouts => Timeout
Eric Allman [Fri, 30 Dec 1994 23:54:38 +0000 (15:54 -0800)]
Timeouts => Timeout

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

29 years agounion_statfs should only return free space information
Jan-Simon Pendry [Fri, 30 Dec 1994 18:07:30 +0000 (10:07 -0800)]
union_statfs should only return free space information
about the upper layer.

SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.14

29 years agosyntax error fix
Eric Allman [Fri, 30 Dec 1994 00:20:09 +0000 (16:20 -0800)]
syntax error fix

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

29 years agoAmdahl UTS 2.1.5 comments
Eric Allman [Thu, 29 Dec 1994 23:00:00 +0000 (15:00 -0800)]
Amdahl UTS 2.1.5 comments

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

29 years agogeneralize queue order configuration
Eric Allman [Thu, 29 Dec 1994 22:59:31 +0000 (14:59 -0800)]
generalize queue order configuration

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.79
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.55
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.60

29 years agoadd support for Amdahl UTS and UnixWare
Eric Allman [Thu, 29 Dec 1994 22:58:28 +0000 (14:58 -0800)]
add support for Amdahl UTS and UnixWare

SCCS-vsn: usr.sbin/sendmail/Files.cf 8.7
SCCS-vsn: usr.sbin/sendmail/Files.base 8.16

29 years agodate and time created 94/12/29 06:56:51 by eric
Eric Allman [Thu, 29 Dec 1994 22:56:51 +0000 (14:56 -0800)]
date and time created 94/12/29 06:56:51 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/amdahl-uts.m4 8.1

29 years agodate and time created 94/12/28 19:41:53 by eric
Eric Allman [Thu, 29 Dec 1994 11:41:53 +0000 (03:41 -0800)]
date and time created 94/12/28 19:41:53 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.uts.systemV 8.1

29 years agoprevent errors during alias auto-rebuilds from stopping VRFY
Eric Allman [Wed, 28 Dec 1994 23:33:08 +0000 (15:33 -0800)]
prevent errors during alias auto-rebuilds from stopping VRFY

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

29 years agofix possible core dump on mail to local programs speaking SMTP
Eric Allman [Wed, 28 Dec 1994 23:32:28 +0000 (15:32 -0800)]
fix possible core dump on mail to local programs speaking SMTP

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

29 years agoportability fixes for Amdahl UTS System V 2.1.5
Eric Allman [Wed, 28 Dec 1994 23:32:00 +0000 (15:32 -0800)]
portability fixes for Amdahl UTS System V 2.1.5

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.12
SCCS-vsn: usr.sbin/sendmail/src/clock.c 8.9
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.124
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.128

29 years agoallow $#local $: @ /filename
Eric Allman [Wed, 28 Dec 1994 23:08:48 +0000 (15:08 -0800)]
allow $#local $: @ /filename

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

29 years agodate and time created 94/12/28 07:00:20 by eric
Eric Allman [Wed, 28 Dec 1994 23:00:20 +0000 (15:00 -0800)]
date and time created 94/12/28 07:00:20 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.UNIX_SV.4.x.i386 8.1

29 years agoallow multiple OA/file/name lines
Eric Allman [Wed, 28 Dec 1994 06:44:34 +0000 (22:44 -0800)]
allow multiple OA/file/name lines

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

29 years agoclose netgroup file on a bad netgroup
Mike Hibler [Wed, 28 Dec 1994 04:43:12 +0000 (20:43 -0800)]
close netgroup file on a bad netgroup
have get_host say what host it fails on

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

29 years agominor bug reported by cgd that doesn't affect operation of command
Keith Sklower [Sat, 24 Dec 1994 15:29:34 +0000 (07:29 -0800)]
minor bug reported by cgd that doesn't affect operation of command

SCCS-vsn: sbin/route/route.c 8.4

29 years agoLinux updates
Eric Allman [Thu, 15 Dec 1994 22:33:47 +0000 (14:33 -0800)]
Linux updates

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

29 years agocompile glitch
Eric Allman [Thu, 15 Dec 1994 22:28:59 +0000 (14:28 -0800)]
compile glitch

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

29 years agofix bogus #ifdef NAMED_BIND (should be #if)
Eric Allman [Thu, 15 Dec 1994 22:24:27 +0000 (14:24 -0800)]
fix bogus #ifdef NAMED_BIND (should be #if)

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

29 years agotypo
Eric Allman [Thu, 15 Dec 1994 06:24:29 +0000 (22:24 -0800)]
typo

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.11

29 years agoaugmentations
Eric Allman [Thu, 15 Dec 1994 04:45:12 +0000 (20:45 -0800)]
augmentations

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

29 years agoadd Makefile.Paragon
Eric Allman [Thu, 15 Dec 1994 04:44:28 +0000 (20:44 -0800)]
add Makefile.Paragon

SCCS-vsn: usr.sbin/sendmail/Files.base 8.15

29 years agonot quite as VAX-like (from mycroft)
Keith Bostic [Wed, 14 Dec 1994 08:10:55 +0000 (00:10 -0800)]
not quite as VAX-like (from mycroft)

SCCS-vsn: sys/sys/reboot.h 8.3

29 years agonits (from mycroft)
Keith Bostic [Wed, 14 Dec 1994 08:04:12 +0000 (00:04 -0800)]
nits (from mycroft)

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

29 years agouse X-delivery-status-1 as the report-type and content-type for now
Eric Allman [Tue, 13 Dec 1994 01:10:27 +0000 (17:10 -0800)]
use X-delivery-status-1 as the report-type and content-type for now

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

29 years agocleanup for Paragon
Eric Allman [Mon, 12 Dec 1994 07:18:39 +0000 (23:18 -0800)]
cleanup for Paragon

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.10

29 years agodate and time created 94/12/11 14:08:36 by eric
Eric Allman [Mon, 12 Dec 1994 06:08:36 +0000 (22:08 -0800)]
date and time created 94/12/11 14:08:36 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Paragon 8.1

29 years agochange Paragon e-mail address
Eric Allman [Mon, 12 Dec 1994 06:04:59 +0000 (22:04 -0800)]
change Paragon e-mail address

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

29 years agospecify the F=d (don't use brackets on envelope route-addrs) flag
Eric Allman [Mon, 12 Dec 1994 06:01:24 +0000 (22:01 -0800)]
specify the F=d (don't use brackets on envelope route-addrs) flag

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 8.19

29 years agoadd contrib/bsdi.mc
Eric Allman [Mon, 12 Dec 1994 05:09:22 +0000 (21:09 -0800)]
add contrib/bsdi.mc

SCCS-vsn: usr.sbin/sendmail/Files.misc 8.4

29 years agofix readdir for non-linear union stacks
Jan-Simon Pendry [Sun, 11 Dec 1994 05:04:32 +0000 (21:04 -0800)]
fix readdir for non-linear union stacks

SCCS-vsn: sys/kern/vfs_syscalls.c 8.28

29 years agofix readdir for no-linear stacks
Jan-Simon Pendry [Sun, 11 Dec 1994 05:03:10 +0000 (21:03 -0800)]
fix readdir for no-linear stacks

SCCS-vsn: sys/miscfs/union/union.h 8.9
SCCS-vsn: sys/miscfs/union/union_subr.c 8.16
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.22
SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.13

29 years agodon't run off end of union read-ahead buffer
Jan-Simon Pendry [Sun, 11 Dec 1994 04:55:07 +0000 (20:55 -0800)]
don't run off end of union read-ahead buffer

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

29 years agofix problem with RES_DEBUG setting before res_init()
Eric Allman [Sun, 11 Dec 1994 04:11:44 +0000 (20:11 -0800)]
fix problem with RES_DEBUG setting before res_init()

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

29 years agodon't let an error in one envelope from address blow away other
Eric Allman [Sun, 11 Dec 1994 03:57:02 +0000 (19:57 -0800)]
don't let an error in one envelope from address blow away other
jobs to the same host later in the queue run

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

29 years agohave to protect acct_process from acctwatch closing the vnode
Jan-Simon Pendry [Sun, 11 Dec 1994 03:25:16 +0000 (19:25 -0800)]
have to protect acct_process from acctwatch closing the vnode

SCCS-vsn: sys/kern/kern_acct.c 8.6

29 years agoif a non-optional map cannot be opened, queue mail that needs it
Eric Allman [Sun, 11 Dec 1994 01:30:18 +0000 (17:30 -0800)]
if a non-optional map cannot be opened, queue mail that needs it

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.38

29 years agoadd Intel Paragon support
Eric Allman [Sun, 11 Dec 1994 01:20:43 +0000 (17:20 -0800)]
add Intel Paragon support

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

29 years agolog transaction delay as well as queue delay (for ordering lists)
Eric Allman [Sat, 10 Dec 1994 23:46:53 +0000 (15:46 -0800)]
log transaction delay as well as queue delay (for ordering lists)

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.59
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.119
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.59

29 years agoquestion about sendmail modes
Eric Allman [Sat, 10 Dec 1994 01:46:12 +0000 (17:46 -0800)]
question about sendmail modes

SCCS-vsn: usr.sbin/sendmail/FAQ 8.10

29 years agoadd q_xstartdate
Eric Allman [Sat, 10 Dec 1994 00:07:49 +0000 (16:07 -0800)]
add q_xstartdate

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

29 years agorearrange and update the fAQ
Eric Allman [Sat, 10 Dec 1994 00:03:19 +0000 (16:03 -0800)]
rearrange and update the fAQ

SCCS-vsn: usr.sbin/sendmail/FAQ 8.9

29 years agoadd mailprio Perl scripts from Tony Sanders
Eric Allman [Fri, 9 Dec 1994 23:31:35 +0000 (15:31 -0800)]
add mailprio Perl scripts from Tony Sanders

SCCS-vsn: usr.sbin/sendmail/Files.misc 8.3

29 years agoupdate for DG/UX
Eric Allman [Fri, 9 Dec 1994 23:05:13 +0000 (15:05 -0800)]
update for DG/UX

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

29 years agoadd description of TIOCSIG
Kirk McKusick [Fri, 9 Dec 1994 15:16:27 +0000 (07:16 -0800)]
add description of TIOCSIG

SCCS-vsn: share/man/man4/pty.4 8.3

29 years agoavoid converting NOVAL (from karels)
Kirk McKusick [Fri, 9 Dec 1994 14:55:08 +0000 (06:55 -0800)]
avoid converting NOVAL (from karels)

SCCS-vsn: sys/nfs/xdr_subs.h 8.2

29 years agorequest IO_UNIT on writes, so failures cause truncation back to start
Kirk McKusick [Fri, 9 Dec 1994 14:49:51 +0000 (06:49 -0800)]
request IO_UNIT on writes, so failures cause truncation back to start

SCCS-vsn: sys/kern/vfs_vnops.c 8.5

29 years agoonly fail when trying to add one too many groups (from cgd)
Kirk McKusick [Fri, 9 Dec 1994 14:39:39 +0000 (06:39 -0800)]
only fail when trying to add one too many groups (from cgd)

SCCS-vsn: lib/libc/gen/getgrouplist.c 8.2

29 years agodircheck() shouldn't be looking at d_type or d_namlen in blank entries
Kirk McKusick [Fri, 9 Dec 1994 14:30:40 +0000 (06:30 -0800)]
dircheck() shouldn't be looking at d_type or d_namlen in blank entries
(from mycroft)

SCCS-vsn: sbin/fsck/dir.c 8.5

29 years agohave to protect acct_process from acctwatch closing the vnode
Kirk McKusick [Fri, 9 Dec 1994 14:10:57 +0000 (06:10 -0800)]
have to protect acct_process from acctwatch closing the vnode

SCCS-vsn: sys/kern/kern_acct.c 8.6

29 years agocorrect fix for LITTLE_ENDIAN in mkentry() (idea from mycroft)
Kirk McKusick [Fri, 9 Dec 1994 10:03:21 +0000 (02:03 -0800)]
correct fix for LITTLE_ENDIAN in mkentry() (idea from mycroft)

SCCS-vsn: sbin/fsck/dir.c 8.4

29 years agocheck ownership of mailbox file
Eric Allman [Thu, 8 Dec 1994 04:30:38 +0000 (20:30 -0800)]
check ownership of mailbox file

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

29 years agoadd information about IDENT servers; clean up lie about DNS
Eric Allman [Wed, 7 Dec 1994 22:24:41 +0000 (14:24 -0800)]
add information about IDENT servers; clean up lie about DNS

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

29 years agoif attempts to translate name fails, return original
Kirk McKusick [Wed, 7 Dec 1994 02:53:19 +0000 (18:53 -0800)]
if attempts to translate name fails, return original

SCCS-vsn: sbin/fsck/preen.c 8.3

29 years agoUUCP updates
Eric Allman [Wed, 7 Dec 1994 01:44:59 +0000 (17:44 -0800)]
UUCP updates

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

29 years agouse $g instead of $f for -a argument to get around bug in Taylor UUCP
Eric Allman [Wed, 7 Dec 1994 01:44:31 +0000 (17:44 -0800)]
use $g instead of $f for -a argument to get around bug in Taylor UUCP

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 8.18

29 years agochanges from version set by mycroft
Kirk McKusick [Tue, 6 Dec 1994 14:37:35 +0000 (06:37 -0800)]
changes from version set by mycroft

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.9

29 years agocleanups
Kirk McKusick [Tue, 6 Dec 1994 14:27:51 +0000 (06:27 -0800)]
cleanups

SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.15

29 years agothings from mycroft that don't match
Kirk McKusick [Tue, 6 Dec 1994 14:25:06 +0000 (06:25 -0800)]
things from mycroft that don't match

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.9

29 years agomycroft updates
Kirk McKusick [Tue, 6 Dec 1994 14:13:23 +0000 (06:13 -0800)]
mycroft updates

SCCS-vsn: sys/isofs/cd9660/TODO.hibler 8.3

29 years agoupdate from mycroft
Kirk McKusick [Tue, 6 Dec 1994 14:11:24 +0000 (06:11 -0800)]
update from mycroft

SCCS-vsn: sys/isofs/cd9660/cd9660_bmap.c 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_node.h 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.h 8.2
SCCS-vsn: sys/isofs/cd9660/iso.h 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_lookup.c 8.5
SCCS-vsn: sys/isofs/cd9660/cd9660_node.c 8.5
SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.c 8.6
SCCS-vsn: sys/isofs/cd9660/cd9660_util.c 8.3
SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.8
SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.14

29 years agoreturn ENOSYS rather than EINVAL for non-existent system call
Kirk McKusick [Tue, 6 Dec 1994 10:33:03 +0000 (02:33 -0800)]
return ENOSYS rather than EINVAL for non-existent system call

SCCS-vsn: sys/kern/kern_sig.c 8.11

29 years agoallow the case where a host name isn't know to gethostbyname --
Eric Allman [Tue, 6 Dec 1994 07:17:28 +0000 (23:17 -0800)]
allow the case where a host name isn't know to gethostbyname --
as might happen if you were uucp-only (common for Linux, apparently)

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

29 years agopatches for Altos System V
Eric Allman [Tue, 6 Dec 1994 06:06:35 +0000 (22:06 -0800)]
patches for Altos System V

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.9
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.123
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.124

29 years agoadd Makefile.Altos
Eric Allman [Tue, 6 Dec 1994 05:52:37 +0000 (21:52 -0800)]
add Makefile.Altos

SCCS-vsn: usr.sbin/sendmail/Files.base 8.14

29 years agodate and time created 94/12/05 13:52:06 by eric
Eric Allman [Tue, 6 Dec 1994 05:52:06 +0000 (21:52 -0800)]
date and time created 94/12/05 13:52:06 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Altos 8.1

29 years agounwhiteout.2 -> undelete.2
Jan-Simon Pendry [Tue, 6 Dec 1994 03:23:34 +0000 (19:23 -0800)]
unwhiteout.2 -> undelete.2

SCCS-vsn: bin/rm/rm.1 8.5

29 years agodo sender logging as early as possible
Eric Allman [Tue, 6 Dec 1994 02:05:27 +0000 (18:05 -0800)]
do sender logging as early as possible

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.72

29 years agofix a bug that caused lost messages in -odq mode
Eric Allman [Tue, 6 Dec 1994 02:05:10 +0000 (18:05 -0800)]
fix a bug that caused lost messages in -odq mode

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

29 years agoimplement DialDelay option
Eric Allman [Tue, 6 Dec 1994 01:15:44 +0000 (17:15 -0800)]
implement DialDelay option

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.62
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.53

29 years agoadd DialDelay
Eric Allman [Tue, 6 Dec 1994 00:43:01 +0000 (16:43 -0800)]
add DialDelay

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

29 years agoupdates for Ultrix, Solaris, and DYNIX/ptx
Eric Allman [Mon, 5 Dec 1994 08:51:10 +0000 (00:51 -0800)]
updates for Ultrix, Solaris, and DYNIX/ptx

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.8

29 years agoremove sysexits.h before slinking
Eric Allman [Mon, 5 Dec 1994 02:06:24 +0000 (18:06 -0800)]
remove sysexits.h before slinking

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.8

29 years agorename sysexits.h => sysexits.hh to avoid problems
Eric Allman [Mon, 5 Dec 1994 00:28:40 +0000 (16:28 -0800)]
rename sysexits.h => sysexits.hh to avoid problems

SCCS-vsn: usr.sbin/sendmail/Files.misc 8.3

29 years agoadd cf/ostype/ptx2.m4
Eric Allman [Sun, 4 Dec 1994 23:32:13 +0000 (15:32 -0800)]
add cf/ostype/ptx2.m4

SCCS-vsn: usr.sbin/sendmail/Files.cf 8.6