unix-history/.git
30 years agofix moved cross reference
Kirk McKusick [Sat, 21 May 1994 01:48:15 +0000 (17:48 -0800)]
fix moved cross reference

SCCS-vsn: share/doc/psd/05.sysman/1.5.t 8.4

30 years agoavoid reference to uninitialized fd if !HASFLOCK
Eric Allman [Fri, 20 May 1994 22:07:42 +0000 (14:07 -0800)]
avoid reference to uninitialized fd if !HASFLOCK

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.27

30 years agocomment to point people at the right Makefile for 2.3
Eric Allman [Fri, 20 May 1994 22:06:23 +0000 (14:06 -0800)]
comment to point people at the right Makefile for 2.3

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

30 years agotouchups and improvements
Mike Karels [Fri, 20 May 1994 21:07:06 +0000 (13:07 -0800)]
touchups and improvements

SCCS-vsn: share/doc/psd/05.sysman/1.1.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.3.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.4.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.5.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.6.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.7.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.0.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.1.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.3.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.4.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/2.5.t 8.3

30 years agoif no label, reset partition info since readdisklabel changes it
Mike Hibler [Fri, 20 May 1994 12:40:45 +0000 (04:40 -0800)]
if no label, reset partition info since readdisklabel changes it

SCCS-vsn: sys/hp300/dev/rd.c 8.2
SCCS-vsn: sys/hp300/dev/sd.c 8.5

30 years agocorrect management of ps_sig field
Mike Hibler [Fri, 20 May 1994 12:31:26 +0000 (04:31 -0800)]
correct management of ps_sig field
for tracing, clear pending signal before calling trace_req to avoid deadlock

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

30 years agotwo mmap fixes: make sure pos is zero for MAP_ANON
Mike Hibler [Fri, 20 May 1994 12:25:14 +0000 (04:25 -0800)]
two mmap fixes: make sure pos is zero for MAP_ANON
if MAP_FIXED is not specified, ensure that addr is outside potential heap

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

30 years agoadd bpf.4
Kirk McKusick [Fri, 20 May 1994 07:51:08 +0000 (23:51 -0800)]
add bpf.4

SCCS-vsn: share/man/man4/Makefile 8.2
SCCS-vsn: share/man/man0/man4 8.3

30 years agofrom Steve McCanne
Kirk McKusick [Fri, 20 May 1994 07:48:00 +0000 (23:48 -0800)]
from Steve McCanne

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

30 years agoneeds to use eqn
Kirk McKusick [Fri, 20 May 1994 07:32:38 +0000 (23:32 -0800)]
needs to use eqn

SCCS-vsn: usr.bin/diction/USD.doc/Makefile 8.3

30 years agospecify refer database
Kirk McKusick [Fri, 20 May 1994 07:30:19 +0000 (23:30 -0800)]
specify refer database

SCCS-vsn: old/refer/USD.doc/invert/Makefile 8.2

30 years agoadd ioctl.h back in, TIOCGWINSZ on old systems.
Keith Bostic [Fri, 20 May 1994 04:24:30 +0000 (20:24 -0800)]
add ioctl.h back in, TIOCGWINSZ on old systems.

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

30 years agoclarify that rmail is not part of sendmail
Eric Allman [Thu, 19 May 1994 23:33:45 +0000 (15:33 -0800)]
clarify that rmail is not part of sendmail

SCCS-vsn: usr.sbin/sendmail/READ_ME 8.11

30 years agofix return values for tty function
Keith Bostic [Thu, 19 May 1994 06:47:30 +0000 (22:47 -0800)]
fix return values for tty function

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

30 years agoavoid reference to uninitialized "fd" if !HASFLOCK
Eric Allman [Thu, 19 May 1994 03:10:01 +0000 (19:10 -0800)]
avoid reference to uninitialized "fd" if !HASFLOCK

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.26

30 years agoavoid null pointer dereference in debugging code
Eric Allman [Thu, 19 May 1994 01:45:42 +0000 (17:45 -0800)]
avoid null pointer dereference in debugging code

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

30 years agoclose daemon socket early to limit possible race condition
Eric Allman [Thu, 19 May 1994 01:45:19 +0000 (17:45 -0800)]
close daemon socket early to limit possible race condition

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

30 years agofix obscure case of uninitialized variable (only for OLD_NEWDB)
Eric Allman [Thu, 19 May 1994 01:44:55 +0000 (17:44 -0800)]
fix obscure case of uninitialized variable (only for OLD_NEWDB)

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.26

30 years agofix a lie about log levels; clarify [hostname] usage
Eric Allman [Thu, 19 May 1994 01:27:06 +0000 (17:27 -0800)]
fix a lie about log levels; clarify [hostname] usage

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

30 years agoalter link to do a copyup when possible.
Jan-Simon Pendry [Wed, 18 May 1994 10:33:01 +0000 (02:33 -0800)]
alter link to do a copyup when possible.
open now uses the abstracted copyup.

SCCS-vsn: sys/miscfs/union/union_vnops.c 8.13

30 years agoabstract copyup function
Jan-Simon Pendry [Wed, 18 May 1994 10:29:57 +0000 (02:29 -0800)]
abstract copyup function

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

30 years agodon't reference lower layer root vnode if it doesn't exist
Jan-Simon Pendry [Wed, 18 May 1994 10:29:08 +0000 (02:29 -0800)]
don't reference lower layer root vnode if it doesn't exist

SCCS-vsn: sys/miscfs/union/union_subr.c 8.9

30 years agoabstract the copyup function
Jan-Simon Pendry [Wed, 18 May 1994 10:27:43 +0000 (02:27 -0800)]
abstract the copyup function

SCCS-vsn: sys/miscfs/union/union_subr.c 8.8

30 years agoupdate for 4.4BSD manuals
Kirk McKusick [Wed, 18 May 1994 07:30:46 +0000 (23:30 -0800)]
update for 4.4BSD manuals

SCCS-vsn: usr.bin/ex/USD.doc/vitut/Makefile 8.3
SCCS-vsn: usr.bin/ex/USD.doc/exref/Makefile 8.3

30 years agoname change `Source CD-ROM => CD-ROM Companion'
Kirk McKusick [Wed, 18 May 1994 03:57:04 +0000 (19:57 -0800)]
name change `Source CD-ROM => CD-ROM Companion'

SCCS-vsn: share/man/man0/title.cdrom 8.2

30 years agoneed libkern.h include file
Kirk McKusick [Wed, 18 May 1994 02:48:03 +0000 (18:48 -0800)]
need libkern.h include file

SCCS-vsn: sys/kern/subr_autoconf.c 8.3

30 years agochange SFS_STATVFS to be SVR4 semantics; document NIS problem in SunOS
Eric Allman [Tue, 17 May 1994 23:16:28 +0000 (15:16 -0800)]
change SFS_STATVFS to be SVR4 semantics; document NIS problem in SunOS

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

30 years agomake VRFY 252 response more polite
Eric Allman [Tue, 17 May 1994 23:12:22 +0000 (15:12 -0800)]
make VRFY 252 response more polite

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

30 years agoportability for System V Release 4
Eric Allman [Tue, 17 May 1994 23:10:50 +0000 (15:10 -0800)]
portability for System V Release 4

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

30 years agoupdate for 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 13:42:10 +0000 (05:42 -0800)]
update for 4.4BSD manuals

SCCS-vsn: usr.bin/diction/USD.doc/Makefile 8.2

30 years ago4 => 3 column to raise point size from 6 => 10 for 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 13:41:40 +0000 (05:41 -0800)]
4 => 3 column to raise point size from 6 => 10 for 4.4BSD manuals

SCCS-vsn: usr.bin/diction/USD.doc/ap2 8.2

30 years agoupdate for 4.4BSD manual printing
Kirk McKusick [Tue, 17 May 1994 13:03:51 +0000 (05:03 -0800)]
update for 4.4BSD manual printing

SCCS-vsn: old/tbl/USD.doc/Makefile 8.2
SCCS-vsn: old/tbl/USD.doc/tbl 8.2

30 years agoupdate info to reflect photo reduction process used (83%)
Kirk McKusick [Tue, 17 May 1994 09:49:31 +0000 (01:49 -0800)]
update info to reflect photo reduction process used (83%)

SCCS-vsn: old/roff/USD.doc/troff.tutorial/tt02 8.2

30 years agoupdate for 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 09:22:36 +0000 (01:22 -0800)]
update for 4.4BSD manuals

SCCS-vsn: old/roff/USD.doc/troff.tutorial/Makefile 8.2

30 years agoupdate text to reflect photo reduction for 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 09:21:48 +0000 (01:21 -0800)]
update text to reflect photo reduction for 4.4BSD manuals

SCCS-vsn: old/roff/USD.doc/troff/table1 8.2

30 years agoupdate to work with ditroff
Kirk McKusick [Tue, 17 May 1994 08:55:10 +0000 (00:55 -0800)]
update to work with ditroff

SCCS-vsn: old/roff/USD.doc/troff/Makefile 8.2

30 years agoformatting update for 4.4BSD
Kirk McKusick [Tue, 17 May 1994 08:29:12 +0000 (00:29 -0800)]
formatting update for 4.4BSD

SCCS-vsn: usr.bin/mail/USD.doc/mail2.nr 8.2
SCCS-vsn: usr.bin/mail/USD.doc/mail4.nr 8.2
SCCS-vsn: usr.bin/mail/USD.doc/mail5.nr 8.2
SCCS-vsn: usr.bin/mail/USD.doc/mail6.nr 8.2
SCCS-vsn: usr.bin/mail/USD.doc/mail8.nr 8.2
SCCS-vsn: usr.bin/mail/USD.doc/mail9.nr 8.2

30 years agoformatting for the 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 08:25:15 +0000 (00:25 -0800)]
formatting for the 4.4BSD manuals

SCCS-vsn: usr.bin/bc/USD.doc/bc 8.2

30 years agoupdate for the 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 08:21:25 +0000 (00:21 -0800)]
update for the 4.4BSD manuals

SCCS-vsn: bin/csh/USD.doc/csh.1 8.2
SCCS-vsn: bin/csh/USD.doc/csh.2 8.2
SCCS-vsn: bin/csh/USD.doc/csh.3 8.2
SCCS-vsn: bin/csh/USD.doc/csh.4 8.2
SCCS-vsn: bin/csh/USD.doc/csh.a 8.2

30 years agoprettiness police
Keith Bostic [Tue, 17 May 1994 08:12:09 +0000 (00:12 -0800)]
prettiness police

SCCS-vsn: lib/libutil/pty.c 8.3

30 years agoline[5] wasn't getting reset if the first open wasn't successful
Keith Bostic [Tue, 17 May 1994 08:07:50 +0000 (00:07 -0800)]
line[5] wasn't getting reset if the first open wasn't successful

SCCS-vsn: lib/libutil/pty.c 8.2

30 years agoupdate for 4.4BSD manuals
Kirk McKusick [Tue, 17 May 1994 03:23:56 +0000 (19:23 -0800)]
update for 4.4BSD manuals

SCCS-vsn: share/doc/psd/Title 8.3

30 years agoforgot running header for Contents
Kirk McKusick [Tue, 17 May 1994 02:54:06 +0000 (18:54 -0800)]
forgot running header for Contents

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

30 years agoupdate for 4.4BSD Manuals
Kirk McKusick [Tue, 17 May 1994 02:43:50 +0000 (18:43 -0800)]
update for 4.4BSD Manuals

SCCS-vsn: share/doc/usd/Title 8.3

30 years agoupdate for 4.4BSD manual production
Kirk McKusick [Tue, 17 May 1994 02:23:32 +0000 (18:23 -0800)]
update for 4.4BSD manual production

SCCS-vsn: share/doc/usd/Makefile 8.3

30 years agomassive overhaul to bring up to date for 4.4BSD
Kirk McKusick [Tue, 17 May 1994 01:09:44 +0000 (17:09 -0800)]
massive overhaul to bring up to date for 4.4BSD

SCCS-vsn: share/doc/psd/05.sysman/0.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.0.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.1.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.4.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.5.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/a.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.3.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.3.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.6.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/1.7.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.0.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.1.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.4.t 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.5.t 8.2

30 years agoneeds -lmalloc -- the libc version fails under some circumstances
Eric Allman [Mon, 16 May 1994 01:10:18 +0000 (17:10 -0800)]
needs -lmalloc -- the libc version fails under some circumstances

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

30 years agoclean up setting of numeric IP addresses (and debug them properly)
Eric Allman [Sun, 15 May 1994 23:16:38 +0000 (15:16 -0800)]
clean up setting of numeric IP addresses (and debug them properly)

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.56
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.50

30 years agofix malloc(0) problem if MaxMciCache <= 0
Eric Allman [Sun, 15 May 1994 22:23:40 +0000 (14:23 -0800)]
fix malloc(0) problem if MaxMciCache <= 0

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

30 years agoprint numeric a.k.a. info
Eric Allman [Sun, 15 May 1994 22:08:02 +0000 (14:08 -0800)]
print numeric a.k.a. info

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

30 years agocleanup for Usenix manuals
Kirk McKusick [Sun, 15 May 1994 09:34:44 +0000 (01:34 -0800)]
cleanup for Usenix manuals

SCCS-vsn: share/doc/smm/01.setup/0.t 8.2

30 years agoafter the fact nits from Al
Kirk McKusick [Sun, 15 May 1994 09:27:12 +0000 (01:27 -0800)]
after the fact nits from Al

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

30 years agotypo
Kirk McKusick [Sat, 14 May 1994 07:18:45 +0000 (23:18 -0800)]
typo

SCCS-vsn: lib/libc/gen/getcap.3 8.4

30 years agodelete spurious header
Kirk McKusick [Sat, 14 May 1994 07:15:12 +0000 (23:15 -0800)]
delete spurious header

SCCS-vsn: usr.sbin/pstat/pstat.8 8.5

30 years agoavoid returning error AND re-queueing for ``user@.'' address
Eric Allman [Sat, 14 May 1994 04:25:43 +0000 (20:25 -0800)]
avoid returning error AND re-queueing for ``user@.'' address

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

30 years agocatch "." as a host name
Eric Allman [Sat, 14 May 1994 04:25:05 +0000 (20:25 -0800)]
catch "." as a host name

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

30 years agorepairs to ensure that error messages in response to delivery time
Eric Allman [Fri, 13 May 1994 04:06:38 +0000 (20:06 -0800)]
repairs to ensure that error messages in response to delivery time
problems (such as "too many hops" always get delivered even in doublequeue
mode; this also cleans up the CMDDATA code a lot

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

30 years agoproper sizing the dev array on first device (from Glass & Torek)
Kirk McKusick [Fri, 13 May 1994 03:12:08 +0000 (19:12 -0800)]
proper sizing the dev array on first device (from Glass & Torek)

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

30 years agobe sure to return an error message on "too many hops" -- if a
Eric Allman [Fri, 13 May 1994 00:43:51 +0000 (16:43 -0800)]
be sure to return an error message on "too many hops" -- if a
message was being sent to an alias it would be dropped becasue the
queue wasn't completely instantiated

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

30 years agoportability fix for Solaris 2
Eric Allman [Thu, 12 May 1994 22:00:16 +0000 (14:00 -0800)]
portability fix for Solaris 2

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

30 years agodate and time created 94/05/11 11:55:00 by mckusick
Kirk McKusick [Thu, 12 May 1994 02:55:00 +0000 (18:55 -0800)]
date and time created 94/05/11 11:55:00 by mckusick

SCCS-vsn: contrib/perl-4.036/doc/perl.ms 8.1

30 years agodate and time created 94/05/11 11:53:21 by mckusick
Kirk McKusick [Thu, 12 May 1994 02:53:21 +0000 (18:53 -0800)]
date and time created 94/05/11 11:53:21 by mckusick

SCCS-vsn: contrib/perl-4.036/doc/Makefile 8.1

30 years agoFigure 2 should be Figure 1
Eric Allman [Thu, 12 May 1994 02:43:09 +0000 (18:43 -0800)]
Figure 2 should be Figure 1

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

30 years agowrong target
Kirk McKusick [Thu, 12 May 1994 01:19:06 +0000 (17:19 -0800)]
wrong target

SCCS-vsn: usr.sbin/timed/SMM.doc/timed/Makefile 8.2

30 years agoupdate for 4.4BSD-Lite
Kirk McKusick [Thu, 12 May 1994 01:00:17 +0000 (17:00 -0800)]
update for 4.4BSD-Lite

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

30 years agodon't panic getdirentries when a union stack has no lower layer
Jan-Simon Pendry [Wed, 11 May 1994 15:30:29 +0000 (07:30 -0800)]
don't panic getdirentries when a union stack has no lower layer

SCCS-vsn: sys/kern/vfs_syscalls.c 8.14

30 years agoupdate for 4.4BSD-Lite
Kirk McKusick [Wed, 11 May 1994 08:22:06 +0000 (00:22 -0800)]
update for 4.4BSD-Lite

SCCS-vsn: share/doc/smm/Makefile 8.2

30 years agodate and time created 94/05/10 14:15:28 by mckusick
Kirk McKusick [Wed, 11 May 1994 05:15:28 +0000 (21:15 -0800)]
date and time created 94/05/10 14:15:28 by mckusick

SCCS-vsn: share/man/man0/title.cdrom 8.1

30 years agoallow SMTP_MAILER_MAX in nullclient configuration
Eric Allman [Tue, 10 May 1994 23:11:29 +0000 (15:11 -0800)]
allow SMTP_MAILER_MAX in nullclient configuration

SCCS-vsn: usr.sbin/sendmail/cf/feature/nullclient.m4 8.3

30 years agofix parsing of null address so MAILER-DAEMON mapping works; fix
Eric Allman [Tue, 10 May 1994 22:31:05 +0000 (14:31 -0800)]
fix parsing of null address so MAILER-DAEMON mapping works; fix
detection of colon in host name

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

30 years agoavoid core dump from buffer overrun for very long messages
Eric Allman [Tue, 10 May 1994 22:09:39 +0000 (14:09 -0800)]
avoid core dump from buffer overrun for very long messages

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

30 years agofix ref panic in link - same as previous panic but covering
Jan-Simon Pendry [Tue, 10 May 1994 15:05:57 +0000 (07:05 -0800)]
fix ref panic in link - same as previous panic but covering
the case where a lower layer link is requested.  need to do a copyup
to fix this right.

SCCS-vsn: sys/miscfs/union/union_vnops.c 8.12

30 years agocope with partial outputting of tabs when output list is full (from cgd)
Kirk McKusick [Tue, 10 May 1994 12:39:42 +0000 (04:39 -0800)]
cope with partial outputting of tabs when output list is full (from cgd)

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

30 years agouse temporary short for call to isofs_rrip_getname in getdirentries
Kirk McKusick [Tue, 10 May 1994 10:55:23 +0000 (02:55 -0800)]
use temporary short for call to isofs_rrip_getname in getdirentries

SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.4

30 years agoinclude comments about the vnode locking protocol
Jan-Simon Pendry [Tue, 10 May 1994 04:49:33 +0000 (20:49 -0800)]
include comments about the vnode locking protocol

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

30 years agocalculate hostid correctly (typo)
Chris Torek [Mon, 9 May 1994 06:58:50 +0000 (22:58 -0800)]
calculate hostid correctly (typo)

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

30 years agomerge in opendir that understands union mounts
Kirk McKusick [Sun, 8 May 1994 05:25:26 +0000 (21:25 -0800)]
merge in opendir that understands union mounts

SCCS-vsn: lib/libc/gen/opendir.c 8.3

30 years agofix lock/ref panic
Jan-Simon Pendry [Sun, 8 May 1994 04:20:17 +0000 (20:20 -0800)]
fix lock/ref panic

SCCS-vsn: sys/miscfs/union/union_vnops.c 8.11

30 years agokeep track of vnode size changes.
Jan-Simon Pendry [Sun, 8 May 1994 04:19:51 +0000 (20:19 -0800)]
keep track of vnode size changes.

SCCS-vsn: sys/miscfs/union/union_subr.c 8.7
SCCS-vsn: sys/miscfs/union/union.h 8.4
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.10

30 years agotype in conversion
Kirk McKusick [Sat, 7 May 1994 13:15:47 +0000 (05:15 -0800)]
type in conversion

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

30 years agoget the right section
Kirk McKusick [Sat, 7 May 1994 08:40:34 +0000 (00:40 -0800)]
get the right section

SCCS-vsn: usr.sbin/cron/crontab.5 8.3

30 years agoadd history
Kirk McKusick [Sat, 7 May 1994 08:13:43 +0000 (00:13 -0800)]
add history

SCCS-vsn: sbin/disklabel/disklabel.5.5 8.2

30 years agocopy fs_state before checking alternate superblock to keep SunOS happy
Kirk McKusick [Sat, 7 May 1994 08:00:41 +0000 (00:00 -0800)]
copy fs_state before checking alternate superblock to keep SunOS happy

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

30 years agofix up typesetting glitches
Kirk McKusick [Sat, 7 May 1994 07:39:22 +0000 (23:39 -0800)]
fix up typesetting glitches

SCCS-vsn: lib/libc/sys/execve.2 8.4

30 years agooutdent /usr/src as a special case to make it fit better
Kirk McKusick [Sat, 7 May 1994 03:00:36 +0000 (19:00 -0800)]
outdent /usr/src as a special case to make it fit better

SCCS-vsn: share/man/man7/hier.7 8.4

30 years agoremove bogus clear, it really was wrong; fix esprel queueing
Chris Torek [Sat, 7 May 1994 02:57:26 +0000 (18:57 -0800)]
remove bogus clear, it really was wrong; fix esprel queueing

SCCS-vsn: sys/sparc/sbus/esp.c 8.4

30 years agocntents nit
Kirk McKusick [Sat, 7 May 1994 02:17:23 +0000 (18:17 -0800)]
cntents nit

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

30 years agoattempt to scoot lists to the left more
Cynthia A. E. Livingston [Sat, 7 May 1994 00:50:19 +0000 (16:50 -0800)]
attempt to scoot lists to the left more

SCCS-vsn: share/man/man7/hier.7 8.3

30 years agotypesetting fixes
Kirk McKusick [Fri, 6 May 1994 09:14:00 +0000 (01:14 -0800)]
typesetting fixes

SCCS-vsn: lib/libm/common_source/math.3 8.2

30 years agopast tense the appears
Keith Bostic [Fri, 6 May 1994 08:06:43 +0000 (00:06 -0800)]
past tense the appears
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

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

30 years agoget rid of groff @g@ in permuted index
Kirk McKusick [Fri, 6 May 1994 07:15:47 +0000 (23:15 -0800)]
get rid of groff @g@ in permuted index

SCCS-vsn: share/man/man0/tocrc 8.2

30 years agoupdate for Usenix manual printing
Kirk McKusick [Fri, 6 May 1994 07:10:42 +0000 (23:10 -0800)]
update for Usenix manual printing

SCCS-vsn: share/man/man0/title.prm 8.2

30 years agocomments from O'Reilly and Al Henon
Kirk McKusick [Fri, 6 May 1994 07:10:20 +0000 (23:10 -0800)]
comments from O'Reilly and Al Henon

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

30 years agospelling errors
Kirk McKusick [Fri, 6 May 1994 07:07:03 +0000 (23:07 -0800)]
spelling errors

SCCS-vsn: share/man/man0/cshcmd 8.2

30 years agodate and time created 94/05/05 15:29:39 by mckusick
Kirk McKusick [Fri, 6 May 1994 06:29:39 +0000 (22:29 -0800)]
date and time created 94/05/05 15:29:39 by mckusick

SCCS-vsn: share/man/man0/back 8.1

30 years agoNET/3 update
Keith Bostic [Fri, 6 May 1994 04:11:42 +0000 (20:11 -0800)]
NET/3 update

SCCS-vsn: share/man/man7/hier.7 8.2

30 years agomention /var/log/lastlog
Keith Bostic [Fri, 6 May 1994 01:47:02 +0000 (17:47 -0800)]
mention /var/log/lastlog

SCCS-vsn: usr.bin/finger/finger.1 8.3
SCCS-vsn: usr.bin/login/login.1 8.2

30 years agoinstall networks sample file, too
Keith Bostic [Fri, 6 May 1994 00:23:15 +0000 (16:23 -0800)]
install networks sample file, too

SCCS-vsn: etc/Makefile 8.5

30 years agosystem initialization file is in /etc/, not /usr/share/misc
Keith Bostic [Fri, 6 May 1994 00:14:56 +0000 (16:14 -0800)]
system initialization file is in /etc/, not /usr/share/misc

SCCS-vsn: usr.bin/mail/mail.1 8.3

30 years agofurther changes for O'Reilly
Kirk McKusick [Thu, 5 May 1994 08:03:57 +0000 (00:03 -0800)]
further changes for O'Reilly

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