unix-history/.git
39 years agoonly dump core if user has read permission on the text
Kirk McKusick [Thu, 23 May 1985 11:06:14 +0000 (03:06 -0800)]
only dump core if user has read permission on the text

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

39 years agoreturn EINVAL instead of ENXIO for readlink of a non symbolic link;
Kirk McKusick [Thu, 23 May 1985 11:03:04 +0000 (03:03 -0800)]
return EINVAL instead of ENXIO for readlink of a non symbolic link;
check for read-only file system in [f]chmod, [f]chown, and utimes;
do not clear the sticky bit when modifying directories

SCCS-vsn: sys/kern/vfs_syscalls.c 6.18
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 6.18
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 6.18
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 6.18
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 6.18

39 years agoreturn ENAMETOOLONG where appropriate; return EINVAL if 8th bit is set in name
Kirk McKusick [Thu, 23 May 1985 10:57:12 +0000 (02:57 -0800)]
return ENAMETOOLONG where appropriate; return EINVAL if 8th bit is set in name

SCCS-vsn: sys/kern/vfs_lookup.c 6.23
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 6.23
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 6.23

39 years agodifferentiate several errors; close special device if mount fails
Kirk McKusick [Thu, 23 May 1985 10:55:32 +0000 (02:55 -0800)]
differentiate several errors; close special device if mount fails

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 6.10
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 6.10
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 6.10
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 6.10

39 years agofix rep. factors with complex, fix R* followed by blank,
Don Libes? [Thu, 23 May 1985 10:54:57 +0000 (02:54 -0800)]
fix rep. factors with complex, fix R* followed by blank,
allow tab for blank.

SCCS-vsn: usr.bin/f77/libI77/lread.c 1.12

39 years agoMake list directed work for multiple records.
Don Libes? [Thu, 23 May 1985 10:53:43 +0000 (02:53 -0800)]
Make list directed work for multiple records.

SCCS-vsn: usr.bin/f77/libI77/c_iio.c 1.2

39 years agoeliminate double meaning of SOUSIG
Kirk McKusick [Thu, 23 May 1985 10:50:51 +0000 (02:50 -0800)]
eliminate double meaning of SOUSIG

SCCS-vsn: sys/kern/sys_generic.c 6.9
SCCS-vsn: sys/kern/kern_exit.c 6.8

39 years agoadd SIGUSR1 and SIGUSR2
Kirk McKusick [Thu, 23 May 1985 10:32:07 +0000 (02:32 -0800)]
add SIGUSR1 and SIGUSR2

SCCS-vsn: bin/csh/init.c 4.6
SCCS-vsn: old/sh/msg.c 4.4

39 years agoadd definitions for SIGWINCH, SIGUSR1, and SIGUSR2
Kirk McKusick [Thu, 23 May 1985 09:40:20 +0000 (01:40 -0800)]
add definitions for SIGWINCH, SIGUSR1, and SIGUSR2

SCCS-vsn: lib/libc/gen/siglist.c 4.3

39 years agodefine SIGUSR1 and SIGUSR2
Kirk McKusick [Thu, 23 May 1985 09:35:00 +0000 (01:35 -0800)]
define SIGUSR1 and SIGUSR2

SCCS-vsn: sys/sys/signal.h 6.6

39 years agoupdate the error return codes to reflect those in 4.3BSD
Kirk McKusick [Thu, 23 May 1985 09:32:13 +0000 (01:32 -0800)]
update the error return codes to reflect those in 4.3BSD

SCCS-vsn: lib/libc/sys/access.2 6.2
SCCS-vsn: lib/libc/sys/chmod.2 6.2
SCCS-vsn: lib/libc/sys/chown.2 6.2
SCCS-vsn: lib/libc/sys/link.2 6.2
SCCS-vsn: lib/libc/sys/open.2 6.2
SCCS-vsn: lib/libc/sys/execve.2 6.2
SCCS-vsn: lib/libc/sys/acct.2 6.2
SCCS-vsn: lib/libc/sys/chdir.2 6.2
SCCS-vsn: lib/libc/compat-43/creat.2 6.2
SCCS-vsn: lib/libc/sys/mknod.2 6.2
SCCS-vsn: lib/libc/sys/mount.2 6.2
SCCS-vsn: lib/libc/sys/stat.2 6.2
SCCS-vsn: lib/libc/sys/unlink.2 6.2
SCCS-vsn: lib/libc/sys/intro.2 6.2
SCCS-vsn: lib/libc/sys/utimes.2 6.2
SCCS-vsn: lib/libc/sys/swapon.2 6.2
SCCS-vsn: lib/libc/sys/bind.2 6.2
SCCS-vsn: lib/libc/sys/chroot.2 6.2
SCCS-vsn: lib/libc/sys/connect.2 6.2
SCCS-vsn: lib/libc/sys/mkdir.2 6.2
SCCS-vsn: lib/libc/sys/readlink.2 6.2
SCCS-vsn: lib/libc/sys/rename.2 6.2
SCCS-vsn: lib/libc/sys/rmdir.2 6.2
SCCS-vsn: lib/libc/sys/symlink.2 6.2
SCCS-vsn: lib/libc/sys/truncate.2 6.2

39 years agoadd missing modes
Kirk McKusick [Thu, 23 May 1985 09:18:18 +0000 (01:18 -0800)]
add missing modes

SCCS-vsn: sys/sys/fcntl.h 4.3

39 years agoreturn EPERM when non-super-user tries to set another process's priority
Kirk McKusick [Thu, 23 May 1985 07:15:38 +0000 (23:15 -0800)]
return EPERM when non-super-user tries to set another process's priority

SCCS-vsn: sys/kern/kern_resource.c 6.6

39 years agoreturn EPERM when non-super-user try to set another process's priority
Kirk McKusick [Thu, 23 May 1985 07:14:41 +0000 (23:14 -0800)]
return EPERM when non-super-user try to set another process's priority

SCCS-vsn: lib/libc/sys/getpriority.2 6.2

39 years agoupdate with System V compatibility semantics
Kirk McKusick [Thu, 23 May 1985 05:45:16 +0000 (21:45 -0800)]
update with System V compatibility semantics

SCCS-vsn: lib/libc/sys/kill.2 6.2

39 years agomake signal semantics more like system V;
Kirk McKusick [Thu, 23 May 1985 05:34:08 +0000 (21:34 -0800)]
make signal semantics more like system V;
non-super user can do `kill -1 1' to kill all processes run by them,
return ESRCH instaed of EINVAL for `kill 0 1' when not in a process group

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

39 years agofrom proteon
Mike Karels [Thu, 23 May 1985 04:32:24 +0000 (20:32 -0800)]
from proteon

SCCS-vsn: sys/vax/if/if_vv.c 6.7

39 years agoround robin sleep queue (from edward@monet)
Kirk McKusick [Thu, 23 May 1985 02:53:08 +0000 (18:53 -0800)]
round robin sleep queue (from edward@monet)

SCCS-vsn: sys/kern/kern_synch.c 6.7

39 years agoSplit up dfe.c, sfe.c, iio.c so only what is needed is loaded.
Don Libes? [Wed, 22 May 1985 11:16:26 +0000 (03:16 -0800)]
Split up dfe.c, sfe.c, iio.c so only what is needed is loaded.

SCCS-vsn: usr.bin/f77/libI77/Makefile 1.3

39 years agodate and time created 85/05/21 20:09:14 by libs
Don Libes? [Wed, 22 May 1985 11:09:14 +0000 (03:09 -0800)]
date and time created 85/05/21 20:09:14 by libs

SCCS-vsn: usr.bin/f77/libI77/c_iio.c 1.1

39 years agodate and time created 85/05/21 20:09:09 by libs
Don Libes? [Wed, 22 May 1985 11:09:09 +0000 (03:09 -0800)]
date and time created 85/05/21 20:09:09 by libs

SCCS-vsn: usr.bin/f77/libI77/rsli.c 1.1

39 years agodate and time created 85/05/21 20:09:07 by libs
Don Libes? [Wed, 22 May 1985 11:09:07 +0000 (03:09 -0800)]
date and time created 85/05/21 20:09:07 by libs

SCCS-vsn: usr.bin/f77/libI77/wfi.c 1.1

39 years agodate and time created 85/05/21 20:09:04 by libs
Don Libes? [Wed, 22 May 1985 11:09:04 +0000 (03:09 -0800)]
date and time created 85/05/21 20:09:04 by libs

SCCS-vsn: usr.bin/f77/libI77/rfi.c 1.1

39 years agodate and time created 85/05/21 20:09:02 by libs
Don Libes? [Wed, 22 May 1985 11:09:02 +0000 (03:09 -0800)]
date and time created 85/05/21 20:09:02 by libs

SCCS-vsn: usr.bin/f77/libI77/wdfe.c 1.1

39 years agodate and time created 85/05/21 20:08:59 by libs
Don Libes? [Wed, 22 May 1985 11:08:59 +0000 (03:08 -0800)]
date and time created 85/05/21 20:08:59 by libs

SCCS-vsn: usr.bin/f77/libI77/rdfe.c 1.1

39 years agodate and time created 85/05/21 20:08:54 by libs
Don Libes? [Wed, 22 May 1985 11:08:54 +0000 (03:08 -0800)]
date and time created 85/05/21 20:08:54 by libs

SCCS-vsn: usr.bin/f77/libI77/c_dfe.c 1.1

39 years agodate and time created 85/05/21 20:08:52 by libs
Don Libes? [Wed, 22 May 1985 11:08:52 +0000 (03:08 -0800)]
date and time created 85/05/21 20:08:52 by libs

SCCS-vsn: usr.bin/f77/libI77/wsfe.c 1.1

39 years agodate and time created 85/05/21 20:08:50 by libs
Don Libes? [Wed, 22 May 1985 11:08:50 +0000 (03:08 -0800)]
date and time created 85/05/21 20:08:50 by libs

SCCS-vsn: usr.bin/f77/libI77/rsfe.c 1.1

39 years agodate and time created 85/05/21 20:08:48 by libs
Don Libes? [Wed, 22 May 1985 11:08:48 +0000 (03:08 -0800)]
date and time created 85/05/21 20:08:48 by libs

SCCS-vsn: usr.bin/f77/libI77/c_sfe.c 1.1

39 years agomake unneeded globals LOCAL (static); move several routines to .c
Don Libes? [Wed, 22 May 1985 10:25:56 +0000 (02:25 -0800)]
make unneeded globals LOCAL (static); move several routines to .c
in which they are called.

SCCS-vsn: usr.bin/f77/libI77/close.c 1.7
SCCS-vsn: usr.bin/f77/libI77/dfe.c 1.6
SCCS-vsn: usr.bin/f77/libI77/dofio.c 1.9
SCCS-vsn: usr.bin/f77/libI77/douio.c 1.4
SCCS-vsn: usr.bin/f77/libI77/due.c 1.4
SCCS-vsn: usr.bin/f77/libI77/err.c 1.16
SCCS-vsn: usr.bin/f77/libI77/fmt.c 1.9
SCCS-vsn: usr.bin/f77/libI77/iio.c 1.7
SCCS-vsn: usr.bin/f77/libI77/lread.c 1.11
SCCS-vsn: usr.bin/f77/libI77/lwrite.c 1.5
SCCS-vsn: usr.bin/f77/libI77/open.c 1.12
SCCS-vsn: usr.bin/f77/libI77/rdfmt.c 1.11
SCCS-vsn: usr.bin/f77/libI77/sfe.c 1.10
SCCS-vsn: usr.bin/f77/libI77/sue.c 1.4
SCCS-vsn: usr.bin/f77/libI77/util.c 1.8
SCCS-vsn: usr.bin/f77/libI77/wrtfmt.c 1.11
SCCS-vsn: usr.bin/f77/libI77/endfile.c 1.8
SCCS-vsn: usr.bin/f77/libI77/fio.h 1.3
SCCS-vsn: usr.bin/f77/libI77/format.h 1.7

39 years agomust not enable accounting on read-only file systems
Kirk McKusick [Wed, 22 May 1985 06:25:35 +0000 (22:25 -0800)]
must not enable accounting on read-only file systems

SCCS-vsn: sys/kern/kern_acct.c 6.7

39 years agoupdate error return values
Kirk McKusick [Wed, 22 May 1985 06:13:45 +0000 (22:13 -0800)]
update error return values

SCCS-vsn: lib/libc/sys/stat.2 6.2
SCCS-vsn: lib/libc/sys/access.2 6.2

39 years agoinclude epson
Miriam Amos Nihart [Wed, 22 May 1985 03:19:08 +0000 (19:19 -0800)]
include epson

SCCS-vsn: old/roff/nroff_term/Makefile 4.3

39 years agoadd epson
Miriam Amos Nihart [Wed, 22 May 1985 02:59:44 +0000 (18:59 -0800)]
add epson

SCCS-vsn: old/roff/nroff_term/README 4.2

39 years agoterminate initialization
Miriam Amos Nihart [Wed, 22 May 1985 02:57:07 +0000 (18:57 -0800)]
terminate initialization

SCCS-vsn: old/roff/nroff_term/tabepson.c 1.2

39 years agodate and time created 85/05/21 11:54:56 by miriam
Miriam Amos Nihart [Wed, 22 May 1985 02:54:56 +0000 (18:54 -0800)]
date and time created 85/05/21 11:54:56 by miriam

SCCS-vsn: old/roff/nroff_term/tabepson.c 1.1

39 years agoadd dhu11 driver
Kirk McKusick [Tue, 21 May 1985 12:13:37 +0000 (04:13 -0800)]
add dhu11 driver

SCCS-vsn: sys/vax/conf/files.vax 6.4

39 years agodate and time created 85/05/20 21:01:33 by mckusick
Kirk McKusick [Tue, 21 May 1985 12:01:33 +0000 (04:01 -0800)]
date and time created 85/05/20 21:01:33 by mckusick

SCCS-vsn: sys/vax/uba/dhureg.h 4.1

39 years agodate and time created 85/05/20 21:01:31 by mckusick
Kirk McKusick [Tue, 21 May 1985 12:01:31 +0000 (04:01 -0800)]
date and time created 85/05/20 21:01:31 by mckusick

SCCS-vsn: sys/vax/uba/dhu.c 4.1

39 years agomanual page first distributed with 4.3BSD
Kirk McKusick [Tue, 21 May 1985 11:56:18 +0000 (03:56 -0800)]
manual page first distributed with 4.3BSD

SCCS-vsn: usr.bin/vacation/vacation.1 6.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:45:25 +0000 (03:45 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/mailaddr.7 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:44:49 +0000 (03:44 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man7/mailaddr.7 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:44:27 +0000 (03:44 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/intro.7 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:44:15 +0000 (03:44 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man7/intro.7 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:44:00 +0000 (03:44 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/environ.7 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:43:46 +0000 (03:43 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man7/environ.7 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:33:23 +0000 (03:33 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/term.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:33:08 +0000 (03:33 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/man/man7/term.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:32:56 +0000 (03:32 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/man/man7/term.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:32:06 +0000 (03:32 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/ms.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:31:42 +0000 (03:31 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/man/man7/ms.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:31:08 +0000 (03:31 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/man/man7/ms.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:30:41 +0000 (03:30 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/me/me.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:29:37 +0000 (03:29 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/me/me.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:29:02 +0000 (03:29 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/me/me.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:28:33 +0000 (03:28 -0800)]
4.3BSD beta release manual page

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

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:28:03 +0000 (03:28 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:27:42 +0000 (03:27 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: old/man/greek.7 4.1
SCCS-vsn: share/man/man7/hier.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:25:47 +0000 (03:25 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/eqnchar.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:25:24 +0000 (03:25 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/man/man7/eqnchar.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:24:03 +0000 (03:24 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/man/man7/eqnchar.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:22:14 +0000 (03:22 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/man.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:22:04 +0000 (03:22 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/man/man7/man.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:21:58 +0000 (03:21 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/man/man7/man.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 11:21:49 +0000 (03:21 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man7/ascii.7 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 11:21:41 +0000 (03:21 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: share/man/man7/ascii.7 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 11:21:34 +0000 (03:21 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: share/man/man7/ascii.7 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:58:44 +0000 (02:58 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/canfield/canfield/canfield.6 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 10:58:29 +0000 (02:58 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:56:19 +0000 (02:56 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/worms/worms.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 10:56:04 +0000 (02:56 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 10:55:53 +0000 (02:55 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/worms/worms.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:55:38 +0000 (02:55 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/worm/worm.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 10:55:25 +0000 (02:55 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 10:55:09 +0000 (02:55 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/worm/worm.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:54:54 +0000 (02:54 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/rain/rain.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 10:54:38 +0000 (02:54 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 10:54:26 +0000 (02:54 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/rain/rain.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:53:51 +0000 (02:53 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/monop/monop.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 10:53:20 +0000 (02:53 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 10:52:41 +0000 (02:52 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/monop/monop.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 10:51:53 +0000 (02:51 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/hangman/hangman.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:34:23 +0000 (00:34 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:34:03 +0000 (00:34 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/hangman/hangman.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 08:33:38 +0000 (00:33 -0800)]
4.3BSD beta release manual page

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

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:33:13 +0000 (00:33 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:32:50 +0000 (00:32 -0800)]
manual page distributed with 4.1BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 08:32:22 +0000 (00:32 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/ching/ching.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:31:43 +0000 (00:31 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:30:27 +0000 (00:30 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/ching/ching.6 4.1

39 years agochase is replaced by robots in 4.3BSD
Kirk McKusick [Tue, 21 May 1985 08:29:17 +0000 (00:29 -0800)]
chase is replaced by robots in 4.3BSD

SCCS-vsn: games/robots/robots.6 6.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 08:24:36 +0000 (00:24 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/man/chase.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:23:12 +0000 (00:23 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: games/robots/robots.6 5.1
SCCS-vsn: old/man/chase.6 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:22:27 +0000 (00:22 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/robots/robots.6 4.1
SCCS-vsn: old/man/chase.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 08:19:35 +0000 (00:19 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/man/aliens.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:18:58 +0000 (00:18 -0800)]
manual page distributed with 4.2BSD

SCCS-vsn: old/man/aliens.6 5.1

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:17:51 +0000 (00:17 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: old/man/aliens.6 4.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Tue, 21 May 1985 08:12:22 +0000 (00:12 -0800)]
4.3BSD beta release manual page

SCCS-vsn: games/wump/wump.6 6.1

39 years agomanual page distributed with 4.2BSD
Kirk McKusick [Tue, 21 May 1985 08:12:08 +0000 (00:12 -0800)]
manual page distributed with 4.2BSD

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

39 years agomanual page distributed with 4.1BSD
Kirk McKusick [Tue, 21 May 1985 08:12:00 +0000 (00:12 -0800)]
manual page distributed with 4.1BSD

SCCS-vsn: games/wump/wump.6 4.1