unix-history/.git
31 years agomacro expand error messages
Eric Allman [Tue, 21 Jul 1992 01:22:55 +0000 (17:22 -0800)]
macro expand error messages

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

31 years agomore cleanup for alpha release; still needs more, I'm afraid
Eric Allman [Tue, 21 Jul 1992 01:19:33 +0000 (17:19 -0800)]
more cleanup for alpha release; still needs more, I'm afraid

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

31 years agoa variety of changes for 4.4bsd alpha
Eric Allman [Tue, 21 Jul 1992 00:52:57 +0000 (16:52 -0800)]
a variety of changes for 4.4bsd alpha

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

31 years agominor cleanups, set permissions on installtion
Keith Bostic [Tue, 21 Jul 1992 00:21:23 +0000 (16:21 -0800)]
minor cleanups, set permissions on installtion

SCCS-vsn: sys/hp300/stand/Makefile 7.13

31 years agofix uucp, lots of white-space cleanup
Keith Bostic [Tue, 21 Jul 1992 00:13:17 +0000 (16:13 -0800)]
fix uucp, lots of white-space cleanup

SCCS-vsn: etc/mtree/4.4BSD.dist 5.3

31 years agoshouldn't have to be root to delete core dumps
Keith Bostic [Mon, 20 Jul 1992 23:36:52 +0000 (15:36 -0800)]
shouldn't have to be root to delete core dumps

SCCS-vsn: etc/mtree/4.4BSD.dist 5.2

31 years agoput in standard Berkeley header
Eric Allman [Mon, 20 Jul 1992 23:23:40 +0000 (15:23 -0800)]
put in standard Berkeley header

SCCS-vsn: usr.sbin/sendmail/EPA/mldistrib/mldistrib.c 5.6

31 years agoportability changes
Eric Allman [Mon, 20 Jul 1992 23:03:18 +0000 (15:03 -0800)]
portability changes

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.55
SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.26
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.112
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.37
SCCS-vsn: usr.sbin/sendmail/src/Makefile 5.26
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.45
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.41

31 years agodon't need _UUCP_LINKED_ -- use _MAILER_uucp_ instead
Eric Allman [Mon, 20 Jul 1992 23:00:59 +0000 (15:00 -0800)]
don't need _UUCP_LINKED_ -- use _MAILER_uucp_ instead

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 2.7

31 years agoreadability changes
Eric Allman [Mon, 20 Jul 1992 23:00:26 +0000 (15:00 -0800)]
readability changes

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.26
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.8

31 years agonew hashing scheme
Kirk McKusick [Mon, 20 Jul 1992 16:08:05 +0000 (08:08 -0800)]
new hashing scheme

SCCS-vsn: sys/ufs/ffs/quota.h 7.12
SCCS-vsn: sys/ufs/ufs/quota.h 7.12
SCCS-vsn: sys/sys/namei.h 7.20

31 years agoremque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:31:30 +0000 (07:31 -0800)]
remque => ufs_ihashrem

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

31 years agolint; remque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:31:09 +0000 (07:31 -0800)]
lint; remque => ufs_ihashrem

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

31 years agoupdated hashing scheme
Kirk McKusick [Mon, 20 Jul 1992 15:30:44 +0000 (07:30 -0800)]
updated hashing scheme

SCCS-vsn: sys/ufs/ffs/inode.h 7.29
SCCS-vsn: sys/ufs/ufs/inode.h 7.29
SCCS-vsn: sys/ufs/ffs/ufs_ihash.c 7.5
SCCS-vsn: sys/ufs/ufs/ufs_ihash.c 7.5

31 years agonew parameter types and functions for inode hashing
Kirk McKusick [Mon, 20 Jul 1992 15:30:09 +0000 (07:30 -0800)]
new parameter types and functions for inode hashing

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

31 years agoremque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:24:13 +0000 (07:24 -0800)]
remque => ufs_ihashrem

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.79
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.75

31 years agoset up and initialize usrinfo data structures used to count processes
Kirk McKusick [Mon, 20 Jul 1992 14:46:39 +0000 (06:46 -0800)]
set up and initialize usrinfo data structures used to count processes

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

31 years agodecrement process ownership count on exit
Kirk McKusick [Mon, 20 Jul 1992 14:46:05 +0000 (06:46 -0800)]
decrement process ownership count on exit

SCCS-vsn: sys/kern/kern_exit.c 7.49

31 years agoadd hashinit to size and allocate hash tables
Kirk McKusick [Mon, 20 Jul 1992 14:45:42 +0000 (06:45 -0800)]
add hashinit to size and allocate hash tables

SCCS-vsn: sys/kern/kern_subr.c 7.10

31 years agotransfer proc ownership when doing setuid()
Kirk McKusick [Mon, 20 Jul 1992 14:45:04 +0000 (06:45 -0800)]
transfer proc ownership when doing setuid()

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

31 years agoadd data structures and chgproccnt() for tracking users processes
Kirk McKusick [Mon, 20 Jul 1992 14:44:10 +0000 (06:44 -0800)]
add data structures and chgproccnt() for tracking users processes

SCCS-vsn: sys/kern/kern_proc.c 7.20

31 years agoadd prototype for hashinit
Kirk McKusick [Mon, 20 Jul 1992 14:42:12 +0000 (06:42 -0800)]
add prototype for hashinit

SCCS-vsn: sys/sys/systm.h 7.25

31 years agoavoid linear scan through proc table to find number of processes
Kirk McKusick [Mon, 20 Jul 1992 14:35:19 +0000 (06:35 -0800)]
avoid linear scan through proc table to find number of processes

SCCS-vsn: sys/kern/kern_fork.c 7.39

31 years agoadd copyright notice for HP and Motrola when using hpux_float.o
Kirk McKusick [Mon, 20 Jul 1992 10:10:05 +0000 (02:10 -0800)]
add copyright notice for HP and Motrola when using hpux_float.o

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

31 years agoadd american, british, stop to the install list
Keith Bostic [Mon, 20 Jul 1992 09:38:35 +0000 (01:38 -0800)]
add american, british, stop to the install list

SCCS-vsn: usr.bin/spell/Makefile 4.16

31 years agobring up to date
Keith Bostic [Mon, 20 Jul 1992 08:55:25 +0000 (00:55 -0800)]
bring up to date

SCCS-vsn: sbin/Makefile 5.7

31 years agomissed two tag labels leftover from version one macros
Cynthia A. E. Livingston [Mon, 20 Jul 1992 08:54:51 +0000 (00:54 -0800)]
missed two tag labels leftover from version one macros

SCCS-vsn: usr.bin/ex/vi.1 6.4

31 years agoadd vfs_conf.o to the list of things that depends on the Makefile
Kirk McKusick [Mon, 20 Jul 1992 08:46:36 +0000 (00:46 -0800)]
add vfs_conf.o to the list of things that depends on the Makefile

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

31 years agounderstand and allow for union mounts
Jan-Simon Pendry [Mon, 20 Jul 1992 08:06:31 +0000 (00:06 -0800)]
understand and allow for union mounts

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

31 years agohack to allow enabling early ktracing of init
Marc Teitelbaum [Mon, 20 Jul 1992 08:04:55 +0000 (00:04 -0800)]
hack to allow enabling early ktracing of init

SCCS-vsn: sbin/init/init.c 6.11.1.1

31 years agoadd DEBUGSHELL to prompt for shell when /bin/sh exits abnormally
Marc Teitelbaum [Mon, 20 Jul 1992 08:02:52 +0000 (00:02 -0800)]
add DEBUGSHELL to prompt for shell when /bin/sh exits abnormally

SCCS-vsn: sbin/init/init.c 6.11

31 years agomake prompting for shell the default
Marc Teitelbaum [Mon, 20 Jul 1992 08:00:13 +0000 (00:00 -0800)]
make prompting for shell the default

SCCS-vsn: sbin/init/Makefile 5.4

31 years agomust scan whole directory for subdirs or modified files;
Kirk McKusick [Mon, 20 Jul 1992 07:58:51 +0000 (23:58 -0800)]
must scan whole directory for subdirs or modified files;
misc cleanups; keep those off_t's consistent

SCCS-vsn: sbin/dump/traverse.c 5.21

31 years agoadd lfs_maxfilesize in the superblock
Keith Bostic [Mon, 20 Jul 1992 07:51:15 +0000 (23:51 -0800)]
add lfs_maxfilesize in the superblock

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

31 years agoadd maxfilesize to superblock
Keith Bostic [Mon, 20 Jul 1992 07:49:36 +0000 (23:49 -0800)]
add maxfilesize to superblock

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

31 years agocheckpoint for 4.4Alpha
Keith Bostic [Mon, 20 Jul 1992 07:49:17 +0000 (23:49 -0800)]
checkpoint for 4.4Alpha

SCCS-vsn: sbin/Makefile 5.6

31 years agodate and time created 92/07/19 16:32:19 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:32:19 +0000 (23:32 -0800)]
date and time created 92/07/19 16:32:19 by bostic

SCCS-vsn: old/trman/trman.sh 5.1

31 years agobind only takes three arguments
Marc Teitelbaum [Mon, 20 Jul 1992 07:30:33 +0000 (23:30 -0800)]
bind only takes three arguments

SCCS-vsn: old/talk/talk/ctl.c 1.3

31 years agodate and time created 92/07/19 16:28:10 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:28:10 +0000 (23:28 -0800)]
date and time created 92/07/19 16:28:10 by bostic

SCCS-vsn: old/sdb/instrs.adb 5.1

31 years agodate and time created 92/07/19 16:05:33 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:05:33 +0000 (23:05 -0800)]
date and time created 92/07/19 16:05:33 by bostic

SCCS-vsn: old/games.vax/chess/Makefile 5.1

31 years agoThis file was not locked, but had been modified.
Keith Bostic [Mon, 20 Jul 1992 06:43:14 +0000 (22:43 -0800)]
This file was not locked, but had been modified.
Figured I'd put it on a delta, sure hope it works.  ;-}

SCCS-vsn: old/athena/kinit/kinit.c 1.4

31 years agodate and time created 92/07/19 15:10:54 by bostic
Keith Bostic [Mon, 20 Jul 1992 06:10:54 +0000 (22:10 -0800)]
date and time created 92/07/19 15:10:54 by bostic

SCCS-vsn: libexec/ftpd/extern.h 5.1

31 years agooption E has to be in a safe environment; otherwise you could point
Eric Allman [Mon, 20 Jul 1992 05:47:09 +0000 (21:47 -0800)]
option E has to be in a safe environment; otherwise you could point
at a file that you can't otherwise read

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

31 years agoOE is the same as omitting it
Eric Allman [Mon, 20 Jul 1992 05:45:22 +0000 (21:45 -0800)]
OE is the same as omitting it

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

31 years agodate and time created 92/07/19 14:38:12 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:38:12 +0000 (21:38 -0800)]
date and time created 92/07/19 14:38:12 by bostic

SCCS-vsn: lib/csu/mips/Makefile 5.1

31 years agodate and time created 92/07/19 14:35:02 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:02 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:02 by bostic

SCCS-vsn: lib/libc/tahoe/gen/umulsi3.s 5.1

31 years agodate and time created 92/07/19 14:35:01 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:01 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:01 by bostic

SCCS-vsn: lib/libc/tahoe/gen/modsi3.s 5.1

31 years agodate and time created 92/07/19 14:35:00 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:00 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:00 by bostic

SCCS-vsn: lib/libc/tahoe/gen/fixunsdfsi.s 5.1

31 years agodate and time created 92/07/19 14:34:59 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:34:59 +0000 (21:34 -0800)]
date and time created 92/07/19 14:34:59 by bostic

SCCS-vsn: lib/libc/tahoe/gen/fixdfsi.s 5.1

31 years agodate and time created 92/07/19 14:30:33 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:30:33 +0000 (21:30 -0800)]
date and time created 92/07/19 14:30:33 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/makedb.sh 5.1

31 years agofinish uid_t/gid_t conversion; allow locally customized message for
Eric Allman [Mon, 20 Jul 1992 05:26:14 +0000 (21:26 -0800)]
finish uid_t/gid_t conversion; allow locally customized message for
prepending to all error returns

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.111
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.19
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.29
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.42

31 years agofix tty inheritance
Christos Zoulas [Mon, 20 Jul 1992 05:00:39 +0000 (21:00 -0800)]
fix tty inheritance

SCCS-vsn: lib/libedit/map.c 5.4

31 years agoother non-uid_t/gid_t variable changes
Eric Allman [Mon, 20 Jul 1992 04:49:33 +0000 (20:49 -0800)]
other non-uid_t/gid_t variable changes

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

31 years agochange q_uid to uid_t, q_gid to gid_t
Eric Allman [Mon, 20 Jul 1992 04:46:12 +0000 (20:46 -0800)]
change q_uid to uid_t, q_gid to gid_t

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

31 years agoundo fix -r5.8 in favor of a new improved fix to the problem
Kirk McKusick [Mon, 20 Jul 1992 04:34:04 +0000 (20:34 -0800)]
undo fix -r5.8 in favor of a new improved fix to the problem

SCCS-vsn: sbin/restore/restore.c 5.9

31 years agoyank to 5.1
Keith Bostic [Mon, 20 Jul 1992 04:01:16 +0000 (20:01 -0800)]
yank to 5.1

SCCS-vsn: include/protocols/timed.h 5.1

31 years ago/usr/games often isn't in root's path
Keith Bostic [Mon, 20 Jul 1992 03:56:28 +0000 (19:56 -0800)]
/usr/games often isn't in root's path

SCCS-vsn: games/fortune/datfiles/Makefile 5.4

31 years agodate and time created 92/07/19 12:50:18 by bostic
Keith Bostic [Mon, 20 Jul 1992 03:50:18 +0000 (19:50 -0800)]
date and time created 92/07/19 12:50:18 by bostic

SCCS-vsn: games/fortune/datfiles/fortunes-o.fake 5.1

31 years agocheckpoint for 4.4Alpha
Keith Bostic [Mon, 20 Jul 1992 03:32:17 +0000 (19:32 -0800)]
checkpoint for 4.4Alpha

SCCS-vsn: games/Makefile 5.16

31 years agodate and time created 92/07/19 12:25:22 by bostic
Keith Bostic [Mon, 20 Jul 1992 03:25:22 +0000 (19:25 -0800)]
date and time created 92/07/19 12:25:22 by bostic

SCCS-vsn: etc/mtree/4.4BSD.dist 5.1

31 years agodate and time created 92/07/19 12:17:57 by bostic
Keith Bostic [Mon, 20 Jul 1992 03:17:57 +0000 (19:17 -0800)]
date and time created 92/07/19 12:17:57 by bostic

SCCS-vsn: bin/rcp/extern.h 5.1

31 years agocheck in for Marc by TK
Marc Teitelbaum [Mon, 20 Jul 1992 02:46:23 +0000 (18:46 -0800)]
check in for Marc by TK

SCCS-vsn: bin/csh/csh.c 5.37

31 years agofix bogus envelope problem in clock-driven queue runs; misc. fixes
Eric Allman [Mon, 20 Jul 1992 01:20:05 +0000 (17:20 -0800)]
fix bogus envelope problem in clock-driven queue runs; misc. fixes

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.54
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.30
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.110
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.37
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.46

31 years agoupdated
Jan-Simon Pendry [Sun, 19 Jul 1992 23:50:22 +0000 (15:50 -0800)]
updated

SCCS-vsn: sbin/mount_kernfs/mount_kernfs.8 5.2

31 years agoadded boottime
Jan-Simon Pendry [Sun, 19 Jul 1992 23:13:41 +0000 (15:13 -0800)]
added boottime

SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 7.5

31 years agoadded default mount point
Jan-Simon Pendry [Sun, 19 Jul 1992 20:00:17 +0000 (12:00 -0800)]
added default mount point

SCCS-vsn: sys/miscfs/kernfs/kernfs.h 7.3

31 years agoadded raw root device support to kernfs
Jan-Simon Pendry [Sun, 19 Jul 1992 19:56:06 +0000 (11:56 -0800)]
added raw root device support to kernfs

SCCS-vsn: sys/miscfs/kernfs/kernfs.h 7.2
SCCS-vsn: sys/miscfs/kernfs/kernfs_vfsops.c 7.3
SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 7.4

31 years agounknown target names should return ENOENT in lookup
Jan-Simon Pendry [Sun, 19 Jul 1992 18:48:08 +0000 (10:48 -0800)]
unknown target names should return ENOENT in lookup

SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 7.3

31 years agofix confusion regarding quoting with fuzzy local name matching resulting
Eric Allman [Sun, 19 Jul 1992 09:33:50 +0000 (01:33 -0800)]
fix confusion regarding quoting with fuzzy local name matching resulting
from 8-bit clean conversion

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.34
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.109

31 years agoFixed regexp search, and tty chars inheritance.
Christos Zoulas [Sun, 19 Jul 1992 09:03:53 +0000 (01:03 -0800)]
Fixed regexp search, and tty chars inheritance.

SCCS-vsn: lib/libedit/el.h 5.5
SCCS-vsn: lib/libedit/search.c 5.5
SCCS-vsn: lib/libedit/common.c 5.3
SCCS-vsn: lib/libedit/tty.c 5.5
SCCS-vsn: lib/libedit/tty.h 5.5
SCCS-vsn: lib/libedit/history.c 5.4

31 years agofix andrew's fix
Keith Sklower [Sun, 19 Jul 1992 08:31:43 +0000 (00:31 -0800)]
fix andrew's fix

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

31 years agominor cleanup
Jan-Simon Pendry [Sun, 19 Jul 1992 08:09:24 +0000 (00:09 -0800)]
minor cleanup

SCCS-vsn: sys/miscfs/kernfs/kernfs_vfsops.c 7.2

31 years agominor clean up
Jan-Simon Pendry [Sun, 19 Jul 1992 08:08:46 +0000 (00:08 -0800)]
minor clean up

SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 7.2

31 years agomulticast bugfix from arc@sgi.com
Keith Sklower [Sun, 19 Jul 1992 08:01:51 +0000 (00:01 -0800)]
multicast bugfix from arc@sgi.com

SCCS-vsn: sys/netinet/udp_usrreq.c 7.25
SCCS-vsn: sys/kern/uipc_socket.c 7.36

31 years agofixes from andrew cherenson for multicast
Keith Sklower [Sun, 19 Jul 1992 07:57:10 +0000 (23:57 -0800)]
fixes from andrew cherenson for multicast

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

31 years agoneeded for multicast bug fix
Keith Sklower [Sun, 19 Jul 1992 07:47:56 +0000 (23:47 -0800)]
needed for multicast bug fix

SCCS-vsn: sys/sys/socket.h 7.17

31 years agoadded kernfs
Jan-Simon Pendry [Sun, 19 Jul 1992 07:45:07 +0000 (23:45 -0800)]
added kernfs

SCCS-vsn: sys/conf/files 7.41

31 years agodate and time created 92/07/18 16:42:23 by pendry
Jan-Simon Pendry [Sun, 19 Jul 1992 07:42:23 +0000 (23:42 -0800)]
date and time created 92/07/18 16:42:23 by pendry

SCCS-vsn: sys/miscfs/kernfs/kernfs.h 7.1
SCCS-vsn: sys/miscfs/kernfs/kernfs_vfsops.c 7.1
SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 7.1

31 years agodate and time created 92/07/18 16:13:26 by pendry
Jan-Simon Pendry [Sun, 19 Jul 1992 07:13:26 +0000 (23:13 -0800)]
date and time created 92/07/18 16:13:26 by pendry

SCCS-vsn: sbin/mount_kernfs/mount_kernfs.8 5.1

31 years agodo the man pages after an install
Keith Bostic [Sun, 19 Jul 1992 06:56:29 +0000 (22:56 -0800)]
do the man pages after an install

SCCS-vsn: Makefile 5.4

31 years agooops
Keith Bostic [Sun, 19 Jul 1992 06:52:20 +0000 (22:52 -0800)]
oops

SCCS-vsn: share/man/Makefile 5.12

31 years agobuild the whatis file in /tmp
Keith Bostic [Sun, 19 Jul 1992 06:48:30 +0000 (22:48 -0800)]
build the whatis file in /tmp

SCCS-vsn: share/man/Makefile 5.11

31 years agodate and time created 92/07/18 15:46:34 by pendry
Jan-Simon Pendry [Sun, 19 Jul 1992 06:46:34 +0000 (22:46 -0800)]
date and time created 92/07/18 15:46:34 by pendry

SCCS-vsn: sbin/mount_kernfs/Makefile 5.1
SCCS-vsn: sbin/mount_kernfs/mount_kernfs.c 5.1

31 years agoadded kernfs
Jan-Simon Pendry [Sun, 19 Jul 1992 03:59:03 +0000 (19:59 -0800)]
added kernfs

SCCS-vsn: sys/sys/mount.h 7.38
SCCS-vsn: sys/kern/vfs_conf.c 7.16

31 years agomake install test conditional
Keith Bostic [Sun, 19 Jul 1992 01:58:06 +0000 (17:58 -0800)]
make install test conditional

SCCS-vsn: share/zoneinfo/Makefile 5.10

31 years agomove the copyright to etc
Keith Bostic [Sun, 19 Jul 1992 01:57:06 +0000 (17:57 -0800)]
move the copyright to etc

SCCS-vsn: share/man/Makefile 5.10

31 years agoadded me dir
Cynthia A. E. Livingston [Sat, 18 Jul 1992 20:26:04 +0000 (12:26 -0800)]
added me dir

SCCS-vsn: share/Makefile 5.9

31 years agomiscfs reorganisation
Jan-Simon Pendry [Sat, 18 Jul 1992 19:10:43 +0000 (11:10 -0800)]
miscfs reorganisation

SCCS-vsn: sys/conf/files 7.40

31 years agoremove old nroff -h flag as groff does not use it
Cynthia A. E. Livingston [Sat, 18 Jul 1992 18:47:22 +0000 (10:47 -0800)]
remove old nroff -h flag as groff does not use it

SCCS-vsn: old/eqn/eqn/Makefile 5.8

31 years agolint
Keith Bostic [Sat, 18 Jul 1992 14:56:30 +0000 (06:56 -0800)]
lint

SCCS-vsn: old/mkpasswd/mkpasswd.c 5.7

31 years agoget rid of warning messages
Keith Bostic [Sat, 18 Jul 1992 14:41:32 +0000 (06:41 -0800)]
get rid of warning messages

SCCS-vsn: lib/libedit/tty.c 5.4

31 years agominor fixes
Marc Teitelbaum [Sat, 18 Jul 1992 12:47:09 +0000 (04:47 -0800)]
minor fixes

SCCS-vsn: bin/sh/sh.1 5.5

31 years agofixes
Marc Teitelbaum [Sat, 18 Jul 1992 12:26:46 +0000 (04:26 -0800)]
fixes

SCCS-vsn: bin/sh/sh.1 5.4

31 years agofirst pass on new man page
Marc Teitelbaum [Sat, 18 Jul 1992 11:14:38 +0000 (03:14 -0800)]
first pass on new man page

SCCS-vsn: bin/sh/sh.1 5.3

31 years agotypo
Keith Bostic [Sat, 18 Jul 1992 10:59:25 +0000 (02:59 -0800)]
typo

SCCS-vsn: old/as.hpux/Makefile 5.3

31 years agoput redundant stuff in subroutines; add WILLRELE support
John Heidemann [Sat, 18 Jul 1992 08:16:54 +0000 (00:16 -0800)]
put redundant stuff in subroutines; add WILLRELE support

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

31 years agoadd tmac, me, ms
Keith Bostic [Sat, 18 Jul 1992 07:50:36 +0000 (23:50 -0800)]
add tmac, me, ms

SCCS-vsn: old/Makefile 5.25

31 years agocheckpoint
Keith Bostic [Sat, 18 Jul 1992 07:46:12 +0000 (23:46 -0800)]
checkpoint

SCCS-vsn: old/Makefile 5.24

31 years agolint
Keith Bostic [Sat, 18 Jul 1992 06:54:03 +0000 (22:54 -0800)]
lint

SCCS-vsn: usr.bin/graph/graph.c 4.5

31 years agoKen Arnold requested that he not be associated with fortune any more
Keith Bostic [Sat, 18 Jul 1992 06:45:34 +0000 (22:45 -0800)]
Ken Arnold requested that he not be associated with fortune any more

SCCS-vsn: games/fortune/fortune/fortune.6 6.11