unix-history/.git
37 years agodo "make depend" in sub-directories
Keith Bostic [Mon, 1 Jun 1987 12:04:45 +0000 (04:04 -0800)]
do "make depend" in sub-directories

SCCS-vsn: games/Makefile 5.8

37 years agoadded depend label
Keith Bostic [Mon, 1 Jun 1987 12:02:06 +0000 (04:02 -0800)]
added depend label

SCCS-vsn: games/adventure/Makefile 4.4
SCCS-vsn: games/backgammon/backgammon/Makefile 5.5
SCCS-vsn: games/battlestar/Makefile 1.8
SCCS-vsn: old/boggle/Makefile 5.5
SCCS-vsn: games/cribbage/Makefile 5.3
SCCS-vsn: games/mille/Makefile 5.2
SCCS-vsn: games/robots/Makefile 5.3
SCCS-vsn: games/sail/Makefile 5.3
SCCS-vsn: games/snake/snake/Makefile 5.2

37 years agoadded depend label, got rid of "makefile", MACHINE in make(1), now
Keith Bostic [Mon, 1 Jun 1987 11:53:50 +0000 (03:53 -0800)]
added depend label, got rid of "makefile", MACHINE in make(1), now

SCCS-vsn: usr.sbin/timed/timed/Makefile 5.1

37 years agodo make depends on sub directories
Keith Bostic [Mon, 1 Jun 1987 11:44:27 +0000 (03:44 -0800)]
do make depends on sub directories

SCCS-vsn: bin/Makefile 5.21

37 years agoadded depend label
Keith Bostic [Mon, 1 Jun 1987 11:43:56 +0000 (03:43 -0800)]
added depend label

SCCS-vsn: old/adb/adb.vax/Makefile 4.6
SCCS-vsn: old/adb/adb.tahoe/Makefile 5.2
SCCS-vsn: old/as.vax/Makefile 5.4
SCCS-vsn: old/awk/Makefile 4.4
SCCS-vsn: bin/csh/Makefile 5.5
SCCS-vsn: usr.bin/diff/diff/Makefile 4.2
SCCS-vsn: old/sed/Makefile 4.2
SCCS-vsn: usr.bin/sed/Makefile 4.2
SCCS-vsn: old/sh/Makefile 4.6
SCCS-vsn: old/tp/Makefile 4.2
SCCS-vsn: sbin/dump/Makefile 5.5
SCCS-vsn: libexec/ftpd/Makefile 5.3
SCCS-vsn: libexec/getty/Makefile 5.2
SCCS-vsn: old/htable/Makefile 5.3
SCCS-vsn: old/implog/Makefile 5.4
SCCS-vsn: sbin/restore/Makefile 5.4
SCCS-vsn: sbin/routed/Makefile 5.3
SCCS-vsn: share/termcap/Makefile 5.3
SCCS-vsn: libexec/tftpd/Makefile 5.3
SCCS-vsn: sbin/XNSrouted/Makefile 5.6

37 years agoAdd 'memcmp' translation for unix.
Gregory Minshall [Mon, 1 Jun 1987 08:58:24 +0000 (00:58 -0800)]
Add 'memcmp' translation for unix.

SCCS-vsn: usr.bin/tn3270/general/general.h 1.8

37 years agoChange 'bcmp' to 'memcmp'.
Gregory Minshall [Mon, 1 Jun 1987 08:58:04 +0000 (00:58 -0800)]
Change 'bcmp' to 'memcmp'.

SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.9

37 years agoVersion without termcodes.m4.
Gregory Minshall [Mon, 1 Jun 1987 08:10:24 +0000 (00:10 -0800)]
Version without termcodes.m4.

SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 1.6
SCCS-vsn: usr.bin/tn3270/ascii/makefile 1.5
SCCS-vsn: usr.bin/tn3270/ascii/mset.c 1.4
SCCS-vsn: usr.bin/tn3270/ascii/state.h 1.2
SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.5
SCCS-vsn: usr.bin/tn3270/api/astosc.c 1.2
SCCS-vsn: usr.bin/tn3270/api/astosc.h 1.2
SCCS-vsn: usr.bin/tn3270/tools/makefile 1.7
SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.8

37 years agoVersion without termcode.m4.
Gregory Minshall [Mon, 1 Jun 1987 08:09:28 +0000 (00:09 -0800)]
Version without termcode.m4.

SCCS-vsn: usr.bin/tn3270/general/globals.h 1.6

37 years agoVersion without termcodes.m4.
Gregory Minshall [Mon, 1 Jun 1987 08:09:13 +0000 (00:09 -0800)]
Version without termcodes.m4.

SCCS-vsn: usr.bin/tn3270/makefile 1.8

37 years agorewrite copyinstr, copyoutstr, and copystr to avoid use of movs3
Kirk McKusick [Mon, 1 Jun 1987 07:46:34 +0000 (23:46 -0800)]
rewrite copyinstr, copyoutstr, and copystr to avoid use of movs3
which zero fills (using cpynstr semantics). cmps3 has same bug as movs3,
so have to use workaround (but this one is less costly than previously).

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.15

37 years agodate and time created 87/05/31 14:34:19 by minshall
Gregory Minshall [Mon, 1 Jun 1987 05:34:19 +0000 (21:34 -0800)]
date and time created 87/05/31 14:34:19 by minshall

SCCS-vsn: usr.bin/tn3270/api/astosc.h 1.1

37 years agodate and time created 87/05/31 14:34:17 by minshall
Gregory Minshall [Mon, 1 Jun 1987 05:34:17 +0000 (21:34 -0800)]
date and time created 87/05/31 14:34:17 by minshall

SCCS-vsn: usr.bin/tn3270/api/astosc.c 1.1

37 years agoFix dereference through null pointer problem.
Gregory Minshall [Mon, 1 Jun 1987 01:53:05 +0000 (17:53 -0800)]
Fix dereference through null pointer problem.

SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.7

37 years ago'ectype' is NOT an executable.
Gregory Minshall [Mon, 1 Jun 1987 01:52:39 +0000 (17:52 -0800)]
'ectype' is NOT an executable.

SCCS-vsn: usr.bin/tn3270/tools/makefile 1.6

37 years agocheck return of socket call
Keith Bostic [Sun, 31 May 1987 07:45:17 +0000 (23:45 -0800)]
check return of socket call

SCCS-vsn: libexec/mail.local/mail.local.c 4.28

37 years agorxformat is a vax specific program
Keith Bostic [Sun, 31 May 1987 07:16:30 +0000 (23:16 -0800)]
rxformat is a vax specific program

SCCS-vsn: old/rxformat/rxformat.c 5.3

37 years agoenpload is a tahoe specific program
Keith Bostic [Sun, 31 May 1987 07:15:36 +0000 (23:15 -0800)]
enpload is a tahoe specific program

SCCS-vsn: old/enpload/enpload.c 5.2

37 years agofixed symlinks
Keith Bostic [Sun, 31 May 1987 06:43:38 +0000 (22:43 -0800)]
fixed symlinks

SCCS-vsn: include/Makefile 5.19

37 years agoadded depend lable
Keith Bostic [Sun, 31 May 1987 06:01:10 +0000 (22:01 -0800)]
added depend lable

SCCS-vsn: contrib/Makefile 4.23

37 years agoremoved MACHINE/csu from depend list
Keith Bostic [Sun, 31 May 1987 05:24:50 +0000 (21:24 -0800)]
removed MACHINE/csu from depend list

SCCS-vsn: lib/libc/Makefile 4.25

37 years agoadded depend label
Keith Bostic [Sun, 31 May 1987 05:18:10 +0000 (21:18 -0800)]
added depend label

SCCS-vsn: old/pcc/c2.tahoe/Makefile 1.3
SCCS-vsn: old/cpp/Makefile 1.4

37 years agora80 disktab bugs; bug report 4.2BSD/etc/110
Keith Bostic [Sat, 30 May 1987 07:43:17 +0000 (23:43 -0800)]
ra80 disktab bugs; bug report 4.2BSD/etc/110

SCCS-vsn: etc/etc.vax/disktab 4.13

37 years agominor cleanups in swtch
Mike Karels [Sat, 30 May 1987 06:08:39 +0000 (22:08 -0800)]
minor cleanups in swtch

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.14

37 years agoset ttywidth properly from terminal state
Sam Leffler [Fri, 29 May 1987 14:09:24 +0000 (06:09 -0800)]
set ttywidth properly from terminal state

SCCS-vsn: usr.bin/w/w.c 5.5

37 years agocal changed to print current month with no arguments
Sam Leffler [Fri, 29 May 1987 12:06:09 +0000 (04:06 -0800)]
cal changed to print current month with no arguments

SCCS-vsn: usr.bin/cal/cal.1 6.2

37 years agomake cal print calendar for current month with no arguments
Sam Leffler [Fri, 29 May 1987 12:04:37 +0000 (04:04 -0800)]
make cal print calendar for current month with no arguments

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

37 years agowrong as directory
Keith Bostic [Fri, 29 May 1987 11:24:15 +0000 (03:24 -0800)]
wrong as directory

SCCS-vsn: old/pcc/c2.vax/Makefile 4.5

37 years agomachine now defined in make
Keith Bostic [Fri, 29 May 1987 09:16:27 +0000 (01:16 -0800)]
machine now defined in make

SCCS-vsn: lib/libc/Makefile 4.24

37 years agomachine independent symlink install
Keith Bostic [Fri, 29 May 1987 08:59:55 +0000 (00:59 -0800)]
machine independent symlink install

SCCS-vsn: include/Makefile 5.18

37 years agoThis version, with copy_string(), compiles and loads (on PC).
Gregory Minshall [Fri, 29 May 1987 08:29:13 +0000 (00:29 -0800)]
This version, with copy_string(), compiles and loads (on PC).

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.9

37 years agoNew .h file; translate table in separate .o file.
Gregory Minshall [Fri, 29 May 1987 08:26:47 +0000 (00:26 -0800)]
New .h file; translate table in separate .o file.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/makefile 1.4
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 1.8

37 years agoNew header file; translate table in separate .o file.
Gregory Minshall [Fri, 29 May 1987 08:25:59 +0000 (00:25 -0800)]
New header file; translate table in separate .o file.

SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 1.4
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.12

37 years agoSize problems.
Gregory Minshall [Fri, 29 May 1987 08:22:34 +0000 (00:22 -0800)]
Size problems.

SCCS-vsn: usr.bin/tn3270/api/disp_asc.h 1.2

37 years agoAdd disp_asc.o
Gregory Minshall [Fri, 29 May 1987 08:22:21 +0000 (00:22 -0800)]
Add disp_asc.o

SCCS-vsn: usr.bin/tn3270/ascii/makefile 1.4

37 years agodate and time created 87/05/28 15:33:24 by minshall
Gregory Minshall [Fri, 29 May 1987 06:33:24 +0000 (22:33 -0800)]
date and time created 87/05/28 15:33:24 by minshall

SCCS-vsn: usr.bin/tn3270/api/disp_asc.h 1.1

37 years agorework interface metrics to invert perspective; other misc. fixes
Mike Karels [Fri, 29 May 1987 02:26:15 +0000 (18:26 -0800)]
rework interface metrics to invert perspective; other misc. fixes

SCCS-vsn: sbin/routed/af.c 5.5
SCCS-vsn: sbin/routed/af.h 5.4
SCCS-vsn: sbin/routed/inet.c 5.5
SCCS-vsn: sbin/routed/input.c 5.12
SCCS-vsn: sbin/routed/main.c 5.11
SCCS-vsn: sbin/routed/output.c 5.7
SCCS-vsn: sbin/routed/startup.c 5.9
SCCS-vsn: sbin/routed/table.h 5.4
SCCS-vsn: sbin/routed/tables.c 5.10

37 years agosimplify for us
Mike Karels [Thu, 28 May 1987 07:59:27 +0000 (23:59 -0800)]
simplify for us

SCCS-vsn: sys/tahoe/tahoe/cons.c 1.10

37 years agoit's faster on a vax, why not try it here?
Mike Karels [Thu, 28 May 1987 07:57:01 +0000 (23:57 -0800)]
it's faster on a vax, why not try it here?

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.14

37 years agofix comments on FIOCLEX/FIONCLEX from fair@ucbarpa.berkeley.edu (Erik E. Fair)
Kirk McKusick [Thu, 28 May 1987 07:03:54 +0000 (23:03 -0800)]
fix comments on FIOCLEX/FIONCLEX from fair@ucbarpa.berkeley.edu (Erik E. Fair)

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

37 years agosigsetmask(0) as well as unignore signals
Edward Wang [Wed, 27 May 1987 13:52:18 +0000 (05:52 -0800)]
sigsetmask(0) as well as unignore signals

SCCS-vsn: usr.bin/window/wwenviron.c 3.16

37 years agodon't allocate ptys backwards anymore
Edward Wang [Wed, 27 May 1987 13:51:51 +0000 (05:51 -0800)]
don't allocate ptys backwards anymore

SCCS-vsn: usr.bin/window/wwpty.c 3.13

37 years agoVarious changes. Handle 'shell_active'. Call 'Stop3270()'.
Gregory Minshall [Tue, 26 May 1987 07:43:27 +0000 (23:43 -0800)]
Various changes.  Handle 'shell_active'.  Call 'Stop3270()'.
An initial '!' (exclamation mark) is to be treated as a delimiter in
a command.

SCCS-vsn: usr.bin/tn3270/telnet.c 1.11

37 years agoSet 'myjob' when setting online A. Fix bug in IsOiaTWait.
Gregory Minshall [Tue, 26 May 1987 07:31:27 +0000 (23:31 -0800)]
Set 'myjob' when setting online A.  Fix bug in IsOiaTWait.
Add *OiaApiInhibited().

SCCS-vsn: usr.bin/tn3270/ctlr/oia.h 1.4

37 years agoKeep controller ready status up-to-date.
Gregory Minshall [Tue, 26 May 1987 07:30:27 +0000 (23:30 -0800)]
Keep controller ready status up-to-date.

SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.16

37 years agoSplit up shell into shell and shell_continue (so that
Gregory Minshall [Tue, 26 May 1987 07:28:38 +0000 (23:28 -0800)]
Split up shell into shell and shell_continue (so that
we run from the right place on the stack: from the top loop).

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 1.3

37 years agoVarious fixes. No copy string yet, though.
Gregory Minshall [Tue, 26 May 1987 07:27:37 +0000 (23:27 -0800)]
Various fixes.  No copy string yet, though.

SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.8
SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.8

37 years agoThis version works better than the last.
Gregory Minshall [Tue, 26 May 1987 07:26:38 +0000 (23:26 -0800)]
This version works better than the last.

SCCS-vsn: usr.bin/tn3270/api/apilib.c 1.3
SCCS-vsn: usr.bin/tn3270/api/test.c 1.3

37 years agoAdd 'shell_active' global.
Gregory Minshall [Tue, 26 May 1987 07:26:05 +0000 (23:26 -0800)]
Add 'shell_active' global.

SCCS-vsn: usr.bin/tn3270/general/globals.h 1.5

37 years agoMake "connection closed by remote host" come out on its own line.
Gregory Minshall [Tue, 26 May 1987 07:10:03 +0000 (23:10 -0800)]
Make "connection closed by remote host" come out on its own line.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 1.7

37 years agodate and time created 87/05/25 13:38:53 by mckusick
Kirk McKusick [Tue, 26 May 1987 04:38:53 +0000 (20:38 -0800)]
date and time created 87/05/25 13:38:53 by mckusick

SCCS-vsn: local/local.cmd/chgbars.c 5.1

37 years agodate and time created 87/05/25 11:17:36 by minshall
Gregory Minshall [Tue, 26 May 1987 02:17:36 +0000 (18:17 -0800)]
date and time created 87/05/25 11:17:36 by minshall

SCCS-vsn: usr.bin/tn3270/api/apilib.h 1.1

37 years agoYet another cut (this one runs on the PC).
Gregory Minshall [Tue, 26 May 1987 01:04:26 +0000 (17:04 -0800)]
Yet another cut (this one runs on the PC).

SCCS-vsn: usr.bin/tn3270/api/apilib.c 1.2
SCCS-vsn: usr.bin/tn3270/api/test.c 1.2

37 years agodate and time created 87/05/25 08:56:00 by minshall
Gregory Minshall [Mon, 25 May 1987 23:56:00 +0000 (15:56 -0800)]
date and time created 87/05/25 08:56:00 by minshall

SCCS-vsn: usr.bin/tn3270/api/README 1.1

37 years agodate and time created 87/05/25 08:55:59 by minshall
Gregory Minshall [Mon, 25 May 1987 23:55:59 +0000 (15:55 -0800)]
date and time created 87/05/25 08:55:59 by minshall

SCCS-vsn: usr.bin/tn3270/api/test.c 1.1

37 years agodate and time created 87/05/25 08:55:58 by minshall
Gregory Minshall [Mon, 25 May 1987 23:55:58 +0000 (15:55 -0800)]
date and time created 87/05/25 08:55:58 by minshall

SCCS-vsn: usr.bin/tn3270/api/apilib.c 1.1

37 years agodon't M_WAIT from interrupt level
Mike Karels [Mon, 25 May 1987 13:21:18 +0000 (05:21 -0800)]
don't M_WAIT from interrupt level

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

37 years agouse host unreachables within network (may be subnet unreach.)
Mike Karels [Mon, 25 May 1987 13:20:55 +0000 (05:20 -0800)]
use host unreachables within network (may be subnet unreach.)

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

37 years agolet's use net order in mask replies
Mike Karels [Mon, 25 May 1987 13:20:23 +0000 (05:20 -0800)]
let's use net order in mask replies

SCCS-vsn: sys/netinet/ip_icmp.c 7.4

37 years agoFix "write_keystroke" (untested).
Gregory Minshall [Mon, 25 May 1987 07:50:39 +0000 (23:50 -0800)]
Fix "write_keystroke" (untested).

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.7
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.7

37 years agoAcceptKeyboard, and globally known bits for shiftstate
Gregory Minshall [Mon, 25 May 1987 07:50:06 +0000 (23:50 -0800)]
AcceptKeyboard, and globally known bits for shiftstate
(and a 'make depend').

SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.9
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.13
SCCS-vsn: usr.bin/tn3270/ctlr/function.h 1.4

37 years agoMACHINE defined in make, now
Keith Bostic [Mon, 25 May 1987 05:42:59 +0000 (21:42 -0800)]
MACHINE defined in make, now

SCCS-vsn: usr.bin/f77/Makefile 5.2

37 years agoMACHINE defined in Makefile
Keith Bostic [Mon, 25 May 1987 05:40:47 +0000 (21:40 -0800)]
MACHINE defined in Makefile

SCCS-vsn: old/dbx/Makefile 5.7

37 years agoMACHINE defined by make, now
Keith Bostic [Mon, 25 May 1987 05:39:13 +0000 (21:39 -0800)]
MACHINE defined by make, now

SCCS-vsn: games/Makefile 5.7

37 years agoNew OIA.
Gregory Minshall [Mon, 25 May 1987 05:36:08 +0000 (21:36 -0800)]
New OIA.

SCCS-vsn: usr.bin/tn3270/general/globals.h 1.4
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.15
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.12
SCCS-vsn: usr.bin/tn3270/ctlr/oia.c 1.4
SCCS-vsn: usr.bin/tn3270/ctlr/oia.h 1.3
SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.6
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.6

37 years agoInclude oia.h
Gregory Minshall [Mon, 25 May 1987 05:33:59 +0000 (21:33 -0800)]
Include oia.h

SCCS-vsn: usr.bin/tn3270/general/globals.c 1.6

37 years agoMissing oia.h in ALLH.
Gregory Minshall [Sat, 23 May 1987 06:14:08 +0000 (22:14 -0800)]
Missing oia.h in ALLH.

SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.8

37 years agoNew directory structure.
Gregory Minshall [Sat, 23 May 1987 06:08:40 +0000 (22:08 -0800)]
New directory structure.

SCCS-vsn: usr.bin/tn3270/telnet.c 1.10
SCCS-vsn: usr.bin/tn3270/makefile 1.7

37 years agoreplaced various machine defs with MACHINE
Keith Bostic [Sat, 23 May 1987 04:39:38 +0000 (20:39 -0800)]
replaced various machine defs with MACHINE

SCCS-vsn: old/cpp/cpp.c 1.16

37 years agoNew directory structure.
Gregory Minshall [Sat, 23 May 1987 03:21:20 +0000 (19:21 -0800)]
New directory structure.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.5
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/makefile 1.3
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 1.6
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 1.2

37 years agodate and time created 87/05/22 12:01:28 by minshall
Gregory Minshall [Sat, 23 May 1987 03:01:28 +0000 (19:01 -0800)]
date and time created 87/05/22 12:01:28 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 1.1

37 years agoThis version compiles on the PC.
Gregory Minshall [Sat, 23 May 1987 03:00:41 +0000 (19:00 -0800)]
This version compiles on the PC.

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.5
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.5

37 years agoMove OIA into global storage.
Gregory Minshall [Sat, 23 May 1987 02:55:28 +0000 (18:55 -0800)]
Move OIA into global storage.

SCCS-vsn: usr.bin/tn3270/ctlr/oia.c 1.3
SCCS-vsn: usr.bin/tn3270/ctlr/oia.h 1.2
SCCS-vsn: usr.bin/tn3270/general/globals.h 1.3

37 years agoadd image as alias for binary
Keith Bostic [Sat, 23 May 1987 02:38:27 +0000 (18:38 -0800)]
add image as alias for binary

SCCS-vsn: usr.bin/ftp/cmdtab.c 5.4

37 years agoNew directory structure (plus cast fix in termout.c).
Gregory Minshall [Sat, 23 May 1987 02:19:14 +0000 (18:19 -0800)]
New directory structure (plus cast fix in termout.c).

SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 1.3
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.11

37 years agoNew directory structure
Gregory Minshall [Sat, 23 May 1987 02:18:45 +0000 (18:18 -0800)]
New directory structure

SCCS-vsn: usr.bin/tn3270/general/makefile 1.6
SCCS-vsn: usr.bin/tn3270/general/globals.c 1.5

37 years agoNew directory structure.
Gregory Minshall [Sat, 23 May 1987 02:18:09 +0000 (18:18 -0800)]
New directory structure.

SCCS-vsn: usr.bin/tn3270/ctlr/options.c 1.2
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.7
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.14
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.11

37 years agoNew directory structure.
Gregory Minshall [Sat, 23 May 1987 00:53:35 +0000 (16:53 -0800)]
New directory structure.

SCCS-vsn: usr.bin/tn3270/tools/prt3270.c 1.4
SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.c 1.7
SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.6
SCCS-vsn: usr.bin/tn3270/tools/makefile 1.5
SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 1.5
SCCS-vsn: usr.bin/tn3270/ascii/makefile 1.3
SCCS-vsn: usr.bin/tn3270/ascii/mset.c 1.3
SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.4

37 years agoRemove 'ExitString' call from non-zero memset (do non-zero memset
Gregory Minshall [Fri, 22 May 1987 13:05:59 +0000 (05:05 -0800)]
Remove 'ExitString' call from non-zero memset (do non-zero memset
instead).

SCCS-vsn: usr.bin/tn3270/general/general.h 1.7

37 years agoAdd mkastods.c
Gregory Minshall [Fri, 22 May 1987 12:59:19 +0000 (04:59 -0800)]
Add mkastods.c

SCCS-vsn: usr.bin/tn3270/tools/makefile 1.4

37 years agodate and time created 87/05/21 21:58:55 by minshall
Gregory Minshall [Fri, 22 May 1987 12:58:55 +0000 (04:58 -0800)]
date and time created 87/05/21 21:58:55 by minshall

SCCS-vsn: usr.bin/tn3270/tools/mkastods/mkastods.c 1.1

37 years agoMinor fix (that would never actually occur).
Gregory Minshall [Fri, 22 May 1987 12:58:07 +0000 (04:58 -0800)]
Minor fix (that would never actually occur).

SCCS-vsn: usr.bin/tn3270/tools/mkdstoas/mkdstoas.c 1.5

37 years agokbhit(), etc., work OK (was a bug in outbound.c; not calling
Gregory Minshall [Fri, 22 May 1987 12:34:09 +0000 (04:34 -0800)]
kbhit(), etc., work OK (was a bug in outbound.c; not calling
TerminalInput, or whatever).  Also, move 'shell()' to api.c in dos_screen.

SCCS-vsn: usr.bin/tn3270/telnet.c 1.9

37 years agoThis version compiles.
Gregory Minshall [Fri, 22 May 1987 12:29:58 +0000 (04:29 -0800)]
This version compiles.

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.4
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.4

37 years agoA version (probably doesn't even compile).
Gregory Minshall [Fri, 22 May 1987 11:40:49 +0000 (03:40 -0800)]
A version (probably doesn't even compile).

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.3
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.3

37 years agouse machine/machparam.h
Keith Bostic [Fri, 22 May 1987 08:30:45 +0000 (00:30 -0800)]
use machine/machparam.h

SCCS-vsn: old/machine/machine.c 5.2

37 years agoget machine type from environment
Keith Bostic [Fri, 22 May 1987 08:21:10 +0000 (00:21 -0800)]
get machine type from environment

SCCS-vsn: old/make/misc.c 4.4
SCCS-vsn: old/make/main.c 4.9

37 years agoadded #define of MACHINE
Keith Bostic [Fri, 22 May 1987 06:19:11 +0000 (22:19 -0800)]
added #define of MACHINE

SCCS-vsn: sys/vax/include/param.h 7.7
SCCS-vsn: sys/tahoe/include/param.h 1.9

37 years agoA version.
Gregory Minshall [Fri, 22 May 1987 02:28:03 +0000 (18:28 -0800)]
A version.

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.2
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.2

37 years agoFix include.
Gregory Minshall [Thu, 21 May 1987 06:47:30 +0000 (22:47 -0800)]
Fix include.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.4

37 years agodate and time created 87/05/20 15:33:46 by minshall
Gregory Minshall [Thu, 21 May 1987 06:33:46 +0000 (22:33 -0800)]
date and time created 87/05/20 15:33:46 by minshall

SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.1

37 years agodate and time created 87/05/20 15:33:45 by minshall
Gregory Minshall [Thu, 21 May 1987 06:33:45 +0000 (22:33 -0800)]
date and time created 87/05/20 15:33:45 by minshall

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.1

37 years agoFormat change.
Gregory Minshall [Thu, 21 May 1987 05:41:35 +0000 (21:41 -0800)]
Format change.

SCCS-vsn: usr.bin/tn3270/general/general.h 1.6

37 years agoNull change.
Gregory Minshall [Thu, 21 May 1987 03:24:49 +0000 (19:24 -0800)]
Null change.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/support.asm 1.2

37 years agoThis version works.
Gregory Minshall [Thu, 21 May 1987 03:24:13 +0000 (19:24 -0800)]
This version works.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 1.5
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spint.h 1.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintasm.asm 1.3
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.3

37 years agodate and time created 87/05/19 16:13:31 by minshall
Gregory Minshall [Wed, 20 May 1987 07:13:31 +0000 (23:13 -0800)]
date and time created 87/05/19 16:13:31 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spint.h 1.1

37 years agoMore and better.
Gregory Minshall [Wed, 20 May 1987 07:13:16 +0000 (23:13 -0800)]
More and better.

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintasm.asm 1.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.2

37 years agodate and time created 87/05/19 14:08:12 by minshall
Gregory Minshall [Wed, 20 May 1987 05:08:12 +0000 (21:08 -0800)]
date and time created 87/05/19 14:08:12 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.1

37 years agodate and time created 87/05/19 14:08:02 by minshall
Gregory Minshall [Wed, 20 May 1987 05:08:02 +0000 (21:08 -0800)]
date and time created 87/05/19 14:08:02 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintasm.asm 1.1

37 years agoClearStructure->ClearElement
Gregory Minshall [Wed, 20 May 1987 00:46:08 +0000 (16:46 -0800)]
ClearStructure->ClearElement

SCCS-vsn: usr.bin/tn3270/general/general.h 1.5