unix-history/.git
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

42 years agoclean up inaddr structure
Sam Leffler [Thu, 4 Feb 1982 02:36:51 +0000 (18:36 -0800)]
clean up inaddr structure

SCCS-vsn: sys/netinet/in.h 4.8

42 years agouse -lnm instead of -lm
Kirk McKusick [Wed, 3 Feb 1982 16:39:39 +0000 (08:39 -0800)]
use -lnm instead of -lm

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

42 years agoget rid of panics, so that all signals and errors pass through ERROR()
Kirk McKusick [Wed, 3 Feb 1982 16:01:07 +0000 (08:01 -0800)]
get rid of panics, so that all signals and errors pass through ERROR()

SCCS-vsn: usr.bin/pascal/px/int.c 1.7
SCCS-vsn: usr.bin/pascal/px/utilities.c 1.5
SCCS-vsn: usr.bin/pascal/px/Makefile 1.10
SCCS-vsn: usr.bin/pascal/px/vars.h 1.9
SCCS-vsn: usr.bin/pascal/px/interp.c 1.19

42 years agoadd underflow checking, and intelligent SIGFPE errors if opt('t')
Kirk McKusick [Wed, 3 Feb 1982 15:52:38 +0000 (07:52 -0800)]
add underflow checking, and intelligent SIGFPE errors if opt('t')

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

42 years agosignal EXCEPT() on SIGFPE if runtime tests are enabled
Kirk McKusick [Wed, 3 Feb 1982 15:39:22 +0000 (07:39 -0800)]
signal EXCEPT() on SIGFPE if runtime tests are enabled

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

42 years agoadd EXCEPT()
Kirk McKusick [Wed, 3 Feb 1982 15:38:20 +0000 (07:38 -0800)]
add EXCEPT()

SCCS-vsn: usr.bin/pascal/libpc/libpc.h 1.6
SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.14

42 years agodate and time created 82/02/02 23:09:47 by mckusick
Kirk McKusick [Wed, 3 Feb 1982 15:09:47 +0000 (07:09 -0800)]
date and time created 82/02/02 23:09:47 by mckusick

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

42 years agobring up to date with raw stuff
Sam Leffler [Wed, 3 Feb 1982 11:45:16 +0000 (03:45 -0800)]
bring up to date with raw stuff

SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.2

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

SCCS-vsn: sys/deprecated/netpup/raw_pup.c 4.1

42 years agopass structures by reference
Sam Leffler [Wed, 3 Feb 1982 11:40:23 +0000 (03:40 -0800)]
pass structures by reference

SCCS-vsn: sys/netinet/raw_ip.c 4.4

42 years agoeliminate passing structures on the stack
Sam Leffler [Wed, 3 Feb 1982 11:38:09 +0000 (03:38 -0800)]
eliminate passing structures on the stack

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

42 years agofix comment
Sam Leffler [Wed, 3 Feb 1982 11:34:17 +0000 (03:34 -0800)]
fix comment

SCCS-vsn: sys/net/raw_cb.h 4.3

42 years agoconvert CASEOP* to use CASERNG instead of explicit error message
Kirk McKusick [Wed, 3 Feb 1982 08:05:55 +0000 (00:05 -0800)]
convert CASEOP* to use CASERNG instead of explicit error message

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

42 years agobreak out case range error into CASERNG
Kirk McKusick [Wed, 3 Feb 1982 08:01:36 +0000 (00:01 -0800)]
break out case range error into CASERNG

SCCS-vsn: usr.bin/pascal/libpc/ERROR.c 1.9
SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.13

42 years agodate and time created 82/02/02 16:00:30 by mckusick
Kirk McKusick [Wed, 3 Feb 1982 08:00:30 +0000 (00:00 -0800)]
date and time created 82/02/02 16:00:30 by mckusick

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

42 years agoconvert ECASE to call on CASERNG
Kirk McKusick [Wed, 3 Feb 1982 07:52:45 +0000 (23:52 -0800)]
convert ECASE to call on CASERNG

SCCS-vsn: usr.bin/pascal/src/pc.h 1.5
SCCS-vsn: usr.bin/pascal/src/pccaseop.c 1.8

42 years agogive correct name when complaining about obsolete files
Kirk McKusick [Wed, 3 Feb 1982 07:36:07 +0000 (23:36 -0800)]
give correct name when complaining about obsolete files

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

42 years agoadded PDX constant BSD-4_1_snap-Snapshot-Development
Mark Linton [Wed, 3 Feb 1982 06:22:39 +0000 (22:22 -0800)]
added PDX constant

SCCS-vsn: usr.bin/pascal/px/vars.h 1.8

42 years agoargument processing is done before preparing to change
Mark Linton [Wed, 3 Feb 1982 05:50:20 +0000 (21:50 -0800)]
argument processing is done before preparing to change
environments so that an error in the arguments doesn't leave pdx
in a weird state

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

42 years agoadded some hooks for pdx
Mark Linton [Wed, 3 Feb 1982 05:32:30 +0000 (21:32 -0800)]
added some hooks for pdx

SCCS-vsn: usr.bin/pascal/px/int.c 1.5
SCCS-vsn: usr.bin/pascal/px/interp.c 1.17

42 years agofix bug when tip is given phone number
Bill Shannon [Wed, 3 Feb 1982 05:11:35 +0000 (21:11 -0800)]
fix bug when tip is given phone number

SCCS-vsn: usr.bin/tip/acu.c 4.6

42 years agoadded savenl.c and -I<pdxdir> in CFLAGS
Mark Linton [Wed, 3 Feb 1982 05:01:48 +0000 (21:01 -0800)]
added savenl.c and -I<pdxdir> in CFLAGS

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.19

42 years agonew for pi to dump symbolic information for pdx
Mark Linton [Wed, 3 Feb 1982 04:58:16 +0000 (20:58 -0800)]
new for pi to dump symbolic information for pdx

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

42 years agomerge pdx into the Pascal system
Mark Linton [Wed, 3 Feb 1982 04:57:03 +0000 (20:57 -0800)]
merge pdx into the Pascal system

SCCS-vsn: usr.bin/pascal/src/OPnames.h 1.3
SCCS-vsn: usr.bin/pascal/src/yymain.c 1.3
SCCS-vsn: usr.bin/pascal/src/yyget.c 1.2
SCCS-vsn: usr.bin/pascal/src/main.c 1.5
SCCS-vsn: usr.bin/pascal/src/stat.c 1.6
SCCS-vsn: usr.bin/pascal/src/fend.c 1.9

42 years agoremoved all argument handling, stuff in runcont is used;
Mark Linton [Wed, 3 Feb 1982 04:53:57 +0000 (20:53 -0800)]
removed all argument handling, stuff in runcont is used;
modified handling of px exit conditions in the case of the implicit "-t"
option which is set when running under "pix" or "obj"

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

42 years agoargument handling in conjunction with passing things to px
Mark Linton [Wed, 3 Feb 1982 04:50:04 +0000 (20:50 -0800)]
argument handling in conjunction with passing things to px

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

42 years agofixed subtle frame pointer bug, made cosmetic change to how debugger is entered
Mark Linton [Wed, 3 Feb 1982 04:49:01 +0000 (20:49 -0800)]
fixed subtle frame pointer bug, made cosmetic change to how debugger is entered
when using "-r" or coming from pix

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

42 years agochanged call to exit to a call to quit
Mark Linton [Wed, 3 Feb 1982 04:47:22 +0000 (20:47 -0800)]
changed call to exit to a call to quit

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

42 years agoadded -h option for debugging to print out header sizes
Mark Linton [Wed, 3 Feb 1982 04:46:08 +0000 (20:46 -0800)]
added -h option for debugging to print out header sizes

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

42 years agomodified command line handling for invocation from pix, obj
Mark Linton [Wed, 3 Feb 1982 04:44:58 +0000 (20:44 -0800)]
modified command line handling for invocation from pix, obj

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

42 years agocleanup before start of testing
Sam Leffler [Tue, 2 Feb 1982 14:49:59 +0000 (06:49 -0800)]
cleanup before start of testing

SCCS-vsn: sys/deprecated/netimp/raw_imp.c 4.2
SCCS-vsn: sys/vax/if/if_acc.c 4.2
SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.3

42 years agoraw interfaces brought up to date
Sam Leffler [Tue, 2 Feb 1982 09:50:36 +0000 (01:50 -0800)]
raw interfaces brought up to date

SCCS-vsn: sys/deprecated/netimp/if_imp.c 4.2
SCCS-vsn: sys/net/raw_cb.c 4.2
SCCS-vsn: sys/net/raw_cb.h 4.2
SCCS-vsn: sys/net/raw_usrreq.c 4.6
SCCS-vsn: sys/netinet/raw_ip.c 4.3

42 years agomake rip PR_ADDR again
Sam Leffler [Tue, 2 Feb 1982 07:14:44 +0000 (23:14 -0800)]
make rip PR_ADDR again

SCCS-vsn: sys/kern/uipc_proto.c 4.15

42 years agofix npx_header to be px_header
Kirk McKusick [Tue, 2 Feb 1982 06:59:48 +0000 (22:59 -0800)]
fix npx_header to be px_header

SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.8

42 years agomerge pdx into the Pascal system
Kirk McKusick [Tue, 2 Feb 1982 05:56:44 +0000 (21:56 -0800)]
merge pdx into the Pascal system

SCCS-vsn: usr.bin/pascal/pix/pix.c 1.3
SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.7

42 years agodate and time created 82/02/01 13:56:19 by root
Bill Joy [Tue, 2 Feb 1982 05:56:19 +0000 (21:56 -0800)]
date and time created 82/02/01 13:56:19 by root

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

42 years agomerge pdx into the Pascal system
Kirk McKusick [Tue, 2 Feb 1982 05:56:18 +0000 (21:56 -0800)]
merge pdx into the Pascal system

SCCS-vsn: usr.bin/pascal/px_header/px_header.c 1.3

42 years agodate and time created 82/02/01 13:52:32 by sam
Sam Leffler [Tue, 2 Feb 1982 05:52:32 +0000 (21:52 -0800)]
date and time created 82/02/01 13:52:32 by sam

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

42 years agodate and time created 82/02/01 12:59:39 by root
Bill Joy [Tue, 2 Feb 1982 04:59:39 +0000 (20:59 -0800)]
date and time created 82/02/01 12:59:39 by root

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

42 years agodate and time created 82/02/01 12:59:37 by root
Bill Joy [Tue, 2 Feb 1982 04:59:37 +0000 (20:59 -0800)]
date and time created 82/02/01 12:59:37 by root

SCCS-vsn: sys/net/raw_cb.c 4.1

42 years agodate and time created 82/02/01 12:59:36 by root
Bill Joy [Tue, 2 Feb 1982 04:59:36 +0000 (20:59 -0800)]
date and time created 82/02/01 12:59:36 by root

SCCS-vsn: sys/net/raw_cb.h 4.1

42 years agofix by rrh: prints out sysname!username instead of just username
Bill Joy [Tue, 2 Feb 1982 00:29:40 +0000 (16:29 -0800)]
fix by rrh: prints out sysname!username instead of just username

SCCS-vsn: sbin/shutdown/shutdown.c 4.11

42 years agobitl $2, per ross harvey
Bill Joy [Sun, 31 Jan 1982 11:53:36 +0000 (03:53 -0800)]
bitl $2, per ross harvey

SCCS-vsn: sys/vax/vax/locore.s 4.61

42 years agoprint en errors only if enprintierrors
Bill Joy [Sun, 31 Jan 1982 11:32:07 +0000 (03:32 -0800)]
print en errors only if enprintierrors

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

42 years agospl5 not splimp
Bill Joy [Sun, 31 Jan 1982 11:16:52 +0000 (03:16 -0800)]
spl5 not splimp

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

42 years agorestore sccs line
Bill Joy [Sun, 31 Jan 1982 11:15:12 +0000 (03:15 -0800)]
restore sccs line

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

42 years agoremove SDETACH
Bill Joy [Sun, 31 Jan 1982 11:14:49 +0000 (03:14 -0800)]
remove SDETACH

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

42 years agoconcessiont to bk line disc
Bill Joy [Sun, 31 Jan 1982 11:14:39 +0000 (03:14 -0800)]
concessiont to bk line disc

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

42 years agoavoid SDETACH botch
Bill Joy [Sun, 31 Jan 1982 11:09:49 +0000 (03:09 -0800)]
avoid SDETACH botch

SCCS-vsn: sys/kern/tty.c 4.21

42 years agoChanged notification of write message to include the system name
Bill Joy [Thu, 28 Jan 1982 02:16:01 +0000 (18:16 -0800)]
Changed notification of write message to include the system name

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

42 years agoprompts revisited
Mark Linton [Tue, 26 Jan 1982 15:04:55 +0000 (07:04 -0800)]
prompts revisited

SCCS-vsn: usr.bin/pascal/pdx/command/token.l 1.3

42 years agofix race condition
Bill Joy [Tue, 26 Jan 1982 10:41:16 +0000 (02:41 -0800)]
fix race condition

SCCS-vsn: sys/netinet/tcp_input.c 1.51

42 years agobug fixes (kludge round 1)
Bill Joy [Tue, 26 Jan 1982 10:39:43 +0000 (02:39 -0800)]
bug fixes (kludge round 1)

SCCS-vsn: sys/kern/tty.c 4.20

42 years agobug fixes (round 1)
Bill Joy [Tue, 26 Jan 1982 10:38:31 +0000 (02:38 -0800)]
bug fixes (round 1)

SCCS-vsn: sys/kern/vfs_vnops.c 4.20
SCCS-vsn: sys/kern/uipc_mbuf.c 1.28
SCCS-vsn: sys/kern/uipc_proto.c 4.14
SCCS-vsn: sys/kern/kern_proc.c 4.20

42 years agofix FPE error message to cover all cases
Kirk McKusick [Tue, 26 Jan 1982 05:43:32 +0000 (21:43 -0800)]
fix FPE error message to cover all cases

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

42 years agoclean up SDETACH
Bill Joy [Mon, 25 Jan 1982 14:02:09 +0000 (06:02 -0800)]
clean up SDETACH

SCCS-vsn: sys/kern/kern_synch.c 4.16
SCCS-vsn: sys/kern/tty_tty.c 4.8
SCCS-vsn: sys/kern/kern_proc.c 4.19

42 years agoclear SDETACH when TIOCNOTTY
Bill Joy [Mon, 25 Jan 1982 11:46:11 +0000 (03:46 -0800)]
clear SDETACH when TIOCNOTTY

SCCS-vsn: sys/kern/tty_tty.c 4.7

42 years agosp_protocol is short, not u_short
Bill Joy [Mon, 25 Jan 1982 10:46:59 +0000 (02:46 -0800)]
sp_protocol is short, not u_short

SCCS-vsn: sys/sys/socket.h 4.13

42 years agoM_COPYALL
Bill Joy [Mon, 25 Jan 1982 10:46:12 +0000 (02:46 -0800)]
M_COPYALL

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

42 years agoTIOC{EXCL,NXCL}
Bill Joy [Mon, 25 Jan 1982 10:45:40 +0000 (02:45 -0800)]
TIOC{EXCL,NXCL}

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

42 years agorestore XCLUDE
Bill Joy [Mon, 25 Jan 1982 10:44:44 +0000 (02:44 -0800)]
restore XCLUDE

SCCS-vsn: sys/kern/tty.c 4.19

42 years agoIF_PREPEND
Bill Joy [Mon, 25 Jan 1982 10:36:37 +0000 (02:36 -0800)]
IF_PREPEND

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

42 years agoearly versions
Bill Joy [Mon, 25 Jan 1982 10:36:02 +0000 (02:36 -0800)]
early versions

SCCS-vsn: sys/net/raw_usrreq.c 4.5
SCCS-vsn: sys/netinet/raw_ip.c 4.2

42 years agoRAW protocol is 255, not -1
Bill Joy [Mon, 25 Jan 1982 10:35:30 +0000 (02:35 -0800)]
RAW protocol is 255, not -1

SCCS-vsn: sys/netinet/in.h 4.7

42 years agospace <= 0 check avoids unsigned comparison botch
Bill Joy [Mon, 25 Jan 1982 10:33:15 +0000 (02:33 -0800)]
space <= 0 check avoids unsigned comparison botch

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

42 years agoM_COPYALL len argument to m_copy causes all to be copied
Bill Joy [Mon, 25 Jan 1982 10:32:10 +0000 (02:32 -0800)]
M_COPYALL len argument to m_copy causes all to be copied

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

42 years agorecognizing numerical filenames by putting filenames before numbers
Mark Linton [Sun, 24 Jan 1982 10:43:16 +0000 (02:43 -0800)]
recognizing numerical filenames by putting filenames before numbers

SCCS-vsn: usr.bin/pascal/pdx/command/token.l 1.2