unix-history/.git
29 years agoadd whiteout entry type
Jan-Simon Pendry [Thu, 11 Aug 1994 14:17:35 +0000 (06:17 -0800)]
add whiteout entry type

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

29 years agomove in NFS specific call from vnode.h
Kirk McKusick [Thu, 11 Aug 1994 14:13:48 +0000 (06:13 -0800)]
move in NFS specific call from vnode.h

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

29 years agomove NFS specific call to kern_time.c
Kirk McKusick [Thu, 11 Aug 1994 14:13:25 +0000 (06:13 -0800)]
move NFS specific call to kern_time.c

SCCS-vsn: sys/sys/vnode.h 8.10

29 years agoadd vop_lease
Kirk McKusick [Thu, 11 Aug 1994 14:06:25 +0000 (06:06 -0800)]
add vop_lease

SCCS-vsn: sys/kern/vnode_if.src 8.7

29 years agoLEASE_CHECK => VOP_LEASE
Kirk McKusick [Thu, 11 Aug 1994 13:57:11 +0000 (05:57 -0800)]
LEASE_CHECK => VOP_LEASE

SCCS-vsn: sys/sys/vnode.h 8.9

29 years agomore portable version (from cgd)
Kirk McKusick [Thu, 11 Aug 1994 13:41:36 +0000 (05:41 -0800)]
more portable version (from cgd)

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

29 years agoinline => __inline (from cgd)
Kirk McKusick [Thu, 11 Aug 1994 13:24:03 +0000 (05:24 -0800)]
inline => __inline (from cgd)

SCCS-vsn: sys/net/bpf.c 8.3

29 years agoa zero-valued timeout (which should poll and return) gets turned into
Kirk McKusick [Thu, 11 Aug 1994 13:19:13 +0000 (05:19 -0800)]
a zero-valued timeout (which should poll and return) gets turned into
a one-tick timeout, and (worse) the amount of time to sleep is not
recomputed after each sleep.  I.e., if the timeout is 10 sec, and
select is incorrectly after 9 sec, it will go back to sleep for up
to 10 sec.  In fact, in the worst case it will never return. (from karels)

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

29 years agodon't leave the screen in stadnout mode
Keith Bostic [Thu, 11 Aug 1994 00:51:13 +0000 (16:51 -0800)]
don't leave the screen in stadnout mode
bug fix taken from FreeBSD sources, fixes Sun console bug for nvi

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

29 years agodon't reenter standout mode on every character
Keith Bostic [Wed, 10 Aug 1994 22:50:01 +0000 (14:50 -0800)]
don't reenter standout mode on every character
(test for already in standout mode was wrong)

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

29 years agowstandend/wstandout return an int (that's what System V does)
Keith Bostic [Wed, 10 Aug 1994 22:49:03 +0000 (14:49 -0800)]
wstandend/wstandout return an int (that's what System V does)

SCCS-vsn: lib/libcurses/curses.h 8.4

29 years agosimplify the code, return an int (that's what System V does)
Keith Bostic [Wed, 10 Aug 1994 22:48:37 +0000 (14:48 -0800)]
simplify the code, return an int (that's what System V does)

SCCS-vsn: lib/libcurses/standout.c 8.3

29 years agoadd comment about device major/minor info
Eric Allman [Wed, 10 Aug 1994 00:06:04 +0000 (16:06 -0800)]
add comment about device major/minor info

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

29 years agodocument long option names
Eric Allman [Wed, 10 Aug 1994 00:03:59 +0000 (16:03 -0800)]
document long option names

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

29 years agosetproctitle updates for AIX
Eric Allman [Tue, 9 Aug 1994 22:56:22 +0000 (14:56 -0800)]
setproctitle updates for AIX

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.100
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.116

29 years agopart of 4.4BSD distribution
Kirk McKusick [Tue, 9 Aug 1994 04:28:51 +0000 (20:28 -0800)]
part of 4.4BSD distribution

SCCS-vsn: share/man/man4/bpf.4 8.2

29 years agosecond printing; daemon copyright
Kirk McKusick [Tue, 9 Aug 1994 03:37:28 +0000 (19:37 -0800)]
second printing; daemon copyright

SCCS-vsn: share/doc/psd/Title 8.4
SCCS-vsn: share/doc/usd/Title 8.4

29 years agoadd second printing; daemon copyright
Kirk McKusick [Tue, 9 Aug 1994 03:32:26 +0000 (19:32 -0800)]
add second printing; daemon copyright

SCCS-vsn: share/doc/smm/Title 8.5

29 years agoadd second printing; copyright for daemon
Kirk McKusick [Tue, 9 Aug 1994 03:21:37 +0000 (19:21 -0800)]
add second printing; copyright for daemon

SCCS-vsn: share/man/man0/title.prm 8.4
SCCS-vsn: share/man/man0/title.cdrom 8.3

29 years agodrop ed.1 from encumbered list; add daemon copyright; second printing
Kirk McKusick [Tue, 9 Aug 1994 03:14:01 +0000 (19:14 -0800)]
drop ed.1 from encumbered list; add daemon copyright; second printing

SCCS-vsn: share/man/man0/title.urm 8.13

29 years agoadd F=d mailer flag to turn off angle brackets on return path
Eric Allman [Mon, 8 Aug 1994 22:07:35 +0000 (14:07 -0800)]
add F=d mailer flag to turn off angle brackets on return path

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.37
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.54
SCCS-vsn: usr.sbin/sendmail/src/TODO 8.26

29 years agoadd EightBitMode as long option name
Eric Allman [Mon, 8 Aug 1994 09:44:49 +0000 (01:44 -0800)]
add EightBitMode as long option name

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

29 years agoDECWRL extensions to qf file
Eric Allman [Mon, 8 Aug 1994 08:42:12 +0000 (00:42 -0800)]
DECWRL extensions to qf file

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.20
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.93
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.45

29 years agoadd DECWRL fields to envelope
Eric Allman [Mon, 8 Aug 1994 07:59:19 +0000 (23:59 -0800)]
add DECWRL fields to envelope

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

29 years agofix unnecessary dereferences
Eric Allman [Mon, 8 Aug 1994 07:53:56 +0000 (23:53 -0800)]
fix unnecessary dereferences

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.31

29 years agoallow V7 config files (to make long option names safe)
Eric Allman [Mon, 8 Aug 1994 07:31:30 +0000 (23:31 -0800)]
allow V7 config files (to make long option names safe)

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

29 years agoallow full-word options
Eric Allman [Mon, 8 Aug 1994 07:15:28 +0000 (23:15 -0800)]
allow full-word options

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

29 years agomake BrokenSmtpPeers a runtime option
Eric Allman [Mon, 8 Aug 1994 07:15:17 +0000 (23:15 -0800)]
make BrokenSmtpPeers a runtime option

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

29 years agoallow sorting by host name instead of by message priority
Eric Allman [Mon, 8 Aug 1994 07:14:56 +0000 (23:14 -0800)]
allow sorting by host name instead of by message priority

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

29 years agoexpand bitmaps to 256 bits
Eric Allman [Mon, 8 Aug 1994 06:50:40 +0000 (22:50 -0800)]
expand bitmaps to 256 bits

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

29 years agoBrokenSmtpPeers is now an option
Eric Allman [Mon, 8 Aug 1994 06:45:20 +0000 (22:45 -0800)]
BrokenSmtpPeers is now an option

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

29 years agoadd queue sorting variable
Eric Allman [Mon, 8 Aug 1994 05:54:22 +0000 (21:54 -0800)]
add queue sorting variable

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

29 years agochange name of TZ_TYPE values -- the USE_ was bogus
Eric Allman [Mon, 8 Aug 1994 05:00:34 +0000 (21:00 -0800)]
change name of TZ_TYPE values -- the USE_ was bogus

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.115
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 8.3

29 years agogeneralized U= mailer field to cleanly override DefUid
Eric Allman [Mon, 8 Aug 1994 04:46:51 +0000 (20:46 -0800)]
generalized U= mailer field to cleanly override DefUid

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.92
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.29

29 years agoavoid qualifying all UUCP addresses with $Y
Eric Allman [Mon, 8 Aug 1994 04:42:03 +0000 (20:42 -0800)]
avoid qualifying all UUCP addresses with $Y

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

29 years agodocument U= mailer field
Eric Allman [Mon, 8 Aug 1994 04:40:18 +0000 (20:40 -0800)]
document U= mailer field

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

29 years agoallow U= flag on mailer to run as specific user id
Eric Allman [Mon, 8 Aug 1994 03:27:59 +0000 (19:27 -0800)]
allow U= flag on mailer to run as specific user id

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.28
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.91

29 years agoinclude alpha time zone as 822 comment in Date: line
Eric Allman [Mon, 8 Aug 1994 03:27:17 +0000 (19:27 -0800)]
include alpha time zone as 822 comment in Date: line

SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 8.2

29 years agodefaults for TZ_TYPE -- this will probably require some tuning
Eric Allman [Mon, 8 Aug 1994 03:06:41 +0000 (19:06 -0800)]
defaults for TZ_TYPE -- this will probably require some tuning

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

29 years agofix typo
Eric Allman [Mon, 8 Aug 1994 01:25:01 +0000 (17:25 -0800)]
fix typo

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

29 years agoadd specific mailer uid/gid to run as
Eric Allman [Mon, 8 Aug 1994 01:12:58 +0000 (17:12 -0800)]
add specific mailer uid/gid to run as

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

29 years agofirst cut at full 8-bit data capability
Eric Allman [Mon, 8 Aug 1994 01:02:37 +0000 (17:02 -0800)]
first cut at full 8-bit data capability

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.19
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.90

29 years agoadd EOL handling envelope flags
Eric Allman [Mon, 8 Aug 1994 00:38:16 +0000 (16:38 -0800)]
add EOL handling envelope flags

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

29 years agodelete redundant declaration of time (from cgd)
Kirk McKusick [Sat, 6 Aug 1994 07:44:39 +0000 (23:44 -0800)]
delete redundant declaration of time (from cgd)

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

29 years agoinline => __inline (from cgd)
Kirk McKusick [Sat, 6 Aug 1994 07:42:18 +0000 (23:42 -0800)]
inline => __inline (from cgd)

SCCS-vsn: sys/kern/vnode_if.sh 8.2
SCCS-vsn: sys/libkern/libkern.h 8.2

29 years agoput white-out in conditionally
Kirk McKusick [Sat, 6 Aug 1994 07:34:11 +0000 (23:34 -0800)]
put white-out in conditionally

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

29 years agowhite-out is on an ifdef
Kirk McKusick [Sat, 6 Aug 1994 07:32:23 +0000 (23:32 -0800)]
white-out is on an ifdef

SCCS-vsn: usr.bin/find/function.c 8.8

29 years agoproper semantics for adding -print (from cgd)
Kirk McKusick [Sat, 6 Aug 1994 07:29:21 +0000 (23:29 -0800)]
proper semantics for adding -print (from cgd)

SCCS-vsn: usr.bin/find/find.c 8.5

29 years agoPOSIX behavior for -print being added (from cgd)
Kirk McKusick [Sat, 6 Aug 1994 07:26:26 +0000 (23:26 -0800)]
POSIX behavior for -print being added (from cgd)

SCCS-vsn: usr.bin/find/find.1 8.5

29 years agoadded :cd to tvi912/920 (used by tin)
John A. Kunze [Sat, 6 Aug 1994 05:45:28 +0000 (21:45 -0800)]
added :cd to tvi912/920 (used by tin)

SCCS-vsn: share/termcap/termcap.src 8.3

29 years agocannot use append mode in a stateless server (from macklem)
Kirk McKusick [Sat, 6 Aug 1994 02:49:23 +0000 (18:49 -0800)]
cannot use append mode in a stateless server (from macklem)

SCCS-vsn: sys/nfs/nfs_vnops.c 8.8

29 years agolint, multicast fix (from karels)
Kirk McKusick [Sat, 6 Aug 1994 02:42:59 +0000 (18:42 -0800)]
lint, multicast fix (from karels)

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

29 years agofensepost error (from Torek)
Kirk McKusick [Fri, 5 Aug 1994 09:03:58 +0000 (01:03 -0800)]
fensepost error (from Torek)

SCCS-vsn: sys/ufs/ufs/ufs_readwrite.c 8.8

29 years agofix for little-endian machines (from mycroft)
Kirk McKusick [Fri, 5 Aug 1994 09:02:03 +0000 (01:02 -0800)]
fix for little-endian machines (from mycroft)

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

29 years agofixes from Ralph
Kirk McKusick [Fri, 5 Aug 1994 08:33:17 +0000 (00:33 -0800)]
fixes from Ralph

SCCS-vsn: games/gomoku/main.c 8.2

29 years agocredit where credit is due
Kirk McKusick [Fri, 5 Aug 1994 08:32:50 +0000 (00:32 -0800)]
credit where credit is due

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

29 years agorework scrolling to us AL/DL if scrolling most of the screen, in
Keith Bostic [Thu, 4 Aug 1994 23:26:26 +0000 (15:26 -0800)]
rework scrolling to us AL/DL if scrolling most of the screen, in
preference to sf/sr

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

29 years agomention Nov 92 TOCS paper by Kessler and Hill for potentially
Mike Hibler [Tue, 2 Aug 1994 11:38:01 +0000 (03:38 -0800)]
mention Nov 92 TOCS paper by Kessler and Hill for potentially

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

29 years agoadd whiteouts
Jan-Simon Pendry [Sat, 30 Jul 1994 09:38:50 +0000 (01:38 -0800)]
add whiteouts

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

29 years agoadded whiteout
Jan-Simon Pendry [Sat, 30 Jul 1994 09:29:09 +0000 (01:29 -0800)]
added whiteout

SCCS-vsn: bin/ls/ls.1 8.7

29 years agoattempt to make "average active VM" count more accurate--
Mike Hibler [Fri, 29 Jul 1994 05:02:06 +0000 (21:02 -0800)]
attempt to make "average active VM" count more accurate--
don't count empty shadow objects

SCCS-vsn: sys/vm/vm_meter.c 8.5

29 years agosigh...handle another "too much memory in buffer" boundary case
Mike Hibler [Fri, 29 Jul 1994 04:59:34 +0000 (20:59 -0800)]
sigh...handle another "too much memory in buffer" boundary case

SCCS-vsn: sys/kern/vfs_cluster.c 8.8

29 years agoput space around minus sign in pad expressions. gcc2.5.8 complains
Mike Hibler [Fri, 29 Jul 1994 04:56:57 +0000 (20:56 -0800)]
put space around minus sign in pad expressions.  gcc2.5.8 complains
about 0xNNNE-0xNNNN if the 'E' is immediately followed by a '-', thinks it
is a constant in scientific notation and complains about malformed number.

SCCS-vsn: sys/hp300/dev/grf_dvreg.h 8.2
SCCS-vsn: sys/hp300/dev/grf_tcreg.h 8.2

29 years agoadded whiteout
Jan-Simon Pendry [Thu, 28 Jul 1994 20:03:27 +0000 (12:03 -0800)]
added whiteout

SCCS-vsn: lib/libc/string/strmode.3 8.3

29 years agochanges for whiteouts and union filesystem
Jan-Simon Pendry [Thu, 28 Jul 1994 18:39:31 +0000 (10:39 -0800)]
changes for whiteouts and union filesystem

SCCS-vsn: bin/ls/ls.c 8.6
SCCS-vsn: bin/ls/util.c 8.4
SCCS-vsn: bin/ls/print.c 8.5
SCCS-vsn: bin/ls/stat_flags.c 8.2
SCCS-vsn: bin/rm/rm.c 8.6
SCCS-vsn: include/dirent.h 8.2
SCCS-vsn: include/fts.h 8.2
SCCS-vsn: include/unistd.h 8.11
SCCS-vsn: lib/libc/gen/opendir.c 8.5
SCCS-vsn: lib/libc/gen/fts.c 8.5
SCCS-vsn: lib/libc/gen/readdir.c 8.2
SCCS-vsn: lib/libc/sys/chflags.2 8.2
SCCS-vsn: lib/libc/sys/Makefile.inc 8.2
SCCS-vsn: lib/libc/sys/undelete.2 8.2
SCCS-vsn: lib/libc/string/strmode.c 8.2
SCCS-vsn: usr.bin/chflags/chflags.1 8.3
SCCS-vsn: usr.bin/find/find.c 8.4
SCCS-vsn: usr.bin/find/function.c 8.7
SCCS-vsn: sbin/fsck/pass2.c 8.3
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 8.9
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.8
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.12
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 8.5
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 8.7
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 8.5
SCCS-vsn: sys/kern/vfs_syscalls.c 8.19
SCCS-vsn: sys/miscfs/union/union.h 8.7
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.19
SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.12
SCCS-vsn: sys/miscfs/union/union_subr.c 8.12
SCCS-vsn: sys/sys/namei.h 8.3
SCCS-vsn: sys/sys/vnode.h 8.8

29 years agoI got the sense of the scroll test backwards....
Keith Bostic [Thu, 28 Jul 1994 08:44:48 +0000 (00:44 -0800)]
I got the sense of the scroll test backwards....

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

29 years ago__tscroll has to take a second integer argument for CS string
Keith Bostic [Thu, 28 Jul 1994 05:58:50 +0000 (21:58 -0800)]
__tscroll has to take a second integer argument for CS string

SCCS-vsn: lib/libcurses/tscroll.c 8.4

29 years agoadd support for CS SF/sf/SR/sr combinations as scrolling commands
Keith Bostic [Thu, 28 Jul 1994 05:57:39 +0000 (21:57 -0800)]
add support for CS SF/sf/SR/sr combinations as scrolling commands

SCCS-vsn: lib/libcurses/refresh.c 8.3
SCCS-vsn: lib/libcurses/setterm.c 8.6

29 years agodelete __FULLLINE, it's never used
Keith Bostic [Thu, 28 Jul 1994 05:54:38 +0000 (21:54 -0800)]
delete __FULLLINE, it's never used

SCCS-vsn: lib/libcurses/newwin.c 8.3

29 years agodelete __FULLLINE, it's never used
Keith Bostic [Thu, 28 Jul 1994 05:51:19 +0000 (21:51 -0800)]
delete __FULLLINE, it's never used
__tscroll has to take a second integer argument for CS string

SCCS-vsn: lib/libcurses/curses.h 8.3

29 years agoRalph did the 3100/5000, not the 3000/5000
Kirk McKusick [Mon, 25 Jul 1994 15:13:20 +0000 (07:13 -0800)]
Ralph did the 3100/5000, not the 3000/5000

SCCS-vsn: admin/admin/contrib/contrib 5.56

29 years agoset group size in cred (from mycroft via macklem)
Kirk McKusick [Mon, 25 Jul 1994 15:09:45 +0000 (07:09 -0800)]
set group size in cred (from mycroft via macklem)

SCCS-vsn: sys/nfs/nfs_subs.c 8.4

29 years agoMike Hibler sez we can nuke the round down on maxcontig
Kirk McKusick [Mon, 25 Jul 1994 14:46:09 +0000 (06:46 -0800)]
Mike Hibler sez we can nuke the round down on maxcontig

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

29 years agomfs should be mount_mfs
Kirk McKusick [Mon, 25 Jul 1994 14:27:12 +0000 (06:27 -0800)]
mfs should be mount_mfs

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

29 years agodon't spill superblock numbers for big disks
Kirk McKusick [Mon, 25 Jul 1994 14:26:10 +0000 (06:26 -0800)]
don't spill superblock numbers for big disks

SCCS-vsn: sbin/newfs/mkfs.c 8.5

29 years agoonly clear clustersfree when in use (from cgd)
Kirk McKusick [Mon, 25 Jul 1994 14:13:26 +0000 (06:13 -0800)]
only clear clustersfree when in use (from cgd)

SCCS-vsn: sbin/newfs/mkfs.c 8.4

29 years agofrom Ralph Campbell
Kirk McKusick [Mon, 25 Jul 1994 13:58:11 +0000 (05:58 -0800)]
from Ralph Campbell

SCCS-vsn: games/gomoku/Makefile 8.1
SCCS-vsn: games/gomoku/bdinit.c 8.1
SCCS-vsn: games/gomoku/bdisp.c 8.1
SCCS-vsn: games/gomoku/gomoku.6 8.1
SCCS-vsn: games/gomoku/gomoku.h 8.1
SCCS-vsn: games/gomoku/main.c 8.1
SCCS-vsn: games/gomoku/makemove.c 8.1
SCCS-vsn: games/gomoku/pickmove.c 8.1
SCCS-vsn: games/gomoku/stoc.c 8.1

29 years agoadd gomoku
Kirk McKusick [Mon, 25 Jul 1994 13:57:36 +0000 (05:57 -0800)]
add gomoku

SCCS-vsn: games/Makefile 8.3

29 years agomore bugfixes from mycroft
Kirk McKusick [Mon, 25 Jul 1994 13:40:02 +0000 (05:40 -0800)]
more bugfixes from mycroft

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

29 years agoadd -d flag to allow duplicate keys in B-Trees
Eric Allman [Mon, 25 Jul 1994 07:29:12 +0000 (23:29 -0800)]
add -d flag to allow duplicate keys in B-Trees

SCCS-vsn: usr.sbin/sendmail/makemap/makemap.8 8.3
SCCS-vsn: usr.sbin/sendmail/makemap/makemap.c 8.7

29 years agomention Ultrix and AIX pmake patchkits
Eric Allman [Sun, 24 Jul 1994 22:33:13 +0000 (14:33 -0800)]
mention Ultrix and AIX pmake patchkits

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

29 years agoinstructions for porting pmake for Ultrix
Eric Allman [Sun, 24 Jul 1994 21:41:53 +0000 (13:41 -0800)]
instructions for porting pmake for Ultrix

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

29 years agomove hidden dot algorithm; allow no encoding at all
Eric Allman [Sun, 24 Jul 1994 02:16:24 +0000 (18:16 -0800)]
move hidden dot algorithm; allow no encoding at all

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

29 years agoadd huginn.mc
Eric Allman [Sun, 24 Jul 1994 01:53:13 +0000 (17:53 -0800)]
add huginn.mc

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

29 years agoMIME support
Eric Allman [Sun, 24 Jul 1994 01:52:16 +0000 (17:52 -0800)]
MIME support

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

29 years agoconfEIGHT_BIT_HANDLING
Eric Allman [Sun, 24 Jul 1994 01:50:58 +0000 (17:50 -0800)]
confEIGHT_BIT_HANDLING

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

29 years agoMIME support
Eric Allman [Sun, 24 Jul 1994 01:49:20 +0000 (17:49 -0800)]
MIME support

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 8.7
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.52
SCCS-vsn: usr.sbin/sendmail/cf/m4/nullrelay.m4 8.6

29 years agoOption 8
Eric Allman [Sun, 24 Jul 1994 01:46:21 +0000 (17:46 -0800)]
Option 8

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

29 years agoMIME is done
Eric Allman [Sun, 24 Jul 1994 01:19:11 +0000 (17:19 -0800)]
MIME is done

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

29 years agotweaks & bug fixes to MIME algorithm
Eric Allman [Sun, 24 Jul 1994 01:12:39 +0000 (17:12 -0800)]
tweaks & bug fixes to MIME algorithm

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.18
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.27
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.89
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/mime.c 8.2

29 years agoMIME 8 to 7 bit support
Eric Allman [Sat, 23 Jul 1994 23:00:21 +0000 (15:00 -0800)]
MIME 8 to 7 bit support

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.21
SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.34
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.63
SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.17
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.46
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.33
SCCS-vsn: usr.sbin/sendmail/src/Makefile 8.5
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.26
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.88
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.98
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 8.13
SCCS-vsn: usr.sbin/sendmail/src/TRACEFLAGS 8.7
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.386BSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AIX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AUX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD43 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD-OS 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ConvexOS 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dgux 8.5
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dell 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.DomainOS 8.6
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dynix 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.FreeBSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.IRIX 8.6
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.9
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Mach386 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NeXT 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.OSF1 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.PTX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.RISCos 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SCO 8.5
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SVR4 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.7
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Titan 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.4.0 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.6
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.6
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ULTRIX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.UMAX 8.4
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Utah 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.CLIX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NCR3000 8.3
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NonStop-UX 8.3

29 years agodate and time created 94/07/23 07:53:46 by eric
Eric Allman [Sat, 23 Jul 1994 22:53:46 +0000 (14:53 -0800)]
date and time created 94/07/23 07:53:46 by eric

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

29 years agoget rid of complaint about inode size
Kirk McKusick [Sat, 23 Jul 1994 06:01:52 +0000 (22:01 -0800)]
get rid of complaint about inode size

SCCS-vsn: sys/ufs/ufs/ufs_inode.c 8.7

29 years agoassume that anything in $=D is also notsticky
Eric Allman [Fri, 22 Jul 1994 07:59:23 +0000 (23:59 -0800)]
assume that anything in $=D is also notsticky

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

29 years agochange the way directories are reported.
Jan-Simon Pendry [Fri, 22 Jul 1994 04:59:00 +0000 (20:59 -0800)]
change the way directories are reported.
don't fake them into fifos any more - instead twiddle the x bits off.
this is to prevent fts/ls from getting too confused.

SCCS-vsn: sys/miscfs/fdesc/fdesc_vnops.c 8.11

29 years agoisop_laddr is a pointer to a sockaddr_iso, not the thing itself;
Keith Sklower [Wed, 20 Jul 1994 01:36:07 +0000 (17:36 -0800)]
isop_laddr is a pointer to a sockaddr_iso, not the thing itself;
change line about 231 to isop->laddr->siso_tlen

SCCS-vsn: sys/netiso/iso_pcb.c 8.3

29 years agoset A, w, 5, :, /, |, and @ on the local mailer
Eric Allman [Sun, 17 Jul 1994 02:23:00 +0000 (18:23 -0800)]
set A, w, 5, :, /, |, and @ on the local mailer

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

29 years agoadd dotted users
Eric Allman [Sun, 17 Jul 1994 01:21:35 +0000 (17:21 -0800)]
add dotted users

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 8.6
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.50
SCCS-vsn: usr.sbin/sendmail/cf/README 8.32

29 years agoupdates for 8.7, esp. split out mailer flags
Eric Allman [Sat, 16 Jul 1994 23:45:32 +0000 (15:45 -0800)]
updates for 8.7, esp. split out mailer flags

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

29 years agodate and time created 94/07/15 07:18:03 by pendry
Jan-Simon Pendry [Fri, 15 Jul 1994 22:18:03 +0000 (14:18 -0800)]
date and time created 94/07/15 07:18:03 by pendry

SCCS-vsn: lib/libc/sys/undelete.2 8.1