unix-history/.git
42 years ago(by rrh) sdb now shares with adb opset.c and optab.c
Bill Joy [Mon, 15 Feb 1982 07:56:34 +0000 (23:56 -0800)]
(by rrh) sdb now shares with adb opset.c and optab.c
(with appropriate #ifdef's) to minimize duplication of code.
I have NOT done the same thing to the other modules in sdb.
These special files for sdb are now dead.

SCCS-vsn: old/sdb/opset.c 4.2
SCCS-vsn: old/sdb/optab.c 4.2

42 years agochange to really check for eof from stdin
Bill Joy [Sun, 14 Feb 1982 15:16:08 +0000 (07:16 -0800)]
change to really check for eof from stdin

SCCS-vsn: usr.bin/colrm/colrm.c 4.3

42 years agochange not to allow chsh to now existant qualified shells
Bill Joy [Sun, 14 Feb 1982 14:54:33 +0000 (06:54 -0800)]
change not to allow chsh to now existant qualified shells

SCCS-vsn: usr.bin/passwd/chsh.sh 4.2

42 years agoadded -f to all rm's
Bill Joy [Sun, 14 Feb 1982 14:21:37 +0000 (06:21 -0800)]
added -f to all rm's

SCCS-vsn: usr.bin/calendar/calendar.sh 4.3

42 years agofixed so that the + filename convention can be used with -f;
Kurt A. Shoens [Sun, 14 Feb 1982 13:25:52 +0000 (05:25 -0800)]
fixed so that the + filename convention can be used with -f;
made interpretation of maildir relative to home directory if not a
full pathname.

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

42 years agoadded global "loading" to indicate that reading of user's
Kurt A. Shoens [Sun, 14 Feb 1982 13:24:01 +0000 (05:24 -0800)]
added global "loading" to indicate that reading of user's
.mailrc or /usr/lib/Mail.rc is in progress.

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

42 years agochanged expand() to interpret a relative pathname for maildir as
Kurt A. Shoens [Sun, 14 Feb 1982 13:23:12 +0000 (05:23 -0800)]
changed expand() to interpret a relative pathname for maildir as
relative to user's home directory

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

42 years agochanged source file stacking/unstacking to save/restore the value
Kurt A. Shoens [Sun, 14 Feb 1982 13:22:09 +0000 (05:22 -0800)]
changed source file stacking/unstacking to save/restore the value
of loading.

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

42 years agoadded routine "popsmall"
Mark Linton [Sun, 14 Feb 1982 09:23:45 +0000 (01:23 -0800)]
added routine "popsmall"

SCCS-vsn: usr.bin/pascal/pdx/tree.h 1.4

42 years agosmall elements are now stored in their exact size rather than
Mark Linton [Sun, 14 Feb 1982 09:19:52 +0000 (01:19 -0800)]
small elements are now stored in their exact size rather than
always as longs on the evaluation stack

SCCS-vsn: usr.bin/pascal/pdx/sym/printval.c 1.3
SCCS-vsn: usr.bin/pascal/pdx/sym/tree.c 1.2

42 years agoreorganized the way small ( < a long ) elements are manipulated
Mark Linton [Sun, 14 Feb 1982 09:18:18 +0000 (01:18 -0800)]
reorganized the way small ( < a long ) elements are manipulated
on the evaluation stack

SCCS-vsn: usr.bin/pascal/pdx/tree/eval.c 1.3

42 years agobug fix: deal properly with ttynames other an tty00-tty99
Bill Joy [Sun, 14 Feb 1982 07:32:25 +0000 (23:32 -0800)]
bug fix: deal properly with ttynames other an tty00-tty99

SCCS-vsn: usr.sbin/ac/ac.c 4.4

42 years agochanged to load user's .mailrc before figuring out file
Kurt A. Shoens [Sun, 14 Feb 1982 06:49:35 +0000 (22:49 -0800)]
changed to load user's .mailrc before figuring out file
from -f so we can interpret +name.  Header printing now invoked by
main() with special escape to be able to ^C it.

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

42 years agoadded the "copy" command to copy messages into a file without
Kurt A. Shoens [Sun, 14 Feb 1982 06:48:01 +0000 (22:48 -0800)]
added the "copy" command to copy messages into a file without
marking them with MSAVED.

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

42 years agochanged the way commands() works: now it just reads commands
Kurt A. Shoens [Sun, 14 Feb 1982 06:47:06 +0000 (22:47 -0800)]
changed the way commands() works:  now it just reads commands
until eof and returns.  all the old garbage about printing headers and
sourcing .mailrc have been removed.
Added routine load() to read the user's .mailrc and /usr/lib/Mail.rc

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

42 years agochanged the file command to print the "new file info"
Kurt A. Shoens [Sun, 14 Feb 1982 06:44:40 +0000 (22:44 -0800)]
changed the file command to print the "new file info"
when a new file is successfully selected.

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

42 years agoput most of the code to do the save command in save1(), which
Kurt A. Shoens [Sun, 14 Feb 1982 06:43:28 +0000 (22:43 -0800)]
put most of the code to do the save command in save1(), which
can be called with an extra argument to control marking messages with MSAVED.
Added copycmd() which uses save1() to avoid MSAVED'ing messages.

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

42 years agomust update "class" field of shadow variables
Kirk McKusick [Sun, 14 Feb 1982 05:28:37 +0000 (21:28 -0800)]
must update "class" field of shadow variables

SCCS-vsn: usr.bin/pascal/src/forop.c 1.10

42 years agoconvret to new directory format
Kirk McKusick [Sat, 13 Feb 1982 07:29:59 +0000 (23:29 -0800)]
convret to new directory format

SCCS-vsn: bin/csh/exec.c 4.3
SCCS-vsn: bin/csh/glob.c 4.3

42 years agosave history if exceed cpu time or file size limits in shell
Kirk McKusick [Sat, 13 Feb 1982 07:28:50 +0000 (23:28 -0800)]
save history if exceed cpu time or file size limits in shell

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

42 years agocloser to a working imp driver
Bill Joy [Sat, 13 Feb 1982 07:17:41 +0000 (23:17 -0800)]
closer to a working imp driver

SCCS-vsn: sys/deprecated/netimp/if_imphost.c 4.2
SCCS-vsn: sys/deprecated/netimp/if_imphost.h 4.2
SCCS-vsn: sys/vax/if/if_acc.c 4.3
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.4
SCCS-vsn: sys/deprecated/netimp/if_imp.h 4.3
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.3
SCCS-vsn: sys/net/raw_cb.c 4.3

42 years agogetting reassembly to work
Bill Joy [Sat, 13 Feb 1982 07:16:48 +0000 (23:16 -0800)]
getting reassembly to work

SCCS-vsn: sys/netinet/ip_output.c 1.24

42 years agoconvert to new directory format
Kirk McKusick [Sat, 13 Feb 1982 06:27:16 +0000 (22:27 -0800)]
convert to new directory format

SCCS-vsn: bin/csh/csh.h 4.3

42 years agobtop -> btoc
Bill Joy [Sat, 13 Feb 1982 04:12:02 +0000 (20:12 -0800)]
btop -> btoc

SCCS-vsn: sys/vax/if/if_dmc.c 4.2

42 years agoget rid of old style directory entries (known only in readdir.c)
Kirk McKusick [Fri, 12 Feb 1982 17:42:42 +0000 (09:42 -0800)]
get rid of old style directory entries (known only in readdir.c)

SCCS-vsn: lib/libc/gen/readdir.c 1.4

42 years agoconvert to new style directory headers
Kirk McKusick [Fri, 12 Feb 1982 17:25:00 +0000 (09:25 -0800)]
convert to new style directory headers

SCCS-vsn: lib/libc/gen/readdir.c 1.3

42 years agoconvert to use library routines to access directories
Kirk McKusick [Fri, 12 Feb 1982 16:51:23 +0000 (08:51 -0800)]
convert to use library routines to access directories

SCCS-vsn: bin/pwd/pwd.c 4.2

42 years agoconvert to new style directory headers
Kirk McKusick [Fri, 12 Feb 1982 16:37:25 +0000 (08:37 -0800)]
convert to new style directory headers

SCCS-vsn: lib/libc/gen/readdir.c 1.3

42 years agomodified to usd "printwhere" from process/pstatus.c rather than
Mark Linton [Fri, 12 Feb 1982 15:56:29 +0000 (07:56 -0800)]
modified to usd "printwhere" from process/pstatus.c rather than
printing out "line N in file F" itself

SCCS-vsn: usr.bin/pascal/pdx/machine/printerror.c 1.3

42 years agomodified to use "printwhere" from process/pstatus.c rather than
Mark Linton [Fri, 12 Feb 1982 15:55:41 +0000 (07:55 -0800)]
modified to use "printwhere" from process/pstatus.c rather than
printing out "line N in file F" itself

SCCS-vsn: usr.bin/pascal/pdx/runtime/wheredump.c 1.2

42 years agochanged skimsource so that it just returns if the given filename
Mark Linton [Fri, 12 Feb 1982 15:54:28 +0000 (07:54 -0800)]
changed skimsource so that it just returns if the given filename
is the same as the current source filename ... this way routines from the
outside needn't test this

SCCS-vsn: usr.bin/pascal/pdx/source/source.c 1.2

42 years agocentralized the printing of a source line number and file
Mark Linton [Fri, 12 Feb 1982 15:53:25 +0000 (07:53 -0800)]
centralized the printing of a source line number and file
to a routine called "printwhere" in pstatus.c ... other routines
were modified to use this routine

SCCS-vsn: usr.bin/pascal/pdx/process/pstatus.c 1.3
SCCS-vsn: usr.bin/pascal/pdx/process/start.c 1.5
SCCS-vsn: usr.bin/pascal/pdx/process/step.c 1.2

42 years agomodifications for centralizing the printing of a source line
Mark Linton [Fri, 12 Feb 1982 15:51:54 +0000 (07:51 -0800)]
modifications for centralizing the printing of a source line
and file

SCCS-vsn: usr.bin/pascal/pdx/breakpoint/printnews.c 1.2
SCCS-vsn: usr.bin/pascal/pdx/breakpoint/trinfo.c 1.2

42 years agoconvert to use library routines to access directories
Kirk McKusick [Fri, 12 Feb 1982 15:50:58 +0000 (07:50 -0800)]
convert to use library routines to access directories

SCCS-vsn: bin/mv/mv.c 4.5

42 years agoaddition of "printwhere" routine
Mark Linton [Fri, 12 Feb 1982 15:49:59 +0000 (07:49 -0800)]
addition of "printwhere" routine

SCCS-vsn: usr.bin/pascal/pdx/process.h 1.5

42 years agoadded a call to "newfile" in uninclude
Mark Linton [Fri, 12 Feb 1982 15:44:08 +0000 (07:44 -0800)]
added a call to "newfile" in uninclude

SCCS-vsn: usr.bin/pascal/src/yyget.c 1.3

42 years agofix () and sizeof errors
Kirk McKusick [Fri, 12 Feb 1982 15:32:31 +0000 (07:32 -0800)]
fix () and sizeof errors

SCCS-vsn: lib/libc/gen/readdir.c 1.2

42 years agochanged relative line number and address information to be
Mark Linton [Fri, 12 Feb 1982 15:30:56 +0000 (07:30 -0800)]
changed relative line number and address information to be
two bytes wide rather than one

SCCS-vsn: usr.bin/pascal/src/savenl.c 1.3

42 years agonew error message (if you can't rm 'cause you're not owner)
Bill Joy [Fri, 12 Feb 1982 04:26:57 +0000 (20:26 -0800)]
new error message (if you can't rm 'cause you're not owner)

SCCS-vsn: bin/rm/rm.c 4.4

42 years agoget rid of mpx stuff
Bill Joy [Fri, 12 Feb 1982 04:04:59 +0000 (20:04 -0800)]
get rid of mpx stuff

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

42 years agodate and time created 82/02/11 12:01:42 by mckusick
Kirk McKusick [Fri, 12 Feb 1982 04:01:42 +0000 (20:01 -0800)]
date and time created 82/02/11 12:01:42 by mckusick

SCCS-vsn: lib/libc/gen/seekdir.c 1.1

42 years agodate and time created 82/02/11 12:01:30 by mckusick
Kirk McKusick [Fri, 12 Feb 1982 04:01:30 +0000 (20:01 -0800)]
date and time created 82/02/11 12:01:30 by mckusick

SCCS-vsn: lib/libc/gen/readdir.c 1.1

42 years agodate and time created 82/02/11 12:01:17 by mckusick
Kirk McKusick [Fri, 12 Feb 1982 04:01:17 +0000 (20:01 -0800)]
date and time created 82/02/11 12:01:17 by mckusick

SCCS-vsn: lib/libc/gen/opendir.c 1.1

42 years agodate and time created 82/02/11 12:01:11 by mckusick
Kirk McKusick [Fri, 12 Feb 1982 04:01:11 +0000 (20:01 -0800)]
date and time created 82/02/11 12:01:11 by mckusick

SCCS-vsn: lib/libc/gen/closedir.c 1.1

42 years agoupgraded signal handling to 4.1bsd (mikey olson)
Bill Joy [Fri, 12 Feb 1982 03:30:09 +0000 (19:30 -0800)]
upgraded signal handling to 4.1bsd (mikey olson)

SCCS-vsn: usr.bin/lock/lock.c 4.2

42 years agoChanged so that all file names used anywhere may begin with
Kurt A. Shoens [Fri, 12 Feb 1982 03:23:47 +0000 (19:23 -0800)]
Changed so that all file names used anywhere may begin with
a +, in which case they are interpreted relative to the user variable
maildir.

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

42 years agoChanged expand() to interpret names that begin with + relative
Kurt A. Shoens [Fri, 12 Feb 1982 03:22:14 +0000 (19:22 -0800)]
Changed expand() to interpret names that begin with + relative
to the directory specified by the variable "maildir"

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

42 years agofix up dependancies, and locations of sources
Kirk McKusick [Fri, 12 Feb 1982 02:55:37 +0000 (18:55 -0800)]
fix up dependancies, and locations of sources

SCCS-vsn: usr.bin/pascal/px/Makefile 1.11

42 years agoput in check for old style objs
Kirk McKusick [Fri, 12 Feb 1982 02:54:59 +0000 (18:54 -0800)]
put in check for old style objs

SCCS-vsn: usr.bin/pascal/px/int.c 1.8

42 years agothe "con" operator was being incorrectly processed
Mark Linton [Wed, 10 Feb 1982 16:24:42 +0000 (08:24 -0800)]
the "con" operator was being incorrectly processed

SCCS-vsn: usr.bin/pascal/pdx/machine/nextaddr.c 1.2
SCCS-vsn: usr.bin/pascal/pdx/machine/printinst.c 1.2

42 years agoUses new objsym.rep to read raw line number information
Mark Linton [Wed, 10 Feb 1982 16:23:36 +0000 (08:23 -0800)]
Uses new objsym.rep to read raw line number information

SCCS-vsn: usr.bin/pascal/pdx/object/readobj.c 1.4

42 years agoAdded the definition of the object file representation
Mark Linton [Wed, 10 Feb 1982 16:21:21 +0000 (08:21 -0800)]
Added the definition of the object file representation
of the line information, called OBJLINE.  The representation is
in relative increments that are 2 bytes rather than 1 byte large.
This was necessary because case statements can cause large differences
in address increments (since the jump table is generated inline).

SCCS-vsn: usr.bin/pascal/pdx/object/objsym.rep 1.3

42 years agoSIGILL has got to be traced for catching breakpoints,
Mark Linton [Wed, 10 Feb 1982 16:17:15 +0000 (08:17 -0800)]
SIGILL has got to be traced for catching breakpoints,
it seems I forgot this in my old age.

SCCS-vsn: usr.bin/pascal/pdx/process/start.c 1.4

42 years agoremoved all reference to dballoc. DLW
Bill Joy [Wed, 10 Feb 1982 01:31:42 +0000 (17:31 -0800)]
removed all reference to dballoc. DLW

SCCS-vsn: usr.bin/f77/libI77/makefile 1.14

42 years agoadd DMGET for DZ32
Bill Joy [Tue, 9 Feb 1982 15:50:36 +0000 (07:50 -0800)]
add DMGET for DZ32

SCCS-vsn: sys/sys/tty.h 4.10

42 years agogetw and putw needed by if_dmc.c
Bill Joy [Tue, 9 Feb 1982 15:23:54 +0000 (07:23 -0800)]
getw and putw needed by if_dmc.c

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

42 years agoadd call to memerr in case mchk was due to memory problem
Bill Joy [Tue, 9 Feb 1982 15:20:15 +0000 (07:20 -0800)]
add call to memerr in case mchk was due to memory problem

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

42 years agoadd hpioctl
Bill Joy [Tue, 9 Feb 1982 15:13:50 +0000 (07:13 -0800)]
add hpioctl

SCCS-vsn: sys/vax/vax/conf.c 4.48

42 years agobring up to date regarding mba configurations
Bill Joy [Tue, 9 Feb 1982 15:10:54 +0000 (07:10 -0800)]
bring up to date regarding mba configurations

SCCS-vsn: sys/vax/vax/autoconf.c 4.33

42 years agobug fix in m_pullup
Bill Joy [Tue, 9 Feb 1982 15:02:38 +0000 (07:02 -0800)]
bug fix in m_pullup

SCCS-vsn: sys/kern/uipc_mbuf.c 1.29

42 years agonow supports DZ32 -- from decvax!shannon
Bill Joy [Tue, 9 Feb 1982 15:01:13 +0000 (07:01 -0800)]
now supports DZ32 -- from decvax!shannon

SCCS-vsn: sys/vax/uba/dz.c 4.33

42 years agomodem control ioctl's for DZ32
Bill Joy [Tue, 9 Feb 1982 14:53:28 +0000 (06:53 -0800)]
modem control ioctl's for DZ32

SCCS-vsn: sys/sys/ioctl.h 4.16

42 years agoML11 definitions
Bill Joy [Tue, 9 Feb 1982 14:51:46 +0000 (06:51 -0800)]
ML11 definitions

SCCS-vsn: sys/vax/mba/mbareg.h 4.16

42 years agodefines needed for ML11
Bill Joy [Tue, 9 Feb 1982 14:50:07 +0000 (06:50 -0800)]
defines needed for ML11

SCCS-vsn: sys/vax/mba/hpreg.h 4.10

42 years agodate and time created 82/02/08 22:48:19 by root
Bill Joy [Tue, 9 Feb 1982 14:48:19 +0000 (06:48 -0800)]
date and time created 82/02/08 22:48:19 by root

SCCS-vsn: sys/vax/vax/dkio.h 4.1

42 years agomerge decvax!shannon's ML11 code and formatting ioctl
Bill Joy [Tue, 9 Feb 1982 14:46:28 +0000 (06:46 -0800)]
merge decvax!shannon's ML11 code and formatting ioctl

SCCS-vsn: sys/vax/mba/hp.c 4.45

42 years agodate and time created 82/02/08 22:16:44 by root
Bill Joy [Tue, 9 Feb 1982 14:16:44 +0000 (06:16 -0800)]
date and time created 82/02/08 22:16:44 by root

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

42 years agoadd BPT pseudo-opcode
Kirk McKusick [Tue, 9 Feb 1982 13:39:45 +0000 (05:39 -0800)]
add BPT pseudo-opcode

SCCS-vsn: usr.bin/pascal/src/OPnames.h 1.4

42 years agoadd runtime checking for sin, cos, atan, and exp
Kirk McKusick [Tue, 9 Feb 1982 13:10:24 +0000 (05:10 -0800)]
add runtime checking for sin, cos, atan, and exp

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

42 years agoadd ATAN.c, COS.c, EXP.c, and SIN.c to allow for runtime checking
Kirk McKusick [Tue, 9 Feb 1982 12:41:32 +0000 (04:41 -0800)]
add ATAN.c, COS.c, EXP.c, and SIN.c to allow for runtime checking

SCCS-vsn: usr.bin/pascal/libpc/libpc.h 1.7
SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.15

42 years agodate and time created 82/02/08 20:33:15 by mckusick
Kirk McKusick [Tue, 9 Feb 1982 12:33:15 +0000 (04:33 -0800)]
date and time created 82/02/08 20:33:15 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/EXP.c 1.1

42 years agodate and time created 82/02/08 20:33:10 by mckusick
Kirk McKusick [Tue, 9 Feb 1982 12:33:10 +0000 (04:33 -0800)]
date and time created 82/02/08 20:33:10 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/COS.c 1.1

42 years agodate and time created 82/02/08 20:33:04 by mckusick
Kirk McKusick [Tue, 9 Feb 1982 12:33:04 +0000 (04:33 -0800)]
date and time created 82/02/08 20:33:04 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/SIN.c 1.1

42 years agodate and time created 82/02/08 20:32:58 by mckusick
Kirk McKusick [Tue, 9 Feb 1982 12:32:58 +0000 (04:32 -0800)]
date and time created 82/02/08 20:32:58 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/ATAN.c 1.1

42 years agomake it an error to reset a temporary file that has not been rewritten first
Kirk McKusick [Tue, 9 Feb 1982 12:21:51 +0000 (04:21 -0800)]
make it an error to reset a temporary file that has not been rewritten first

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

42 years agoadd return statements after errors
Kirk McKusick [Tue, 9 Feb 1982 12:20:04 +0000 (04:20 -0800)]
add return statements after errors

SCCS-vsn: usr.bin/pascal/libpc/EXCEPT.c 1.2

42 years agoadd runtime checking routines for sin, cos, atan, and exp
Kirk McKusick [Tue, 9 Feb 1982 11:31:43 +0000 (03:31 -0800)]
add runtime checking routines for sin, cos, atan, and exp

SCCS-vsn: usr.bin/pascal/src/pcfunc.c 1.7

42 years agoslight change in the way signals are handled -- px now gets
Mark Linton [Mon, 8 Feb 1982 08:08:46 +0000 (00:08 -0800)]
slight change in the way signals are handled -- px now gets
all but interrupt, trap, and iot, it is assumed px handles the errors
and then sends itself a trap

SCCS-vsn: usr.bin/pascal/pdx/process/start.c 1.3
SCCS-vsn: usr.bin/pascal/pdx/process/resume.c 1.4

42 years agodate and time created 82/02/06 19:48:09 by sam
Sam Leffler [Sun, 7 Feb 1982 11:48:09 +0000 (03:48 -0800)]
date and time created 82/02/06 19:48:09 by sam

SCCS-vsn: sys/deprecated/netimp/if_imphost.h 4.1

42 years agodate and time created 82/02/06 19:47:58 by sam
Sam Leffler [Sun, 7 Feb 1982 11:47:58 +0000 (03:47 -0800)]
date and time created 82/02/06 19:47:58 by sam

SCCS-vsn: sys/deprecated/netimp/if_imphost.c 4.1

42 years agoChanged format to merge the instruction table used in c2 with that
Robert R. Henry [Sun, 7 Feb 1982 06:06:32 +0000 (22:06 -0800)]
Changed format to merge the instruction table used in c2 with that
used for as.  Now, as, adb, sdb and c2 all use the same table.
The table MUST be processed by an awk script, instrsfix.awk

SCCS-vsn: old/as.vax/instrs 4.3

42 years agoadded new VAX instructions, and escape byte. Ordered instructions
Robert R. Henry [Sun, 7 Feb 1982 05:01:32 +0000 (21:01 -0800)]
added new VAX instructions, and escape byte. Ordered instructions
into functional groups.

SCCS-vsn: old/as.vax/instrs 4.2

42 years agocommented out un entries (feldman)
Bill Joy [Sat, 6 Feb 1982 16:03:44 +0000 (08:03 -0800)]
commented out un entries (feldman)

SCCS-vsn: sys/vax/vax/conf.c 4.47

42 years agobtop should really be btoc (round up vs. down)
Bill Joy [Sat, 6 Feb 1982 15:56:03 +0000 (07:56 -0800)]
btop should really be btoc (round up vs. down)

SCCS-vsn: sys/vax/if/if_en.c 4.33

42 years agoadd host aliasing; add -p flag. this version doesn't yet know about
Eric Allman [Fri, 5 Feb 1982 12:31:21 +0000 (04:31 -0800)]
add host aliasing; add -p flag.  this version doesn't yet know about
replacing the text of the host alias into the message however.  syntax
is grotty: "/hostmatch:%s@newhost" or whatever.

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.29
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.63
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.58
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.38
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.61
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.34
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.76

42 years agorandom cleanup; add -p flag
Eric Allman [Fri, 5 Feb 1982 12:26:34 +0000 (04:26 -0800)]
random cleanup; add -p flag

SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.15

42 years agodate and time created 82/02/04 12:30:29 by root
Bill Joy [Fri, 5 Feb 1982 04:30:29 +0000 (20:30 -0800)]
date and time created 82/02/04 12:30:29 by root

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

42 years agoif_attach now puts interfaces on the end of the q
Bill Joy [Thu, 4 Feb 1982 12:07:17 +0000 (04:07 -0800)]
if_attach now puts interfaces on the end of the q

SCCS-vsn: sys/net/if.c 4.8

42 years agodeleted something in merging
Bill Joy [Thu, 4 Feb 1982 11:54:53 +0000 (03:54 -0800)]
deleted something in merging

SCCS-vsn: sys/vax/uba/ts.c 4.23

42 years agohandles new uba stuff and fix page freeing problem
Bill Joy [Thu, 4 Feb 1982 11:39:10 +0000 (03:39 -0800)]
handles new uba stuff and fix page freeing problem

SCCS-vsn: sys/vax/if/if_en.c 4.32

42 years agofix partition size
Bill Joy [Thu, 4 Feb 1982 11:37:08 +0000 (03:37 -0800)]
fix partition size

SCCS-vsn: sys/vax/mba/hp.c 4.44

42 years agodump old comments
Bill Joy [Thu, 4 Feb 1982 11:36:16 +0000 (03:36 -0800)]
dump old comments

SCCS-vsn: sys/vax/uba/lp.c 4.22

42 years agomods from shannon finally installed
Bill Joy [Thu, 4 Feb 1982 11:35:15 +0000 (03:35 -0800)]
mods from shannon finally installed

SCCS-vsn: sys/vax/uba/tm.c 4.46
SCCS-vsn: sys/vax/uba/ts.c 4.22

42 years agobug fixes (but PERSIST still screwy)
Bill Joy [Thu, 4 Feb 1982 11:33:26 +0000 (03:33 -0800)]
bug fixes (but PERSIST still screwy)

SCCS-vsn: sys/netinet/tcp_input.c 1.52
SCCS-vsn: sys/netinet/tcp_timer.c 4.14
SCCS-vsn: sys/netinet/tcp_timer.h 4.7

42 years agofix device register structure's names
Bill Joy [Thu, 4 Feb 1982 11:15:42 +0000 (03:15 -0800)]
fix device register structure's names

SCCS-vsn: sys/vax/uba/tsreg.h 4.2
SCCS-vsn: sys/vax/uba/tmreg.h 4.6

42 years agoadd flags for uballoc to simplify direct data path interfaces
Sam Leffler [Thu, 4 Feb 1982 03:22:59 +0000 (19:22 -0800)]
add flags for uballoc to simplify direct data path interfaces

SCCS-vsn: sys/vax/if/if_uba.h 4.5
SCCS-vsn: sys/vax/if/if_uba.c 4.9

42 years agodropcnt -> 2
Sam Leffler [Thu, 4 Feb 1982 03:22:25 +0000 (19:22 -0800)]
dropcnt -> 2

SCCS-vsn: sys/deprecated/netimp/if_imp.h 4.2

42 years agodate and time created 82/02/03 11:21:46 by sam
Sam Leffler [Thu, 4 Feb 1982 03:21:46 +0000 (19:21 -0800)]
date and time created 82/02/03 11:21:46 by sam

SCCS-vsn: sys/deprecated/netimp/if_imp.h 4.1

42 years agoexplicit vax dependecy indicated
Sam Leffler [Thu, 4 Feb 1982 02:43:44 +0000 (18:43 -0800)]
explicit vax dependecy indicated

SCCS-vsn: sys/net/if.c 4.7

42 years agoadded 'End of Makefile' & spcl distribution make. DLW
David Wasley [Thu, 4 Feb 1982 02:41:54 +0000 (18:41 -0800)]
added 'End of Makefile' & spcl distribution make. DLW

SCCS-vsn: usr.bin/f77/libF77/makefile 1.11