- 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 12 years ago
- 7ceba37 pdp11_xu - SELFTEST needs to report the READY state otherwise VMS 3.7 gets fatal controller error - Update from Rob Jarratt by Mark Pizzolato · 12 years ago
- 7345b00 pdp11_dmc - Update from Rob Jarratt by Mark Pizzolato · 12 years ago
- cbe1114 Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators by Mark Pizzolato · 12 years ago
- bf73753 Fixed compiler warnings by Mark Pizzolato · 12 years ago
- 29cf2a4 Added support for register display with bit field definitions decoded by Mark Pizzolato · 12 years ago
- f4dd307 Fix DZ issue which didn't report modem bits to the host unless the attach was made with -M. by Mark Pizzolato · 12 years ago
- f1c6f1b Updated pdp11_dmc from Rob Jarratt by Mark Pizzolato · 12 years ago
- e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
- 68b5433 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. by Mark Pizzolato · 12 years ago
- f912562 Fixed register definition to properly reflect the size of the stats structure. by Mark Pizzolato · 12 years ago
- 57cbb6f Changed to use sim_clock_coschedule and sim_activate_after where appropriate by Mark Pizzolato · 12 years ago
- 936c3db Fixed register definition for the pak array which saved and restored the wrong content (not all of it) due to the internal longword alignment of the struct rqpkt. by Mark Pizzolato · 12 years ago
- 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
- 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
- 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
- 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
- 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 12 years ago
- 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
- d12bc07 Fix clang compiler identified typos by Mark Pizzolato · 12 years ago
- e1ad710 Added imbedded help to the pdp11_dz and pdp11_vh devices by Mark Pizzolato · 12 years ago
- 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
- 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
- dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
- 411b596 Fixed auto configure to ONLY configure Qbus and/or Unibus devices by Mark Pizzolato · 12 years ago
- 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
- 0c436c1 Updated pdp11_dmc.c from Rob Jarratt by Mark Pizzolato · 12 years ago
- 7c9cebf Added a 1536K PDP11 memory size option by Mark Pizzolato · 12 years ago
- b1d306c Fixed devices missed in Auto Configuration for PDP11 simulator. CLK issue initially reported by Matt Burke by Mark Pizzolato · 12 years ago
- ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
- 30c70f6 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt by Mark Pizzolato · 12 years ago
- 95f4a07 Avoid attempting to auto configure NEXUS devices by Mark Pizzolato · 12 years ago
- b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
- 0a0b8db Fix DZ when lines is greater than 32. by Mark Pizzolato · 12 years ago
- 07cc10d Cleanup by Mark Pizzolato · 12 years ago
- 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 59871d9 Removed the DEV_NET flag from pdp11_dmc by Mark Pizzolato · 12 years ago
- 9333e1f Update of pdp11_dmc by Mark Pizzolato · 12 years ago
- d815c22 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation by Mark Pizzolato · 12 years ago
- 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 30ae79e pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator by Mark Pizzolato · 12 years ago
- 7bed091 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. by Mark Pizzolato · 12 years ago
- 9afeef6 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 by Mark Pizzolato · 12 years ago
- 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
- 37b73c4 Fixed bug in DZ SET LINE= implementation by Mark Pizzolato · 12 years ago
- 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
- 78b8d62 Added DMC11 to PDP11 simulator (from Rob Jarratt) by Mark Pizzolato · 12 years ago
- 954cb34 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. by Mark Pizzolato · 12 years ago
- 417102c Added full DHU11 (16 line) functionality for UNIBUS environments (PDP11 and VAX), while also supporting DHV11 (8 line) for Qbus systems by Mark Pizzolato · 12 years ago
- 4b163b9 Cleaned up compiler warnings by Mark Pizzolato · 12 years ago
- c71e0c3 Compiler warning cleanup by Mark Pizzolato · 12 years ago
- a3b0dc3 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. by Mark Pizzolato · 12 years ago
- e541a34 Fix compiler warning. by Mark Pizzolato · 12 years ago
- 0290b4b Fixed interrupt logic causing OS device timeouts when I/O was happening to multiple drives simultaneously (from Bob Supnik) by Mark Pizzolato · 12 years ago
- e0bb8fe Added support for changing rq controller type to one of RQDX3, UDA50, RUX50 or KLESI. (from Mike Burke) by Mark Pizzolato · 12 years ago
- 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
- 72c65ad 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) by Mark Pizzolato · 12 years ago
- cb659d6 Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik) by Mark Pizzolato · 12 years ago
- ac8bd25 Added RC25, RCF25 and RA80 drive definitions (from Hans-Ulrich Hölscher) by Mark Pizzolato · 12 years ago
- 822fedf Fixed polling to start on receiving a master clear and stop on Detach (Rob Jarratt) by Mark Pizzolato · 12 years ago
- 2f3782a Update fixing dangling connections after detach and trying to adjust some polling behaviors (from Rob Jarratt) by Mark Pizzolato · 12 years ago
- badde9b Fixed bug in pdp11_xu which inhibited it from being disabled after it was ever enabled (reported by Rob Jarratt) by Mark Pizzolato · 12 years ago
- 13fd6e5 Fixed a few minor issues: by Mark Pizzolato · 12 years ago
- bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 12 years ago
- 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
- b6dd869 Fixed the loopback setup when the receive port was specified with a specific interface (i.e. localhost:port) by Mark Pizzolato · 12 years ago
- c90bdf9 pdp11_rp.c - Fixed operation with asynch disabled. by Mark Pizzolato · 12 years ago
- 7c7df66 Asynchronous Support by Mark Pizzolato · 12 years ago
- 0570790 Fixed autogen table for DMC11 and DMP11 devices. by Mark Pizzolato · 12 years ago
- d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
- f1e3216 Added MicroVAX I network boot support by Mark Pizzolato · 12 years ago
- 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 12 years ago
- 0a46da5 Changed pdp11_dz to leverage the tmxr library's pass thru modem control capabilities. by Mark Pizzolato · 12 years ago
- 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
- 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
- 0453a87 Revised pdp11_dmc device to leverage the update sim_sock interfaces by Mark Pizzolato · 12 years ago
- 6692832 Initial import of pdp11_dmc.c and .h from Rob Jarratt by Mark Pizzolato · 12 years ago
- fd1cd46 Added UNIT_IDLE to timer threads for RQ B, C and D controllers. - Sergey Oboguev by Mark Pizzolato · 12 years ago
- 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 13 years ago
- e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 13 years ago
- 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 13 years ago
- 7800964 Cleaned up compiler noticed issues by Mark Pizzolato · 13 years ago
- 57008bb Cleaned up nested comments by Mark Pizzolato · 13 years ago
- 178f4a7 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
- db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 13 years ago
- bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
- 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
- 127c804 pdp11_xq: Forced the use of clk_cosched when idling is enabled by Mark Pizzolato · 13 years ago
- 1cb4eb7 Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago
- ab3af30 - Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well. by Mark Pizzolato · 13 years ago
- 7ac3557 Fixed bug under Asynch I/O where I/O completion did not delay the appropriate time before passing back device status to a simulator. Found by Sergey Oboguev. by Mark Pizzolato · 13 years ago
- 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
- e0fbfa6 Fix memory leaks in attach error paths. by Mark Pizzolato · 13 years ago
- 0270d0e Cleanup based on reports from Michael Bloom by Mark Pizzolato · 13 years ago
- 663b258 Fix potential memory leak in error path reported by Michael Bloom by Mark Pizzolato · 13 years ago
- cf280ad Completing merge of v3.9-0-rc1 compile cleanups by Mark Pizzolato · 13 years ago
- fabdf73 Compiler cleanup after v3.9-0 merge by Mark Pizzolato · 13 years ago
- fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
- d9e4afe Fixed internal loopback packet processing. We should only respond to loopback packets addressed to the physical MAC address OR the Broadcast address OR a Multicast address we're listening to (we may receive other loopback packets if we're in promiscuous mode but we should not respond to them). by Mark Pizzolato · 13 years ago
- 9b5750f Fixed error path issue when RAW disk operations are active (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago