unix-history/.git
30 years agoallow for world export (from Macklem)
Kirk McKusick [Wed, 17 Nov 1993 07:10:34 +0000 (23:10 -0800)]
allow for world export (from Macklem)

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

30 years agob_un.b_addr -> b_data
Mike Hibler [Wed, 17 Nov 1993 06:21:06 +0000 (22:21 -0800)]
b_un.b_addr -> b_data

SCCS-vsn: sys/dev/vn.c 8.3
SCCS-vsn: sys/dev/cd.c 8.2

30 years agoclarify text/binary nondistinction; fix up wording on buffering
Chris Torek [Wed, 17 Nov 1993 06:17:41 +0000 (22:17 -0800)]
clarify text/binary nondistinction; fix up wording on buffering

SCCS-vsn: lib/libc/stdio/stdio.3 8.5

30 years agoaf.h is gone
Kirk McKusick [Wed, 17 Nov 1993 06:13:12 +0000 (22:13 -0800)]
af.h is gone

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

30 years agomore typos
Keith Bostic [Wed, 17 Nov 1993 04:58:35 +0000 (20:58 -0800)]
more typos

SCCS-vsn: lib/libc/stdio/stdio.3 8.4

30 years agotypo
Keith Bostic [Wed, 17 Nov 1993 04:57:18 +0000 (20:57 -0800)]
typo

SCCS-vsn: lib/libc/stdio/stdio.3 8.3

30 years agomention mkstemp
Keith Bostic [Wed, 17 Nov 1993 04:44:27 +0000 (20:44 -0800)]
mention mkstemp

SCCS-vsn: lib/libc/stdio/stdio.3 8.2

30 years agodescribe fts(3)'s place in the stanards world correctly
Keith Bostic [Wed, 17 Nov 1993 04:41:37 +0000 (20:41 -0800)]
describe fts(3)'s place in the stanards world correctly

SCCS-vsn: lib/libc/gen/fts.3 8.2

30 years agoHere's a patch to the man page to fix a problem and
Keith Bostic [Wed, 17 Nov 1993 04:39:49 +0000 (20:39 -0800)]
Here's a patch to the man page to fix a problem and
describe ~C which is what causes consh() to be called.
From: Paul A Vixie <paul@vix.com>

SCCS-vsn: usr.bin/tip/tip.1 8.2

30 years agoError in the table; From: db@diana.ocunix.on.ca (Dyane Bruce)
Keith Bostic [Wed, 17 Nov 1993 04:36:16 +0000 (20:36 -0800)]
Error in the table; From: db@diana.ocunix.on.ca (Dyane Bruce)

SCCS-vsn: games/bcd/bcd.c 8.2

30 years agoHere is a bugfix for the Lance chip driver for the DECstation 2100/3100.
Keith Bostic [Wed, 17 Nov 1993 04:31:08 +0000 (20:31 -0800)]
Here is a bugfix for the Lance chip driver for the DECstation 2100/3100.
The fix is specific to the original DECstations (not the 5000's) and results
in persistent TCP checksum errors when a TCP connection's window size
adjusts such that the start offset is on a byte boundary. The problem
is that "from" is a signed char and sign extended over the high order
bits of the short.
From: rmacklem@herman.cs.uoguelph.ca (Richard A Macklem)

SCCS-vsn: sys/pmax/dev/if_le.c 8.2

30 years agoANSI or the SVID guarantees that no name gets reused.
Keith Bostic [Wed, 17 Nov 1993 04:23:02 +0000 (20:23 -0800)]
ANSI or the SVID guarantees that no name gets reused.
From: donn@BSDI.COM (Donn Seeley)

SCCS-vsn: lib/libc/stdio/tmpnam.c 8.2

30 years agoIf you cp many files the system can run out of something
Keith Bostic [Wed, 17 Nov 1993 04:20:14 +0000 (20:20 -0800)]
If you cp many files the system can run out of something
(I haven't investigated exactly what).  The problem is
that cp mmaps the source file, but it's never unmapped.
From: Lennart Augustsson <augustss@cs.chalmers.se>

SCCS-vsn: bin/cp/utils.c 8.2

30 years agotyupo
Keith Bostic [Wed, 17 Nov 1993 04:15:34 +0000 (20:15 -0800)]
tyupo

SCCS-vsn: lib/libc/sys/open.2 8.2

30 years agoETIMEDOUT: Connection timed out -> Operation timed out
Keith Bostic [Wed, 17 Nov 1993 04:11:46 +0000 (20:11 -0800)]
ETIMEDOUT: Connection timed out -> Operation timed out

SCCS-vsn: sys/sys/errno.h 8.2
SCCS-vsn: lib/libc/gen/errlst.c 8.2
SCCS-vsn: lib/libc/sys/intro.2 8.2

30 years agotypos
Keith Bostic [Wed, 17 Nov 1993 04:08:25 +0000 (20:08 -0800)]
typos

SCCS-vsn: games/caesar/caesar.6 8.2

30 years agoadd file(1) Ian Darwin
Keith Bostic [Wed, 17 Nov 1993 04:06:59 +0000 (20:06 -0800)]
add file(1)       Ian Darwin

SCCS-vsn: admin/admin/contrib/contrib 5.52

30 years agoWhile installing rdist v6, I noticed that a file descriptor leak in
Keith Bostic [Wed, 17 Nov 1993 04:01:46 +0000 (20:01 -0800)]
While installing rdist v6, I noticed that a file descriptor leak in
rcmd.c documented in the README still existed in the bsd source. A
context diff is appended.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: lib/libc/net/rcmd.c 8.2

30 years agoWhile installing rdist v6, I noticed that a file descriptor leak in
Keith Bostic [Wed, 17 Nov 1993 03:59:23 +0000 (19:59 -0800)]
While installing rdist v6, I noticed that a file descriptor leak in
rcmd.c documented in the READM still existed in the bsd source. A
context diff is appended.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: lib/libc/net/rcmd.c 8.2

30 years agoThe following quick patch to usr.bin/finger/net.c fixes finger so that
Keith Bostic [Wed, 17 Nov 1993 03:56:08 +0000 (19:56 -0800)]
The following quick patch to usr.bin/finger/net.c fixes finger so that
it only prints a single newline when a <CR> (carriage return) is followed
by another <CR>, which may happen if you finger a site beyond another site,
i.e. finger user@site@some.other.site
From: composer@Beyond.Dreams.ORG (Jeff Kellem)

SCCS-vsn: usr.bin/finger/net.c 8.2

30 years agotypo
Keith Bostic [Wed, 17 Nov 1993 03:51:55 +0000 (19:51 -0800)]
typo

SCCS-vsn: lib/libc/gen/exec.3 8.2

30 years agoAs with wall and syslogd, talkd wasn't strictly terminating the string
Keith Bostic [Wed, 17 Nov 1993 03:49:48 +0000 (19:49 -0800)]
As with wall and syslogd, talkd wasn't strictly terminating the string
it passes to ttymsg() (and strcmp()). I also got rid of some magic
constants.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: libexec/talkd/process.c 8.2
SCCS-vsn: libexec/talkd/process.c 8.2

30 years agoAs with wall, syslogd wasn't strictly terminating the string it passes
Keith Bostic [Wed, 17 Nov 1993 03:41:49 +0000 (19:41 -0800)]
As with wall, syslogd wasn't strictly terminating the string it passes
to ttymsg(). I also fixed some new gcc warnings.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.sbin/syslogd/syslogd.c 8.2

30 years agoThe source ttymsg.c needed a check for slash in the utmp entries. Don't
Keith Bostic [Wed, 17 Nov 1993 03:39:26 +0000 (19:39 -0800)]
The source ttymsg.c needed a check for slash in the utmp entries. Don't
forget to recompile talkd and syslogd in addition to wall after fixing
this. Also, I found that the string wall passes to ttymsg() wasn't
strictly terminated. And there were some new gcc warnings to contend
with.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.bin/wall/ttymsg.c 8.2
SCCS-vsn: usr.bin/wall/wall.c 8.2

30 years agoCraig Leres' patches to 4.4BSD
Keith Bostic [Wed, 17 Nov 1993 03:33:38 +0000 (19:33 -0800)]
Craig Leres' patches to 4.4BSD

SCCS-vsn: share/man/makewhatis.sed 8.2

30 years agohave to do tprintf_open before trying to print
Kirk McKusick [Tue, 16 Nov 1993 13:57:53 +0000 (05:57 -0800)]
have to do tprintf_open before trying to print

SCCS-vsn: sys/hp300/dev/st.c 8.2

30 years agomove initialization of `cc' above loop: as it used to be
Kirk McKusick [Tue, 16 Nov 1993 12:57:00 +0000 (04:57 -0800)]
move initialization of `cc' above loop: as it used to be

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

30 years agoaf.c has been retired
Keith Sklower [Tue, 16 Nov 1993 06:56:34 +0000 (22:56 -0800)]
af.c has been retired

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

30 years agoaf.c has been retired
Keith Sklower [Tue, 16 Nov 1993 05:38:07 +0000 (21:38 -0800)]
af.c has been retired

SCCS-vsn: sys/conf/files 8.2

30 years agoaf.h has been retired
Keith Sklower [Tue, 16 Nov 1993 05:36:15 +0000 (21:36 -0800)]
af.h has been retired

SCCS-vsn: sys/netiso/iso.c 8.2
SCCS-vsn: sys/netiso/tuba_table.c 8.2
SCCS-vsn: sys/netns/ns.c 8.2

30 years agoaf.h has been retire
Keith Sklower [Tue, 16 Nov 1993 05:34:11 +0000 (21:34 -0800)]
af.h has been retire

SCCS-vsn: sys/netinet/in.c 8.2
SCCS-vsn: sys/netinet/ip_mroute.c 8.2

30 years agoaf.h has been retired
Keith Sklower [Tue, 16 Nov 1993 05:32:50 +0000 (21:32 -0800)]
af.h has been retired

SCCS-vsn: sys/net/route.c 8.2
SCCS-vsn: sys/net/rtsock.c 8.2

30 years agoIN_CHANGE should set flags not mode
Kirk McKusick [Mon, 15 Nov 1993 07:42:42 +0000 (23:42 -0800)]
IN_CHANGE should set flags not mode

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 8.6
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.6

30 years agofix access check for requests covering multiple modes
Keith Bostic [Mon, 15 Nov 1993 07:41:29 +0000 (23:41 -0800)]
fix access check for requests covering multiple modes

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 8.5
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.5

30 years agoMAPPEDCOPY code: routines for mapped copyin/copyout
Mike Hibler [Mon, 15 Nov 1993 06:23:40 +0000 (22:23 -0800)]
MAPPEDCOPY code: routines for mapped copyin/copyout

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

30 years agoMAPPEDCOPY code: init the threshhold size
Mike Hibler [Mon, 15 Nov 1993 06:22:58 +0000 (22:22 -0800)]
MAPPEDCOPY code: init the threshhold size

SCCS-vsn: sys/hp300/hp300/machdep.c 8.3

30 years agouse faster copypage primative in pmap_copy_page
Mike Hibler [Mon, 15 Nov 1993 06:20:28 +0000 (22:20 -0800)]
use faster copypage primative in pmap_copy_page

SCCS-vsn: sys/hp300/hp300/pmap.c 8.2

30 years agocleanups, new copypage routine, MAPPEDCOPY code for copyin/out
Mike Hibler [Mon, 15 Nov 1993 06:18:32 +0000 (22:18 -0800)]
cleanups, new copypage routine, MAPPEDCOPY code for copyin/out

SCCS-vsn: sys/hp300/hp300/locore.s 8.5

30 years agofaster /dev/zero, mmap interface (idea from netbsd)
Mike Hibler [Mon, 15 Nov 1993 06:14:54 +0000 (22:14 -0800)]
faster /dev/zero, mmap interface (idea from netbsd)

SCCS-vsn: sys/hp300/hp300/mem.c 8.2

30 years agominor comment tweaks to avoid problems with non-traditional CPP
Mike Hibler [Mon, 15 Nov 1993 06:12:59 +0000 (22:12 -0800)]
minor comment tweaks to avoid problems with non-traditional CPP

SCCS-vsn: sys/hp300/hp300/oc_cksum.s 8.2

30 years agocomment CPU types, add MAPPEDCOPY, del SYSVSHM
Mike Hibler [Mon, 15 Nov 1993 06:08:13 +0000 (22:08 -0800)]
comment CPU types, add MAPPEDCOPY, del SYSVSHM

SCCS-vsn: sys/hp300/conf/GENERIC.hp300 8.2

30 years agomore ideas
Mike Hibler [Mon, 15 Nov 1993 06:06:27 +0000 (22:06 -0800)]
more ideas

SCCS-vsn: sys/hp300/DOC/TODO.hp300 8.2

30 years agomissing permission check on sethostname
Mike Hibler [Mon, 15 Nov 1993 06:03:43 +0000 (22:03 -0800)]
missing permission check on sethostname

SCCS-vsn: sys/kern/kern_xxx.c 8.2

30 years agoin io, check right off if page exists in object
Mike Hibler [Mon, 15 Nov 1993 06:00:15 +0000 (22:00 -0800)]
in io, check right off if page exists in object
makes shadow-chain traversal faster

SCCS-vsn: sys/vm/swap_pager.c 8.4

30 years agokeep indices constant even if a pager is not configured
Mike Hibler [Mon, 15 Nov 1993 05:57:06 +0000 (21:57 -0800)]
keep indices constant even if a pager is not configured

SCCS-vsn: sys/vm/vm_pager.c 8.3

30 years agoeliminate unneeded cast
Mike Hibler [Mon, 15 Nov 1993 05:54:44 +0000 (21:54 -0800)]
eliminate unneeded cast

SCCS-vsn: sys/vm/vnode_pager.c 8.3

30 years agosupport for sequential swap devices (SEQSWAP ifdef)
Mike Hibler [Mon, 15 Nov 1993 05:50:48 +0000 (21:50 -0800)]
support for sequential swap devices (SEQSWAP ifdef)

SCCS-vsn: sys/vm/vm_swap.c 8.2

30 years agoconvert sw_freed to sw_flags for SEQSWAP support
Mike Hibler [Mon, 15 Nov 1993 05:45:50 +0000 (21:45 -0800)]
convert sw_freed to sw_flags for SEQSWAP support

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

30 years agomake n_size u_quad_t instead of off_t
Mike Hibler [Mon, 15 Nov 1993 05:43:07 +0000 (21:43 -0800)]
make n_size u_quad_t instead of off_t
ensures consistant size and alignment for implementations with off_t==long

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

30 years agoconvert mmaps of /dev/zero to anon memory requests
Mike Hibler [Mon, 15 Nov 1993 05:36:14 +0000 (21:36 -0800)]
convert mmaps of /dev/zero to anon memory requests

SCCS-vsn: sys/vm/vm_mmap.c 8.3

30 years agoadd iszerodev predicate
Mike Hibler [Mon, 15 Nov 1993 05:33:09 +0000 (21:33 -0800)]
add iszerodev predicate

SCCS-vsn: sys/hp300/hp300/conf.c 8.2
SCCS-vsn: sys/i386/i386/conf.c 8.2
SCCS-vsn: sys/luna68k/luna68k/conf.c 8.2
SCCS-vsn: sys/news3400/news3400/conf.c 8.2
SCCS-vsn: sys/pmax/pmax/conf.c 8.2
SCCS-vsn: sys/sparc/sparc/conf.c 8.3

30 years agoset $=k as documented
Eric Allman [Mon, 15 Nov 1993 00:28:07 +0000 (16:28 -0800)]
set $=k as documented

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

30 years agolook at DefUid instead of zero if no ctladdr
Eric Allman [Mon, 15 Nov 1993 00:27:34 +0000 (16:27 -0800)]
look at DefUid instead of zero if no ctladdr

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

30 years agoif getpeername returns a family 0 address, assume localhost
Eric Allman [Mon, 15 Nov 1993 00:27:09 +0000 (16:27 -0800)]
if getpeername returns a family 0 address, assume localhost

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

30 years agoimprove diagnosis of null host name/signature
Eric Allman [Mon, 15 Nov 1993 00:26:42 +0000 (16:26 -0800)]
improve diagnosis of null host name/signature

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

30 years agomake proctitle padding adjustable
Eric Allman [Mon, 15 Nov 1993 00:26:20 +0000 (16:26 -0800)]
make proctitle padding adjustable

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

30 years agoSolaris portability
Eric Allman [Sun, 14 Nov 1993 23:51:55 +0000 (15:51 -0800)]
Solaris portability

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

30 years agoSolaris portability fixes
Eric Allman [Sun, 14 Nov 1993 23:49:58 +0000 (15:49 -0800)]
Solaris portability fixes

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

30 years agoSolaris portability changes
Eric Allman [Sun, 14 Nov 1993 23:49:12 +0000 (15:49 -0800)]
Solaris portability changes

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

30 years agoAIX has statfs() and uname()
Eric Allman [Sun, 14 Nov 1993 00:16:39 +0000 (16:16 -0800)]
AIX has statfs() and uname()

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

30 years agotwo processes had the connection cache causing improper QUITs
Eric Allman [Sat, 13 Nov 1993 23:57:30 +0000 (15:57 -0800)]
two processes had the connection cache causing improper QUITs

SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.28

30 years agofix core dump on null LHS of alias
Eric Allman [Sat, 13 Nov 1993 23:56:55 +0000 (15:56 -0800)]
fix core dump on null LHS of alias

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

30 years agoset group ids completely before calling programs
Eric Allman [Sat, 13 Nov 1993 23:28:07 +0000 (15:28 -0800)]
set group ids completely before calling programs

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

30 years agoANSI says NULL should be defined here too
Chris Torek [Sat, 13 Nov 1993 06:31:05 +0000 (22:31 -0800)]
ANSI says NULL should be defined here too

SCCS-vsn: include/stdlib.h 8.2

30 years agoadd null -O flag for NeXT -- Mail.app uses this, but why?
Eric Allman [Sat, 13 Nov 1993 04:52:32 +0000 (20:52 -0800)]
add null -O flag for NeXT -- Mail.app uses this, but why?

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

30 years ago4.3BSD changes
Eric Allman [Fri, 12 Nov 1993 22:30:27 +0000 (14:30 -0800)]
4.3BSD changes

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

30 years ago4.3 BSD changes
Eric Allman [Fri, 12 Nov 1993 22:23:50 +0000 (14:23 -0800)]
4.3 BSD changes

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

30 years agofix missing return value in shmdt() (gcc -W, come on guys...)
Chris Torek [Fri, 12 Nov 1993 10:31:41 +0000 (02:31 -0800)]
fix missing return value in shmdt() (gcc -W, come on guys...)

SCCS-vsn: sys/kern/sysv_shm.c 8.4

30 years agoSolaris portability changes
Eric Allman [Fri, 12 Nov 1993 08:52:27 +0000 (00:52 -0800)]
Solaris portability changes

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

30 years agorevert to using flock() whenever possible
Eric Allman [Fri, 12 Nov 1993 07:44:17 +0000 (23:44 -0800)]
revert to using flock() whenever possible

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

30 years agoinitialized initproc in start_init
Mike Hibler [Fri, 12 Nov 1993 06:17:45 +0000 (22:17 -0800)]
initialized initproc in start_init

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

30 years agoneed <machine/instr.h> even ifndef DIAGNOSTIC
Chris Torek [Fri, 12 Nov 1993 05:48:17 +0000 (21:48 -0800)]
need <machine/instr.h> even ifndef DIAGNOSTIC

SCCS-vsn: sys/sparc/sparc/intr.c 8.3

30 years agoportability changes for Motorola SysV88
Eric Allman [Fri, 12 Nov 1993 00:00:11 +0000 (16:00 -0800)]
portability changes for Motorola SysV88

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

30 years agofinish up new device pager: all pagers get offsets
Chris Torek [Thu, 11 Nov 1993 02:58:31 +0000 (18:58 -0800)]
finish up new device pager: all pagers get offsets

SCCS-vsn: sys/vm/swap_pager.c 8.3
SCCS-vsn: sys/vm/vm_mmap.c 8.2
SCCS-vsn: sys/vm/vm_pageout.c 8.2
SCCS-vsn: sys/vm/vm_pager.c 8.2
SCCS-vsn: sys/vm/vm_pager.h 8.2
SCCS-vsn: sys/vm/vnode_pager.c 8.2

30 years agoimprove responsiveness to load average
Eric Allman [Tue, 9 Nov 1993 22:41:17 +0000 (14:41 -0800)]
improve responsiveness to load average

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

30 years agoadd argc & argv to init_md call to enhance extensibility
Eric Allman [Tue, 9 Nov 1993 06:26:00 +0000 (22:26 -0800)]
add argc & argv to init_md call to enhance extensibility

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.35
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.44

30 years agodebug output (uname failures)
Eric Allman [Tue, 9 Nov 1993 06:24:18 +0000 (22:24 -0800)]
debug output (uname failures)

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

30 years agobe much less trusting about setuid in mailfile -- still works for the
Eric Allman [Tue, 9 Nov 1993 01:54:09 +0000 (17:54 -0800)]
be much less trusting about setuid in mailfile -- still works for the
.forward case because ctladdr != NULL there

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

30 years agoavoid having errors on quit requeue the current job -- this is
Eric Allman [Tue, 9 Nov 1993 01:48:02 +0000 (17:48 -0800)]
avoid having errors on quit requeue the current job -- this is
not sensible under connection caching

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

30 years agoportability to systems that don't have unix domain sockets
Eric Allman [Tue, 9 Nov 1993 01:47:29 +0000 (17:47 -0800)]
portability to systems that don't have unix domain sockets

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

30 years agoinfo re: -mandoc macros
Eric Allman [Tue, 9 Nov 1993 01:46:52 +0000 (17:46 -0800)]
info re: -mandoc macros

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

30 years agoadditional debugging statements
Eric Allman [Tue, 9 Nov 1993 01:46:34 +0000 (17:46 -0800)]
additional debugging statements

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

30 years agogeneral portability changes
Eric Allman [Tue, 9 Nov 1993 01:46:05 +0000 (17:46 -0800)]
general portability changes

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

30 years agofix bug that permitted anyone to own /.forward
Eric Allman [Tue, 9 Nov 1993 01:45:48 +0000 (17:45 -0800)]
fix bug that permitted anyone to own /.forward

SCCS-vsn: usr.sbin/sendmail/src/util.c 8.16

30 years agoportability changes for MACH386
Eric Allman [Tue, 9 Nov 1993 01:45:20 +0000 (17:45 -0800)]
portability changes for MACH386

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

30 years agobetter checking of m->m_mno (for debugging)
Eric Allman [Tue, 9 Nov 1993 01:45:04 +0000 (17:45 -0800)]
better checking of m->m_mno (for debugging)

SCCS-vsn: usr.sbin/sendmail/src/mci.c 8.7

30 years agosupport for systems that don't have unix domain sockets at all;
Eric Allman [Mon, 8 Nov 1993 08:00:02 +0000 (00:00 -0800)]
support for systems that don't have unix domain sockets at all;
fix CheckLoopBack and BrokenSmtpPeers declarations

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

30 years agoDG/UX and MACH/386 changes; support for systems that don't have
Eric Allman [Mon, 8 Nov 1993 07:59:29 +0000 (23:59 -0800)]
DG/UX and MACH/386 changes; support for systems that don't have
unix domain sockets at all

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

30 years agolfs_bmap => lfs_balloc
Chris Torek [Fri, 5 Nov 1993 11:29:30 +0000 (03:29 -0800)]
lfs_bmap => lfs_balloc

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

30 years agofseek drops ungetc data; compute correct final offset (from Donn@BSDI)
Chris Torek [Thu, 4 Nov 1993 16:02:56 +0000 (08:02 -0800)]
fseek drops ungetc data; compute correct final offset (from Donn@BSDI)

SCCS-vsn: lib/libc/stdio/fseek.c 8.2

30 years agoungetc clears EOF condition
Chris Torek [Thu, 4 Nov 1993 15:58:36 +0000 (07:58 -0800)]
ungetc clears EOF condition

SCCS-vsn: lib/libc/stdio/ungetc.c 8.2

30 years agonote that announcements are made of future releases
Keith Bostic [Wed, 3 Nov 1993 06:33:36 +0000 (22:33 -0800)]
note that announcements are made of future releases

SCCS-vsn: lib/libc/db/VERSION 8.7

30 years agonbuf, not buf
Eric Allman [Mon, 1 Nov 1993 06:46:26 +0000 (22:46 -0800)]
nbuf, not buf

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

30 years agomake S_IFSOCK conditional
Eric Allman [Mon, 1 Nov 1993 05:05:24 +0000 (21:05 -0800)]
make S_IFSOCK conditional

SCCS-vsn: usr.sbin/sendmail/src/util.c 8.15

30 years agosee RELEASE_NOTES
Eric Allman [Mon, 1 Nov 1993 04:35:41 +0000 (20:35 -0800)]
see RELEASE_NOTES

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

30 years ago$c not properly set
Eric Allman [Mon, 1 Nov 1993 03:39:05 +0000 (19:39 -0800)]
$c not properly set

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

30 years agoavoid null return path passed to uux -- it doesn't grok it
Eric Allman [Mon, 1 Nov 1993 03:38:35 +0000 (19:38 -0800)]
avoid null return path passed to uux -- it doesn't grok it

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

30 years agorenumber some rulesets to be consistent with numbering plan
Eric Allman [Mon, 1 Nov 1993 03:38:08 +0000 (19:38 -0800)]
renumber some rulesets to be consistent with numbering plan

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

30 years agohandle wierd case of <list:;> syntax
Eric Allman [Mon, 1 Nov 1993 03:35:55 +0000 (19:35 -0800)]
handle wierd case of <list:;> syntax

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

30 years agoextend reservations on ruleset numbering
Eric Allman [Mon, 1 Nov 1993 03:35:22 +0000 (19:35 -0800)]
extend reservations on ruleset numbering

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