unix-history/.git
32 years agoallow limited 8-bit support; allow [TCP] as an alias for [IPC], even
Eric Allman [Sun, 5 Jan 1992 07:33:23 +0000 (23:33 -0800)]
allow limited 8-bit support; allow [TCP] as an alias for [IPC], even
though it's wrong; restore t option for System V support; add L=_N_
mailer option for line lengths; implement R mailer flag to get
restricted port; misc cleanup

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.42
SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.23
SCCS-vsn: usr.sbin/sendmail/src/collect.c 5.11
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.90
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.28
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.42
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.23
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.31
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.52
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.33

32 years agoinclude defaults for SendMode and ErrorMode; never ignore single dot
Eric Allman [Sun, 5 Jan 1992 03:47:52 +0000 (19:47 -0800)]
include defaults for SendMode and ErrorMode; never ignore single dot
termination when collecting message in SMTP mode.

SCCS-vsn: usr.sbin/sendmail/src/collect.c 5.10
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.89
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.32

32 years agomark tempfail during initial usersmtp open to avoid extra connections
Eric Allman [Fri, 3 Jan 1992 23:41:44 +0000 (15:41 -0800)]
mark tempfail during initial usersmtp open to avoid extra connections
in the future

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.18
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.88

32 years agoset time before the checksum...
Keith Bostic [Wed, 1 Jan 1992 13:47:46 +0000 (05:47 -0800)]
set time before the checksum...

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

32 years agoget dkcksum from disklabel subdirectory
Keith Bostic [Wed, 1 Jan 1992 09:06:19 +0000 (01:06 -0800)]
get dkcksum from disklabel subdirectory

SCCS-vsn: sbin/newlfs/Makefile 5.2

32 years agodate and time created 91/12/31 17:04:28 by bostic
Keith Bostic [Wed, 1 Jan 1992 09:04:28 +0000 (01:04 -0800)]
date and time created 91/12/31 17:04:28 by bostic

SCCS-vsn: sbin/newlfs/Makefile 5.1

32 years agorip out mkfs calls, so can delete mkfs.c from source
Keith Bostic [Wed, 1 Jan 1992 09:04:23 +0000 (01:04 -0800)]
rip out mkfs calls, so can delete mkfs.c from source

SCCS-vsn: sbin/newlfs/newfs.c 5.5

32 years agodate and time created 91/12/31 17:00:36 by bostic
Keith Bostic [Wed, 1 Jan 1992 09:00:36 +0000 (01:00 -0800)]
date and time created 91/12/31 17:00:36 by bostic

SCCS-vsn: sbin/dumplfs/Makefile 5.1

32 years ago<sys/mount.h> needs <sys/uncred.h>
Keith Bostic [Wed, 1 Jan 1992 08:47:42 +0000 (00:47 -0800)]
<sys/mount.h> needs <sys/uncred.h>

SCCS-vsn: sbin/mount/mount.c 5.46

32 years agoadd LFS support
Keith Bostic [Wed, 1 Jan 1992 08:47:09 +0000 (00:47 -0800)]
add LFS support

SCCS-vsn: sbin/mount/mount.c 5.45

32 years agoadd lfs_flush routine, just a hack until Kirk's done
Keith Bostic [Wed, 1 Jan 1992 07:20:57 +0000 (23:20 -0800)]
add lfs_flush routine, just a hack until Kirk's done

SCCS-vsn: sys/kern/vfs_bio.c 7.44
SCCS-vsn: sys/kern/vfs_cluster.c 7.44

32 years agodelete if_st_atime
Keith Bostic [Wed, 1 Jan 1992 07:19:14 +0000 (23:19 -0800)]
delete if_st_atime

SCCS-vsn: sbin/newlfs/lfs.c 5.6

32 years agodelete if_st_atime, minor fixes
Keith Bostic [Wed, 1 Jan 1992 07:17:49 +0000 (23:17 -0800)]
delete if_st_atime, minor fixes

SCCS-vsn: sbin/dumplfs/dumplfs.c 5.6

32 years agoupdate
Keith Bostic [Wed, 1 Jan 1992 07:14:25 +0000 (23:14 -0800)]
update

SCCS-vsn: sys/ufs/lfs/TODO 5.2

32 years agodate and time created 91/12/31 15:10:25 by bostic
Keith Bostic [Wed, 1 Jan 1992 07:10:25 +0000 (23:10 -0800)]
date and time created 91/12/31 15:10:25 by bostic

SCCS-vsn: sys/ufs/lfs/TODO 5.1

32 years agomake lfs_write really work
Keith Bostic [Wed, 1 Jan 1992 07:08:35 +0000 (23:08 -0800)]
make lfs_write really work

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

32 years agosync no longer needs single-threading code, it's done by the system call
Keith Bostic [Wed, 1 Jan 1992 07:04:00 +0000 (23:04 -0800)]
sync no longer needs single-threading code, it's done by the system call

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

32 years agonbytes shouldn't include superblocks or summary blocks
Keith Bostic [Wed, 1 Jan 1992 07:01:40 +0000 (23:01 -0800)]
nbytes shouldn't include superblocks or summary blocks

SCCS-vsn: sbin/newlfs/lfs.c 5.5
SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.6

32 years agofix lfs_markv code to check right order of things, deciding what block
Keith Bostic [Wed, 1 Jan 1992 06:59:07 +0000 (22:59 -0800)]
fix lfs_markv code to check right order of things, deciding what block
to use; minor cleanups, use LFS_UBWRITE

SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.5

32 years agodelete LFS_IRELEASE, just do a brelse
Keith Bostic [Wed, 1 Jan 1992 06:55:07 +0000 (22:55 -0800)]
delete LFS_IRELEASE, just do a brelse

SCCS-vsn: sys/ufs/lfs/lfs_subr.c 7.6

32 years agodatosn, sntoda moved to lfs.h; check v_dirtyblkhd in lfs_segwrite,
Keith Bostic [Wed, 1 Jan 1992 06:54:07 +0000 (22:54 -0800)]
datosn, sntoda moved to lfs.h; check v_dirtyblkhd in lfs_segwrite,
before calling lfs_writefile; remove update of access time in IFILE, unused;
set segment summary create time at write, not init time; don't include summary
blocks in active bytes in segment

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

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