1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-19 00:12:52 +00:00

Commit Graph

  • b553c28f86 Update KA10 simulator. Lars Brinkhoff 2019-01-13 06:40:49 +01:00
  • eb686e8388 The Logo Adventure game written by Don Hopkins Alexey-Slyusar 2018-10-08 21:44:31 +03:00
  • 1e52d59bd4 Updated INQUPD to support creating a new LSR1 EMPTY database. It does this when the JNAME is LSRINI. Currently, this program is not being called at build time, and instead, a binary LSR1 EMPTY database is loaded from tape. But a future commit will switch to building the empty database from LSRINI. Note: LSRINI will, by default, create an empty database. But it also supports INQUIR;.UPD1. NNNNNN update files to augment the database with INQUIR entries as specified in these update files. Thus, you can either create an empty database, or one that is populated with specified entries. Eric Swenson 2019-01-19 15:31:07 -08:00
  • 5aaa2fbdf1 Fixed ITSTTY info file link. everyfan 2019-01-17 10:14:05 -05:00
  • 9bf03afa52 Fix use of SYSCAL. It's wrong to add SETZ to the last argument! Lars Brinkhoff 2019-01-19 11:46:05 +01:00
  • 8febbad96b Check early if TT11P is defined. If not, die piecefully. Lars Brinkhoff 2019-01-16 20:33:19 +01:00
  • 35873d9e63 Move setting of %OPLIV to after TV-11 is up. Lars Brinkhoff 2019-01-16 20:32:00 +01:00
  • 380fc78f77 DOCTOR library for EMACS. Lars Brinkhoff 2019-01-18 12:39:03 +01:00
  • 6b0673669b Enable Paul DeCoriolis time of day clock. Lars Brinkhoff 2019-01-10 14:42:50 +01:00
  • 4b42f1ff5b Update submodules: dasm, simh, and tv11. Lars Brinkhoff 2019-01-14 13:26:26 +01:00
  • 782926b538 Integrated arcdev.68 changes and fixed issues with those changes. Resolves #1478. Eric Swenson 2019-01-11 14:14:30 -08:00
  • 09b4568b95 Rearrange SALV and NSALV binaries. Lars Brinkhoff 2019-01-11 08:43:46 +01:00
  • f074ed352f Remove bad ARCDEV changes. Lars Brinkhoff 2019-01-08 14:56:16 +01:00
  • 0e79cfc1da If TVFIX runs without a TV-11, exit gracefully. Lars Brinkhoff 2019-01-10 14:52:58 +01:00
  • 291fdada7a QSEND library for EMACS. Lars Brinkhoff 2019-01-10 15:39:44 +01:00
  • 709535cf28 Fix PWORD/PANDA mix-up. Lars Brinkhoff 2019-01-09 12:26:06 +01:00
  • 23386b2aa8 Move assemly of PWORD and PANDA from lisp.tcl to basics.tcl. Lars Brinkhoff 2019-01-09 12:24:48 +01:00
  • 2e240f7da5 Added new program, UPTINI, to create .temp.;UPTIME DATA. A future commit can run this program, create the file, and copy to bawden directory rather than using a pre-built version. Eric Swenson 2019-01-05 18:50:22 -08:00
  • e483d6e653 Reconstructed code for earlier TVEDIT. Lars Brinkhoff 2019-01-03 14:59:05 +01:00
  • f72474e445 Original source file for TVEDIT version 110. Lars Brinkhoff 2019-01-03 13:38:36 +01:00
  • 8f30fb32dd Pictures for NAMDRG to put on the free display. Lars Brinkhoff 2019-01-02 11:24:00 +01:00
  • bd987a416d Increase NAMDRG buffer size for TTYTYP. Lars Brinkhoff 2019-01-03 11:35:55 +01:00
  • 80726fc72c Update NAMDRG to not need running with a fixed TTY number. Lars Brinkhoff 2019-01-02 11:16:45 +01:00
  • 5983d11663 NAMDRG - Name Dragon. Lars Brinkhoff 2018-07-26 14:46:09 +02:00
  • 4567ee2fce Fix LLOGO turtle library to load 340 display slave. Lars Brinkhoff 2018-12-28 12:59:07 +01:00
  • 188b894795 Fix Lisp display slave when using PDP-10. Lars Brinkhoff 2018-12-28 11:59:58 +01:00
  • a63f11a7b9 NTS DDT uses old style literals. Don't output paper tape. Lars Brinkhoff 2018-12-27 10:27:33 +01:00
  • c9bbe775f2 Non timesharing DDT. Lars Brinkhoff 2018-12-27 09:46:19 +01:00
  • f206c7b6e1 More SHRDLU files. lars/shrdlu Lars Brinkhoff 2018-12-28 19:16:34 +01:00
  • bc5a208080 SHRDLU source code. Lars Brinkhoff 2018-02-05 11:42:44 +01:00
  • 7d1a8b3817 TBMOFF - turn TAC or TIP binary mode off. Lars Brinkhoff 2018-12-26 17:18:19 +01:00
  • 06351f7f7f IPLJOB - plot display lists. Lars Brinkhoff 2018-12-25 21:27:48 +01:00
  • 18019a077d Fix Dazzle Dart use of clock interrupt. Lars Brinkhoff 2018-12-23 19:36:04 +01:00
  • 90e2e34d5e Fixes comment in PAPSAV so that reference to SYSMLNG is not SYSMLN. Resolves #1456. Eric Swenson 2018-12-22 14:43:12 -08:00
  • 00d632a639 Updated PAPSAV to use SYSMSG macros for maintaining patch table and for doing more elegant patching of ITS addresses in the code. Resolves #1454. Eric Swenson 2018-12-21 22:56:27 -08:00
  • ba046430dc NETRFC - serve ARPANET connections. Lars Brinkhoff 2018-12-21 12:22:10 +01:00
  • a98551f8ec Updated SYSEN3;PAPSAV 1 as SYSEN3;PAPSAV 2 so that it uses the SYSENG;CALRET > macros, as the original PAPSAV did. The resulting binary compares identically to CHANNA;RAKASH PAPSAV. Eric Swenson 2018-12-20 16:44:00 -08:00
  • bf9a101f36 Fix 11SIM bug in NG display incremental mode. Lars Brinkhoff 2018-12-20 14:16:36 +01:00
  • cd253033e1 Fix bug in 11LOGO turtle graphics LEFT command. Lars Brinkhoff 2018-12-20 13:01:13 +01:00
  • d7c2bbec36 Fix script used to start 11LOGO in simulator. Lars Brinkhoff 2018-12-20 12:12:15 +01:00
  • 73dea2d621 Fix 11LOGO bug in MOD procedure. Lars Brinkhoff 2018-12-20 11:26:26 +01:00
  • 29f02fe112 Dazzle Dart - video game. Lars Brinkhoff 2018-12-19 19:43:40 +01:00
  • d39c4e9291 Reconstructed source for CHANNA;RAKASH PAPSAV. Saved as SYSEN3;PAPSAV 1. This daemon records system console messages in the file DRAGON; CDATA >. Resolves #1029. Eric Swenson 2018-12-15 22:02:37 -08:00
  • edb85af24b Fix PEEK "K" mode when ITS doesn't have Chaosnet. Lars Brinkhoff 2018-12-10 13:30:56 +01:00
  • bfa4937eca 340D - Datapoint emulator for 340 display. Lars Brinkhoff 2018-12-06 20:01:50 +01:00
  • f520cef6b9 Build MacHack VI for TV display. Lars Brinkhoff 2018-08-15 08:35:37 +02:00
  • 2748bf9d2f Start TV-11 after booting ITS. Lars Brinkhoff 2018-08-16 22:23:06 +02:00
  • 2ba1433e94 KA ITS to use TV-11. Lars Brinkhoff 2018-09-02 16:02:06 +02:00
  • a7e347654d Add the tv11 submodule. Lars Brinkhoff 2018-09-02 16:05:09 +02:00
  • 6f1f013920 Enable use of the Stanford keyboard. lars/stk Lars Brinkhoff 2018-12-12 08:55:09 +01:00
  • 1d0891aa97 Fixed issue with no start address being specified in end statement. This fixes issue with UPTIME daemon immediately dying with an ILOPR fault due to starting at address 0. Eric Swenson 2018-12-10 22:57:54 -08:00
  • c035e92756 Added empty dragon;sysmsg log file so that dragon;rakash pfthmg daemon will update this file with select messages from SYSMSG. Eric Swenson 2018-12-10 23:01:50 -08:00
  • 51794ffa6d Fixed link to sysbin;bday bin in dragon;. It has its FN1 and FN2 swapped. The link is supposed to be DRAGON; DAILY BDAY, but is currently DRAGON; BDAY DAILY. PFT looks for FN1s of HOURLY, DAILY, MNTHLY, and YEARLY to execute at the appropriate time intervals. Eric Swenson 2018-12-10 23:05:18 -08:00
  • 065b3f5a68 Generating EMACS library AUTO-S works fine now. Lars Brinkhoff 2018-12-10 11:14:27 +01:00
  • f444e42a84 Remove garbage from end of NEWDEC. Lars Brinkhoff 2018-12-10 13:38:29 +01:00
  • a7115b9f07 NEWDEC - DECtape converter. Lars Brinkhoff 2018-12-10 10:24:15 +01:00
  • 0c1739f414 Fix typoed 'DBP' in ITS. Lars Brinkhoff 2018-12-07 15:50:33 +01:00
  • ba438df2ac XGP WRITUP and WRITES are superceded by INFO; XGP > Lars Brinkhoff 2018-12-06 10:08:57 +01:00
  • 140a706e09 Information about the XGP. Lars Brinkhoff 2018-12-04 20:26:36 +01:00
  • 4ffb7cfaa4 LINE - display wholine. Lars Brinkhoff 2018-12-05 21:59:29 +01:00
  • e56b4896c1 GUNNER - gun down jobs. Lars Brinkhoff 2018-12-05 13:37:07 +01:00
  • 728e72317e Check more carefully that MACRO and CROSS are finished. Lars Brinkhoff 2018-12-04 14:06:11 +01:00
  • 9463008a9d CLOCK - Knight TV clock. Lars Brinkhoff 2018-12-02 20:55:49 +01:00
  • f9566d98b7 Update display UUOs to insert newer macros file. Lars Brinkhoff 2018-12-02 18:57:40 +01:00
  • c12872edcf KLH's display UUOs, and a clock application. Lars Brinkhoff 2018-12-02 18:56:36 +01:00
  • 15c5a64172 Automatically STUFF the TV-11. Lars Brinkhoff 2018-12-02 15:33:38 +01:00
  • 450b8af6fa Remove the TVFIX code from LOCK. Lars Brinkhoff 2018-12-02 18:45:40 +01:00
  • 1ce7ab0cb0 Old files. lars/ioelev.411 Lars Brinkhoff 2018-12-03 11:46:08 +01:00
  • 813b5d7c30 Fix TV wholine Y2K bug. Lars Brinkhoff 2018-11-30 20:27:59 +01:00
  • dc896af2f9 Update VIEW from version 113. Lars Brinkhoff 2018-11-29 14:06:38 +01:00
  • d83ee9e4b9 DMARCD - DM archive device. Lars Brinkhoff 2018-11-28 14:57:51 +01:00
  • 826a488fd6 Documentation for the ML CH10 Chaosnet interface. Lars Brinkhoff 2018-11-26 13:36:50 +01:00
  • 01f1d4889a LSRDMP - dump user database. Lars Brinkhoff 2018-11-26 12:12:10 +01:00
  • 9ff6974b7d Remove obsolete host names from LSRDMP. Lars Brinkhoff 2018-11-26 12:10:45 +01:00
  • 5d25b4d0b0 Original source file for LSRDMP. Lars Brinkhoff 2018-11-26 12:09:23 +01:00
  • f90555e47b WIP: FIXME about UNADNI. ats/ethernet Adam Sampson 2018-11-25 22:58:53 +00:00
  • 1db8a70b01 Build MINITS. Lars Brinkhoff 2018-11-24 14:19:35 +01:00
  • 6b1a428b46 Fix MINITS to insert files from current disk device, not MC. Lars Brinkhoff 2018-11-24 17:21:03 +01:00
  • f85b53d480 MINITS - mini-ITS network utility. Lars Brinkhoff 2018-11-23 20:34:50 +01:00
  • e24aea0440 TREES - list toplevel jobs. Lars Brinkhoff 2018-11-20 09:41:01 +01:00
  • 968360b8f8 PICK - examine Muddle locks. Lars Brinkhoff 2018-11-19 20:04:33 +01:00
  • f0984fc705 Fix bug in CHATAB. Lars Brinkhoff 2018-11-18 18:10:22 +01:00
  • 4a1c6dc783 CHATAB - print information on Chaosnet hosts. Lars Brinkhoff 2018-10-14 20:34:19 +00:00
  • 5ae4efe416 Change name of Muddle WHOM to WHOMUD. Lars Brinkhoff 2018-11-19 10:19:02 +01:00
  • 80d83009a7 Fix MUDINQ use of IBP. Lars Brinkhoff 2018-11-16 15:12:54 +01:00
  • cbe5fdf62b MUDINQ - Muddle inquirer. Lars Brinkhoff 2018-11-16 14:59:36 +01:00
  • ee82d7b44f P. David Lebling's MAC-beth poem. Lars Brinkhoff 2018-11-16 21:12:08 +01:00
  • ae32f2a6c8 Added emacs pascal mode pl mode and documentation. Resolves #1303. Eric Swenson 2018-11-16 22:22:27 -08:00
  • 428d228af1 Add the file SHARE; DESOLN LISP, which appears to resolve an issue with using ho:desolve in macsyma. Resolves #1154. Eric Swenson 2018-11-16 22:42:35 -08:00
  • 90268fe9c8 Add emacs renum library for renumbering sections, references, equations, etc. in manuscripts. Resolves #1209. Eric Swenson 2018-11-16 22:36:47 -08:00
  • 2088e2e793 Adds documentation for some of the INQUIR-related programs. Resolves #1337. Eric Swenson 2018-11-16 22:08:09 -08:00
  • a5f1fa0412 Removes incorrect version number from HERALD expression in LSPSRC;VECTOR 75. The current value doesn't match FN2, as I forgot to update it the last time I updated this file. Removing the explicit version number will cause HERALD to display the FN2 as the version number. Resolves #1318. Eric Swenson 2018-11-16 22:13:56 -08:00
  • 8bf8d295d9 Rebuild macsym;float fasl since the original build results in a fasl that gives arithmetic overflows on some small floating point numbers. Resolves #1211. Eric Swenson 2018-11-16 22:29:49 -08:00
  • 47d27f5f3c COMBAT - submit jobs to the Muddle compiler. Lars Brinkhoff 2018-11-15 22:11:45 +01:00
  • 8b93ec78ad MUDCOM - compare Muddle files. Lars Brinkhoff 2018-11-14 20:45:53 +01:00
  • 6b354ee386 SCRIMP - XGP unspooler. Lars Brinkhoff 2018-11-14 11:38:17 +01:00
  • ab879b3094 Original SCRIMP source code. Lars Brinkhoff 2018-11-14 11:35:24 +01:00
  • b10becd3c0 Extract Apple II Logo PTP file. Lars Brinkhoff 2018-11-13 12:50:48 +01:00
  • 65c2641aa4 Update Apple II Logo to 1981 version. Lars Brinkhoff 2018-11-13 12:45:27 +01:00
  • e3ba11ffbc Build CGOL FASL from source. Resolves #1285. Eric Swenson 2018-11-14 08:04:55 -08:00