unix-history/.git
32 years agoadd lfs_balloc external declaration
Keith Bostic [Wed, 1 Jan 1992 06:20:45 +0000 (22:20 -0800)]
add lfs_balloc external declaration

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.6

32 years agofix printf types for disk inode dump routien
Keith Bostic [Wed, 1 Jan 1992 06:19:46 +0000 (22:19 -0800)]
fix printf types for disk inode dump routien

SCCS-vsn: sys/ufs/lfs/lfs_debug.c 7.4

32 years agoadd lfs_balloc, routine to allocate a block for writing
Keith Bostic [Wed, 1 Jan 1992 06:15:37 +0000 (22:15 -0800)]
add lfs_balloc, routine to allocate a block for writing

SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.25

32 years agoadd lfs_flush routine, to flush out B_LOCKED queue periodically
Keith Bostic [Wed, 1 Jan 1992 06:09:55 +0000 (22:09 -0800)]
add lfs_flush routine, to flush out B_LOCKED queue periodically

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.4

32 years agoextend the IFILE, minor cleanups
Keith Bostic [Wed, 1 Jan 1992 06:07:43 +0000 (22:07 -0800)]
extend the IFILE, minor cleanups

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.39

32 years agominor reorg; delete if_st_atime field, not used; move datosn and sntoda
Keith Bostic [Wed, 1 Jan 1992 06:05:45 +0000 (22:05 -0800)]
minor reorg; delete if_st_atime field, not used; move datosn and sntoda
into lfs.h from lfs_segment.c, used by lfs_truncate code; rework IFILE macros

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

32 years agominor catchup before integrating lfs_truncate
Keith Bostic [Tue, 31 Dec 1991 11:42:03 +0000 (03:42 -0800)]
minor catchup before integrating lfs_truncate

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.51

32 years agolots of minor reworking, lock the IFILE vnode before writing it
Keith Bostic [Tue, 31 Dec 1991 11:17:11 +0000 (03:17 -0800)]
lots of minor reworking, lock the IFILE vnode before writing it

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

32 years agohexdump no longer specified by POSIX 1003.2
Keith Bostic [Tue, 31 Dec 1991 10:03:46 +0000 (02:03 -0800)]
hexdump no longer specified by POSIX 1003.2

SCCS-vsn: usr.bin/hexdump/hexdump.1 5.13

32 years agoadd fts_cycle for cycles, quit overloading fts_link; minor wordsmithing
Keith Bostic [Tue, 31 Dec 1991 09:52:20 +0000 (01:52 -0800)]
add fts_cycle for cycles, quit overloading fts_link; minor wordsmithing

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

32 years agoget rid of the savelink stuff and just add another pointer field
Keith Bostic [Tue, 31 Dec 1991 09:42:12 +0000 (01:42 -0800)]
get rid of the savelink stuff and just add another pointer field
to the FTSENT structure

SCCS-vsn: include/fts.h 5.17

32 years agoweren't checking high enough in the tree for cycles; get rid of the
Keith Bostic [Tue, 31 Dec 1991 09:41:41 +0000 (01:41 -0800)]
weren't checking high enough in the tree for cycles; get rid of the
savelink stuff and just add another pointer field to the FTSENT structure

SCCS-vsn: lib/libc/gen/fts.c 5.21

32 years agoadd -S option back in
Keith Bostic [Sun, 29 Dec 1991 08:47:21 +0000 (00:47 -0800)]
add -S option back in

SCCS-vsn: usr.bin/tset/tset.c 5.20
SCCS-vsn: usr.bin/tset/tset.1 6.11

32 years agoANSI C: tolower/toupper only work if isupper/islower is true for char
Keith Bostic [Sun, 29 Dec 1991 07:49:12 +0000 (23:49 -0800)]
ANSI C: tolower/toupper only work if isupper/islower is true for char

SCCS-vsn: lib/libc/locale/isctype.c 5.5

32 years agodon't permit illegal file modes; lots of minor ANSI/cleanup
Keith Bostic [Sun, 29 Dec 1991 06:42:34 +0000 (22:42 -0800)]
don't permit illegal file modes; lots of minor ANSI/cleanup

SCCS-vsn: bin/chmod/chmod.c 5.20

32 years agofix example, synopsis line
Keith Bostic [Sun, 29 Dec 1991 06:01:57 +0000 (22:01 -0800)]
fix example, synopsis line

SCCS-vsn: usr.bin/column/column.1 5.9

32 years agodelete extra extern function declaratoins
Keith Bostic [Sat, 28 Dec 1991 02:41:50 +0000 (18:41 -0800)]
delete extra extern function declaratoins

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

32 years agoSEEDOT replaced FTS_DOT completely
Keith Bostic [Fri, 27 Dec 1991 12:17:21 +0000 (04:17 -0800)]
SEEDOT replaced FTS_DOT completely

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

32 years agodon't blow away TERMCAP environmental variable if a path
Keith Bostic [Thu, 26 Dec 1991 10:10:13 +0000 (02:10 -0800)]
don't blow away TERMCAP environmental variable if a path

SCCS-vsn: usr.bin/tset/term.c 5.2

32 years agominor cleanup, make check command skip comments
Keith Bostic [Wed, 25 Dec 1991 03:09:16 +0000 (19:09 -0800)]
minor cleanup, make check command skip comments

SCCS-vsn: usr.bin/shar/shar.1 5.5

32 years agoadd the -a, -d, -p and -r options back in
Keith Bostic [Wed, 25 Dec 1991 02:33:36 +0000 (18:33 -0800)]
add the -a, -d, -p and -r options back in

SCCS-vsn: usr.bin/tset/extern.h 5.2
SCCS-vsn: usr.bin/tset/map.c 5.2
SCCS-vsn: usr.bin/tset/tset.1 6.10
SCCS-vsn: usr.bin/tset/tset.c 5.19

32 years agoremove whitespace on the end of the lines
Keith Bostic [Wed, 25 Dec 1991 02:19:38 +0000 (18:19 -0800)]
remove whitespace on the end of the lines

SCCS-vsn: usr.bin/tset/set.c 5.2
SCCS-vsn: usr.bin/tset/wrterm.c 5.2

32 years agoallow F config line to open a pipe
Eric Allman [Wed, 25 Dec 1991 02:18:43 +0000 (18:18 -0800)]
allow F config line to open a pipe

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.87
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.30

32 years agoprototype internal routines
Keith Bostic [Tue, 24 Dec 1991 09:48:19 +0000 (01:48 -0800)]
prototype internal routines

SCCS-vsn: lib/libc/gen/fts.c 5.20

32 years agofts_dfd unused
Keith Bostic [Tue, 24 Dec 1991 09:24:16 +0000 (01:24 -0800)]
fts_dfd unused

SCCS-vsn: include/fts.h 5.16

32 years agominor rewording
Keith Bostic [Tue, 24 Dec 1991 07:04:42 +0000 (23:04 -0800)]
minor rewording

SCCS-vsn: usr.bin/tset/tset.1 6.9

32 years agobreak up into multiple modules
Keith Bostic [Mon, 23 Dec 1991 10:58:47 +0000 (02:58 -0800)]
break up into multiple modules

SCCS-vsn: usr.bin/tset/Makefile 5.14

32 years agobroken up into multiple modules -- rewrite lots of it, reorganize the
Keith Bostic [Mon, 23 Dec 1991 10:57:42 +0000 (02:57 -0800)]
broken up into multiple modules -- rewrite lots of it, reorganize the
rest.  No longer diffable, but hopefully at least understandable

SCCS-vsn: usr.bin/tset/tset.c 5.18
SCCS-vsn: usr.bin/tset/tset.1 6.8

32 years agodate and time created 91/12/22 18:55:14 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:55:14 +0000 (02:55 -0800)]
date and time created 91/12/22 18:55:14 by bostic

SCCS-vsn: usr.bin/tset/wrterm.c 5.1

32 years agodate and time created 91/12/22 18:55:05 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:55:05 +0000 (02:55 -0800)]
date and time created 91/12/22 18:55:05 by bostic

SCCS-vsn: usr.bin/tset/term.c 5.1

32 years agodate and time created 91/12/22 18:54:58 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:54:58 +0000 (02:54 -0800)]
date and time created 91/12/22 18:54:58 by bostic

SCCS-vsn: usr.bin/tset/set.c 5.1

32 years agodate and time created 91/12/22 18:54:52 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:54:52 +0000 (02:54 -0800)]
date and time created 91/12/22 18:54:52 by bostic

SCCS-vsn: usr.bin/tset/misc.c 5.1

32 years agodate and time created 91/12/22 18:54:45 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:54:45 +0000 (02:54 -0800)]
date and time created 91/12/22 18:54:45 by bostic

SCCS-vsn: usr.bin/tset/map.c 5.1

32 years agodate and time created 91/12/22 18:54:34 by bostic
Keith Bostic [Mon, 23 Dec 1991 10:54:34 +0000 (02:54 -0800)]
date and time created 91/12/22 18:54:34 by bostic

SCCS-vsn: usr.bin/tset/extern.h 5.1

32 years agoprint some control characters in xputs
Eric Allman [Sun, 22 Dec 1991 02:35:03 +0000 (18:35 -0800)]
print some control characters in xputs

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

32 years agodon't set FullName in daemon run
Eric Allman [Sun, 22 Dec 1991 02:30:17 +0000 (18:30 -0800)]
don't set FullName in daemon run

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

32 years agoinclude some documentation of udb
Eric Allman [Sun, 22 Dec 1991 02:04:52 +0000 (18:04 -0800)]
include some documentation of udb

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

32 years agoset close-on-exec flag for recipient log file
Eric Allman [Sat, 21 Dec 1991 12:10:39 +0000 (04:10 -0800)]
set close-on-exec flag for recipient log file

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

32 years agoadd -R flag to log incoming raw recipients for analysis
Eric Allman [Sat, 21 Dec 1991 12:01:24 +0000 (04:01 -0800)]
add -R flag to log incoming raw recipients for analysis

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.25
SCCS-vsn: usr.sbin/sendmail/src/main.c 5.40
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.86

32 years agomany hacks to get mail.cs working well
Eric Allman [Sat, 21 Dec 1991 11:00:02 +0000 (03:00 -0800)]
many hacks to get mail.cs working well

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

32 years agowhen forwarding UUCP mail, make it a route-addr to the destination
Eric Allman [Sat, 21 Dec 1991 10:59:31 +0000 (02:59 -0800)]
when forwarding UUCP mail, make it a route-addr to the destination
to keep it from bouncing back to us

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

32 years agoif we are running new sendmail, assume no_wildcard_MX
Eric Allman [Sat, 21 Dec 1991 04:02:41 +0000 (20:02 -0800)]
if we are running new sendmail, assume no_wildcard_MX

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.12

32 years agothis is an old sendmail implementation (for the time being)
Eric Allman [Sat, 21 Dec 1991 04:02:14 +0000 (20:02 -0800)]
this is an old sendmail implementation (for the time being)

SCCS-vsn: usr.sbin/sendmail/cf/cf/chez.cs.mc 2.3

32 years agoremember to pay attention to =L class in old sendmail mode
Eric Allman [Sat, 21 Dec 1991 04:01:21 +0000 (20:01 -0800)]
remember to pay attention to =L class in old sendmail mode

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

32 years agomail.cs should be exposed, so mail from root makes sense
Eric Allman [Sat, 21 Dec 1991 03:38:40 +0000 (19:38 -0800)]
mail.cs should be exposed, so mail from root makes sense

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

32 years agolook for databases on local disk; include eecs in match
Eric Allman [Sat, 21 Dec 1991 02:23:30 +0000 (18:23 -0800)]
look for databases on local disk; include eecs in match

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

32 years agoget sense of waiting right (from torek)
Kirk McKusick [Fri, 20 Dec 1991 13:59:05 +0000 (05:59 -0800)]
get sense of waiting right (from torek)

SCCS-vsn: sys/kern/uipc_mbuf.c 7.21

32 years agoavoid null proc pointers (as when panicking)
Kirk McKusick [Fri, 20 Dec 1991 13:46:13 +0000 (05:46 -0800)]
avoid null proc pointers (as when panicking)

SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.44
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.44

32 years agoadd libquad.a for quad support (should probably get a new name)
Kirk McKusick [Fri, 20 Dec 1991 13:16:24 +0000 (05:16 -0800)]
add libquad.a for quad support (should probably get a new name)

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.12

32 years agocleanups to LD definitions
Mike Karels [Fri, 20 Dec 1991 13:15:15 +0000 (05:15 -0800)]
cleanups to LD definitions

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.11

32 years agoclosef must be prepared for a null proc pointer from unp_discard
Mike Karels [Fri, 20 Dec 1991 13:08:15 +0000 (05:08 -0800)]
closef must be prepared for a null proc pointer from unp_discard

SCCS-vsn: sys/kern/kern_descrip.c 7.29

32 years agounp_discard has to pass a (null) proc ptr to closef
Mike Karels [Fri, 20 Dec 1991 13:07:41 +0000 (05:07 -0800)]
unp_discard has to pass a (null) proc ptr to closef

SCCS-vsn: sys/kern/uipc_usrreq.c 7.27

32 years agodebugging code for tracking down stray locks;
Kirk McKusick [Fri, 20 Dec 1991 12:32:54 +0000 (04:32 -0800)]
debugging code for tracking down stray locks;
(needs spare to be initialized to zero in ufs_advlock)

SCCS-vsn: sys/ufs/ffs/ufs_lockf.c 7.9.1.1
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 7.9.1.1

32 years agohave to remove lock from waiting chain when giving up
Kirk McKusick [Fri, 20 Dec 1991 12:29:33 +0000 (04:29 -0800)]
have to remove lock from waiting chain when giving up

SCCS-vsn: sys/ufs/ffs/ufs_lockf.c 7.9
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 7.9

32 years agoreference count ifaddrs to make them safe for deletion
Keith Sklower [Fri, 20 Dec 1991 09:43:13 +0000 (01:43 -0800)]
reference count ifaddrs to make them safe for deletion

SCCS-vsn: sys/netinet/in.c 7.19
SCCS-vsn: sys/netns/ns.c 7.9
SCCS-vsn: sys/netiso/iso.c 7.17
SCCS-vsn: sys/netiso/if_eon.c 7.17

32 years agodirs
Keith Sklower [Fri, 20 Dec 1991 09:40:24 +0000 (01:40 -0800)]
dirs

SCCS-vsn: sys/net/route.c 7.26

32 years agorefernce count ifaddrs
Keith Sklower [Fri, 20 Dec 1991 09:15:38 +0000 (01:15 -0800)]
refernce count ifaddrs

SCCS-vsn: sys/net/if.h 7.13

32 years agochanged :is to reset only scrolling region (e.g., not black-on-white)
John A. Kunze [Fri, 20 Dec 1991 07:16:34 +0000 (23:16 -0800)]
changed :is to reset only scrolling region (e.g., not black-on-white)
for Sun entry

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

32 years agova_rsv only exist when _NOQUAD support
Kirk McKusick [Fri, 20 Dec 1991 05:03:20 +0000 (21:03 -0800)]
va_rsv only exist when _NOQUAD support

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

32 years agovattr grew, so number of spares shrank
Kirk McKusick [Fri, 20 Dec 1991 05:02:45 +0000 (21:02 -0800)]
vattr grew, so number of spares shrank

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

32 years agominor lint; initialize modrev time for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 05:02:12 +0000 (21:02 -0800)]
minor lint; initialize modrev time for NFS leases

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

32 years agoselect i_size base on _NOQUAD support; update modrev for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 05:01:18 +0000 (21:01 -0800)]
select i_size base on _NOQUAD support; update modrev for NFS leases

SCCS-vsn: sys/ufs/ffs/inode.h 7.20
SCCS-vsn: sys/ufs/ufs/inode.h 7.20

32 years agoselect di_size based on _NOQUAD support
Kirk McKusick [Fri, 20 Dec 1991 05:00:33 +0000 (21:00 -0800)]
select di_size based on _NOQUAD support

SCCS-vsn: sys/ufs/ffs/dinode.h 7.13
SCCS-vsn: sys/ufs/ufs/dinode.h 7.13

32 years agomust cast long argument to vnode_pager_setsize
Kirk McKusick [Fri, 20 Dec 1991 04:59:28 +0000 (20:59 -0800)]
must cast long argument to vnode_pager_setsize

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.74

32 years agoslight reordering; update modrev time for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 04:58:58 +0000 (20:58 -0800)]
slight reordering; update modrev time for NFS leases

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.50

32 years agomust cast di_size passed to printf
Kirk McKusick [Fri, 20 Dec 1991 04:58:28 +0000 (20:58 -0800)]
must cast di_size passed to printf

SCCS-vsn: sys/ufs/lfs/lfs_debug.c 7.3

32 years agomust cast long argument to vnode_pager_setsize
Kirk McKusick [Fri, 20 Dec 1991 04:57:31 +0000 (20:57 -0800)]
must cast long argument to vnode_pager_setsize

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

32 years agoslight reordering; update modrev time for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 04:56:52 +0000 (20:56 -0800)]
slight reordering; update modrev time for NFS leases

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

32 years agoupdate for quad support
Kirk McKusick [Fri, 20 Dec 1991 04:56:04 +0000 (20:56 -0800)]
update for quad support

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

32 years agoadd quad support
Kirk McKusick [Fri, 20 Dec 1991 04:51:30 +0000 (20:51 -0800)]
add quad support

SCCS-vsn: sbin/fsck/setup.c 5.35

32 years agoquad => quad_t
Kirk McKusick [Fri, 20 Dec 1991 04:45:21 +0000 (20:45 -0800)]
quad => quad_t

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

32 years agonow includes endian.h; define quad_t based on _NOQUAD support
Kirk McKusick [Fri, 20 Dec 1991 04:44:21 +0000 (20:44 -0800)]
now includes endian.h; define quad_t based on _NOQUAD support

SCCS-vsn: sys/sys/types.h 7.19

32 years agoquad => quad_t; select va_size based on _NOQUAD support
Kirk McKusick [Fri, 20 Dec 1991 04:42:31 +0000 (20:42 -0800)]
quad => quad_t; select va_size based on _NOQUAD support

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

32 years agoendian.h is now included in types.h
Kirk McKusick [Fri, 20 Dec 1991 04:41:20 +0000 (20:41 -0800)]
endian.h is now included in types.h

SCCS-vsn: sys/sys/param.h 7.24

32 years agoadd mono_time for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 04:32:29 +0000 (20:32 -0800)]
add mono_time for NFS leases

SCCS-vsn: sys/sys/kernel.h 7.5

32 years agofsid_t is not really a quad, it is two longs
Kirk McKusick [Fri, 20 Dec 1991 04:32:02 +0000 (20:32 -0800)]
fsid_t is not really a quad, it is two longs

SCCS-vsn: sys/sys/mount.h 7.29

32 years agoadd panic for uncleaned vnode private areas
Kirk McKusick [Fri, 20 Dec 1991 04:29:55 +0000 (20:29 -0800)]
add panic for uncleaned vnode private areas

SCCS-vsn: sys/kern/vfs_subr.c 7.64

32 years agoreorder vattr_null to avoid bugs in GCC quad's
Kirk McKusick [Fri, 20 Dec 1991 04:29:07 +0000 (20:29 -0800)]
reorder vattr_null to avoid bugs in GCC quad's

SCCS-vsn: sys/kern/vfs_subr.c 7.63

32 years agoadd mono_time for NFS leases
Kirk McKusick [Fri, 20 Dec 1991 04:27:47 +0000 (20:27 -0800)]
add mono_time for NFS leases

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

32 years agoreorg for quad support
Kirk McKusick [Fri, 20 Dec 1991 04:26:48 +0000 (20:26 -0800)]
reorg for quad support

SCCS-vsn: sys/pmax/include/endian.h 7.9
SCCS-vsn: sys/hp300/include/endian.h 7.8

32 years agoMake sure that the overflow points get initialized correctly when the
Keith Bostic [Thu, 19 Dec 1991 10:13:10 +0000 (02:13 -0800)]
Make sure that the overflow points get initialized correctly when the
table is created empty.  Also, make overflow point calculation a function of
(max_bucket + 1), not just max_bucket.

SCCS-vsn: lib/libc/db/hash/hash.c 5.22

32 years agochecked in for Marc (Keith Bostic)
Marc Teitelbaum [Thu, 19 Dec 1991 05:13:43 +0000 (21:13 -0800)]
checked in for Marc (Keith Bostic)

SCCS-vsn: usr.bin/tset/tset.c 5.17
SCCS-vsn: usr.bin/tset/Makefile 5.13

32 years agolint + no exit() in main from Guy Harris; add getopt(3) and other minor
Keith Bostic [Thu, 19 Dec 1991 04:55:19 +0000 (20:55 -0800)]
lint + no exit() in main from Guy Harris; add getopt(3) and other minor
cleanups as well.  (The end of the "grok" error message, *sniff*)

SCCS-vsn: usr.bin/mt/mt.c 5.8

32 years agoanother fix from Dirk Husemann
Keith Sklower [Wed, 18 Dec 1991 08:31:15 +0000 (00:31 -0800)]
another fix from Dirk Husemann

SCCS-vsn: sys/netccitt/pk_subr.c 7.19

32 years agoanother fix from dkhusema
Keith Sklower [Wed, 18 Dec 1991 08:30:24 +0000 (00:30 -0800)]
another fix from dkhusema

SCCS-vsn: sys/netccitt/pk_subr.c 7.19

32 years agofix <route-addr> handling in ruleset 4
Eric Allman [Wed, 18 Dec 1991 08:27:55 +0000 (00:27 -0800)]
fix <route-addr> handling in ruleset 4

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

32 years agobig-or-odd-size packet option. (n x 128 instead of 2^n only)
Keith Sklower [Wed, 18 Dec 1991 08:19:38 +0000 (00:19 -0800)]
big-or-odd-size packet option. (n x 128 instead of 2^n only)

SCCS-vsn: sys/netiso/tp_pcb.h 7.20
SCCS-vsn: sys/netiso/tp_user.h 7.12
SCCS-vsn: sys/netiso/tp_output.c 7.15
SCCS-vsn: sys/netiso/tp_subr2.c 7.18
SCCS-vsn: sys/netiso/tp_emit.c 7.13
SCCS-vsn: sys/netiso/tp_input.c 7.26

32 years agoadd ENOSR (no streams resources) to list of temporary failure conditions
Eric Allman [Wed, 18 Dec 1991 08:11:56 +0000 (00:11 -0800)]
add ENOSR (no streams resources) to list of temporary failure conditions

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

32 years agoenforce cloning bit for route to interface
Keith Sklower [Wed, 18 Dec 1991 08:05:05 +0000 (00:05 -0800)]
enforce cloning bit for route to interface

SCCS-vsn: sys/netinet/if_ether.c 7.16

32 years agooops..... m4 problem
Eric Allman [Wed, 18 Dec 1991 07:59:31 +0000 (23:59 -0800)]
oops..... m4 problem

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

32 years agomake NEWSENDMAIL the default
Eric Allman [Wed, 18 Dec 1991 07:54:46 +0000 (23:54 -0800)]
make NEWSENDMAIL the default

SCCS-vsn: usr.sbin/sendmail/cf/cf/vangogh.cs.mc 2.4
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 2.5
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 2.5
SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.14
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.18
SCCS-vsn: usr.sbin/sendmail/cf/ostype/ultrix4.m4 2.5
SCCS-vsn: usr.sbin/sendmail/cf/domain/Berkeley.EDU.m4 2.3

32 years agodon't make routines static
Keith Bostic [Tue, 17 Dec 1991 09:49:17 +0000 (01:49 -0800)]
don't make routines static

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.69

32 years agodynamically allocate private part
Kirk McKusick [Tue, 17 Dec 1991 09:48:26 +0000 (01:48 -0800)]
dynamically allocate private part

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.38

32 years agoM_SUPERBLK rolled into M_UFSMNT
Kirk McKusick [Tue, 17 Dec 1991 09:46:46 +0000 (01:46 -0800)]
M_SUPERBLK rolled into M_UFSMNT

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.68

32 years agonew approach for handling aliases (based on local node allocation)
Kirk McKusick [Tue, 17 Dec 1991 09:44:17 +0000 (01:44 -0800)]
new approach for handling aliases (based on local node allocation)

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

32 years agofree UFS private data area
Kirk McKusick [Tue, 17 Dec 1991 09:43:13 +0000 (01:43 -0800)]
free UFS private data area

SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.43
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.43

32 years agosillyrename now in nfsnode
Kirk McKusick [Tue, 17 Dec 1991 09:27:09 +0000 (01:27 -0800)]
sillyrename now in nfsnode

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

32 years agoallocate and free nfsnode private part; sillyrename now in nfsnode
Kirk McKusick [Tue, 17 Dec 1991 09:26:32 +0000 (01:26 -0800)]
allocate and free nfsnode private part; sillyrename now in nfsnode

SCCS-vsn: sys/nfs/nfs_node.c 7.35

32 years agonew approach for handling aliases (based on local node allocation)
Kirk McKusick [Tue, 17 Dec 1991 09:24:14 +0000 (01:24 -0800)]
new approach for handling aliases (based on local node allocation)

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

32 years agodynamically allocate private part
Kirk McKusick [Tue, 17 Dec 1991 07:54:12 +0000 (23:54 -0800)]
dynamically allocate private part

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