unix-history/.git
39 years agoAdd copyright
Distribution Folks [Tue, 30 Apr 1985 03:49:57 +0000 (19:49 -0800)]
Add copyright

SCCS-vsn: etc/gettytab 5.1
SCCS-vsn: libexec/getty/gettytab.h 5.1
SCCS-vsn: libexec/getty/init.c 5.1
SCCS-vsn: libexec/getty/subr.c 5.1
SCCS-vsn: sbin/reboot/halt.c 5.1
SCCS-vsn: old/htable/Makefile 5.1

39 years agofrom Mike Muus
Mike Karels [Tue, 30 Apr 1985 03:20:39 +0000 (19:20 -0800)]
from Mike Muus

SCCS-vsn: sbin/ping/ping.c 4.1

39 years agoAdd copyright
Distribution Folks [Tue, 30 Apr 1985 03:08:03 +0000 (19:08 -0800)]
Add copyright

SCCS-vsn: libexec/getty/Makefile 5.1
SCCS-vsn: libexec/getty/main.c 5.1
SCCS-vsn: libexec/getty/get_date.c 5.1

39 years agoturn on checksum checking; don't calculate checksum on output
Mike Karels [Tue, 30 Apr 1985 01:42:54 +0000 (17:42 -0800)]
turn on checksum checking; don't calculate checksum on output
if not checking on input

SCCS-vsn: sys/netinet/udp_usrreq.c 6.11

39 years agodate and time created 85/04/29 00:44:35 by sam
Sam Leffler [Mon, 29 Apr 1985 15:44:35 +0000 (07:44 -0800)]
date and time created 85/04/29 00:44:35 by sam

SCCS-vsn: usr.bin/systat/netstat.c 1.1

39 years agocleanup window handling, use subwindows exclusively
Sam Leffler [Mon, 29 Apr 1985 15:43:04 +0000 (07:43 -0800)]
cleanup window handling, use subwindows exclusively

SCCS-vsn: usr.bin/systat/iostat.c 1.7
SCCS-vsn: usr.bin/systat/mbufs.c 1.5
SCCS-vsn: usr.bin/systat/pigs.c 1.7
SCCS-vsn: usr.bin/systat/swap.c 1.7

39 years agoadd netstat
Sam Leffler [Mon, 29 Apr 1985 15:42:16 +0000 (07:42 -0800)]
add netstat

SCCS-vsn: usr.bin/systat/Makefile 1.7

39 years agoadd netstat display
Sam Leffler [Mon, 29 Apr 1985 15:41:30 +0000 (07:41 -0800)]
add netstat display

SCCS-vsn: usr.bin/systat/cmdtab.c 1.4

39 years agotry and recover from display open errors
Sam Leffler [Mon, 29 Apr 1985 15:09:51 +0000 (07:09 -0800)]
try and recover from display open errors

SCCS-vsn: usr.bin/systat/cmds.c 1.6

39 years agoisspace lets too much in allow just spaces
Sam Leffler [Mon, 29 Apr 1985 13:25:24 +0000 (05:25 -0800)]
isspace lets too much in allow just spaces

SCCS-vsn: usr.bin/systat/keyboard.c 1.4

39 years agomove icode to locore, as asm instead of hex; exit if can't exec init
Mike Karels [Mon, 29 Apr 1985 08:56:03 +0000 (00:56 -0800)]
move icode to locore, as asm instead of hex; exit if can't exec init

SCCS-vsn: sys/vax/vax/locore.s 6.25
SCCS-vsn: sys/vax/vax/machdep.c 6.14

39 years agodon't use passwd for our own home directory, just use variable "home"
Edward Wang [Mon, 29 Apr 1985 08:34:11 +0000 (00:34 -0800)]
don't use passwd for our own home directory, just use variable "home"
(from broome)

SCCS-vsn: bin/csh/file.c 1.8

39 years agoadd #define FLOCK 1
Eric Allman [Mon, 29 Apr 1985 02:51:34 +0000 (18:51 -0800)]
add #define FLOCK 1

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

39 years agostop collecting message on ferror(InChannel); changes to compile even
Eric Allman [Mon, 29 Apr 1985 01:46:11 +0000 (17:46 -0800)]
stop collecting message on ferror(InChannel); changes to compile even
if DEBUG isn't defined; avoid sending nonstandard 050 messages unless
requested; recover from trashed DBM files; use recipient rewriting set
on user part after ruleset 0 completes

SCCS-vsn: usr.sbin/sendmail/src/version.c 4.50

39 years agouse the recipient rewriting set for parsed addresses
Eric Allman [Mon, 29 Apr 1985 01:44:23 +0000 (17:44 -0800)]
use the recipient rewriting set for parsed addresses

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

39 years agoarrange tests to recover from trashed DBM files; avoid sending
Eric Allman [Mon, 29 Apr 1985 01:43:58 +0000 (17:43 -0800)]
arrange tests to recover from trashed DBM files; avoid sending
nonstandard 050 messages in SMTP transaction

SCCS-vsn: usr.sbin/sendmail/src/alias.c 4.9

39 years agoremove #ifdef DEBUG so we can compile without #define DEBUG;
Eric Allman [Mon, 29 Apr 1985 01:43:10 +0000 (17:43 -0800)]
remove #ifdef DEBUG so we can compile without #define DEBUG;
drop SHELL command

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

39 years agoremove #ifdef DEBUG so we can compile without #define DEBUG
Eric Allman [Mon, 29 Apr 1985 01:42:36 +0000 (17:42 -0800)]
remove #ifdef DEBUG so we can compile without #define DEBUG

SCCS-vsn: usr.sbin/sendmail/src/util.c 4.11

39 years agoadd iferror to loop termination conditions to avoid loops from
Eric Allman [Mon, 29 Apr 1985 01:42:13 +0000 (17:42 -0800)]
add iferror to loop termination conditions to avoid loops from
peer resets

SCCS-vsn: usr.sbin/sendmail/src/collect.c 4.5

39 years agoadd vsta in; add help command (minimal); make loadav display something
Sam Leffler [Sun, 28 Apr 1985 15:37:42 +0000 (07:37 -0800)]
add vsta in; add help command (minimal); make loadav display something
which can be turned off

SCCS-vsn: usr.bin/systat/Makefile 1.6
SCCS-vsn: usr.bin/systat/cmds.c 1.5
SCCS-vsn: usr.bin/systat/cmdtab.c 1.3
SCCS-vsn: usr.bin/systat/iostat.c 1.6
SCCS-vsn: usr.bin/systat/keyboard.c 1.3
SCCS-vsn: usr.bin/systat/main.c 1.8
SCCS-vsn: usr.bin/systat/systat.h 1.5

39 years agomanual page first distributed with 4.3BSD
Kirk McKusick [Sun, 28 Apr 1985 07:15:55 +0000 (23:15 -0800)]
manual page first distributed with 4.3BSD

SCCS-vsn: usr.sbin/arp/arp.8 6.1
SCCS-vsn: usr.sbin/inetd/inetd.8 6.1
SCCS-vsn: old/mkhosts/mkhosts.8 6.1
SCCS-vsn: old/mkpasswd/mkpasswd.8 6.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:04:01 +0000 (23:04 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/syslogd/syslogd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:03:20 +0000 (23:03 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/syslogd/syslogd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:01:22 +0000 (23:01 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.bin/uucp/uusnap/uusnap.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:01:13 +0000 (23:01 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.bin/uucp/uusnap/uusnap.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:01:04 +0000 (23:01 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.bin/uucp/uuclean/uuclean.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:00:54 +0000 (23:00 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.bin/uucp/uuclean/uuclean.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:00:42 +0000 (23:00 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/tunefs/tunefs.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:00:34 +0000 (23:00 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:00:26 +0000 (23:00 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/trpt/trpt.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:00:18 +0000 (23:00 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/trpt/trpt.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 07:00:09 +0000 (23:00 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/tftpd/tftpd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 07:00:02 +0000 (23:00 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/tftpd/tftpd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:59:52 +0000 (22:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/telnetd/telnetd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:59:45 +0000 (22:59 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/telnetd/telnetd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:59:35 +0000 (22:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/rxformat/rxformat.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:59:28 +0000 (22:59 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: old/rxformat/rxformat.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:59:18 +0000 (22:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/rwhod/rwhod.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:59:10 +0000 (22:59 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/rwhod/rwhod.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:59:00 +0000 (22:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/rshd/rshd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:58:52 +0000 (22:58 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/rshd/rshd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:45:21 +0000 (22:45 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/routed/routed.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:43:44 +0000 (22:43 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:43:18 +0000 (22:43 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/route/route.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:42:52 +0000 (22:42 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:42:33 +0000 (22:42 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/rmt/rmt.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:42:16 +0000 (22:42 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/rmt/rmt.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:41:57 +0000 (22:41 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/rlogind/rlogind.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:41:39 +0000 (22:41 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/rlogind/rlogind.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:41:05 +0000 (22:41 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/rexecd/rexecd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:40:45 +0000 (22:40 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/rexecd/rexecd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:40:25 +0000 (22:40 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/repquota/repquota.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:40:05 +0000 (22:40 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/repquota/repquota.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:39:00 +0000 (22:39 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/quotaon/quotaon.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:38:40 +0000 (22:38 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/quotaon/quotaon.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:38:22 +0000 (22:38 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/quotacheck/quotacheck.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:38:05 +0000 (22:38 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:37:42 +0000 (22:37 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/lpr/pac/pac.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:37:11 +0000 (22:37 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/lpr/pac/pac.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:36:54 +0000 (22:36 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/newfs/newfs.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:36:34 +0000 (22:36 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:36:14 +0000 (22:36 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/mkproto/mkproto.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:35:45 +0000 (22:35 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/mkproto/mkproto.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:35:11 +0000 (22:35 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man8/makedev.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:34:52 +0000 (22:34 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man8/makedev.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:33:26 +0000 (22:33 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/lpr/lpd/lpd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:32:57 +0000 (22:32 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/lpr/lpd/lpd.8 5.1

39 years agodrop into fill mode so that text boxes work properly
Eric Allman [Sun, 28 Apr 1985 06:32:29 +0000 (22:32 -0800)]
drop into fill mode so that text boxes work properly

SCCS-vsn: share/me/tbl.me 2.2

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:32:22 +0000 (22:32 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/lpr/lpc/lpc.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:32:00 +0000 (22:32 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/lpr/lpc/lpc.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:31:18 +0000 (22:31 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/kgmon/kgmon.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:30:56 +0000 (22:30 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/kgmon/kgmon.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:05:04 +0000 (22:05 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man8/intro.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:00:42 +0000 (22:00 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man8/intro.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 06:00:23 +0000 (22:00 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/implogd/implogd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 06:00:00 +0000 (22:00 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: old/implogd/implogd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:59:41 +0000 (21:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/implog/implog.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:59:24 +0000 (21:59 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: old/implog/implog.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:59:07 +0000 (21:59 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/ifconfig/ifconfig.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:58:46 +0000 (21:58 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:58:26 +0000 (21:58 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/htable/htable.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:58:06 +0000 (21:58 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: old/htable/htable.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:57:49 +0000 (21:57 -0800)]
4.3BSD beta release manual page

SCCS-vsn: old/gettable/gettable.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:57:28 +0000 (21:57 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: old/gettable/gettable.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:56:57 +0000 (21:56 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/ftpd/ftpd.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:56:40 +0000 (21:56 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/ftpd/ftpd.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:56:20 +0000 (21:56 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/fastboot/fastboot.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:56:00 +0000 (21:56 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:55:35 +0000 (21:55 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/edquota/edquota.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:55:19 +0000 (21:55 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/edquota/edquota.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:55:02 +0000 (21:55 -0800)]
4.3BSD beta release manual page

SCCS-vsn: sbin/dumpfs/dumpfs.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:54:43 +0000 (21:54 -0800)]
manual page first distributed with 4.2BSD

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

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:54:14 +0000 (21:54 -0800)]
4.3BSD beta release manual page

SCCS-vsn: share/man/man8/man8.vax/drtest.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:53:53 +0000 (21:53 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: share/man/man8/man8.vax/drtest.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:53:22 +0000 (21:53 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/comsat/comsat.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:52:44 +0000 (21:52 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/comsat/comsat.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:52:29 +0000 (21:52 -0800)]
4.3BSD beta release manual page

SCCS-vsn: libexec/bugfiler/bugfiler.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:52:11 +0000 (21:52 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: libexec/bugfiler/bugfiler.8 5.1

39 years ago4.3BSD beta release manual page
Kirk McKusick [Sun, 28 Apr 1985 05:49:55 +0000 (21:49 -0800)]
4.3BSD beta release manual page

SCCS-vsn: usr.sbin/diskpart/diskpart.8 6.1

39 years agomanual page first distributed with 4.2BSD
Kirk McKusick [Sun, 28 Apr 1985 05:49:34 +0000 (21:49 -0800)]
manual page first distributed with 4.2BSD

SCCS-vsn: usr.sbin/diskpart/diskpart.8 5.1