1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-23 17:22:35 +00:00

Commit Graph

  • 07568ea0b7 Addd support for REATTA. Eric Swenson 2016-12-03 15:10:48 -08:00
  • 947d786951 Added LOOKUP to look up INQUIR entries. Added INQUPD to process INQUIR database updates. Added DMUNCH to produce INQUIR;DIRS BIN file. Eric Swenson 2016-12-03 14:42:37 -08:00
  • ec2b7579d7 Added SEND/REPLY, as replacements for DDT's :SEND. Eric Swenson 2016-12-03 14:09:30 -08:00
  • dca354f147 Build INFO, the EMACS library. Lars Brinkhoff 2016-12-03 20:25:22 +01:00
  • a8e624e6dd Add links for FIND: FI, LF, COMB. Lars Brinkhoff 2016-12-03 09:18:05 +01:00
  • c6f03ee0c6 Generate AUX :EJ after calling EINIT; no need to start a new EMACS job. Lars Brinkhoff 2016-12-02 10:24:32 +01:00
  • 21410433c2 Dump a new EMACS. Lars Brinkhoff 2016-12-01 14:41:48 +01:00
  • 6196423833 Rebuild essential EMACS libraries using EINIT. Lars Brinkhoff 2016-12-01 10:34:22 +01:00
  • a0bc219950 Move EMACS binaries from minsys to sources tape. Lars Brinkhoff 2016-12-01 13:04:51 +01:00
  • 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. Eric Swenson 2016-11-30 21:40:28 -08:00
  • af866af9c7 Added INQUIR, the user account management program. Eric Swenson 2016-11-30 15:30:19 -08:00
  • e1a465ec25 Added BINPRT, for dumping out information about binary executable files. Eric Swenson 2016-11-30 10:49:43 -08:00
  • d77a3bfd41 Added build of COMPLR, the lisp compiler. Eric Swenson 2016-11-30 09:43:21 -08:00
  • 88aae69a9e Added documentation for lisp and lisp libraries. Eric Swenson 2016-11-30 08:38:43 -08:00
  • e9619de352 Added support for LISP interpreter and runtime (autoloaded files only). Eric Swenson 2016-11-29 18:13:34 -08:00
  • b6a6e0d429 Add some information files. Lars Brinkhoff 2016-11-29 22:30:21 +01:00
  • 4c21ad47b6 Fix directory name typo. Lars Brinkhoff 2016-11-29 20:38:47 +01:00
  • 51eb040369 Build DSKUSE. Lars Brinkhoff 2016-11-29 20:18:29 +01:00
  • ba6c23d8fe Disabled COMSAT initialization on SIMH, since it appears that this operation requires the network support to be functional. Eric Swenson 2016-11-28 08:39:10 -08:00
  • c81af35115 Added mail support (COMSAT, MAIL, RMAIL, DQ device). Eric Swenson 2016-11-27 17:38:51 -08:00
  • 05c496162e Build DIR. Lars Brinkhoff 2016-11-27 22:30:42 +01:00
  • 26df9785e1 Build the DIR device. Lars Brinkhoff 2016-11-27 21:26:56 +01:00
  • ad492867c2 Build DDTDOC. Lars Brinkhoff 2016-11-26 22:27:50 +01:00
  • 7ed0d1d8ce Added SRCCOM program and documentation. SRCCOM is a source/binary comparison program. SRCCOM also support source merges. Eric Swenson 2016-11-26 13:29:31 -08:00
  • f97c1e6ae8 Added support for TTLOC. Eric Swenson 2016-11-26 13:09:35 -08:00
  • 77b59e1676 Build FIND. Lars Brinkhoff 2016-11-26 09:34:42 +01:00
  • 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). Eric Swenson 2016-11-26 12:46:32 -08:00
  • abdebae8b1 Fix links for TS W and TS U. Lars Brinkhoff 2016-11-26 20:40:33 +01:00
  • a3684d9638 Added MLDEV/MLSLV devices. These allow access to the file system using the device DB: both locally and from remote systems. Eric Swenson 2016-11-26 10:47:18 -08:00
  • 099d3126bc Build WHOJ. Make links for TS TALK, TS WHO, TS WHOJ, TS WHOM, TS USERS. Lars Brinkhoff 2016-11-24 22:33:51 +01:00
  • 09071f8600 Added support for NAME, FINGER, and its aliases. Also added support for the remote FINGER service. Note that this commit includes the INQUIR database INQUIR;LSR1 >. This is needed for various programs that use the LSRTNS library. Eric Swenson 2016-11-25 13:16:11 -08:00
  • 27dab86342 Document project goals in the top-level README. Lars Brinkhoff 2016-11-25 15:28:57 +01:00
  • a94bfe9cf7 Added support for FTP client and server. Eric Swenson 2016-11-24 09:10:52 -08:00
  • eb3aec175b Added SUPDUP client and server support. SUPDUP, like TELNET, allows remote access to ITS (and other systems). However, SUPDUP is capable of automatically setting the terminal type on the remote system and is therefore more convenient for display terminals and full screen support. Eric Swenson 2016-11-23 22:53:40 -08:00
  • 4623e0db21 Added TELNET server and client. Eric Swenson 2016-11-23 16:30:39 -08:00
  • a80fc4f8ad Integrated basic ITS networking support and host table. This includes the host table compiler (SYSHST; HOSTS3 BIN) and the host table job submission tool (SYSHST; H3MAKE BIN). No daemons or user networking programs are included in this commit. The binary host table, however, is built from the host table source (SYSHST; H3TEXT >) and installed into SYSBIN; HOSTS3 >. Eric Swenson 2016-11-23 15:19:32 -08:00
  • 108207ab82 Provide separate SYSTEM; CONFIG files for SIMH and KLH10. Lars Brinkhoff 2016-11-24 10:52:41 +01:00
  • 95d3233e00 Include documentation in the sources tape. Lars Brinkhoff 2016-11-23 20:42:39 +01:00
  • fb710f002f Remove duplicated TS EMACS links, and add one in SYS2 instead. Lars Brinkhoff 2016-11-23 20:25:13 +01:00
  • 44053e9695 Separate DDT cheat sheet. Lars Brinkhoff 2016-11-22 22:07:04 +01:00
  • 915ba1b42a Document DSKDMP in the build procedure. Lars Brinkhoff 2016-11-23 07:56:46 +01:00
  • 6377c7ffb2 We now build some dragon programs. Lars Brinkhoff 2016-11-22 15:24:28 +01:00
  • 47467acd16 Run MTBOOT to create new DSKDMP and NSALV boot tapes. Lars Brinkhoff 2016-11-08 11:48:22 +01:00
  • d2064e099e Build MTBOOT. Lars Brinkhoff 2016-11-08 11:22:22 +01:00
  • 3e5e037d13 Minimal EMACS install. Lars Brinkhoff 2016-11-01 08:15:10 +01:00
  • a0a9dc8bfb How to set terminal type to vt52 or vt100. Lars Brinkhoff 2016-11-22 09:30:39 +01:00
  • 08e2c66348 Update disassembler. Lars Brinkhoff 2016-11-21 22:20:57 +01:00
  • af68014cfa Remove some duplicated files. Lars Brinkhoff 2016-11-21 21:39:40 +01:00
  • f7bdbf2ee4 Build KSFEDR earlier, so it can be used to write the new DSKDMP BT. Lars Brinkhoff 2016-11-21 15:39:34 +01:00
  • c2c805cf64 Build DSKDMP. Lars Brinkhoff 2016-11-03 15:32:09 +01:00
  • a03042a966 Remove backup files from the src directory before making a tape image. Lars Brinkhoff 2016-11-21 20:34:30 +01:00
  • 99ff6de1d0 Use exact pattern matching in build script. Lars Brinkhoff 2016-11-04 15:24:56 +01:00
  • b3773203bf Merge pull request #10 from PDP-10/lars/dump-its Eric Swenson 2016-11-21 08:48:40 -08:00
  • e727ebfcaf Dump and boot rebuilt ITS. Lars Brinkhoff 2016-11-21 09:41:12 +01:00
  • f262699f22 Attach DSKDMP tape in SIMH build script, not config file. Lars Brinkhoff 2016-11-21 09:40:24 +01:00
  • 23d54c3d4b Restart KLH10 before running DSKDMP. Lars Brinkhoff 2016-11-21 09:39:24 +01:00
  • 6d6e925e0f Build NSALV earlier, so it can be included in the new ITS dump. Lars Brinkhoff 2016-11-21 09:14:13 +01:00
  • 75028bfc61 Build DB ITS. Add CONFIG and TTYTYP definitions for it. Lars Brinkhoff 2016-11-21 08:59:45 +01:00
  • d0e026957f Update SYSTEM; to ITS 1647 from Public ITS distribution. Lars Brinkhoff 2016-11-08 13:11:59 +01:00
  • 3ea9309910 Move ITS monitor binary to the . directory. Lars Brinkhoff 2016-11-19 20:52:36 +01:00
  • 336bbaa979 Added channa and dragon directories, and added sources for netime, dmpcpy, fsdefs, modems, netwrk, and pft. Eric Swenson 2016-11-18 08:14:56 -08:00
  • 62551208c4 - Add channa and dragon directories. - Build/install netime, dmpcpy, and pfthmg daemons - Add link to sys; ts peek as sys; ts p Eric Swenson 2016-11-18 08:09:32 -08:00
  • c5d3af5c18 Build ITS using KLH10. Lars Brinkhoff 2016-11-18 14:04:19 +01:00
  • 9c1f8a369e TM03 workaround. Lars Brinkhoff 2016-11-18 13:27:55 +01:00
  • d082c95331 Build KLH10. Lars Brinkhoff 2016-11-01 09:49:56 +01:00
  • 32f7161eab Make it possible to run with emulators other than SIMH. Lars Brinkhoff 2016-11-18 12:42:02 +01:00
  • e9d0f301fe Remove everything not RP06 from the . directory. Lars Brinkhoff 2016-11-16 15:27:55 +01:00
  • 8253ef3899 Build NSALV. Lars Brinkhoff 2016-11-03 15:16:13 +01:00
  • 4f1caa5965 Patch NSALV to find KSNET in SYSTEM, not KSHACK. Lars Brinkhoff 2016-11-03 15:16:01 +01:00
  • 6d72ebb5f2 NSALV source code. Lars Brinkhoff 2016-11-02 11:01:30 +01:00
  • 85a02fd186 Build exec DDT. Lars Brinkhoff 2016-11-16 14:38:34 +01:00
  • 8452a9e898 Update disassembler. Lars Brinkhoff 2016-11-16 10:51:06 +01:00
  • d0fc04469a Add some system documentation. Lars Brinkhoff 2016-11-16 10:07:44 +01:00
  • f61c1f68d9 Added build of sys; atsign dragon (top-level daemon launcher started by ITS sys job) from recreated sources. This daemon searches through the CHANNA directory (also created by the bootstrap) for daemons to launch. Currently, there are no such daemons in this build. Eric Swenson 2016-11-15 23:19:24 -08:00
  • 240775c9c1 Use DUMP to restore source code files, instead of NSALV. Lars Brinkhoff 2016-11-12 21:01:35 +01:00
  • 36c413c0a4 Add disassembler. Lars Brinkhoff 2016-11-13 21:23:06 +01:00
  • 3981d1bbac Fix broken files. Lars Brinkhoff 2016-11-12 20:48:31 +01:00
  • a35deeeb66 Build ARCDEV. Lars Brinkhoff 2016-11-09 11:29:15 +01:00
  • 6c8202b9a6 Include links in final dump. Lars Brinkhoff 2016-11-10 10:48:58 +01:00
  • 5fbc0622d4 Add TCTYP, CRTSTY, and PEEK to list of built programs. Lars Brinkhoff 2016-11-08 13:07:00 +01:00
  • 0387058d08 Add PEEK source code, and build it. Lars Brinkhoff 2016-11-08 09:48:48 +01:00
  • c0cea68218 Add ITS intro manual. Lars Brinkhoff 2016-11-08 09:28:48 +01:00
  • f9ba34d80a Links to TCTYP and CRTSTY documentation. Lars Brinkhoff 2016-11-08 07:57:26 +01:00
  • e00742a28a Show SIMH version. Lars Brinkhoff 2016-11-07 21:34:37 +01:00
  • 6467e4a70f Build TCTYP and CRTSTY. Lars Brinkhoff 2016-11-07 21:22:43 +01:00
  • 85d89bfba2 Patch CRTSTY to use KLH;MACROS instead of KSC;MARCOS. Lars Brinkhoff 2016-11-07 21:21:55 +01:00
  • 577c730a7b TCTYP and CRTSTY documentation. Lars Brinkhoff 2016-11-07 13:56:04 +01:00
  • 14c2ff83ac TCTYP and CRTSTY source code. Lars Brinkhoff 2016-11-07 13:55:41 +01:00
  • 519603946f Build ATSIGN DEVICE. Lars Brinkhoff 2016-11-07 11:40:55 +01:00
  • a9f6594379 ATSIGN DEVICE source code. Lars Brinkhoff 2016-11-07 11:40:20 +01:00
  • 0067f39071 Build PDSET, KSFEDR, and LOCK. Lars Brinkhoff 2016-11-07 08:16:23 +01:00
  • 6647357e85 Set an ample timeout limit in build script; fail if triggered. Lars Brinkhoff 2016-11-07 08:16:00 +01:00
  • c3566c7853 More strict matching in Expect script. Lars Brinkhoff 2016-11-07 08:14:53 +01:00
  • 8b55343114 LOCK source code. Lars Brinkhoff 2016-11-07 08:08:48 +01:00
  • e1728f924e PDSET source code. Lars Brinkhoff 2016-11-07 08:08:32 +01:00
  • be6af1cb94 KSFEDR source code. Lars Brinkhoff 2016-11-07 07:35:37 +01:00
  • 0efda0c8bc Update MIDAS;TSRTNS from 231 to 234. Lars Brinkhoff 2016-11-03 21:12:11 +01:00
  • d09e5fb011 Unix sudo is like DDT $^S. Lars Brinkhoff 2016-11-04 13:23:06 +01:00
  • 3a3b2ace50 Build TECO. Lars Brinkhoff 2016-11-01 10:56:58 +01:00
  • aeb84af281 TECO documentation. Lars Brinkhoff 2016-11-03 07:59:01 +01:00