1. 33897a6 Added UBA register descriptions by Mark Pizzolato · 12 years ago
  2. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  3. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
  4. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  5. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  6. 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
  7. eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 12 years ago
  8. a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 12 years ago
  9. 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 12 years ago
  10. 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 12 years ago
  11. 8720c8c Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model by Mark Pizzolato · 12 years ago
  12. 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
  13. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
  14. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  15. 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
  16. 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
  17. 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
  18. b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO 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. 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 12 years ago
  22. fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 12 years ago
  23. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  24. 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 12 years ago
  25. 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 12 years ago
  26. ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
  27. 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  28. 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
  29. 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
  30. 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
  31. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
  32. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  33. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  34. 84af193 Correct spelling in comment by Mark Pizzolato · 12 years ago
  35. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  36. 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
  37. f6af7f4 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. by Mark Pizzolato · 12 years ago
  38. 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
  39. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 12 years ago
  40. 8a6d90c vax610_defs,h, vax630_defs.h - Corrected device IPL levels for all qbus devices for the VAX610, VAX620 and VAX630 simulators by Mark Pizzolato · 12 years ago
  41. 7c7df66 Asynchronous Support by Mark Pizzolato · 12 years ago
  42. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 12 years ago
  43. ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 12 years ago
  44. d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
  45. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 12 years ago
  46. 03bbd66 vax610_defs.h, vax610_stddev.c - Added SHOW CPU LEDS and SHOW CPU MODEL to the cpu_mod array using the CPU_MODEL_MODIFIERS #define. by Mark Pizzolato · 12 years ago
  47. 2481a8e vax_cpu.c, vax_cpu.h Added optional per CPU #define of CPU_MODEL_MODIFIERS which would be defined in vaxXXX_defs.h and be added to the cpu_mod array. by Mark Pizzolato · 12 years ago
  48. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 12 years ago
  49. 7a09222 vax610_sysdev.c, vax750_cmi.c - Added missing register definition to store the cpu_boot_cmd during a SAVE/RESTORE. by Mark Pizzolato · 12 years ago
  50. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 12 years ago
  51. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 12 years ago
  52. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 12 years ago
  53. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 12 years ago
  54. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
  55. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  56. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  57. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 12 years ago
  58. 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 · 12 years ago
  59. ce716f9 Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev by Mark Pizzolato · 12 years ago
  60. 57008bb Cleaned up nested comments by Mark Pizzolato · 12 years ago
  61. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 12 years ago
  62. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  63. eb60957 Fixed VAX idle for NetBSD and OpenBSD support. by Mark Pizzolato · 13 years ago
  64. 04098f6 Fixed VAX idle support for newer versions of NetBSD and OpenBSD to not trigger idling when IPL is changed from the system Boot ROM. by Mark Pizzolato · 13 years ago
  65. c166379 Added VAX idle support for newer versions of NetBSD and OpenBSD guests if they use IPL 1 as the idle trigger by Mark Pizzolato · 13 years ago
  66. 542c158 Added display of the OS sleep resolution which is now displayed as an explanation if idling is unavailable. by Mark Pizzolato · 13 years ago
  67. 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
  68. 0dd5185 Added VH device to the VAX780 by Mark Pizzolato · 13 years ago
  69. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  70. 3cc10c3 Fixed vax build issue when building on a vax. by Mark Pizzolato · 13 years ago
  71. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
  72. eb0f027 Cleanup Compiler warning. by Mark Pizzolato · 13 years ago
  73. f07f08b Proper declarations to avoid compiler warnings by Mark Pizzolato · 13 years ago
  74. a3973f0 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  75. cf49864 More robust detection of file transfer/conversion errors in ROM/boot code by Mark Pizzolato · 13 years ago
  76. 76f68d7 Finished merge of recent changes into VAX730 specific modules by Mark Pizzolato · 13 years ago
  77. 30ef557 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  78. d8b900e Make sure that saved VAX clock state is stored in a host platform independent way. by Mark Pizzolato · 13 years ago
  79. db5cdc1 Merged additional functionality from master branch into Extra-VAXen unique files. by Mark Pizzolato · 13 years ago
  80. c2e6a83 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  81. 94e1975 Avoid compiler warnings when time_t is 64 bits. by Mark Pizzolato · 13 years ago
  82. 3172e74 Normalized the saved format of the optional VAX TODR persistent file so that it may be moved around from one platform to another along with other simulator state files (disk & tape images, save/restore files, etc.). by Mark Pizzolato · 13 years ago
  83. 8db2524 Declare the VAX730 as a non-Qbus system by Mark Pizzolato · 13 years ago
  84. 7a8a6e8 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  85. e143a06 Revert RQ and TQ to BR5. These devices (on Unibus Systems) are really BR5. by Mark Pizzolato · 13 years ago
  86. 754c31b Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  87. 93f09d3 Fixed interrupts to treat all Qbus devices as BR4. Changed RQ and TQ to BR4 to reflect real hardware (for the Unibus case). by Mark Pizzolato · 13 years ago
  88. 3e10dfb Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  89. f9521ea Reverting Interrupt Priority Level change for DEQNA/DELQA. There is a general issue with all Qbus devices which is not specific to the DEQNA/DELQA. Fix coming later from Bob Supnik by Mark Pizzolato · 13 years ago
  90. d733bc3 Fixed Interrupt Priority Level of DELQA and DELQA-T devices to be BR4 devices. Reported by Sergey Oboguev by Mark Pizzolato · 13 years ago
  91. 158a02d Removed unused utility routine which doesn't compile on some platforms by Mark Pizzolato · 13 years ago
  92. 5687f92 VAX & VAX780 Generalized setting TODR for all OSes. by Mark Pizzolato · 13 years ago
  93. 034e749 Added SET ASYNCH and SET NOASYNCH commands to dynamically enable or disable Asynchronous I/O support by Mark Pizzolato · 13 years ago
  94. a6b8d63 Merge of VAX 11/730 Simulator from Matt Burke by Mark Pizzolato · 13 years ago
  95. cb35f6c Added support for embedded ROM images in simulators. by Mark Pizzolato · 13 years ago
  96. e70278e VAX: Fixed idle conditions for various versions of Ultrix, Quasijarus-4.3BSD, NetBSD and OpenBSD. by Mark Pizzolato · 13 years ago
  97. f1b6387 Added display of the measured sleep resolution to sim_show_idle and a call to sim_show_idle from the VAX cpu_show_idle routine. by Mark Pizzolato · 13 years ago
  98. d32b3a0 Added idle support when sitting at the >>> prompt in the console ROM by Mark Pizzolato · 13 years ago
  99. 14a88e4 Make sure that VAX/vmb.exe is included in the git repository by Mark Pizzolato · 13 years ago
  100. d81365b Compile cleanups. by Mark Pizzolato · 14 years ago