unix-history/.git
41 years agoadded new commands Type, Print, ignore, and discard
Kurt A. Shoens [Thu, 29 Jul 1982 14:09:23 +0000 (06:09 -0800)]
added new commands Type, Print, ignore, and discard

SCCS-vsn: usr.bin/mail/cmdtab.c 2.8

41 years agoadded routine igfield() to add new header fields to the ignore list;
Kurt A. Shoens [Thu, 29 Jul 1982 14:07:24 +0000 (06:07 -0800)]
added routine igfield() to add new header fields to the ignore list;
added routine igshow() to print out the list of ignored header fields.

SCCS-vsn: usr.bin/mail/cmd2.c 2.7

41 years agochanged type() to honor your ignored header fields;
Kurt A. Shoens [Thu, 29 Jul 1982 14:03:34 +0000 (06:03 -0800)]
changed type() to honor your ignored header fields;
added routine Type() to print messages with ignored fields.

SCCS-vsn: usr.bin/mail/cmd1.c 2.8

41 years agoadded routine istrcpy() to copy strings lower-cased;
Kurt A. Shoens [Thu, 29 Jul 1982 14:02:15 +0000 (06:02 -0800)]
added routine istrcpy() to copy strings lower-cased;
added routine isign() to see if a header field is being ignored.

SCCS-vsn: usr.bin/mail/aux.c 2.6

41 years agoVersion that works on pdp-11's
Kurt A. Shoens [Thu, 29 Jul 1982 07:08:44 +0000 (23:08 -0800)]
Version that works on pdp-11's

SCCS-vsn: usr.bin/mail/version.c 2.14

41 years agofix "input" initialization
Kirk McKusick [Thu, 29 Jul 1982 07:07:26 +0000 (23:07 -0800)]
fix "input" initialization

SCCS-vsn: usr.bin/pascal/px/interp.c 1.22

41 years agodate and time created 82/07/28 16:01:44 by kurt
Kurt A. Shoens [Thu, 29 Jul 1982 07:01:44 +0000 (23:01 -0800)]
date and time created 82/07/28 16:01:44 by kurt

SCCS-vsn: usr.bin/mail/Makefile.11 1.1

41 years agochanged demail to truncate mailbox if unlinking fails
Kurt A. Shoens [Thu, 29 Jul 1982 06:37:22 +0000 (22:37 -0800)]
changed demail to truncate mailbox if unlinking fails

SCCS-vsn: usr.bin/mail/v7.local.c 2.2

41 years agochanged nettypetab to ntypetab, netkindtab to nkindtab to satisfy pdp-11
Kurt A. Shoens [Thu, 29 Jul 1982 06:36:51 +0000 (22:36 -0800)]
changed nettypetab to ntypetab, netkindtab to nkindtab to satisfy pdp-11
name length restrictions.

SCCS-vsn: usr.bin/mail/optim.c 2.5

41 years agochanged to print own error message if setfile fails
Kurt A. Shoens [Thu, 29 Jul 1982 06:35:54 +0000 (22:35 -0800)]
changed to print own error message if setfile fails

SCCS-vsn: usr.bin/mail/main.c 2.8

41 years agochanged names of nettypetab and netkindtab to
Kurt A. Shoens [Thu, 29 Jul 1982 06:35:23 +0000 (22:35 -0800)]
changed names of nettypetab and netkindtab to
ntypetab and nkindtab to satisfy pdp-11 name length restrictions

SCCS-vsn: usr.bin/mail/configdefs.h 1.2

41 years agochanged names of nettypetab and netkindtab to
Kurt A. Shoens [Thu, 29 Jul 1982 06:34:37 +0000 (22:34 -0800)]
changed names of nettypetab and netkindtab to
ntypetab and nkindtab respectively to satisfy pdp-11 name length restrictions.

SCCS-vsn: usr.bin/mail/config.c 1.5

41 years agochanged file() to report its own error message when setfile returns an error
Kurt A. Shoens [Thu, 29 Jul 1982 06:32:33 +0000 (22:32 -0800)]
changed file() to report its own error message when setfile returns an error

SCCS-vsn: usr.bin/mail/cmd3.c 2.8

41 years agochanged clobber1 to clob1 to satisfy pdp-11 c compiler name length
Kurt A. Shoens [Thu, 29 Jul 1982 06:31:32 +0000 (22:31 -0800)]
changed clobber1 to clob1 to satisfy pdp-11 c compiler name length
restriction.

SCCS-vsn: usr.bin/mail/cmd2.c 2.6

41 years agoRemoved errlst.? stuff since its gilding the lilies
Kurt A. Shoens [Thu, 29 Jul 1982 06:30:49 +0000 (22:30 -0800)]
Removed errlst.? stuff since its gilding the lilies

SCCS-vsn: usr.bin/mail/Makefile 2.9

41 years agoclean up semantics of daemon mode to facilitate use of other IPC;
Eric Allman [Wed, 28 Jul 1982 14:09:04 +0000 (06:09 -0800)]
clean up semantics of daemon mode to facilitate use of other IPC;
move some code to main.c because it is not part of creating a
connection; if you can't create a socket assume there is another
sendmail running and exit; improve the verbose information in an
SMTP connection to make it more obvious which messages went which
way; don't attempt delivery if you get an error reading the queue file.

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

41 years agodon't attempt delivery if you get an error reading the queue file.
Eric Allman [Wed, 28 Jul 1982 14:05:04 +0000 (06:05 -0800)]
don't attempt delivery if you get an error reading the queue file.

SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.26

41 years agoimprove verbose information to make it more obvious what is going where
Eric Allman [Wed, 28 Jul 1982 14:03:14 +0000 (06:03 -0800)]
improve verbose information to make it more obvious what is going where

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

41 years agoclean up semantics of daemon mode to facilitate use of other IPC;
Eric Allman [Wed, 28 Jul 1982 14:01:30 +0000 (06:01 -0800)]
clean up semantics of daemon mode to facilitate use of other IPC;
if you can't create a socket assume there is another sendmail running
and exit; move some code to main.c because it is not part of creating
a connection.

SCCS-vsn: usr.sbin/sendmail/src/main.c 3.91
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 3.20

41 years agoversion 2.4 becomes 2.5 automagically.
Peter B. Kessler [Tue, 27 Jul 1982 08:41:50 +0000 (00:41 -0800)]
version 2.4 becomes 2.5 automagically.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.28
SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.30

41 years agoversion 2.3 becomes 2.4 automagically.
Peter B. Kessler [Tue, 27 Jul 1982 08:32:14 +0000 (00:32 -0800)]
version 2.3 becomes 2.4 automagically.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.27
SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.29

41 years agoexternal procedure/function errors use a different error message.
Peter B. Kessler [Tue, 27 Jul 1982 08:23:17 +0000 (00:23 -0800)]
external procedure/function errors use a different error message.

SCCS-vsn: usr.bin/pascal/pc3/pc3.c 1.7

41 years agoParameterized location of postage meter file as POSTAGE;
Kurt A. Shoens [Tue, 27 Jul 1982 08:13:52 +0000 (00:13 -0800)]
Parameterized location of postage meter file as POSTAGE;
added include on sigretro.h if we're not a VMUNIX site.

SCCS-vsn: usr.bin/mail/pathnames.h 2.2

41 years agoadded call on sigchild() after fork() to fix retrofit signals;
Kurt A. Shoens [Tue, 27 Jul 1982 08:13:00 +0000 (00:13 -0800)]
added call on sigchild() after fork() to fix retrofit signals;
parameterized location of postage meter file

SCCS-vsn: usr.bin/mail/send.c 2.2

41 years agoadded call on sigchild() after fork() to fix retrofit signals
Kurt A. Shoens [Tue, 27 Jul 1982 08:10:33 +0000 (00:10 -0800)]
added call on sigchild() after fork() to fix retrofit signals

SCCS-vsn: usr.bin/mail/names.c 2.6
SCCS-vsn: usr.bin/mail/popen.c 1.4

41 years agofixed holdsigs() and relsesigs() to rely on retrofit library;
Kurt A. Shoens [Tue, 27 Jul 1982 08:09:17 +0000 (00:09 -0800)]
fixed holdsigs() and relsesigs() to rely on retrofit library;
added call on sigchild() after fork to fix retrofit signals.

SCCS-vsn: usr.bin/mail/fio.c 2.9

41 years agoadded call on sigchild() after fork to fix retrofit signals
Kurt A. Shoens [Tue, 27 Jul 1982 08:08:33 +0000 (00:08 -0800)]
added call on sigchild() after fork to fix retrofit signals

SCCS-vsn: usr.bin/mail/edit.c 2.2

41 years agomoved include of local.h to after system files to fix
Kurt A. Shoens [Tue, 27 Jul 1982 08:08:03 +0000 (00:08 -0800)]
moved include of local.h to after system files to fix
redefined problems in retrofit

SCCS-vsn: usr.bin/mail/def.h 2.6

41 years agoadded calls on sigchild() after forks to fix up retrofit signals
Kurt A. Shoens [Tue, 27 Jul 1982 08:07:24 +0000 (00:07 -0800)]
added calls on sigchild() after forks to fix up retrofit signals

SCCS-vsn: usr.bin/mail/cmd3.c 2.7
SCCS-vsn: usr.bin/mail/collect.c 2.9

41 years agoadded call on sigchild() after a fork to fix up retrofit signals
Kurt A. Shoens [Tue, 27 Jul 1982 08:06:01 +0000 (00:06 -0800)]
added call on sigchild() after a fork to fix up retrofit signals

SCCS-vsn: usr.bin/mail/cmd1.c 2.7
SCCS-vsn: usr.bin/mail/cmd2.c 2.5

41 years agoadded routine sigchild() to cope with sigretro when
Kurt A. Shoens [Tue, 27 Jul 1982 08:04:49 +0000 (00:04 -0800)]
added routine sigchild() to cope with sigretro when
we're not using it.

SCCS-vsn: usr.bin/mail/aux.c 2.5

41 years agoremoving the last of the sccs references from makefiles.
Peter B. Kessler [Tue, 27 Jul 1982 07:49:10 +0000 (23:49 -0800)]
removing the last of the sccs references from makefiles.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.26
SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.28

41 years agofirst functional version with new ufs_nami.c
Bill Joy [Mon, 26 Jul 1982 14:18:00 +0000 (06:18 -0800)]
first functional version with new ufs_nami.c

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

41 years agofirst working version (created and removed a file!)
Bill Joy [Mon, 26 Jul 1982 14:17:17 +0000 (06:17 -0800)]
first working version (created and removed a file!)

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

41 years agopull maknode and wdir to ufs_nami.c
Bill Joy [Mon, 26 Jul 1982 14:14:46 +0000 (06:14 -0800)]
pull maknode and wdir to ufs_nami.c

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 4.20
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 4.20
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 4.20
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 4.20

41 years agoadd more error checking on result of bmap (chk u.u_error)
Bill Joy [Mon, 26 Jul 1982 14:13:15 +0000 (06:13 -0800)]
add more error checking on result of bmap (chk u.u_error)

SCCS-vsn: sys/kern/sys_generic.c 5.4

41 years agoadd more vax less calls bcmp and strlen
Bill Joy [Mon, 26 Jul 1982 14:12:37 +0000 (06:12 -0800)]
add more vax less calls bcmp and strlen

SCCS-vsn: sys/kern/subr_xxx.c 4.14

41 years agocheck for error in vinifod and kill process
Bill Joy [Mon, 26 Jul 1982 14:12:12 +0000 (06:12 -0800)]
check for error in vinifod and kill process

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

41 years agoadd consistency check of last entry in a directory
Kirk McKusick [Mon, 26 Jul 1982 08:22:45 +0000 (00:22 -0800)]
add consistency check of last entry in a directory

SCCS-vsn: sbin/fsck/main.c 2.11

41 years agoexpand tabs
Eric Allman [Mon, 26 Jul 1982 04:29:48 +0000 (20:29 -0800)]
expand tabs

SCCS-vsn: local/local.cmd/cpr.c 1.6

41 years agofix botch in flag processing
Eric Allman [Mon, 26 Jul 1982 04:21:03 +0000 (20:21 -0800)]
fix botch in flag processing

SCCS-vsn: local/local.cmd/cpr.c 1.5

41 years ago-f => form feed following print
Eric Allman [Mon, 26 Jul 1982 04:13:45 +0000 (20:13 -0800)]
-f => form feed following print

SCCS-vsn: local/local.cmd/cpr.c 1.4

41 years agoclean up error handling
Eric Allman [Mon, 26 Jul 1982 04:11:20 +0000 (20:11 -0800)]
clean up error handling

SCCS-vsn: usr.sbin/sendmail/src/err.c 3.24
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.148

41 years agostop $SYSLINE during the printing (requires external convention)
Eric Allman [Mon, 26 Jul 1982 03:43:55 +0000 (19:43 -0800)]
stop $SYSLINE during the printing (requires external convention)

SCCS-vsn: local/local.cmd/cpr.c 1.3

41 years agodon't echo on crt as you print
Eric Allman [Mon, 26 Jul 1982 03:25:50 +0000 (19:25 -0800)]
don't echo on crt as you print

SCCS-vsn: local/local.cmd/cpr.c 1.2

41 years agotry printing one line at a time to maintain sysline -- doesn't work
Eric Allman [Mon, 26 Jul 1982 03:21:54 +0000 (19:21 -0800)]
try printing one line at a time to maintain sysline -- doesn't work

SCCS-vsn: local/local.cmd/cpr.c 1.1.1.1

41 years agodate and time created 82/07/25 12:21:07 by eric
Eric Allman [Mon, 26 Jul 1982 03:21:07 +0000 (19:21 -0800)]
date and time created 82/07/25 12:21:07 by eric

SCCS-vsn: local/local.cmd/cpr.c 1.1

41 years agorestore id keywords
Bill Joy [Sun, 25 Jul 1982 09:24:12 +0000 (01:24 -0800)]
restore id keywords

SCCS-vsn: sys/vax/vax/trap.c 4.15

41 years agoremove constant number of system calls
Bill Joy [Sun, 25 Jul 1982 09:23:46 +0000 (01:23 -0800)]
remove constant number of system calls

SCCS-vsn: sys/vax/vax/trap.c 4.14

41 years agofrom calder
Bill Joy [Sun, 25 Jul 1982 09:21:27 +0000 (01:21 -0800)]
from calder

SCCS-vsn: sys/net/raw_cb.c 4.11
SCCS-vsn: sys/net/raw_usrreq.c 4.18

41 years agorestore sccs ids
Bill Joy [Sun, 25 Jul 1982 09:20:31 +0000 (01:20 -0800)]
restore sccs ids

SCCS-vsn: sys/sys/socket.h 4.19
SCCS-vsn: sys/sys/socketvar.h 4.19

41 years agofrom calder
Bill Joy [Sun, 25 Jul 1982 09:19:15 +0000 (01:19 -0800)]
from calder

SCCS-vsn: sys/sys/socket.h 4.18
SCCS-vsn: sys/sys/socketvar.h 4.18

41 years agorestore sccs ids
Bill Joy [Sun, 25 Jul 1982 09:18:52 +0000 (01:18 -0800)]
restore sccs ids

SCCS-vsn: sys/netinet/in_pcb.c 4.30
SCCS-vsn: sys/netinet/ip_input.c 1.47
SCCS-vsn: sys/netinet/tcp_input.c 1.73
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.61

41 years ago(no message)
Bill Joy [Sun, 25 Jul 1982 09:14:43 +0000 (01:14 -0800)]
(no message)

SCCS-vsn: sys/netinet/tcp_input.c 1.72
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.60

41 years agomerge with calder
Bill Joy [Sun, 25 Jul 1982 09:13:27 +0000 (01:13 -0800)]
merge with calder

SCCS-vsn: sys/kern/uipc_socket2.c 4.24

41 years ago(no message)
Bill Joy [Sun, 25 Jul 1982 09:13:08 +0000 (01:13 -0800)]
(no message)

SCCS-vsn: sys/netinet/ip_input.c 1.46

41 years agomerge with calder
Bill Joy [Sun, 25 Jul 1982 09:12:47 +0000 (01:12 -0800)]
merge with calder

SCCS-vsn: sys/kern/uipc_socket.c 4.44

41 years ago(no message)
Bill Joy [Sun, 25 Jul 1982 09:12:43 +0000 (01:12 -0800)]
(no message)

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

41 years agomerge with calder
Bill Joy [Sun, 25 Jul 1982 09:12:27 +0000 (01:12 -0800)]
merge with calder

SCCS-vsn: sys/kern/kern_descrip.c 5.2
SCCS-vsn: sys/sys/file.h 4.11
SCCS-vsn: sys/sys/socket.h 4.17
SCCS-vsn: sys/kern/kern_proc.c 4.28
SCCS-vsn: sys/sys/socketvar.h 4.17
SCCS-vsn: sys/kern/kern_prot.c 5.3
SCCS-vsn: sys/kern/kern_resource.c 4.10
SCCS-vsn: sys/kern/kern_sig.c 5.2
SCCS-vsn: sys/kern/kern_time.c 5.2
SCCS-vsn: sys/kern/subr_xxx.c 4.13
SCCS-vsn: sys/kern/uipc_domain.c 5.2
SCCS-vsn: sys/kern/sys_generic.c 5.3
SCCS-vsn: sys/kern/sys_process.c 5.2
SCCS-vsn: sys/kern/uipc_syscalls.c 4.21
SCCS-vsn: sys/kern/tty.c 4.24
SCCS-vsn: sys/kern/vfs_vnops.c 4.25
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 4.19
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 4.19
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 4.19
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 4.19
SCCS-vsn: sys/kern/vfs_syscalls.c 4.30
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.30
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.30
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.30
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.30

41 years agoprint variables ($v) in hex; make $<- re-read current file
Robert Elz [Sat, 24 Jul 1982 07:45:42 +0000 (23:45 -0800)]
print variables ($v) in hex; make $<- re-read current file

SCCS-vsn: old/adb/adb.vax/print.c 4.5

41 years agofix initialization of "input" file
Kirk McKusick [Sat, 24 Jul 1982 06:09:43 +0000 (22:09 -0800)]
fix initialization of "input" file

SCCS-vsn: usr.bin/pascal/libpc/PCSTART.c 1.7
SCCS-vsn: usr.bin/pascal/libpc/RESET.c 1.7

41 years agotypos in comments
Robert Elz [Fri, 23 Jul 1982 12:53:49 +0000 (04:53 -0800)]
typos in comments

SCCS-vsn: sys/vax/vax/machdep.c 4.59

41 years agomush, dis quotas
Robert Elz [Fri, 23 Jul 1982 12:52:20 +0000 (04:52 -0800)]
mush, dis quotas

SCCS-vsn: sys/vax/vax/machdep.c 4.58

41 years agodisc quotas
Robert Elz [Fri, 23 Jul 1982 09:46:19 +0000 (01:46 -0800)]
disc quotas

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 4.18
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 4.18
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 4.18
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 4.18

41 years agoinverted logic (crotf@sri-tsc)
Sam Leffler [Fri, 23 Jul 1982 09:23:41 +0000 (01:23 -0800)]
inverted logic (crotf@sri-tsc)

SCCS-vsn: sys/kern/uipc_socket.c 4.43

41 years agomush
Robert Elz [Fri, 23 Jul 1982 04:32:41 +0000 (20:32 -0800)]
mush

SCCS-vsn: sys/kern/kern_clock.c 4.35

41 years agodisc quotas / mush
Robert Elz [Fri, 23 Jul 1982 04:22:57 +0000 (20:22 -0800)]
disc quotas / mush

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

41 years agomush, father / son / brother proc pointers
Robert Elz [Fri, 23 Jul 1982 04:21:18 +0000 (20:21 -0800)]
mush, father / son / brother proc pointers

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

41 years agomush
Robert Elz [Fri, 23 Jul 1982 04:20:08 +0000 (20:20 -0800)]
mush

SCCS-vsn: sys/kern/sys_generic.c 5.2

41 years agodisc quotas / mush
Robert Elz [Fri, 23 Jul 1982 04:12:23 +0000 (20:12 -0800)]
disc quotas / mush

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

41 years agodisc quotas / mush;
Robert Elz [Fri, 23 Jul 1982 04:09:44 +0000 (20:09 -0800)]
disc quotas / mush;
father/son/brother proc pointers;
fixed tsleep so it works with pri < PZERO

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

41 years agodebugging stuff for dir records spanning block boundaries
Sam Leffler [Fri, 23 Jul 1982 04:04:43 +0000 (20:04 -0800)]
debugging stuff for dir records spanning block boundaries

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

41 years agodisc quotas
Robert Elz [Fri, 23 Jul 1982 04:01:47 +0000 (20:01 -0800)]
disc quotas

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 2.9
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 2.9

41 years agodisc quotas & MUSH
Robert Elz [Fri, 23 Jul 1982 03:13:29 +0000 (19:13 -0800)]
disc quotas & MUSH

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

41 years agonew version of syslog that uses 4.2 IPC
Eric Allman [Thu, 22 Jul 1982 16:23:15 +0000 (08:23 -0800)]
new version of syslog that uses 4.2 IPC

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

41 years agouse number specified after pseudo-dev (if any) as value
Robert Elz [Thu, 22 Jul 1982 13:36:29 +0000 (05:36 -0800)]
use number specified after pseudo-dev (if any) as value
for #define in .h file (rather than always just 1).

SCCS-vsn: usr.sbin/config/mkheaders.c 1.8

41 years agopermit options to have values (viz: options name="value");
Robert Elz [Thu, 22 Jul 1982 13:34:45 +0000 (05:34 -0800)]
permit options to have values (viz: options name="value");
allow number of pseudo-dev's to be specified (viz: pseu.. pty 16);
fix nonsense timezone validity test.

SCCS-vsn: usr.sbin/config/config.y 1.13

41 years agoallow comments other than at start of line;
Robert Elz [Thu, 22 Jul 1982 13:32:08 +0000 (05:32 -0800)]
allow comments other than at start of line;
add '=' (for options with values); make @ a synonym for "at";
pass unrecognized chars back to yacc as themselves (yacc knows
about errors, & doesn't just print unknown crap on stdout).

SCCS-vsn: usr.sbin/config/lang.l 1.9

41 years agoallow a value field for options
Robert Elz [Thu, 22 Jul 1982 13:30:10 +0000 (05:30 -0800)]
allow a value field for options

SCCS-vsn: usr.sbin/config/config.h 1.6

41 years agoprint options that have values with their values
Robert Elz [Thu, 22 Jul 1982 13:29:30 +0000 (05:29 -0800)]
print options that have values with their values

SCCS-vsn: usr.sbin/config/mkmakefile.c 1.16

41 years agomake robert happier (still crude though)
Sam Leffler [Thu, 22 Jul 1982 11:22:39 +0000 (03:22 -0800)]
make robert happier (still crude though)

SCCS-vsn: sys/kern/tty_pty.c 4.22

41 years agowatchdog timer for net interfaces
Sam Leffler [Thu, 22 Jul 1982 03:03:17 +0000 (19:03 -0800)]
watchdog timer for net interfaces

SCCS-vsn: sys/kern/kern_clock.c 4.34

41 years ago3com updates for 780 (from Bill Reeves)
Brian Feldman [Thu, 22 Jul 1982 00:43:09 +0000 (16:43 -0800)]
3com updates for 780 (from Bill Reeves)

SCCS-vsn: sys/vax/if/if_ec.c 4.22
SCCS-vsn: sys/vax/if/if_ecreg.h 4.3
SCCS-vsn: sys/vax/vax/autoconf.c 4.41
SCCS-vsn: sys/vax/uba/uba.c 4.47

41 years agodate and time created 82/07/20 22:39:15 by sam
Sam Leffler [Wed, 21 Jul 1982 13:39:15 +0000 (05:39 -0800)]
date and time created 82/07/20 22:39:15 by sam

SCCS-vsn: sys/vax/if/if_cssreg.h 4.1

41 years agodate and time created 82/07/20 22:39:12 by sam
Sam Leffler [Wed, 21 Jul 1982 13:39:12 +0000 (05:39 -0800)]
date and time created 82/07/20 22:39:12 by sam

SCCS-vsn: sys/vax/if/if_css.c 4.1

41 years agobe smarter about when to rerun the queue when you are in repeated
Eric Allman [Wed, 21 Jul 1982 10:39:15 +0000 (02:39 -0800)]
be smarter about when to rerun the queue when you are in repeated
queue mode.

SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.25
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.146

41 years agodate and time created 82/07/19 21:24:18 by kre
Robert Elz [Tue, 20 Jul 1982 12:24:18 +0000 (04:24 -0800)]
date and time created 82/07/19 21:24:18 by kre

SCCS-vsn: sys/vax/stand/confxx.c 4.1

41 years agodate and time created 82/07/19 21:24:07 by kre
Robert Elz [Tue, 20 Jul 1982 12:24:07 +0000 (04:24 -0800)]
date and time created 82/07/19 21:24:07 by kre

SCCS-vsn: sys/vax/stand/bootxx.c 4.1

41 years agoadded inode pointer to quota file (for disc quotas)
Robert Elz [Tue, 20 Jul 1982 08:40:15 +0000 (00:40 -0800)]
added inode pointer to quota file (for disc quotas)

SCCS-vsn: sys/ufs/ffs/ufsmount.h 4.4
SCCS-vsn: sys/ufs/ufs/ufsmount.h 4.4

41 years agoadd pcexterns to resolve outside references in pc3
Kirk McKusick [Tue, 20 Jul 1982 06:16:48 +0000 (22:16 -0800)]
add pcexterns to resolve outside references in pc3

SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 1.4
SCCS-vsn: usr.bin/pascal/pc/pc.c 3.14

41 years agodate and time created 82/07/19 15:14:26 by mckusick
Kirk McKusick [Tue, 20 Jul 1982 06:14:26 +0000 (22:14 -0800)]
date and time created 82/07/19 15:14:26 by mckusick

SCCS-vsn: usr.bin/pascal/pcexterns/pcexterns.awk 4.1

41 years agolet's not strip the un-installed versions.
Peter B. Kessler [Tue, 20 Jul 1982 05:43:27 +0000 (21:43 -0800)]
let's not strip the un-installed versions.

SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 1.3

41 years agoinclude mush.h & mu_msg.h (to obtain size of mmsgbuf)
Robert Elz [Sun, 18 Jul 1982 13:03:44 +0000 (05:03 -0800)]
include mush.h & mu_msg.h (to obtain size of mmsgbuf)

SCCS-vsn: sys/sys/proc.h 4.12

41 years agoreport tty command was started from, & accounting flags;
Robert Elz [Sun, 18 Jul 1982 10:03:19 +0000 (02:03 -0800)]
report tty command was started from, & accounting flags;
allow "lastcomm ttyXX" as well as "lastcomm user" and "lastcomm cmd".

SCCS-vsn: usr.bin/lastcomm/lastcomm.c 4.4

41 years agofixed uplim test in G conversion. DLW
David Wasley [Sat, 17 Jul 1982 15:51:17 +0000 (07:51 -0800)]
fixed uplim test in G conversion. DLW

SCCS-vsn: usr.bin/f77/libI77/wrtfmt.c 1.4

41 years agodate and time created 82/07/16 17:16:59 by kre
Robert Elz [Sat, 17 Jul 1982 08:16:59 +0000 (00:16 -0800)]
date and time created 82/07/16 17:16:59 by kre

SCCS-vsn: sys/kern/uipc_mu_msg.c 4.1

41 years agoadded defn of mcode (&szmcode) - /etc/mush startup code
Robert Elz [Sat, 17 Jul 1982 08:05:18 +0000 (00:05 -0800)]
added defn of mcode (&szmcode) - /etc/mush startup code

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

41 years agoadded new fields for QUOTA & mu_msg + SLOGIN flag
Robert Elz [Sat, 17 Jul 1982 07:57:40 +0000 (23:57 -0800)]
added new fields for QUOTA & mu_msg + SLOGIN flag

SCCS-vsn: sys/sys/proc.h 4.11

41 years agoremoved hlink (no longer used); added dquot (disc quota pointer);
Robert Elz [Sat, 17 Jul 1982 07:47:15 +0000 (23:47 -0800)]
removed hlink (no longer used); added dquot (disc quota pointer);
changed count from char to u_short (> 255 refs possible).

SCCS-vsn: sys/ufs/ffs/dinode.h 4.13
SCCS-vsn: sys/ufs/ffs/inode.h 4.13
SCCS-vsn: sys/ufs/ufs/dinode.h 4.13
SCCS-vsn: sys/ufs/ufs/inode.h 4.13

41 years agoadded fields for quota & mush ... to use
Robert Elz [Sat, 17 Jul 1982 07:37:17 +0000 (23:37 -0800)]
added fields for quota & mush ... to use

SCCS-vsn: sys/sys/user.h 4.14