1. 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
  2. 35e6648 Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available by Mark Pizzolato · 12 years ago
  3. 7c9cebf Added a 1536K PDP11 memory size option by Mark Pizzolato · 12 years ago
  4. 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
  5. 5859df3 Added sim_disk (and sim_tape) to all Visual Studio Projects since the help function is referenced by scp by Mark Pizzolato · 12 years ago
  6. b1d306c Fixed devices missed in Auto Configuration for PDP11 simulator. CLK issue initially reported by Matt Burke by Mark Pizzolato · 12 years ago
  7. 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 12 years ago
  8. ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
  9. bdcfe99 Auto configure documentation and updates for PDP10 system by Mark Pizzolato · 12 years ago
  10. 53c537b Cleanup the mux attach string for single line multiplexers by Mark Pizzolato · 12 years ago
  11. 9d2811d Updated HP2100 modules from Dave Bryan by Mark Pizzolato · 12 years ago
  12. 122ca9b Fix potential attach order bug when attaching a serial port to a single line mux found by Dave Bryan by Mark Pizzolato · 12 years ago
  13. 30c70f6 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt by Mark Pizzolato · 12 years ago
  14. 896fd92 Fixed to only pass a SIM_GIT_COMMIT_ID to a build when the commit id is available by Mark Pizzolato · 12 years ago
  15. 95f4a07 Avoid attempting to auto configure NEXUS devices by Mark Pizzolato · 12 years ago
  16. 2471f3f Convert PDP10 unibus devices to auto configure by Mark Pizzolato · 12 years ago
  17. b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
  18. 0a0b8db Fix DZ when lines is greater than 32. by Mark Pizzolato · 12 years ago
  19. b25ca80 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  20. 48ba877 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 by Mark Pizzolato · 12 years ago
  21. 07cc10d Cleanup by Mark Pizzolato · 12 years ago
  22. 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 12 years ago
  23. fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 12 years ago
  24. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  25. 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 12 years ago
  26. c5e41ad Addition of VAX 8600 to Visual Studio Solution file by Mark Pizzolato · 12 years ago
  27. 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 12 years ago
  28. ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
  29. 33a2ec9 Fixed missing ipad setup for outgoing connections by Mark Pizzolato · 12 years ago
  30. af93ca9 Added /dev/ttyAMAn devices as possible serial port lines on *nix systems. by Mark Pizzolato · 12 years ago
  31. 59871d9 Removed the DEV_NET flag from pdp11_dmc by Mark Pizzolato · 12 years ago
  32. 9333e1f Update of pdp11_dmc by Mark Pizzolato · 12 years ago
  33. 34e0523 Set version to 4.0-0 Beta by Mark Pizzolato · 12 years ago
  34. ab6808d Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
  35. 8d2fabb Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21 by Mark Pizzolato · 12 years ago
  36. d815c22 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation by Mark Pizzolato · 12 years ago
  37. 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  38. 30ae79e pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator by Mark Pizzolato · 12 years ago
  39. 6862041 Properly shutdown prior connecting socket when establishing a new one by Mark Pizzolato · 12 years ago
  40. 2a89d9b Behave more consistently and only tear down prior listening sockets if a replacement will actually work. by Mark Pizzolato · 12 years ago
  41. afd09ee Made parsing of MUX attach arguments more robust and tolerant of inconsistent sequences of arguments. by Mark Pizzolato · 12 years ago
  42. 11cc564 Fix proper cleanup when a mux telnet session terminates. by Mark Pizzolato · 12 years ago
  43. ca37549 Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there. by Mark Pizzolato · 12 years ago
  44. d291a6e Fix compiler identified array bounds issues by Mark Pizzolato · 12 years ago
  45. d940752 Updated HP2100 from Dave Bryan by Mark Pizzolato · 12 years ago
  46. ca49c8c Fix for bug in help command when asking for help for command aliases. Reported by Darrell Pittman by Mark Pizzolato · 12 years ago
  47. f713a69 Fix commit id display under MinGW compile by Mark Pizzolato · 12 years ago
  48. f8e68b7 Adding initial support to display the git commit id in the simulator code. by Mark Pizzolato · 12 years ago
  49. 56ff702 Adding git .git-commit-id file and attempting change to hooks to generate it. by Mark Pizzolato · 12 years ago
  50. 01eb951 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  51. 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
  52. 9e421ad Cleanup compiler warning messages when building with MinGW by Mark Pizzolato · 12 years ago
  53. b9ebd93 Fixed build with MinGW when invoked with the build_mingw_ether.bat file. by Mark Pizzolato · 12 years ago
  54. eb7e3b8 Fixed compiler issue when compiling with MinGW. by Mark Pizzolato · 12 years ago
  55. 9afeef6 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 by Mark Pizzolato · 12 years ago
  56. 133b1b2 Revised comments by Mark Pizzolato · 12 years ago
  57. 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
  58. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
  59. 3b5870c 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. by Mark Pizzolato · 12 years ago
  60. 20ed6df 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. by Mark Pizzolato · 12 years ago
  61. 1370ad6 Fixed console serial port connection checking by Mark Pizzolato · 12 years ago
  62. 37b73c4 Fixed bug in DZ SET LINE= implementation by Mark Pizzolato · 12 years ago
  63. a72d85b Fix TMXR for devices which reference the TMLN conn variable as a connection state flag by Mark Pizzolato · 12 years ago
  64. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  65. 905a9ee Merge branch 'SerialMux' of github.com:simh/simh into SerialMux by Mark Pizzolato · 12 years ago
  66. 78b8d62 Added DMC11 to PDP11 simulator (from Rob Jarratt) by Mark Pizzolato · 12 years ago
  67. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  68. 18b6ab8 Fixing compiler complaints with MinGW and adding support for RAW disk access when compiling with MinGW on windows. by Mark Pizzolato · 12 years ago
  69. cd0ef35 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. by Mark Pizzolato · 12 years ago
  70. 4a3bf9e Compiler warning cleanup by Mark Pizzolato · 12 years ago
  71. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  72. beeb5ae Cleaned up the formatting of SHOW MULTIPLEXER output based on input from Dave Bryan by Mark Pizzolato · 12 years ago
  73. 84af193 Correct spelling in comment by Mark Pizzolato · 12 years ago
  74. 6cabdb9 Fixed duplicate logging output when output buffers are full and potential pauses in console output (reported by Mark Benson) by Mark Pizzolato · 12 years ago
  75. d955c38 Fixed compiler warnings and errors when compiling with MinGW by Mark Pizzolato · 12 years ago
  76. 06b80cf 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 by Mark Pizzolato · 12 years ago
  77. 60a0881 Fixes after Dave Bryan's testing. by Mark Pizzolato · 12 years ago
  78. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  79. c046a29 Fix reference to sim_deb by Mark Pizzolato · 12 years ago
  80. 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
  81. 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
  82. 4b163b9 Cleaned up compiler warnings by Mark Pizzolato · 12 years ago
  83. 883ad6b Fixed sim_write_serial to return 0 when the non blocking write fails with the expected errno of EAGAIN by Mark Pizzolato · 12 years ago
  84. c71e0c3 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  85. 59afee3 Serial Multiplexer cleanup after review by Dave Bryan by Mark Pizzolato · 12 years ago
  86. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  87. 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
  88. 2b5ceae 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 by Mark Pizzolato · 12 years ago
  89. e541a34 Fix compiler warning. by Mark Pizzolato · 12 years ago
  90. 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
  91. 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
  92. 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
  93. f3bc30a Extended command argument substitution to allow large environment variable substitutions. by Mark Pizzolato · 12 years ago
  94. 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
  95. cb659d6 Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik) by Mark Pizzolato · 12 years ago
  96. ac8bd25 Added RC25, RCF25 and RA80 drive definitions (from Hans-Ulrich Hölscher) by Mark Pizzolato · 12 years ago
  97. 822fedf Fixed polling to start on receiving a master clear and stop on Detach (Rob Jarratt) by Mark Pizzolato · 12 years ago
  98. 2f3782a Update fixing dangling connections after detach and trying to adjust some polling behaviors (from Rob Jarratt) by Mark Pizzolato · 12 years ago
  99. 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
  100. 13fd6e5 Fixed a few minor issues: by Mark Pizzolato · 12 years ago