unix-history/.git
29 years agoLinux problem with getusershell(3)
Eric Allman [Sun, 6 Nov 1994 02:31:51 +0000 (18:31 -0800)]
Linux problem with getusershell(3)

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

29 years agofailure to get a reserved port is EACCES, not EPERM
Kirk McKusick [Sat, 5 Nov 1994 06:52:55 +0000 (22:52 -0800)]
failure to get a reserved port is EACCES, not EPERM
(from Theo de Raadt <deraadt@fsa.ca>)

SCCS-vsn: sys/netinet/in_pcb.c 8.3

29 years agominor editing nits fron cgd
Kirk McKusick [Sat, 5 Nov 1994 03:59:12 +0000 (19:59 -0800)]
minor editing nits fron cgd

SCCS-vsn: bin/cat/cat.1 8.2

29 years agoupdate for other libc files
Kirk McKusick [Sat, 5 Nov 1994 03:39:07 +0000 (19:39 -0800)]
update for other libc files

SCCS-vsn: sys/miscfs/union/README 8.2

29 years agoadd F=8 mailer flag to force "just send 8" behaviour
Eric Allman [Sat, 5 Nov 1994 00:43:15 +0000 (16:43 -0800)]
add F=8 mailer flag to force "just send 8" behaviour

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.67
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.24

29 years agofirst cut at DSN implementation
Eric Allman [Sat, 5 Nov 1994 00:40:42 +0000 (16:40 -0800)]
first cut at DSN implementation

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.23
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.39
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.66
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.36
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.103
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.113

29 years agorestore WINO inode to USTATE to keep accounting right
Kirk McKusick [Fri, 4 Nov 1994 16:08:30 +0000 (08:08 -0800)]
restore WINO inode to USTATE to keep accounting right

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

29 years agothis one actually compiles . . .
Keith Sklower [Thu, 3 Nov 1994 10:23:48 +0000 (02:23 -0800)]
this one actually compiles . . .

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

29 years agoput in too many flags when setting netmask
Keith Sklower [Thu, 3 Nov 1994 09:19:50 +0000 (01:19 -0800)]
put in too many flags when setting netmask

SCCS-vsn: sys/net/radix.c 8.4

29 years agoexplain Makefiles subdirectory change & new database definitions
Eric Allman [Thu, 3 Nov 1994 06:13:06 +0000 (22:13 -0800)]
explain Makefiles subdirectory change & new database definitions

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

29 years agoemulate the other common case of setreuid (setregid):
Mike Hibler [Wed, 2 Nov 1994 13:27:09 +0000 (05:27 -0800)]
emulate the other common case of setreuid (setregid):
setting both effective and real to the same value

SCCS-vsn: sys/kern/kern_prot.c 8.7

29 years agooptimization for normal masks requires keeping ptr
Keith Sklower [Tue, 1 Nov 1994 05:46:58 +0000 (21:46 -0800)]
optimization for normal masks requires keeping ptr
to associated leaf, rather than just the mask itself

SCCS-vsn: usr.bin/netstat/route.c 8.4

29 years agooptimization for normal masks requires keeping ptr to associated leaf,
Keith Sklower [Tue, 1 Nov 1994 05:45:49 +0000 (21:45 -0800)]
optimization for normal masks requires keeping ptr to associated leaf,

SCCS-vsn: usr.bin/netstat/route.c 8.4

29 years agocompromise fixes for duped keys
Keith Sklower [Tue, 1 Nov 1994 05:42:56 +0000 (21:42 -0800)]
compromise fixes for duped keys

SCCS-vsn: sys/net/radix.c 8.3
SCCS-vsn: sys/net/radix.h 8.2
SCCS-vsn: sys/net/rtsock.c 8.4

29 years agocorrect reference to Prof. Stephen Falken
Kirk McKusick [Tue, 1 Nov 1994 03:57:27 +0000 (19:57 -0800)]
correct reference to Prof. Stephen Falken

SCCS-vsn: etc/master.passwd 8.2

29 years agoadd more debugging code for ffs_reallocblks
Kirk McKusick [Fri, 28 Oct 1994 15:42:54 +0000 (07:42 -0800)]
add more debugging code for ffs_reallocblks

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

29 years agoper Van via Sally Floyd, do not add the constant maxseg/8 to the
Kirk McKusick [Fri, 28 Oct 1994 13:05:13 +0000 (05:05 -0800)]
per Van via Sally Floyd, do not add the constant maxseg/8 to the
congestion window on each new ack in congestion avoidance (after
slow start) (from karels)

SCCS-vsn: sys/netinet/tcp_input.c 8.7

29 years agouse and maintain fs_maxcluster array
Kirk McKusick [Fri, 28 Oct 1994 12:42:38 +0000 (04:42 -0800)]
use and maintain fs_maxcluster array

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

29 years agoallocate space and initialize fs_maxcluster array;
Kirk McKusick [Fri, 28 Oct 1994 12:41:37 +0000 (04:41 -0800)]
allocate space and initialize fs_maxcluster array;
save and restore fs_maxfilesize so smaller limit can be imposed

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

29 years agoadd fs_maxcluster to track cluster sizes per cylinder group
Kirk McKusick [Fri, 28 Oct 1994 12:39:53 +0000 (04:39 -0800)]
add fs_maxcluster to track cluster sizes per cylinder group

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

29 years agoadd um_savedmaxfilesize to save real value
Kirk McKusick [Fri, 28 Oct 1994 12:35:43 +0000 (04:35 -0800)]
add um_savedmaxfilesize to save real value

SCCS-vsn: sys/ufs/ufs/ufsmount.h 8.4

29 years agodon't calculate stop time until all the data is sent or received
Kirk McKusick [Fri, 28 Oct 1994 11:51:22 +0000 (03:51 -0800)]
don't calculate stop time until all the data is sent or received
(from mcn@.c3.lanl.gov (Michael Neuman))

SCCS-vsn: usr.bin/ftp/ftp.c 8.6

29 years agobyte swapping prototype directory entries on old little
Kirk McKusick [Fri, 28 Oct 1994 07:46:56 +0000 (23:46 -0800)]
byte swapping prototype directory entries on old little
endian filesystems (from mycroft)

SCCS-vsn: sbin/fsck/pass2.c 8.6

29 years agodo not recursively try to fix corrupted directories (from mycroft)
Kirk McKusick [Fri, 28 Oct 1994 07:40:31 +0000 (23:40 -0800)]
do not recursively try to fix corrupted directories (from mycroft)

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

29 years agosetenv syntax does not use an =
Kirk McKusick [Fri, 28 Oct 1994 05:01:49 +0000 (21:01 -0800)]
setenv syntax does not use an =

SCCS-vsn: usr.bin/locate/locate/updatedb.csh 8.4

29 years agopass correct flags to VOP_CLOSE when unmounting
Kirk McKusick [Fri, 28 Oct 1994 04:32:14 +0000 (20:32 -0800)]
pass correct flags to VOP_CLOSE when unmounting

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

29 years agoinclude host name we are chatting with when diagnosing protocol error
Eric Allman [Thu, 27 Oct 1994 01:01:11 +0000 (17:01 -0800)]
include host name we are chatting with when diagnosing protocol error

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

29 years agoconvert blocked list to use queue.h
Kirk McKusick [Wed, 26 Oct 1994 16:38:21 +0000 (08:38 -0800)]
convert blocked list to use queue.h

SCCS-vsn: sys/ufs/ufs/lockf.h 8.2
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.14
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 8.4

29 years agooops -- messed up other Makefiels
Eric Allman [Wed, 26 Oct 1994 09:47:14 +0000 (01:47 -0800)]
oops -- messed up other Makefiels

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

29 years agocompile problems on various platforms
Eric Allman [Wed, 26 Oct 1994 09:19:38 +0000 (01:19 -0800)]
compile problems on various platforms

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.69
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.112
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.34

29 years agoNETINFO support
Eric Allman [Wed, 26 Oct 1994 09:05:04 +0000 (01:05 -0800)]
NETINFO support

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NeXT 8.5

29 years agomakefiles are now in a subdirectory
Eric Allman [Wed, 26 Oct 1994 09:04:18 +0000 (01:04 -0800)]
makefiles are now in a subdirectory

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

29 years agoMakefiles are now in a subdirectory
Eric Allman [Wed, 26 Oct 1994 09:03:52 +0000 (01:03 -0800)]
Makefiles are now in a subdirectory

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

29 years agoincreased m_block and m_lines to longs
Edward Wang [Wed, 26 Oct 1994 08:36:31 +0000 (00:36 -0800)]
increased m_block and m_lines to longs
m_lines has been known to overflow

SCCS-vsn: usr.bin/mail/def.h 8.3

29 years agohandle tgoto functions that return NULL, not "OOPS"
Keith Bostic [Wed, 26 Oct 1994 07:59:23 +0000 (23:59 -0800)]
handle tgoto functions that return NULL, not "OOPS"

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

29 years agoadd warning about "makesendmail" script
Eric Allman [Wed, 26 Oct 1994 01:05:05 +0000 (17:05 -0800)]
add warning about "makesendmail" script

SCCS-vsn: usr.sbin/sendmail/src/Makefile 8.6

29 years agoget it to compile on other environments
Eric Allman [Tue, 25 Oct 1994 13:19:24 +0000 (05:19 -0800)]
get it to compile on other environments

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.27
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.111
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.33

29 years agoinclude -DNISPLUS
Eric Allman [Tue, 25 Oct 1994 13:18:48 +0000 (05:18 -0800)]
include -DNISPLUS

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

29 years agofirst cut at service switch abstraction
Eric Allman [Tue, 25 Oct 1994 10:32:43 +0000 (02:32 -0800)]
first cut at service switch abstraction

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.26
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.46
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.110
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.30
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.32

29 years agoadd ServiceSwitchFile configuration option
Eric Allman [Tue, 25 Oct 1994 09:04:47 +0000 (01:04 -0800)]
add ServiceSwitchFile configuration option

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

29 years agounwhiteout => undelete to be more general
Kirk McKusick [Tue, 25 Oct 1994 02:08:37 +0000 (18:08 -0800)]
unwhiteout => undelete to be more general

SCCS-vsn: sys/kern/vfs_syscalls.c 8.24
SCCS-vsn: lib/libc/sys/Makefile.inc 8.3

29 years agoset VendorCode
Eric Allman [Mon, 24 Oct 1994 06:53:35 +0000 (22:53 -0800)]
set VendorCode

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

29 years agoadd VendorCode
Eric Allman [Mon, 24 Oct 1994 06:53:10 +0000 (22:53 -0800)]
add VendorCode

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

29 years agofirst cut at NeXT NetInfo map class -- still somewhat crude
Eric Allman [Mon, 24 Oct 1994 06:19:19 +0000 (22:19 -0800)]
first cut at NeXT NetInfo map class -- still somewhat crude

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.108
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.31

29 years agoprint mail uid/gid in debugging output
Eric Allman [Mon, 24 Oct 1994 06:18:26 +0000 (22:18 -0800)]
print mail uid/gid in debugging output

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

29 years agooutput trailing white space on lines as (e.g., =20) instead of
Eric Allman [Mon, 24 Oct 1994 06:18:00 +0000 (22:18 -0800)]
output trailing white space on lines as (e.g., =20) instead of
using an escaped newline -- people seem to like that better

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

29 years agodon't object to all numeric user names unless HESIOD is defined; this
Eric Allman [Fri, 21 Oct 1994 06:17:00 +0000 (22:17 -0800)]
don't object to all numeric user names unless HESIOD is defined; this
is legal under Posix (bletch!)

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

29 years agodo not allow truncation beyond the maximum file size
Kirk McKusick [Thu, 20 Oct 1994 07:53:45 +0000 (23:53 -0800)]
do not allow truncation beyond the maximum file size

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

29 years agounwhiteout => undelete
Kirk McKusick [Wed, 19 Oct 1994 07:39:59 +0000 (23:39 -0800)]
unwhiteout => undelete

SCCS-vsn: sbin/restore/utilities.c 8.4

29 years agomore accurate definition of -W option
Kirk McKusick [Wed, 19 Oct 1994 07:38:47 +0000 (23:38 -0800)]
more accurate definition of -W option

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

29 years agounwhiteout => undelete
Kirk McKusick [Wed, 19 Oct 1994 07:34:56 +0000 (23:34 -0800)]
unwhiteout => undelete

SCCS-vsn: sys/kern/syscalls.master 8.4
SCCS-vsn: lib/libc/sys/undelete.2 8.4
SCCS-vsn: bin/rm/rm.c 8.7

29 years agoadd hesiod changes
Eric Allman [Tue, 18 Oct 1994 22:37:55 +0000 (14:37 -0800)]
add hesiod changes

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.107
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.30

29 years agoif a message exceeds MaxMessageSize, stop pushing the data to
Eric Allman [Tue, 18 Oct 1994 12:31:38 +0000 (04:31 -0800)]
if a message exceeds MaxMessageSize, stop pushing the data to
disk -- it is just a possible denial-of-service attack

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.25

29 years agomake so it's portable to SunOS and Ultrix. Yes, I know it's ugly.
Eric Allman [Tue, 18 Oct 1994 07:00:06 +0000 (23:00 -0800)]
make so it's portable to SunOS and Ultrix.  Yes, I know it's ugly.

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

29 years agodate and time created 94/10/17 14:59:00 by eric
Eric Allman [Tue, 18 Oct 1994 06:59:00 +0000 (22:59 -0800)]
date and time created 94/10/17 14:59:00 by eric

SCCS-vsn: libexec/mail.local/Makefile.dist 8.1

29 years ago"host" map class works even without DNS_BIND
Eric Allman [Tue, 18 Oct 1994 03:08:32 +0000 (19:08 -0800)]
"host" map class works even without DNS_BIND

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

29 years agoimproved diagnostics in setreuid code
Eric Allman [Tue, 18 Oct 1994 02:56:49 +0000 (18:56 -0800)]
improved diagnostics in setreuid code

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

29 years agoavoid core dumps in rewrite() if the "null RHS" diagnostic is given
Eric Allman [Tue, 18 Oct 1994 02:56:25 +0000 (18:56 -0800)]
avoid core dumps in rewrite() if the "null RHS" diagnostic is given

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

29 years agoflush cached SMTP connections before programatic deliveries
Eric Allman [Tue, 18 Oct 1994 01:26:20 +0000 (17:26 -0800)]
flush cached SMTP connections before programatic deliveries

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

29 years agouse -s flag on dequote map to indicate space substitution
Eric Allman [Tue, 18 Oct 1994 00:24:32 +0000 (16:24 -0800)]
use -s flag on dequote map to indicate space substitution

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

29 years agoadd RewriteEnvelope configuration option
Eric Allman [Tue, 18 Oct 1994 00:10:34 +0000 (16:10 -0800)]
add RewriteEnvelope configuration option

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.64
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.43

29 years agoallow "u" option to take "user:group" as a value
Eric Allman [Mon, 17 Oct 1994 12:26:18 +0000 (04:26 -0800)]
allow "u" option to take "user:group" as a value

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

29 years agodebug output in shouldqueue()
Eric Allman [Mon, 17 Oct 1994 10:57:20 +0000 (02:57 -0800)]
debug output in shouldqueue()

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

29 years agoadd shouldqueue() logging
Eric Allman [Mon, 17 Oct 1994 10:52:05 +0000 (02:52 -0800)]
add shouldqueue() logging

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

29 years agoadd confRECEIVED_HEADER
Eric Allman [Mon, 17 Oct 1994 03:54:42 +0000 (19:54 -0800)]
add confRECEIVED_HEADER

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

29 years agoadd confRECEIVED_HEADER to set the format of the Received: line
Eric Allman [Mon, 17 Oct 1994 03:52:55 +0000 (19:52 -0800)]
add confRECEIVED_HEADER to set the format of the Received: line

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

29 years agoavoid recursive calls to syserr if malloc fails
Eric Allman [Mon, 17 Oct 1994 03:09:33 +0000 (19:09 -0800)]
avoid recursive calls to syserr if malloc fails

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

29 years agobetter logging of connection open/usage
Eric Allman [Mon, 17 Oct 1994 02:34:58 +0000 (18:34 -0800)]
better logging of connection open/usage

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

29 years agoexpand -bt mode some more
Eric Allman [Mon, 17 Oct 1994 01:05:00 +0000 (17:05 -0800)]
expand -bt mode some more

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

29 years agocheck some possible errors on long macro names
Eric Allman [Sun, 16 Oct 1994 01:50:13 +0000 (17:50 -0800)]
check some possible errors on long macro names

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

29 years agowoops -- typo
Eric Allman [Sun, 16 Oct 1994 01:08:20 +0000 (17:08 -0800)]
woops -- typo

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

29 years agoallow option to set default character set for MIME
Eric Allman [Sun, 16 Oct 1994 00:55:43 +0000 (16:55 -0800)]
allow option to set default character set for MIME

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.63
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.40
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.100

29 years agoSCO Unix updates
Eric Allman [Sun, 16 Oct 1994 00:55:20 +0000 (16:55 -0800)]
SCO Unix updates

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

29 years agoadd confDONT_PRUNE_ROUTES to set R option
Eric Allman [Sun, 16 Oct 1994 00:33:03 +0000 (16:33 -0800)]
add confDONT_PRUNE_ROUTES to set R option

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

29 years agoadd confDONT_PRUNE_ROUTES to set option R
Eric Allman [Sun, 16 Oct 1994 00:32:09 +0000 (16:32 -0800)]
add confDONT_PRUNE_ROUTES to set option R

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

29 years agoif the close of /usr/tmp/dead.letter fails, give a correct error message
Eric Allman [Sun, 16 Oct 1994 00:29:15 +0000 (16:29 -0800)]
if the close of /usr/tmp/dead.letter fails, give a correct error message

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

29 years agofix checksum so it does not use illegal lvalue cast (from mycroft)
Kirk McKusick [Mon, 10 Oct 1994 14:21:33 +0000 (06:21 -0800)]
fix checksum so it does not use illegal lvalue cast (from mycroft)

SCCS-vsn: sys/ufs/lfs/lfs_cksum.c 8.2

29 years agodo not assume that root file handle can always be obtained
Kirk McKusick [Mon, 10 Oct 1994 13:55:26 +0000 (05:55 -0800)]
do not assume that root file handle can always be obtained
by UDP (from mycroft)

SCCS-vsn: sbin/mount_nfs/mount_nfs.c 8.5

29 years agodelete absolute path name
Kirk McKusick [Mon, 10 Oct 1994 13:52:53 +0000 (05:52 -0800)]
delete absolute path name

SCCS-vsn: share/doc/papers/px/tmac.p 5.3

29 years agoFK => KF
Kirk McKusick [Mon, 10 Oct 1994 13:52:24 +0000 (05:52 -0800)]
FK => KF

SCCS-vsn: share/doc/papers/px/fig3.2.n 5.3

29 years agoset macro package
Kirk McKusick [Mon, 10 Oct 1994 13:51:43 +0000 (05:51 -0800)]
set macro package

SCCS-vsn: share/doc/papers/px/Makefile 5.4

29 years agodon't give an error if trying to chgrp to existing group
Kirk McKusick [Mon, 10 Oct 1994 13:28:34 +0000 (05:28 -0800)]
don't give an error if trying to chgrp to existing group

SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.13

29 years agoerr => errf to avoid conflict with function of the same name (from ralph)
Kirk McKusick [Mon, 10 Oct 1994 13:16:43 +0000 (05:16 -0800)]
err => errf to avoid conflict with function of the same name (from ralph)

SCCS-vsn: usr.bin/pr/pr.c 8.3

29 years agoextra period
Kirk McKusick [Mon, 10 Oct 1994 13:13:04 +0000 (05:13 -0800)]
extra period

SCCS-vsn: share/man/man5/printcap.5 8.3

29 years agoThis change allows things to compile correctly (from ralph).
Kirk McKusick [Mon, 10 Oct 1994 13:10:01 +0000 (05:10 -0800)]
This change allows things to compile correctly (from ralph).

SCCS-vsn: sys/pmax/pmax/procfs_machdep.c 8.2

29 years agoFix chip time to GMT convertion so PROM passes self tests and
Kirk McKusick [Mon, 10 Oct 1994 13:09:36 +0000 (05:09 -0800)]
Fix chip time to GMT convertion so PROM passes self tests and
doesn't reset the chip time (from Ralph)

SCCS-vsn: sys/pmax/pmax/clock.c 8.2

29 years agoBug fix for diskless operation (from NetBSD via Ralph)
Kirk McKusick [Mon, 10 Oct 1994 13:07:14 +0000 (05:07 -0800)]
Bug fix for diskless operation (from NetBSD via Ralph)

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

29 years agoFix for the case when DEBUG isn't defined (from Ralph)
Kirk McKusick [Mon, 10 Oct 1994 13:06:49 +0000 (05:06 -0800)]
Fix for the case when DEBUG isn't defined (from Ralph)

SCCS-vsn: sys/pmax/dev/asc.c 8.4

29 years agoWhen the line discipline is changed from term to slip,
Kirk McKusick [Mon, 10 Oct 1994 13:04:09 +0000 (05:04 -0800)]
When the line discipline is changed from term to slip,
ttyclose() is called and then slopen(). This leaves t_state
cleared. Set TS_ISOPEN and TS_XCLUDE so further opens on /dev/xxx
see that the device is still being used by the slip process (from ralph)

SCCS-vsn: sys/net/if_sl.c 8.8

29 years agobetter error message on failure (from mycroft)
Kirk McKusick [Mon, 10 Oct 1994 12:59:06 +0000 (04:59 -0800)]
better error message on failure (from mycroft)

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

29 years agoupdate to support passive mode (from cgd)
Kirk McKusick [Mon, 10 Oct 1994 12:49:20 +0000 (04:49 -0800)]
update to support passive mode (from cgd)

SCCS-vsn: usr.bin/ftp/cmds.c 8.6
SCCS-vsn: usr.bin/ftp/cmdtab.c 8.4
SCCS-vsn: usr.bin/ftp/extern.h 8.3
SCCS-vsn: usr.bin/ftp/ftp.1 8.3
SCCS-vsn: usr.bin/ftp/ftp.c 8.5
SCCS-vsn: usr.bin/ftp/ftp_var.h 8.4
SCCS-vsn: usr.bin/ftp/main.c 8.6

29 years agoupdate for cleaner operation from cgd
Kirk McKusick [Mon, 10 Oct 1994 12:40:25 +0000 (04:40 -0800)]
update for cleaner operation from cgd

SCCS-vsn: sys/kern/vnode_if.sh 8.5

29 years agoget error return consistent
Kirk McKusick [Mon, 10 Oct 1994 11:49:45 +0000 (03:49 -0800)]
get error return consistent

SCCS-vsn: sbin/umount/umount.c 8.5

29 years agocompromise fixes re: Richard Woundy; moves knowledge of dupedkey-chains
Keith Sklower [Sun, 9 Oct 1994 17:57:16 +0000 (09:57 -0800)]
compromise fixes re: Richard Woundy; moves knowledge of dupedkey-chains
and finding a match relative to a key **and** a mask to an AF-specific routine.

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

29 years agothis version corresponds to radix.c SID 8.2.2.1 making use of
Keith Sklower [Sun, 9 Oct 1994 17:44:23 +0000 (09:44 -0800)]
this version corresponds to radix.c SID 8.2.2.1 making use of
normal routes when present, but allowing non-contiguous masks, \

SCCS-vsn: sys/net/radix.h 8.1.2.1

29 years agoThis version supports both non-contiguous masks and prefix-only ones
Keith Sklower [Sun, 9 Oct 1994 17:37:30 +0000 (09:37 -0800)]
This version supports both non-contiguous masks and prefix-only ones
and contains some fixes suggested by Richard Woundy as well as some of my own
for cases of super nets being added in arbitrary order;
This version does some optimizations when prefix-only routes are in use;
It has had limited testing in user space and shouldn't be suffering from
typographical-level errors, and has been tested against all the end-cases
that Woundy sought to fix.

SCCS-vsn: sys/net/radix.c 8.2.2.1

29 years agoavoid null pointer dereferences in some degenerate cases
Eric Allman [Sun, 9 Oct 1994 01:25:20 +0000 (17:25 -0800)]
avoid null pointer dereferences in some degenerate cases

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.37
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.45

29 years agofixes for various picky compilers
Eric Allman [Sun, 9 Oct 1994 01:22:31 +0000 (17:22 -0800)]
fixes for various picky compilers

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.104
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.39

29 years ago(no message)
Eric Allman [Sat, 8 Oct 1994 04:20:15 +0000 (20:20 -0800)]
(no message)

SCCS-vsn: usr.sbin/sendmail/src/err.c 8.29
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.37

29 years agoadd union_dowhiteout
Jan-Simon Pendry [Fri, 30 Sep 1994 00:15:37 +0000 (16:15 -0800)]
add union_dowhiteout

SCCS-vsn: sys/miscfs/union/union.h 8.8