1
0
mirror of https://github.com/simh/simh.git synced 2026-03-24 01:27:19 +00:00

Commit Graph

  • 53c537b8dd Cleanup the mux attach string for single line multiplexers Mark Pizzolato 2012-12-29 07:40:21 -08:00
  • 9d2811d666 Updated HP2100 modules from Dave Bryan Mark Pizzolato 2012-12-29 06:32:03 -08:00
  • 122ca9b7cd Fix potential attach order bug when attaching a serial port to a single line mux found by Dave Bryan Mark Pizzolato 2012-12-29 06:26:47 -08:00
  • 30c70f6866 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt Mark Pizzolato 2012-12-29 06:09:47 -08:00
  • 896fd92c7a Fixed to only pass a SIM_GIT_COMMIT_ID to a build when the commit id is available Mark Pizzolato 2012-12-28 15:56:57 -08:00
  • 95f4a075ba Avoid attempting to auto configure NEXUS devices Mark Pizzolato 2012-12-28 15:48:43 -08:00
  • 2471f3fc73 Convert PDP10 unibus devices to auto configure AutoConfigure Mark Pizzolato 2012-12-28 12:27:05 -08:00
  • b2ed63f31a Removed IOBA_FLOAT and replaced with IOBA_AUTO Mark Pizzolato 2012-12-28 12:15:08 -08:00
  • 0a0b8dbe31 Fix DZ when lines is greater than 32. Mark Pizzolato 2012-12-28 11:25:46 -08:00
  • b25ca80dc6 Merge branch 'master' into AutoConfigure Mark Pizzolato 2012-12-28 08:42:01 -08:00
  • 48ba877259 Added VAX 11/785 model variation to the VAX 11/780 simulator based on VAX 8600/8650 model variants and some information from Matt Burke's VAX 11/785 page at 9track.net Mark Pizzolato 2012-12-28 08:10:30 -08:00
  • 07cc10dca6 Cleanup Mark Pizzolato 2012-12-27 12:27:35 -08:00
  • 10e32ab1e3 VAX 8600 adjustments for complete auto configure Mark Pizzolato 2012-12-27 12:23:31 -08:00
  • fbb783f5dd Added missing VAX 8600 message display after boot command returns Mark Pizzolato 2012-12-27 12:22:22 -08:00
  • 425ef4f113 Merge branch 'master' into AutoConfigure Mark Pizzolato 2012-12-27 11:44:47 -08:00
  • 2a5caf87a7 Add embedded boot code support to VAX 8600 Mark Pizzolato 2012-12-27 10:28:57 -08:00
  • c5e41ad6cc Addition of VAX 8600 to Visual Studio Solution file Mark Pizzolato 2012-12-27 07:11:48 -08:00
  • 2751a22725 VAX 8600 compiler warning cleanups Mark Pizzolato 2012-12-27 07:02:23 -08:00
  • ac53fd10a6 VAX 8600 Simulator from Matt Burke Mark Pizzolato 2012-12-26 11:50:10 -08:00
  • 33a2ec9e35 Fixed missing ipad setup for outgoing connections Mark Pizzolato 2012-12-26 10:55:35 -08:00
  • af93ca96c3 Added /dev/ttyAMAn devices as possible serial port lines on *nix systems. Mark Pizzolato 2012-12-26 10:51:19 -08:00
  • 59871d90b8 Removed the DEV_NET flag from pdp11_dmc Mark Pizzolato 2012-12-26 10:23:07 -08:00
  • 9333e1f5e6 Update of pdp11_dmc Mark Pizzolato 2012-12-26 09:02:12 -08:00
  • 34e0523ba8 Set version to 4.0-0 Beta Mark Pizzolato 2012-12-24 09:23:19 -08:00
  • ab6808d446 Merge branch 'master' of github.com:simh/simh Mark Pizzolato 2012-12-23 11:34:28 -08:00
  • 8d2fabb166 Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21 Mark Pizzolato 2012-12-23 11:28:46 -08:00
  • d815c226f4 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation Mark Pizzolato 2012-12-23 10:46:16 -08:00
  • 3bcb6c1f3d Merge branch 'master' into AutoConfigure Mark Pizzolato 2012-12-23 07:22:14 -08:00
  • 30ae79eb18 pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator Mark Pizzolato 2012-12-23 07:11:54 -08:00
  • 6862041eca Properly shutdown prior connecting socket when establishing a new one Mark Pizzolato 2012-12-22 11:57:22 -08:00
  • 2a89d9bdc6 Behave more consistently and only tear down prior listening sockets if a replacement will actually work. Mark Pizzolato 2012-12-22 10:19:13 -08:00
  • afd09eee2e Made parsing of MUX attach arguments more robust and tolerant of inconsistent sequences of arguments. Mark Pizzolato 2012-12-22 07:10:17 -08:00
  • 11cc564f0c Fix proper cleanup when a mux telnet session terminates. Mark Pizzolato 2012-12-21 13:55:30 -08:00
  • ca37549a22 Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there. Mark Pizzolato 2012-12-21 13:37:01 -08:00
  • d291a6e838 Fix compiler identified array bounds issues Mark Pizzolato 2012-12-21 12:55:57 -08:00
  • d940752232 Updated HP2100 from Dave Bryan Mark Pizzolato 2012-12-21 12:49:02 -08:00
  • ca49c8c0b1 Fix for bug in help command when asking for help for command aliases. Reported by Darrell Pittman Mark Pizzolato 2012-12-21 12:38:07 -08:00
  • f713a69ff9 Fix commit id display under MinGW compile Mark Pizzolato 2012-12-20 16:42:33 -08:00
  • f8e68b70b5 Adding initial support to display the git commit id in the simulator code. Mark Pizzolato 2012-12-20 15:04:37 -08:00
  • 56ff702cff Adding git .git-commit-id file and attempting change to hooks to generate it. Mark Pizzolato 2012-12-20 14:27:38 -08:00
  • 01eb95167a Merge branch 'master' into AutoConfigure Mark Pizzolato 2012-12-20 14:06:17 -08:00
  • 7bed091134 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. Mark Pizzolato 2012-12-20 13:58:11 -08:00
  • 9e421ada27 Cleanup compiler warning messages when building with MinGW Mark Pizzolato 2012-12-20 13:51:54 -08:00
  • b9ebd93bbd Fixed build with MinGW when invoked with the build_mingw_ether.bat file. Mark Pizzolato 2012-12-20 13:46:03 -08:00
  • eb7e3b8159 Fixed compiler issue when compiling with MinGW. Mark Pizzolato 2012-12-20 13:30:28 -08:00
  • 9afeef6f10 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 Mark Pizzolato 2012-12-19 17:45:40 -08:00
  • 133b1b22b5 Revised comments Mark Pizzolato 2012-12-19 12:49:08 -08:00
  • 3346f4a32c Fix build on VMS (IA64) Mark Pizzolato 2012-12-19 12:45:03 -08:00
  • 2c14136473 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. Mark Pizzolato 2012-12-19 11:33:39 -08:00
  • 3b5870c66b Fix the occasional pause which may happen when the console is connected to a serial port at a slow port speed and large bursts of output cause buffers to fill up. Mark Pizzolato 2012-12-19 05:43:06 -08:00
  • 20ed6df379 Made the SET ENV command be SET ENVIRONMENT which will match both but be consistent with using commands which work as long as they are unambiguous. Mark Pizzolato 2012-12-19 05:41:38 -08:00
  • 1370ad6a2c Fixed console serial port connection checking Mark Pizzolato 2012-12-18 15:41:34 -08:00
  • 37b73c40a6 Fixed bug in DZ SET LINE= implementation Mark Pizzolato 2012-12-18 13:03:21 -08:00
  • a72d85b2bd Fix TMXR for devices which reference the TMLN conn variable as a connection state flag Mark Pizzolato 2012-12-18 09:53:01 -08:00
  • 50cf91d441 Merge branch 'SerialMux' and compiler suggested cleanup Mark Pizzolato 2012-12-18 09:52:14 -08:00
  • 905a9ee616 Merge branch 'SerialMux' of github.com:simh/simh into SerialMux SerialMux Mark Pizzolato 2012-12-17 14:19:22 -08:00
  • 78b8d62942 Added DMC11 to PDP11 simulator (from Rob Jarratt) Mark Pizzolato 2012-12-17 14:18:28 -08:00
  • 762aacf7ad Merge branch 'Extra-VAXen' Mark Pizzolato 2012-12-17 03:19:07 -08:00
  • 18b6ab89d0 Fixing compiler complaints with MinGW and adding support for RAW disk access when compiling with MinGW on windows. Mark Pizzolato 2012-12-16 20:18:54 -08:00
  • cd0ef35bbf Added command alias SHOW MUX for SHOW MULTIPLEXOR. To avoid collision with simulators which may have devices named MUX, the device names/units are examined prior to the standard SHOW arguments. Simulators which have a device named MUX can't use the SHOW MUX alias. Mark Pizzolato 2012-12-16 07:03:19 -08:00
  • 4a3bf9ee17 Compiler warning cleanup Mark Pizzolato 2012-12-16 06:42:51 -08:00
  • c87c747ed7 Compiler warning cleanup Mark Pizzolato 2012-12-16 06:24:36 -08:00
  • beeb5ae09e Cleaned up the formatting of SHOW MULTIPLEXER output based on input from Dave Bryan Mark Pizzolato 2012-12-16 06:23:18 -08:00
  • 84af193474 Correct spelling in comment Extra-VAXen Mark Pizzolato 2012-12-15 14:53:58 -08:00
  • 6cabdb9f9f Fixed duplicate logging output when output buffers are full and potential pauses in console output (reported by Mark Benson) Mark Pizzolato 2012-12-15 11:40:20 -08:00
  • d955c383e9 Fixed compiler warnings and errors when compiling with MinGW Mark Pizzolato 2012-12-15 09:41:13 -08:00
  • 06b80cf53c Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files Mark Pizzolato 2012-12-15 09:40:30 -08:00
  • 60a0881c71 Fixes after Dave Bryan's testing. Mark Pizzolato 2012-12-15 07:58:11 -08:00
  • 0450a9b430 Compiler suggested cleanup Mark Pizzolato 2012-12-15 07:56:42 -08:00
  • c046a29cba Fix reference to sim_deb Mark Pizzolato 2012-12-14 15:53:59 -08:00
  • 954cb3405f Added generic ability to have up to 32 DZ Multiplexers enabled in a system. The default is 4 which provides 16 lines on a Qbus system and 32 lines on a UNIBUS system. Mark Pizzolato 2012-12-14 13:31:51 -08:00
  • 417102c5c4 Added full DHU11 (16 line) functionality for UNIBUS environments (PDP11 and VAX), while also supporting DHV11 (8 line) for Qbus systems Mark Pizzolato 2012-12-14 12:37:00 -08:00
  • 4b163b9d1d Cleaned up compiler warnings Mark Pizzolato 2012-12-14 04:19:10 -08:00
  • 883ad6bf5c Fixed sim_write_serial to return 0 when the non blocking write fails with the expected errno of EAGAIN Mark Pizzolato 2012-12-14 03:27:18 -08:00
  • c71e0c39dc Compiler warning cleanup Mark Pizzolato 2012-12-13 15:21:07 -08:00
  • 59afee3128 Serial Multiplexer cleanup after review by Dave Bryan Mark Pizzolato 2012-12-13 13:46:43 -08:00
  • b466bdc9c6 Compiler warning cleanup Mark Pizzolato 2012-12-13 13:41:57 -08:00
  • a3b0dc38fd Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. Mark Pizzolato 2012-12-12 11:01:00 -08:00
  • 2b5ceae2be Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active Mark Pizzolato 2012-12-12 10:58:19 -08:00
  • e541a3408f Fix compiler warning. Mark Pizzolato 2012-12-11 17:24:40 -08:00
  • 0290b4bee4 Fixed interrupt logic causing OS device timeouts when I/O was happening to multiple drives simultaneously (from Bob Supnik) Mark Pizzolato 2012-12-11 10:16:48 -08:00
  • e0bb8fed91 Added support for changing rq controller type to one of RQDX3, UDA50, RUX50 or KLESI. (from Mike Burke) Mark Pizzolato 2012-12-10 05:58:11 -08:00
  • 7f6a1af5bf Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources Mark Pizzolato 2012-12-09 12:12:09 -08:00
  • f3bc30aa39 Extended command argument substitution to allow large environment variable substitutions. Mark Pizzolato 2012-12-08 15:24:10 -08:00
  • 72c65ad7a4 Changed UNLOAD to be an illegal operation if issued on an RM device and made UNLOAD on RP devices execute immediately (as suggested by Bob Supnik) Mark Pizzolato 2012-12-08 15:22:27 -08:00
  • cb659d6c83 Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik) Mark Pizzolato 2012-12-08 14:30:00 -08:00
  • ac8bd2521b Added RC25, RCF25 and RA80 drive definitions (from Hans-Ulrich Hölscher) Mark Pizzolato 2012-12-08 13:00:00 -08:00
  • 822fedf8ce Fixed polling to start on receiving a master clear and stop on Detach (Rob Jarratt) Mark Pizzolato 2012-12-08 11:13:03 -08:00
  • 2f3782a896 Update fixing dangling connections after detach and trying to adjust some polling behaviors (from Rob Jarratt) Mark Pizzolato 2012-12-08 07:21:28 -08:00
  • badde9b852 Fixed bug in pdp11_xu which inhibited it from being disabled after it was ever enabled (reported by Rob Jarratt) Mark Pizzolato 2012-12-08 07:13:05 -08:00
  • 13fd6e5cb7 Fixed a few minor issues: Mark Pizzolato 2012-12-06 08:39:35 -08:00
  • f6af7f4583 vax_7x0_mba.c - Fix bug which didn't defer device interrupts while a transfer was in progress causing OS failure when using multiple RP and RM disks under load. Mark Pizzolato 2012-12-06 08:19:39 -08:00
  • 72ca9de180 Clang compiler cleanup for new sim_debug_bits Mark Pizzolato 2012-12-06 08:15:14 -08:00
  • 2c1d2b9a88 Fixed minor sim_debug_bits issues. Mark Pizzolato 2012-12-05 20:47:34 -08:00
  • 9575ac5c63 Added makefile message prompt describing available vde networking support when building on Linux and libvdeplug-dev isn't available. Mark Pizzolato 2012-12-04 09:34:14 -08:00
  • bcf0e8b19c Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. Mark Pizzolato 2012-12-04 09:32:40 -08:00
  • 42b7bed6f5 pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. Mark Pizzolato 2012-12-03 16:56:15 -08:00
  • e91ee504ca Updated VAX and VAX780 documentation to include DMC11 Mark Pizzolato 2012-12-01 08:43:20 -08:00
  • b6dd86983f Fixed the loopback setup when the receive port was specified with a specific interface (i.e. localhost:port) Mark Pizzolato 2012-12-01 08:07:49 -08:00
  • c6c66487ac Compiler suggested cleanups Mark Pizzolato 2012-11-30 13:22:15 -08:00