unix-history/.git
34 years agoexpand i_dquot to handle user and group quotas
Kirk McKusick [Thu, 3 May 1990 10:28:26 +0000 (02:28 -0800)]
expand i_dquot to handle user and group quotas

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

34 years agoderived from quota_kern.c, quota_subr.c, quota_sys.c, quota_ufs.c
Kirk McKusick [Thu, 3 May 1990 10:27:15 +0000 (02:27 -0800)]
derived from quota_kern.c, quota_subr.c, quota_sys.c, quota_ufs.c

SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.1
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.1

34 years agoadd quotactl function; add QUOTA and LOCAL flags
Kirk McKusick [Thu, 3 May 1990 10:23:29 +0000 (02:23 -0800)]
add quotactl function; add QUOTA and LOCAL flags

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

34 years agodefine vflush flags; add NULLVP; shuffle flags
Kirk McKusick [Thu, 3 May 1990 10:22:40 +0000 (02:22 -0800)]
define vflush flags; add NULLVP; shuffle flags

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

34 years agoadd entries for UFS mount table entries and UFS quota structures
Kirk McKusick [Thu, 3 May 1990 10:21:22 +0000 (02:21 -0800)]
add entries for UFS mount table entries and UFS quota structures

SCCS-vsn: sys/sys/malloc.h 7.14

34 years agoadd vfs_busy/vfs_unbusy to single thread access to mount points
Kirk McKusick [Thu, 3 May 1990 10:18:23 +0000 (02:18 -0800)]
add vfs_busy/vfs_unbusy to single thread access to mount points
and avoid races with unmount; add SKIPSYSTEM to vflush to avoid quota files;
define the flags to vflush and vclean; define new flags in vprint;
use vfs_busy in kinfo_vnode

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

34 years agochecks that vfs_busy is being used
Kirk McKusick [Thu, 3 May 1990 10:10:54 +0000 (02:10 -0800)]
checks that vfs_busy is being used

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

34 years agoadd quotactl system call;
Kirk McKusick [Thu, 3 May 1990 10:09:32 +0000 (02:09 -0800)]
add quotactl system call;
use vfs_busy to single thread sync and avoid races with unmount

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

34 years agodo not count processes in load average sleeping over one second
Kirk McKusick [Thu, 3 May 1990 10:07:25 +0000 (02:07 -0800)]
do not count processes in load average sleeping over one second

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

34 years agoadd oldquota call
Kirk McKusick [Thu, 3 May 1990 10:05:53 +0000 (02:05 -0800)]
add oldquota call

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

34 years agoconvert to new syscall convention
Kirk McKusick [Thu, 3 May 1990 10:05:32 +0000 (02:05 -0800)]
convert to new syscall convention

SCCS-vsn: sys/kern/kern_xxx.c 7.9

34 years agoadd null nfs_quotactl routine; define vflush flags
Kirk McKusick [Thu, 3 May 1990 10:03:29 +0000 (02:03 -0800)]
add null nfs_quotactl routine; define vflush flags

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.19

34 years agoNFSiod waits at PWAIT rather than PRIBIO
Kirk McKusick [Thu, 3 May 1990 09:19:03 +0000 (01:19 -0800)]
NFSiod waits at PWAIT rather than PRIBIO

SCCS-vsn: sys/nfs/nfs_syscalls.c 7.12

34 years agofix problem that -net caused gateways to be ignored
Keith Sklower [Thu, 3 May 1990 08:10:47 +0000 (00:10 -0800)]
fix problem that -net caused gateways to be ignored

SCCS-vsn: sbin/route/route.c 5.21

34 years agofix bug in not converting gateway if -net specified.
Keith Sklower [Thu, 3 May 1990 07:32:40 +0000 (23:32 -0800)]
fix bug in not converting gateway if -net specified.

SCCS-vsn: sbin/route/route.c 5.21

34 years agooff by one on argument processing
Keith Bostic [Thu, 3 May 1990 05:38:07 +0000 (21:38 -0800)]
off by one on argument processing

SCCS-vsn: games/monop/initdeck.c 5.4

34 years agouse paths.h for /dev/null
Keith Bostic [Thu, 3 May 1990 05:29:19 +0000 (21:29 -0800)]
use paths.h for /dev/null

SCCS-vsn: games/mille/varpush.c 5.5

34 years agomove scores/data files into /var, /usr/share
Keith Bostic [Thu, 3 May 1990 05:24:09 +0000 (21:24 -0800)]
move scores/data files into /var, /usr/share
remove time checks, dm does that, minor general cleanup

SCCS-vsn: games/larn/config.c 5.2
SCCS-vsn: games/larn/header.h 5.3
SCCS-vsn: games/larn/main.c 5.4
SCCS-vsn: games/larn/tok.c 5.2

34 years agodate and time created 90/05/02 10:48:28 by bostic
Keith Bostic [Thu, 3 May 1990 01:48:28 +0000 (17:48 -0800)]
date and time created 90/05/02 10:48:28 by bostic

SCCS-vsn: games/larn/larn.6 5.1

34 years agodate and time created 90/05/02 10:32:36 by bostic
Keith Bostic [Thu, 3 May 1990 01:32:36 +0000 (17:32 -0800)]
date and time created 90/05/02 10:32:36 by bostic

SCCS-vsn: games/larn/pathnames.h 5.1

34 years agoNMOUNT is no more
Kirk McKusick [Thu, 3 May 1990 01:08:26 +0000 (17:08 -0800)]
NMOUNT is no more

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

34 years agoadd LOCAL and QUOTA flags
Kirk McKusick [Thu, 3 May 1990 00:39:18 +0000 (16:39 -0800)]
add LOCAL and QUOTA flags

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

34 years agodate and time created 90/05/02 09:30:32 by bostic
Keith Bostic [Thu, 3 May 1990 00:30:32 +0000 (16:30 -0800)]
date and time created 90/05/02 09:30:32 by bostic

SCCS-vsn: games/hack/pathnames.h 5.1

34 years agotake file name as argument, so can build elsewhere
Keith Bostic [Thu, 3 May 1990 00:30:22 +0000 (16:30 -0800)]
take file name as argument, so can build elsewhere

SCCS-vsn: games/hack/makedefs.c 5.2

34 years agouse pathnames.h, move files to /var/games
Keith Bostic [Thu, 3 May 1990 00:30:04 +0000 (16:30 -0800)]
use pathnames.h, move files to /var/games

SCCS-vsn: games/hack/config.h 5.2

34 years agodate and time created 90/05/02 08:41:11 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:11 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:11 by bostic

SCCS-vsn: games/hack/rumors 5.1

34 years agodate and time created 90/05/02 08:41:09 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:09 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:09 by bostic

SCCS-vsn: games/hack/rnd.c 5.1

34 years agodate and time created 90/05/02 08:41:06 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:06 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:06 by bostic

SCCS-vsn: games/hack/makedefs.c 5.1

34 years agodate and time created 90/05/02 08:41:04 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:04 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:04 by bostic

SCCS-vsn: games/hack/hh 5.1

34 years agodate and time created 90/05/02 08:41:02 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:02 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:02 by bostic

SCCS-vsn: games/hack/help 5.1

34 years agodate and time created 90/05/02 08:41:00 by bostic
Keith Bostic [Wed, 2 May 1990 23:41:00 +0000 (15:41 -0800)]
date and time created 90/05/02 08:41:00 by bostic

SCCS-vsn: games/hack/hack.zap.c 5.1

34 years agodate and time created 90/05/02 08:40:58 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:58 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:58 by bostic

SCCS-vsn: games/hack/hack.worn.c 5.1

34 years agodate and time created 90/05/02 08:40:57 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:57 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:57 by bostic

SCCS-vsn: games/hack/hack.worm.c 5.1

34 years agodate and time created 90/05/02 08:40:55 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:55 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:55 by bostic

SCCS-vsn: games/hack/hack.wizard.c 5.1

34 years agodate and time created 90/05/02 08:40:54 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:54 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:54 by bostic

SCCS-vsn: games/hack/hack.wield.c 5.1

34 years agodate and time created 90/05/02 08:40:52 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:52 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:52 by bostic

SCCS-vsn: games/hack/hack.version.c 5.1

34 years agodate and time created 90/05/02 08:40:51 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:51 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:51 by bostic

SCCS-vsn: games/hack/hack.vault.c 5.1

34 years agodate and time created 90/05/02 08:40:49 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:49 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:49 by bostic

SCCS-vsn: games/hack/hack.unix.c 5.1

34 years agodate and time created 90/05/02 08:40:48 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:48 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:48 by bostic

SCCS-vsn: games/hack/hack.u_init.c 5.1

34 years agodate and time created 90/05/02 08:40:46 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:46 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:46 by bostic

SCCS-vsn: games/hack/hack.trap.c 5.1

34 years agodate and time created 90/05/02 08:40:45 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:45 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:45 by bostic

SCCS-vsn: games/hack/hack.track.c 5.1

34 years agodate and time created 90/05/02 08:40:43 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:43 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:43 by bostic

SCCS-vsn: games/hack/hack.topl.c 5.1

34 years agodate and time created 90/05/02 08:40:41 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:41 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:41 by bostic

SCCS-vsn: games/hack/hack.timeout.c 5.1

34 years agodate and time created 90/05/02 08:40:38 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:38 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:38 by bostic

SCCS-vsn: games/hack/hack.termcap.c 5.1

34 years agodate and time created 90/05/02 08:40:36 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:36 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:36 by bostic

SCCS-vsn: games/hack/hack.steal.c 5.1

34 years agodate and time created 90/05/02 08:40:34 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:34 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:34 by bostic

SCCS-vsn: games/hack/hack.shknam.c 5.1

34 years agodate and time created 90/05/02 08:40:32 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:32 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:32 by bostic

SCCS-vsn: games/hack/hack.shk.c 5.1

34 years agodate and time created 90/05/02 08:40:30 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:30 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:30 by bostic

SCCS-vsn: games/hack/hack.sh 5.1

34 years agodate and time created 90/05/02 08:40:28 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:28 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:28 by bostic

SCCS-vsn: games/hack/hack.search.c 5.1

34 years agodate and time created 90/05/02 08:40:27 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:27 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:27 by bostic

SCCS-vsn: games/hack/hack.save.c 5.1

34 years agodate and time created 90/05/02 08:40:25 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:25 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:25 by bostic

SCCS-vsn: games/hack/hack.rumors.c 5.1

34 years agodate and time created 90/05/02 08:40:24 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:24 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:24 by bostic

SCCS-vsn: games/hack/hack.rip.c 5.1

34 years agodate and time created 90/05/02 08:40:22 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:22 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:22 by bostic

SCCS-vsn: games/hack/hack.pri.c 5.1

34 years agodate and time created 90/05/02 08:40:20 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:20 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:20 by bostic

SCCS-vsn: games/hack/hack.potion.c 5.1

34 years agodate and time created 90/05/02 08:40:19 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:19 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:19 by bostic

SCCS-vsn: games/hack/hack.options.c 5.1

34 years agodate and time created 90/05/02 08:40:17 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:17 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:17 by bostic

SCCS-vsn: games/hack/hack.onames.h 5.1

34 years agodate and time created 90/05/02 08:40:15 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:15 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:15 by bostic

SCCS-vsn: games/hack/hack.objnam.c 5.1

34 years agodate and time created 90/05/02 08:40:13 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:13 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:13 by bostic

SCCS-vsn: games/hack/hack.o_init.c 5.1

34 years agodate and time created 90/05/02 08:40:10 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:10 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:10 by bostic

SCCS-vsn: games/hack/hack.monst.c 5.1

34 years agodate and time created 90/05/02 08:40:08 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:08 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:08 by bostic

SCCS-vsn: games/hack/hack.mon.c 5.1

34 years agodate and time created 90/05/02 08:40:06 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:06 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:06 by bostic

SCCS-vsn: games/hack/hack.mkshop.c 5.1

34 years agodate and time created 90/05/02 08:40:05 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:05 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:05 by bostic

SCCS-vsn: games/hack/hack.mkobj.c 5.1

34 years agodate and time created 90/05/02 08:40:03 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:03 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:03 by bostic

SCCS-vsn: games/hack/hack.mkmaze.c 5.1

34 years agodate and time created 90/05/02 08:40:01 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:01 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:01 by bostic

SCCS-vsn: games/hack/hack.mklev.c 5.1

34 years agodate and time created 90/05/02 08:40:00 by bostic
Keith Bostic [Wed, 2 May 1990 23:40:00 +0000 (15:40 -0800)]
date and time created 90/05/02 08:40:00 by bostic

SCCS-vsn: games/hack/hack.mhitu.c 5.1

34 years agodate and time created 90/05/02 08:39:58 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:58 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:58 by bostic

SCCS-vsn: games/hack/hack.mfndpos.h 5.1

34 years agodate and time created 90/05/02 08:39:57 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:57 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:57 by bostic

SCCS-vsn: games/hack/hack.lev.c 5.1

34 years agodate and time created 90/05/02 08:39:55 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:55 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:55 by bostic

SCCS-vsn: games/hack/hack.ioctl.c 5.1

34 years agodate and time created 90/05/02 08:39:53 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:53 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:53 by bostic

SCCS-vsn: games/hack/hack.invent.c 5.1

34 years agodate and time created 90/05/02 08:39:52 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:52 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:52 by bostic

SCCS-vsn: games/hack/hack.fix 5.1

34 years agodate and time created 90/05/02 08:39:50 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:50 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:50 by bostic

SCCS-vsn: games/hack/hack.fight.c 5.1

34 years agodate and time created 90/05/02 08:39:48 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:48 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:48 by bostic

SCCS-vsn: games/hack/hack.engrave.c 5.1

34 years agodate and time created 90/05/02 08:39:46 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:46 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:46 by bostic

SCCS-vsn: games/hack/hack.end.c 5.1

34 years agodate and time created 90/05/02 08:39:45 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:45 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:45 by bostic

SCCS-vsn: games/hack/hack.eat.c 5.1

34 years agodate and time created 90/05/02 08:39:43 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:43 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:43 by bostic

SCCS-vsn: games/hack/hack.dog.c 5.1

34 years agodate and time created 90/05/02 08:39:41 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:41 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:41 by bostic

SCCS-vsn: games/hack/hack.do_wear.c 5.1

34 years agodate and time created 90/05/02 08:39:39 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:39 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:39 by bostic

SCCS-vsn: games/hack/hack.do_name.c 5.1

34 years agodate and time created 90/05/02 08:39:37 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:37 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:37 by bostic

SCCS-vsn: games/hack/hack.do.c 5.1

34 years agodate and time created 90/05/02 08:39:36 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:36 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:36 by bostic

SCCS-vsn: games/hack/hack.c 5.1

34 years agodate and time created 90/05/02 08:39:34 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:34 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:34 by bostic

SCCS-vsn: games/hack/hack.bones.c 5.1

34 years agodate and time created 90/05/02 08:39:32 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:32 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:32 by bostic

SCCS-vsn: games/hack/hack.apply.c 5.1

34 years agodate and time created 90/05/02 08:39:31 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:31 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:31 by bostic

SCCS-vsn: games/hack/hack.Decl.c 5.1

34 years agodate and time created 90/05/02 08:39:30 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:30 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:30 by bostic

SCCS-vsn: games/hack/def.wseg.h 5.1

34 years agodate and time created 90/05/02 08:39:28 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:28 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:28 by bostic

SCCS-vsn: games/hack/def.trap.h 5.1

34 years agodate and time created 90/05/02 08:39:27 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:27 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:27 by bostic

SCCS-vsn: games/hack/def.rm.h 5.1

34 years agodate and time created 90/05/02 08:39:26 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:26 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:26 by bostic

SCCS-vsn: games/hack/def.permonst.h 5.1

34 years agodate and time created 90/05/02 08:39:24 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:24 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:24 by bostic

SCCS-vsn: games/hack/def.objects.h 5.1

34 years agodate and time created 90/05/02 08:39:23 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:23 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:23 by bostic

SCCS-vsn: games/hack/def.objclass.h 5.1

34 years agodate and time created 90/05/02 08:39:22 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:22 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:22 by bostic

SCCS-vsn: games/hack/def.obj.h 5.1

34 years agodate and time created 90/05/02 08:39:21 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:21 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:21 by bostic

SCCS-vsn: games/hack/def.monst.h 5.1

34 years agodate and time created 90/05/02 08:39:20 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:20 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:20 by bostic

SCCS-vsn: games/hack/def.mkroom.h 5.1

34 years agodate and time created 90/05/02 08:39:19 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:19 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:19 by bostic

SCCS-vsn: games/hack/def.gold.h 5.1

34 years agodate and time created 90/05/02 08:39:17 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:17 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:17 by bostic

SCCS-vsn: games/hack/def.gen.h 5.1

34 years agodate and time created 90/05/02 08:39:16 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:16 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:16 by bostic

SCCS-vsn: games/hack/def.func_tab.h 5.1

34 years agodate and time created 90/05/02 08:39:15 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:15 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:15 by bostic

SCCS-vsn: games/hack/def.flag.h 5.1

34 years agodate and time created 90/05/02 08:39:14 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:14 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:14 by bostic

SCCS-vsn: games/hack/def.eshk.h 5.1

34 years agodate and time created 90/05/02 08:39:12 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:12 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:12 by bostic

SCCS-vsn: games/hack/def.edog.h 5.1

34 years agodate and time created 90/05/02 08:39:10 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:10 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:10 by bostic

SCCS-vsn: games/hack/date.h 5.1

34 years agodate and time created 90/05/02 08:39:09 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:09 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:09 by bostic

SCCS-vsn: games/hack/data 5.1

34 years agodate and time created 90/05/02 08:39:07 by bostic
Keith Bostic [Wed, 2 May 1990 23:39:07 +0000 (15:39 -0800)]
date and time created 90/05/02 08:39:07 by bostic

SCCS-vsn: games/hack/config.h 5.1