1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-24 16:17:26 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
Eric Swenson
a2988216e8 Added OS: realtime TTY spy. 2016-12-08 08:36:05 +01:00
Eric Swenson
f3020b3106 Added SCANDL, a TTY output spy program. 2016-12-08 07:43:20 +01:00
Eric Swenson
8fed698f96 Added INIT -- a helper program for LOGIN, LOGOUT, and other script files. 2016-12-08 07:02:36 +01:00
Eric Swenson
4691c718d9 Added INLINE -- a tool to help writing DDT init files.
INLINE reads a line from the TTY and adds it to the JCL.
2016-12-08 06:59:17 +01:00
Lars Brinkhoff
4ce7483afb Create all system directories after starting new ITS. 2016-12-07 09:50:35 -08:00
Lars Brinkhoff
f1a46c64f4 Move MIDAS to SYS and remove SYS3 from minsys tape. 2016-12-07 09:50:35 -08:00
Lars Brinkhoff
aaf5f2a796 Kill the PANDA job after dumping. 2016-12-07 07:11:51 -08:00
Lars Brinkhoff
a765dece78 SYS1 was already created earlier in the build script. 2016-12-06 07:45:05 -08:00
Lars Brinkhoff
f78c65e3cc Build NWATCH. 2016-12-06 07:45:05 -08:00
Eric Swenson
95cb6f4a9e Added PR. 2016-12-06 08:56:09 +01:00
Lars Brinkhoff
a0f2529bf2 Build CROCK. 2016-12-06 08:38:14 +01:00
Eric Swenson
3cc31ce056 Added HSNDEV. 2016-12-06 08:13:14 +01:00
Eric Swenson
bffb8f6418 Added JOBS. 2016-12-06 07:56:48 +01:00
Lars Brinkhoff
7a196d3c3e Build DCROCK. 2016-12-05 13:34:53 -08:00
Eric Swenson
65a92f9a9f Added SPELL/ESPELL, spellchecker. 2016-12-05 19:47:22 +01:00
Eric Swenson
b2341133ef Added IDLE, which displays idle users. 2016-12-05 17:52:35 +01:00
Eric Swenson
800803e9c4 Added support for RMTDEV 2016-12-05 12:34:57 +01:00
Eric Swenson
6a76142071 Added ARCSAL, the archive salvager. 2016-12-05 10:29:54 +01:00
Eric Swenson
812fd060bc Added HSNAME -- prints out a user's HSNAME. 2016-12-05 08:10:47 +01:00
Eric Swenson
5590bf925c Added DIRED (not the one from EMACS, but the MIDAS one). 2016-12-05 07:47:36 +01:00
Lars Brinkhoff
56a8019e98 Move installation of build dependencies to separate script file. 2016-12-04 10:12:45 +01:00
Eric Swenson
9ed7bf3035 - Added support for METER
- Also fixed build script after initializing COMSAT (KLH10 only) to kill
  COMSAT job.
2016-12-04 08:45:23 +01:00
Eric Swenson
a305421ff8 Added support for SYSMSG 2016-12-03 16:19:19 -08:00
Eric Swenson
1f4f688067 Added support for TIMOON. 2016-12-03 15:56:03 -08:00
Eric Swenson
07568ea0b7 Addd support for REATTA. 2016-12-03 15:30:52 -08:00
Eric Swenson
947d786951 Added LOOKUP to look up INQUIR entries.
Added INQUPD to process INQUIR database updates.
Added DMUNCH to produce INQUIR;DIRS BIN file.
2016-12-03 15:09:51 -08:00
Eric Swenson
ec2b7579d7 Added SEND/REPLY, as replacements for DDT's :SEND. 2016-12-03 14:45:56 -08:00
Lars Brinkhoff
dca354f147 Build INFO, the EMACS library. 2016-12-03 12:45:18 -08:00
Lars Brinkhoff
a8e624e6dd Add links for FIND: FI, LF, COMB. 2016-12-03 06:29:31 -08:00
Lars Brinkhoff
c6f03ee0c6 Generate AUX :EJ after calling EINIT; no need to start a new EMACS job. 2016-12-02 10:45:38 +01:00
Lars Brinkhoff
21410433c2 Dump a new EMACS. 2016-12-01 13:39:38 -08:00
Lars Brinkhoff
6196423833 Rebuild essential EMACS libraries using EINIT. 2016-12-01 13:39:38 -08:00
Lars Brinkhoff
a0bc219950 Move EMACS binaries from minsys to sources tape. 2016-12-01 13:39:38 -08:00
Eric Swenson
d274195213 Added PWORD and PANDA. Set up initial password database.
Did not link sys;atsign hactrn to sysbin;pword bin, so logins
are not required.
2016-12-01 07:01:15 +01:00
Eric Swenson
af866af9c7 Added INQUIR, the user account management program. 2016-11-30 15:59:16 -08:00
Eric Swenson
e1a465ec25 Added BINPRT, for dumping out information about binary executable
files.
2016-11-30 20:10:16 +01:00
Eric Swenson
d77a3bfd41 Added build of COMPLR, the lisp compiler. 2016-11-30 19:38:59 +01:00
Eric Swenson
88aae69a9e Added documentation for lisp and lisp libraries. 2016-11-30 17:58:42 +01:00
Eric Swenson
e9619de352 Added support for LISP interpreter and runtime (autoloaded files only). 2016-11-30 08:56:40 +01:00
Lars Brinkhoff
51eb040369 Build DSKUSE. 2016-11-29 11:54:28 -08:00
Eric Swenson
ba6c23d8fe Disabled COMSAT initialization on SIMH, since it appears that this
operation requires the network support to be functional.
2016-11-28 18:24:16 +01:00
Eric Swenson
c81af35115 Added mail support (COMSAT, MAIL, RMAIL, DQ device). 2016-11-28 18:24:16 +01:00
Lars Brinkhoff
05c496162e Build DIR. 2016-11-27 14:03:51 -08:00
Lars Brinkhoff
26df9785e1 Build the DIR device. 2016-11-27 13:25:15 -08:00
Lars Brinkhoff
ad492867c2 Build DDTDOC. 2016-11-27 12:19:58 -08:00
Eric Swenson
7ed0d1d8ce Added SRCCOM program and documentation.
SRCCOM is a source/binary comparison program.
SRCCOM also support source merges.
2016-11-27 08:48:36 +01:00
Eric Swenson
f97c1e6ae8 Added support for TTLOC. 2016-11-26 13:35:32 -08:00
Lars Brinkhoff
77b59e1676 Build FIND. 2016-11-26 22:18:02 +01:00
Eric Swenson
28710a9690 Added ITS support for CHTN and CFTP (Telnet and FTP over Chaosnet).
To actually use these programs, however, the emulator needs to get
updated to support Chaosnet (over UDP, for example).
2016-11-26 21:59:06 +01:00
Lars Brinkhoff
abdebae8b1 Fix links for TS W and TS U. 2016-11-26 20:45:29 +01:00